.tp-sticky-white  .defaultshow{
            display: none ;
        }
        
        
       .tp-sticky-white .defaulthide{
            display: block;
        }
      


               
.tpprocess__icon span {
   
    background: #ffde88;
}

    .tp-el-shape img.w-90{
    width:90%;
}
.bannerbtn{
    gap:20px
}

section.tp-hero-area.tp-hero-space.pt-240.pb-140.p-relative {
 
    background: linear-gradient(to top, #1d2a50 0%, #202d57 100%);
}

p.tp-breadcrumb-sub-title {
    font-size: 16px;
    color: #0A0E1A;
    color: #444444;
    font-weight: 400;
    /* margin-bottom: 0; */
}
.tp-breadcrumb-title {
    font-size: 52px;
    color: #1d2a52;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tp-breadcrumb-title img {
    min-width: 60px;
    min-width: 60px;
    width: 110px;
    height: 110px;
}
.tp-breadcrumb-space {
    padding-top: 150px;
    padding-bottom: 80px;
}
.breadcrumbBtn {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.breadcrumbBtn  .globalBtn.one {
    background: #f7bb03;
   
    color: #1d2a52;
   
    font-size: 16px;
    font-weight: 600;
}

.breadcrumbBtn  .globalBtn.one:hover{
    color:#fff;
    border-color:#f7bb03;
}

.breadcrumbBtn  .globalBtn.one i, a.tp-text-btn.btn-three i{
        transform:unset;
}

.imggroup img{
    width:48px;
    height:48px;
    border-radius: 50%;
}
a.tp-text-btn.btn-three {
    gap: 1px;
    font-size: 16px;
    font-weight: 400;
    color: #f7bb03;
    transition: all 0.3s ease;
}

a.tp-text-btn.btn-three:hover {
   
   color: #1d2a52;
}


a.tp-text-btn.btn-three span{
    text-decoration: underline;
}
.breadcrumbBtn {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-top:20px;
}

.tp-breadcrumb-area .imggroup img.ml-second {
    margin-left: -10px;
}

.tp-breadcrumb.text-center.position-relative p {
    font-size: 16px;
}

/*.tp-breadcrumb.text-center.position-relative p.tp-breadcrumb-sub-title{*/
/*    margin-bottom:0px;*/
/*}*/


 @media only screen and (max-width: 600px) {
        
        section.tp-breadcrumb-area.tp-breadcrumb-space.p-relative {
    padding-top: 100px;
    padding-bottom: 40px;
}
.tp-breadcrumb-title {
    font-size: 48px;
    color: #1d2a52;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: block;
    font-size: 32px;
    line-height: 36px;
}

.tp-breadcrumb-title img{
    display: none;
}
.imggroup{
    display: none;
}

p.tp-breadcrumb-sub-title{
    margin-bottom:1px;
}
}
                