* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* background-color: #f6fcff; */
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000000;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #707070;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
    background-image: -webkit-linear-gradient(90deg,
            transparent,
            #004fb6 50%,
            transparent,
            transparent);
}

/*

#scrollableDiv {
    scroll-behavior: smooth;
} */


@font-face {
    font-family: Inter-Regular;
    src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Almarai-Bold;
    src: url(../assets/fonts/Almarai-Bold.ttf);
}

::-moz-selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

::selection {
    color: rgb(255, 255, 255);
    background: #000000;
}

h2,
h3,
h4,
h5 {
    font-family: Inter-Regular;

}


h1 {
    font-size: 50px;
    line-height: 57px;
    font-family: Almarai-Bold;
}


h2 {
    font-size: 30px;
    line-height: 41px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

p,
a {
    font-family: Inter-Regular;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.fr-up {
    overflow: hidden;
    position: relative;
}

.fr-up2 {
    overflow: hidden;
    padding-left: 25px !important;
    padding: 15px;
    padding-right: 25px;
    margin-left: -25px;
}

.msk {
    position: relative;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
}


/* header  */



/* dropdown  */

.drop {
    position: relative;
    display: inline-block;
  }

  .drop-button {
    color: white;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 5px;
  }
  .drop-button p{
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .drop-button i{
    position: relative;
    top: -2px;
  }

  .drop-menu {
    position: absolute;
    top: 100%;
    right: -30%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 160px;
    width: max-content;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    padding: 10px 20px;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.25s ease;
  }

  .drop-menu a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
  }

  .drop-menu a:hover {
    background-color: #f2f2f2;
  }

  /* Show on hover or toggle */
  .drop:hover .drop-menu,
  .drop.show .drop-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

/* drop down close  */

/* .hdr-logo {
    width: fit-content;
    width: 370px;
} */
.hdr-logo {
    width: fit-content;
    width: 434px;
}
.hdr-logo img {
    width: 100%;
    object-fit: contain;
}

header {
    padding-bottom: 7px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}

.hdr-cntr-btm {
    position: relative;
    z-index: 2;
}

header .container {
    position: relative;
    padding: 30px 0 4px 0;
}

.hdr-ln {
    position: absolute;
    bottom: -7px;
    left: 8px;
    height: 104%;
}

.hdr-ln-lft {
    position: absolute;
    left: 0;
    height: 2px;
    width: 17%;
    background-color: #e1e1e1;
    bottom: 8px;
}

.hdr-ln-rt {
    position: absolute;
    right: 0;
    height: 2px;
    width: 63vw;
    background-color: #e1e1e1;
    top: 5px;
}

.hdr-conts {
    display: flex;
    gap: 35px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* .hdr-cntr-lft {
    display: flex;
    gap: 75px;
    width: 100%;
} */
 .hdr-cntr-lft {
    display: flex;
    gap: 55px;
    width: 100%;
}

.hdr-cntr-tp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-left: 23px;
}

.hdr-cntr {
    width: 100%;
}

.wth-icn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nmbrs {
    display: flex;
    gap: 15px;
    align-items: center;
}

.hdr-rt-ln {
    height: 2px;
    width: 100%;
    background-color: #e1e1e1;
    margin: 10px 0;
}

.menu ul {
    display: flex;
    gap: 35px;
    align-items: center;
    padding-left: 0;
    margin-left: -23px;
}

.hdr-rt p {
    padding: 6px 28px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    background-color: #7F3F84;
}

.menu li p {
    color: #000000;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #7F3F84;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 20px 8px 10px 32px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.hdr-rt {
    display: flex;
    align-items: center;
    gap: 10px
}

.nav-optbtn {
    display: none;
    position: relative;
    z-index: 5;
}

.bar1,
.bar2,
.bar3 {
    width: 28px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/* header close  */


/* index  */

.main-bg {
    height: 65vh;
    width: 100%;
    /* background-image: url(../assets/img/mn-bg.png); */
    /* background-image: url(../assets/img/14.jpg); */
    background-size: cover;
    background-position: 0 60%;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: end;

}
.mnsldr{
    position: relative;
}
.news-brd{
    width: 380px;
    height: fit-content;
    background-color: #fff;
    position: absolute;
    top: 20px;
    right: 70px;
    padding: 5px;
    z-index: 2;

}
.news-brd .hdng{
    width: 100%;
    height: 35px;
    background-color: #7F3F84;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-brd-sld{
    border: 1px solid #7F3F84;
    margin-top: 5px;
}
.dicrp{
    padding:10px 10px 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.dicrp p{
    line-height: 20px;
    text-align: center;
}
.news-brd-img{
    width: 100%;
    height: 100%;
    max-height: 300px;
}
.news-brd-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fst{
    margin-bottom: 1vh;
}
/* .fst .mn-btns {
    margin-top: 40px;
} */
.mn-conts .fst p{
    max-width: 400px;
    font-size: 18px;
    margin-top: 30px;
}
.bnr-dts .dot{
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
}
.bnr-dts{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    width: fit-content;
    margin-left: 250px;
   position: relative;
   top: -50px;
}

.scnd{
    width: fit-content;
    margin-left: auto;
    margin-bottom: 8vh;
}
/* .scnd h1{
    color: rgb(127, 63, 132);
}
.scnd p{
    color: rgb(127, 63, 132);
} */
.swiper-slide{
    position: relative;
}
.swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000d2,#0000003d, #00000000);
}
.swiper-slide .mn-conts{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
.swiper-slide .item img{
    /* height: 67vh; */
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.btm-bx{
    width: 40%;
    height: 30px;
      clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background-color: #450349;
    position: absolute;
    bottom: -31px;
    left: 0;
    z-index: -1;
}

.main-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #000000d7, #00000000);
}
.branch-fl .h2{
    font-size: 27px;
}

.mn-conts {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.mn-conts h1 {
    /* max-width: 540px; */
    margin-bottom: 10px;
}

.mn-conts p {
    max-width: 630px;
}

.mn-btn1 {
    background-color: #52A6B1;
    padding: 7px 25px;
    color: #fff;
    border-radius: 30px;
    width: fit-content;
}

.mn-btn2 {
    background-color: #874B8C;
    padding: 5px 20px;
    color: #fff;
    width: fit-content;
}

.mn-btns {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.ind-srv-bxs {
    width: 280px;
    height: 165px;
    border: 2px solid #ffffff;
    position: relative;
}

.ind-srv-bxs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000007c;
}

.ind-srv-bxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind1 {
    position: relative;
}

.ind1-serv {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 30px;
    width: fit-content;
    margin-top: -50px;
    justify-content: end;
    z-index: 2;
    flex-wrap: wrap;
}

.ind-srv-bxs-txt {
    position: absolute;
    bottom: 10px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 2;
    color: #fff;
    padding: 2px 20px;
    background-color: #874B8C;
    width: 80%;
    text-align: center;

}

.ind-srv-bxs-txt p {
    text-wrap: nowrap;
}

.ind2-left-img1 {
    width: 80%;
    height: 370px;
}

.ind2-left {
    position: relative;
}

.ind2-left-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-left-img2 {
    width: 70%;
    height: 287px;
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
}

.ind2-left-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind2-left-rnd {
    width: 163px;
    height: 163px;
    border-radius: 50%;
    background-image: linear-gradient(60deg, #3F0C43, #824D86);
    position: absolute;
    top: -96px;
    left: -50px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind2-left-rnd .ind2-left-inr-rnd {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #fff;
}

.ind2-left-inr-rnd h2 span {
    font-size: 17px;
}

.ind2-left-inr-rnd h2 {
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 23px;
}

.ind2 {
    margin-top: 210px;
    margin-bottom: 230px;
}

.ind2-left-dot-img {
    width: 300px;
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: 80px;
    z-index: -1;
}

.ind2-rt-cont h5 {
    position: relative;
    width: fit-content;
    background-image: linear-gradient(to right, #6A0772, #AB5EB1);
    /* Define gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-size: 18px;
}

.ind2-rt-cont h5::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 110%;
    width: 100%;
    height: 2px;
    background-color: #7F3F84;
}

.ind2-rt-cont p {
    margin-bottom: 10px;
}

.ind2-rt-cont-btm img {
    width: 35px;
    object-fit: contain;
    margin-bottom: 10px;
}

.ind2-rt-cont-btm {
    margin-top: 50px;
    padding-left: 20px;
    border-left: 3px solid #7F3F84;
}

.ind2-rt-cont {
    padding-left: 50px;
}

.ind2-rt-cont-btm p {
    margin-top: 10px;
}

.cash-ic1 {
    width: 100px;
    object-fit: contain;
    position: absolute;
    right: 20px;
    top: 50px;
}

.cash-ic2 {
    width: 120px;
    object-fit: contain;
    position: absolute;
    left: 20px;
    bottom: -180px;
}

.ind2-left-rnd-box {
    width: fit-content;
    height: 100%;
    border-radius: 50px;
    border: 1px solid #3a3a3a;
    top: 70px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 30px 4px 4px;

}

.ind2-left-rnd-box-inr-rnd {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #3a3a3a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind3 {
    background-image: linear-gradient(60deg, #3F0C43, #824D86);
    position: relative;
    padding: 40px 0;

}

.ind3-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.ind3-cont {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    color: #fff;
    position: relative;
}

.ind3-cont h3 {
    color: #fff;
    position: relative;
    width: fit-content;
}

.ind3-cont h3:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 105%;
    width: 80px;
    height: 2px;
    background-color: #fff;
}

.ind3-cont-btn {
    padding: 5px 20px;
    background-color: #52A6B1;
    color: #fff;
    width: fit-content;
    border-radius: 40px;
    margin-top: 40px;
}

.ind3-cont h2 {
    margin: 20px 0;
    max-width: 500px;
    font-size: 38px;
}

.ind3-cont p {
    max-width: 400px;
}

.ind3-csh {
    width: 130px;
    position: absolute;
    top: 20px;
    left: 50%;
}

.ofr-slide .item {
    height: 100%;
    width: 100%;
    margin: 7px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.ofr-slide .item .img-bx {
    width: 100%;
    height: 180px;
    position: relative;
}

.ind4-cont2-rgt p {
    max-width: 697px;
}
 .ind4-cont-bx {
        margin-bottom: 20px;
    }
    .ind4-cont .row{
        max-width: 830px;
        margin: 0 auto;
    }

.ofr-slide .item .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ofr-slide-cont {
    padding-top: 15px;
    /* color: #fff; */
    padding: 15px 10px;
    background-color: #fff;
}

.ofr-slide-cont p {
    line-height: 20px;
    font-size: 14px;
}

.ofr-slide-cont h4 {
    margin-bottom: 7px;
}

.ind3 .fr-alnbtm {
    display: block;
    align-items: end;
}

.fr-alnbtm .ind3-slide {
    position: relative;
    top: 93px;
    z-index: 2;
}

.ofr-slide .prv {
    width: 50px;
    height: 30px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 77px;
    top: -36px;
    cursor: pointer;
}

.ofr-slide .nxt {
    width: 50px;
    height: 30px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    top: -36px;
    cursor: pointer;
}

.ind4 {
    height: 100%;
    width: 100%;
    background-image: url(../assets/icons/7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 170px 0 0px 0;

}

.ind4-cont h2 {
    text-align: center;
}

.ind4-cont-bx {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background-image: linear-gradient(#3F0C43, #824D86);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.ind4-cont-bx h3 {
    margin-bottom: 10px;
}

.ind4-cont-bx h4 {
    margin-bottom: 10px;
}

.ind4-cont .row {
    margin-top: 70px;
}

.ind4-cont2 {
    background-image: linear-gradient(#d9d9d900, #F3F9FF);
    /* boxshodow only bottom  */
    box-shadow: 0px 15px 13px -14px rgba(0, 0, 0, 0.144);
}

.ind4-cont2 .ind4-cont2-flx {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind4-cont2-lft img {
    height: 700px;
    object-fit: contain;
    position: relative;
    top: 4px;
}

.ind4-cont2-rgt {
    width: 100%;
    padding-left: 90px;
}

.ind4-cont2-rgt h2 {
    margin-bottom: 10px;
}

.h3 {
    position: relative;
    width: fit-content;
    background-image: linear-gradient(to right, #6A0772, #AB5EB1);
    /* Define gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-size: 18px;
}

.h3::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 110%;
    width: 100%;
    height: 2px;
    background-color: #7F3F84;
}

.ind4-cont2-rgt-btm {
    display: flex;
    gap: 50px;
    margin-top: 60px;
}

.ind4-cont2-rgt-btm-flx {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.ind4-cont2-rgt-btm-flx img {
    width: 27px;
    object-fit: contain;
}

.ind4-cont2-rgt-btm-flx p {
    max-width: 300px;
    margin-top: 10px;
}

.ind4-cont2-rgt-btm-btn {
    padding: 8px 25px;
    background-color: #7F3F84;
    color: #fff;
    width: fit-content;
    border-radius: 20px;
    margin-top: 30px;
}

.ind5 {
    margin-top: 120px;
}

.ind5-cont-lft {
    width: 40%;
    height: 500px;
    position: absolute;
    left: 0;
}

.ind5-cont-lft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind5-cont-rgt {
    max-width: 780px;
    margin-left: auto;
}

.ind5-cont-btm {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.ind5-cont-btm-bx {
    width: 80%;
    height: 55px;
    border: 1px solid #40C3D4;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    padding: 7px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.ind5-cont-btm-bx img {
    width: 30px;
    object-fit: contain;
}

.ind5-cont-btm-bx a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind5-cont-btm-bx:hover {
    background-image: linear-gradient(#40C3D4, #1A808D);
    transition: all 0.3s ease-in-out;
}

.imgbox {
    border-right: 2px solid #c0c0c0;
    padding-right: 7px;
}

.ind5-cont-btm-bx:hover .ic-wht {
    display: block;
}

.ind5-cont-btm-bx:hover .ic-blu {
    display: none;
}

.ic-wht {
    display: none;
}

.ind5-cont-btm-bx:hover .imgbox {
    border-right: 2px solid #ffffff;
}

.ind5-cont-btm-bx:hover h4 {
    color: #fff;
    font-weight: 100;
}

.ind5-cont-rgt-btn {
    padding: 7px 30px;
    width: fit-content;
    color: #000000;
    border-radius: 7px;
    border: 2px solid #9e9e9e;
    margin-top: 40px;
}

.ind6-conts {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    margin-top: 150px;
    border: 1px solid #c0c0c0;
    border-radius: 10px;
}

.ind6-conts-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.ind7-conts h2 {
    text-align: center;
    margin-bottom: 70px;
}

.ind7 {
    margin-top: 80px;
}

.updt-slide .item {
    width: 100%;
    height: 100%;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
}

.updt-slide .item .img-bx {
    width: 100%;
    height: 220px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.updt-slide .item .img-bx:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #7f3f84c5;
    transition: all 0.3s ease-in-out;
}

.updt-slide .item:hover .img-bx:after {
    height: 100%;
}

.updt-slide .item .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.updt-slide-cont-bx {
    padding: 15px;
    margin-top: 10px;
}

.updt-slide .prv {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    position: absolute;
    top: 50%;
    left: -22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;

}

.updt-slide .nxt {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #c0c0c0;
    position: absolute;
    top: 50%;
    right: -22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;

}

.ind8 {
    height: 100%;
    width: 100%;
    padding: 80px 0;
    background-image: linear-gradient(to right, #3F0C43, #824D86);
    margin-top: 100px;
    color: #fff;
    position: relative;
    margin-bottom: 70px;
}

.ind8-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind8 h2 {
    text-align: center;
}

.testi-slide .item {
    width: 100%;
    height: 100%;
    padding: 30px;
    margin: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.testi-slide-cont-bx {
    position: relative;
}

.testi-slide-cont-bx h3 {
    margin-bottom: 10px;
}

.testi-slide-cont-bx img {
    position: absolute;
    top: -17px;
    right: 0;
    width: 39px;
    object-fit: contain;
}

.testi-slide {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}


/* index close  */


/* history */
.page-header.hstry {
    background-image: url(../assets/img/page-hdr/1.png);
    background-size: cover;
    background-position: center;
}

.page-header {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header h2 {
    color: #fff;
    margin-top: 50px;
}

.hst1-cont-tp h2 {
    text-align: center;
    margin-bottom: 30px;
}

.hst1 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.hst1-cont-tp p {
    text-align: center;
    margin: 15px 0;
}

.hst1-cont-btm h2 {
    text-align: center;
    margin-bottom: 30px;
}

.hst1-cont-btm {
    margin-top: 80px;
}

.hst1-cont-btm h3 {
    position: relative;
    width: fit-content;
}

.hst1-cont-btm h3::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 105%;
    width: 70px;
    height: 2px;
    background-color: #696969;
}

.crprsn-img-bx {
    width: 100%;
    height: 200px;
}

.crprsn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crprsn-dets {
    padding: 20px;
}

/* .crprnsn-dets-btm{
    display: flex;
    gap: 10px;
} */

.crprsn-dets p {
    margin: 7px 0;
    font-size: 14px;
    line-height: 20px;
}

.hst1-cont-btm .row {
    margin-top: 50px;
}

.crprsn-fl {
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    margin-bottom: 20px;
    /* width: 250px; */
}

.member-slide .item {
    padding: 0 10px;
}

.member-slide {
    margin-top: 30px;
}

/* history close  */

/* branches  */

.page-header.brnch {
    background-image: url(../assets/img/page-hdr/2.png);
    background-size: cover;
    background-position: center;
}
.brnch-det-bx1{
    padding: 50px;
    background-color: #fafafa;
}
.brnch-det-bx{
    padding: 50px;
}
.brnch-det-bx-map {
    width: 400px;
    height: 360px;
}
.branch-fl{
    margin: 80px 0;
}
.brnch-nm{
    color: #7F3F84;
    font-size: 23px;
}
.brnch-det-bx-cont{
    display: flex;
    gap: 80px;
    /* align-items: center; */
    /* justify-content: center; */
}
.brnch-lft-flx{
    display: flex;
    gap: 80px;
}
.Staff-details{
    margin-top: 70px;
}

.brnch1-cont h2 {
    text-align: center;
}

.brnch1-cont .row {
    margin: 70px 0;
    justify-content: center !important;
}

.brnch1-cont .row .col-md-4 {
    margin-bottom: 20px;
}

.brnch1 {
    margin-top: 70px;
}

.brnch-bx {
    width: 100%;
    height: 100%;
    padding: 20px 20px 5px 20px;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.brnch-mp-bx {
    width: 100%;
    height: 250px;
}

.ic-cont-flx {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.ic-cont-flx i {
    position: relative;
    top: 4px;
    color: #757575;
}

.ic-cont-flx p {
    color: #000000;
}
.staf-bx-fl{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

}
.staf-bx-fl .staf-bx-img{
    width: 150px;
    height: 150px;

}

.staf-bx-fl .staf-bx-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staf-bx-dtl{
    margin-top: 10px;
}
.staf-bx-fl .staf-bx{
    margin-bottom: 20px;
}

.staf-bx-dtl h3{
    font-size: 17px;
}
.staf-bx-dtl p{
    font-size: 14px;
    margin-top: 5px;
}


/* branches close  */

/* live goldrate */

.page-header.gld-rt {
    background-image: url(../assets/img/page-hdr/3.png);
    background-size: cover;
    background-position: center;

}

.page-header.gld-rt h2 {
    color: #000000;
}

.gld-rt1-cont {
    margin-top: 70px;
}

.gld-rt1-cont-flx {
    margin-top: 50px;
    display: flex;
}

.gld-rt1-cont-flx-lft {
    width: 100%;
    background-color: #7F3F84;
    border-radius: 10px;
    height: 100%;
    padding: 30px;
    color: #fff;
}

.gld-rt1-cont-lft-flx {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.gld-rt1-cont-lft-flx img {
    width: 20px;
    object-fit: contain;
}

.gld-roi-rt {
    max-width: 500px;
    height: fit-content;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 20px;
}

.fr-sml {
    display: none;
}

.gld-roi-rt-flx {
    color: #000000;
}

.gld-roi-rt-flx {
    display: flex;
    justify-content: space-between;
}

.gld-roi-rt-flx-inr {
    width: 33%;
    text-align: center;
    padding: 20px 0;
}

.gld-roi-rt-flx-inr.fr-brdr {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.gld-roi-rt-cntr-ln {
    height: 1px;
    width: 100%;
    background-color: #e0e0e0;
}

.gld-rt1-cont-rt img {
    width: 495px;
    object-fit: contain;
    margin-left: -100px;
    position: relative;
    bottom: -5px;
}

.gld-rtclr-bx {
    width: 100%;
    height: 40px;
    background-image: linear-gradient(#AB5EB1, #410346);
}

.gld-rt2 {
    margin: 70px 0;

}

.gld-rt2-cont h3 {
    color: #7F3F84;
    margin-bottom: 10px;
}

.gld-rt2-cont p {
    max-width: 800px;
}

.calc-bx {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    background-color: #7F3F84;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* live goldrate close  */

/* galery  */
.gallery{
    padding: 50px 0;
}
.gal-img-bx{
    width: 100%;
    height: 350px;
    padding: 15px 0px;

}
.gal-img-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 1 !important;
}

.mfp-title {
    display: none !important;
}

img.mfp-img {
    max-height: 90vh !important;
    cursor: auto !important;
    max-width: 1000px !important;
}

/* .mfp-iframe-holder .mfp-content {
    line-height: 0;

    max-height: 90vh !important;
    max-width: auto !important;
} */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {

    cursor: auto !important;
}

.mfp-close {
    cursor: pointer !important;
}

.mfp-counter {
    display: none !important;
}
/* gallery close  */

/* news and events  */

.newsandevents .gal-img-bx{
    height: 250px;
}
.see-more{
    color: #004fb6;
}
.news-cont h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.news-cont{
    margin-bottom: 20px;
}
.newsandevents{
    margin: 70px 0;
}
.news-img{
    width: 700px;
    height: 400px;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.news-cont-inr{
    margin-top: 30px;
}
.news-cont-inr h3{
    margin-bottom: 10px;
    font-size: 20px;
    max-width: 800px;
}
.news-cont h3{
    margin-bottom: 10px;
    max-width: 800px;
}
.news-cont-inr p{
    margin-bottom: 10px;
    max-width: 800px;
}
.news-cont p{
    margin-bottom: 10px;
    max-width: 800px;
}
/* news and events close  */

/* documents  */
.page-header.dcmnt {
    background-image: url(../assets/img/page-hdr/4.png);
    background-size: cover;
    background-position: center;

}
.dcmnt-bx{
    height: 500px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow:  0px 0px 5px 0px #c0c0c0;
}
.dcmnt-bx img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dcmnt1 {
    margin-top: 70px;
}
.dcmnt-cont{
    margin: 20px 0px;
}


/* documents close  */
/* contat  */
.page-header.cntct {
    background-image: url(../assets/img/page-hdr/5.png);
    background-size: cover;
    background-position: center;

}

.contact1 {
    margin: 70px 0;
}

.contact1-cont h2 {
    margin-bottom: 50px;
}

.contact1-cont h3 {
    margin-bottom: 20px;
    color: #7F3F84;
}

.contact1-cont-flx {
    display: flex;
    justify-content: space-between;
}

.contact1-cont-flx-rt {
    width: 400px;
    height: 100%;
    background-color: #7F3F84;
    padding: 20px 20px;
}
.contact1-cont-flx-rt p{
    font-size: 14px;
}

.contact1-cont-flx-rt {
    color: #fff;
}

.contact1-cont-flx-rt h3 {
    color: #fff;
}

.contact1-cont-inr-flx {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
}

.cnt-scls {
    display: flex;
    gap: 30px;
}

.cnt-scls i {
    font-size: 25px;
    color: #824D86;
}

.cntct-scl-cont {
    margin-top: 50px;
}

/* contact close  */

/* deeposit  */
.page-header.dpst {
    background-image: url(../assets/img/page-hdr/6.png);
    background-size: cover;
    background-position: center;
}

.depst1 {
    margin-top: 70px;
}

.depst1 h2 {
    margin-bottom: 20px;
}

.depst1 p {
    margin-bottom: 10px;
    max-width: 1000px;
}

.depst1-cont-ponts {
    margin-top: 30px;
}

.depst1-cont h2 span {
    color: #7F3F84;
}

.depst1-cont-ponts h3 {
    margin-bottom: 20px;
}

.depst1-cont-ponts-fr-lft {
    margin-left: 20px;
    max-width: 800px;
    margin-bottom: 20px;
}

.depst1-cont-ponts-fr-lft h4 {
    margin-bottom: 10px;
}

.dot-flx {
    display: flex;
    gap: 10px;
}

.dot-flx .dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #7F3F84;
    position: relative;
    top: 6px;
}

.depst1-cont-ponts-fr-lft ul li {
    list-style: disc;
    margin-left: 18px;
}

.depsts2-cont .depst1-cont-ponts-fr-lft ul li {
    margin-bottom: 10px;
}

.depsts2-cont .depst1-cont-ponts-fr-lft ul li span {
    font-size: 15px;
}

.dot-flx p {
    margin-bottom: 0;
}

.dot-flx {
    margin-bottom: 10px;
}

.depst1-cont-btm {
    margin-top: 50px;
    margin-bottom: 50px;
}

.depst1-cont-btm-bx {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 20px;
    border-left: 2px solid #bebebe;
    border-right: 2px solid #bebebe;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.depst1-cont-btm .col-md-4 {
    margin-bottom: 30px;
}

.depst1-cont-btm h3 {
    margin-bottom: 10px;
    color: #7F3F84;
}

.explore-btn {
    padding: 7px 25px;
    background-color: #7F3F84;
    color: #fff;
    width: fit-content;
    margin-top: 25px;
}

/* deposit close  */


/* latest updates  */

.updt1 {
    margin: 70px 0;
}

.updates-img {
    width: 700px;
    height: 400px;
    margin-bottom: 40px;
}

.updates-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.updt1 p {
    max-width: 1000px;
    /* margin: 10px 0; */
}

/* latest update close  */


/* savings deposit  */
.depsts1-cont h2 {
    margin-bottom: 20px;
}

.depsts1-cont h2 span {
    font-size: 21px;
}

.depsts1 {
    margin-top: 70px;
}

.fr-sd-ln {
    border-right: 1px solid #bebebe;
    padding-right: 20px;
}

.depsts1-cont-inr-flx {
    margin: 50px 0;
}

.shdow-bx {
    height: 30px;
    width: 100%;
    box-shadow: rgba(-27, 14, -16, 0.08) 0px 9px 10px;
    margin-bottom: 50px;
}
.hst1 .shdow-bx {
   margin-top: 90px;
}

.depsts1-cont-inr-flx h3 {
    font-size: 18px;
    color: #7F3F84;
    margin-bottom: 30px;
}

.fr-pdg-lft {
    padding-left: 50px !important;
}

.det-cont-flx table {
    width: fit-content;
    font-family: Inter-Regular;
    border: 1px solid #bebebe;
    border-collapse: collapse;
}

.det-cont-flx table tr th {
    padding: 10px 20px;
    text-align: start;
    border: 1px solid #bebebe;
}

.det-cont-flx table tr td {
    padding: 10px 20px;
    text-align: start;
    border: 1px solid #bebebe;
    font-size: 14px;
}

.gld-tp ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.depsts2-cont h3 {
    color: #7F3F84;
}

.depsts2-cont p span {
    font-weight: 600;
    font-size: 15px;
}

.depsts2-cont {
    margin: 20px 0;
}

.depsts2-cont .dot-flx {
    margin: 15px 0;
}

.depsts3 {
    margin-top: 70px;
}

.depsts3-cont h2 {
    text-align: center;
    margin-bottom: 30px;
}

.depsts1-cont-inr-nmrc ul li {
    list-style: decimal;
    margin: 7px 0;
    margin-left: 20px;
}

.depsts1-cont-inr-nmrc ul {
    margin: 20px 0;
}


nav {
    position: relative;
    width: 100%;
    max-width: 700px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 6px 15px 10px 15px;
}

nav ul li a {
    display: block;
    padding: 10px 15px 0 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

nav ul li a:hover {
    color: #515151;
}

nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

nav ul li h6 {
    font-size: 11px;
    margin-top: 10px;
}

nav ul li ul li {
    border-left: 4px solid transparent;
    padding: 7px 20px;
}

nav ul li ul li p {
    font-size: 14px;
}


.sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* savings deposit close  */

/* loan  */
.page-header.loan {
    background-image: url(../assets/img/page-hdr/7.png);
    background-size: cover;
    background-position: center;
}

.page-header.hmloan {
    background-image: url(../assets/img/page-hdr/24.jpg);
    background-size: cover;
    background-position: center;
}

.page-header.agriloan {
    background-image: url(../assets/img/page-hdr/9.png);
    background-size: cover;
    background-position: center;
}

.page-header.crdtloan {
    background-image: url(../assets/img/page-hdr/10.png);
    background-size: cover;
    background-position: center;
}

.page-header.lndimprvloan {
    background-image: url(../assets/img/page-hdr/11.png);
    background-size: cover;
    background-position: center;
}

.page-header.lndimprvloan {
    background-image: url(../assets/img/page-hdr/11.png);
    background-size: cover;
    background-position: center;
}

.page-header.slryddctnloan {
    background-image: url(../assets/img/page-hdr/14.png);
    background-size: cover;
    background-position: center;
}

.page-header.slfloan {
    background-image: url(../assets/img/page-hdr/15.png);
    background-size: cover;
    background-position: center;
}

.page-header.lndprchsloan {
    background-image: url(../assets/img/page-hdr/16.png);
    background-size: cover;
    background-position: center;
}

.page-header.mrgloan {
    background-image: url(../assets/img/page-hdr/18.png);
    background-size: cover;
    background-position: center;
}

.page-header.mrtgloan {
    background-image: url(../assets/img/page-hdr/17.png);
    background-size: cover;
    background-position: 65% 50%;
}

.page-header.gldloan {
    background-image: url(../assets/img/page-hdr/3.png);
    background-size: cover;
    background-position: 65% 50%;
}

.page-header.prsnlscrtloan {
    background-image: url(../assets/img/page-hdr/12.png);
    background-size: cover;
    background-position: center;
}

.page-header.dpstloan {
    background-image: url(../assets/img/page-hdr/13.png);
    background-size: cover;
    background-position: center;
}

.page-header.othrsrvc {
    background-image: url(../assets/img/page-hdr/23.png);
    background-size: cover;
    background-position: center;
}

.page-header.sfdpstlcr {
    background-image: url(../assets/img/page-hdr/19.png);
    background-size: cover;
    background-position: center;
}

.page-header.dmndfrt {
    background-image: url(../assets/img/page-hdr/20.png);
    background-size: cover;
    background-position: center;
}

.page-header.blclctn {
    background-image: url(../assets/img/page-hdr/21.png);
    background-size: cover;
    background-position: center;
}

.page-header.sesnl {
    background-image: url(../assets/img/page-hdr/22.png);
    background-size: cover;
    background-position: center;
}

.bnfts {
    margin-top: 20px;
}

.bnfts h4 {
    margin-bottom: 10px;
}

.loan-cont h2 {
    margin-bottom: 20px;
}

.page-header.gldloan h2 {
    color: #000000;
}

.ln-calc {
    max-width: 600px;
    /* margin: 0 auto; */
    margin-bottom: 50px;
    margin-top: -20px;
}

.ln-calc .breakup {
    display: none;
}

.ln-calc .depsts2-calculator {
    margin-top: 20px;
    padding: 20px;
}

.ln-calc #price-container {
    color: #ffffff;
    margin-top: 20px;
}

.ln-calc input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
}

.ln-calc input[type="range"] {
    margin: 11px 0;
}

.ln-calc .details p {
    font-size: 14px;
}

.ln-calc input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: -8px;
    -webkit-appearance: none;
}

.loan1 {
    margin-top: 70px;
}

.loan-cont p {
    max-width: 1000px;
    margin-bottom: 10px;
}

.depsts2-calculator {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #7F3F84;
    border-radius: 10px;
    margin-top: 50px;
}

.bt-p {
    font-size: 17px !important;
}

/* loan close  */


/* calculator  */


.sub-container {
    display: flex;
    width: 100%;
    gap: 50px;
    height: max-content;
}

.view {
    width: 100%;
}

.details input {
    width: 100%;
}

.detail {
    display: flex;
    justify-content: space-between;
}

.detail p {
    color: #fff;
}

.view .footer {
    display: flex;
    justify-content: space-between;
}

.view .footer p {
    color: #fff;
}

input[type="range"] {
    -webkit-appearance: none;
    margin: 20px 0;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 10px;
}

input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 2px 5px #b3b3b3, -1px -1px 3px grey;
    border: 5px solid #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #40C3D4;
    cursor: pointer;
    margin-top: -6px;
    -webkit-appearance: none;
}

#price {
    color: #ffffff;
    font-size: 25px;
}

.loan-details {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#price-container {
    color: #ffffff;
    margin-top: 50px;
}

.chart-details p {
    color: #fff;
}

#price-container::before {
    content: "Monthly Payable:";
    font-size: 12px;
    display: block;
}


/* calculator close  */









/* footer  */

footer {
    width: 100%;
    background-color: #ffffff;
    padding: 100px 0 50px 0;
    height: 100%;
    box-shadow: 0px 0px 10px 0px #e0e0e0;

}

.foot-logo img {
    height: 60px;
}

.foot-logo .scls {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.foot-logo .scls i {
    font-size: 25px;
    color: #6A0772;
}

/* .top-button .srv-img-an2 button { */
#tp-Btn0022 {
    width: 40px;
    height: 40px;
    background-color: #6A0772;
    padding: 8px 10px;
    color: #FFFFFF;
    border: none;
    border-radius: 7px;
    font-size: 22px;
    cursor: pointer;
}

.foot-conts-tp-flx.flx1 {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.foot-conts-tp-flx.flx2 {
    display: flex;
    justify-content: space-between;
    width: 40%;
}

.foot-conts-tp-flx h3 {
    margin-bottom: 10px;
}

.foot-conts-tp-flx p {
    margin: 10px 0;
    color: #000000;
    max-width: 250px;
}

.foot-conts-tp {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ftr-ln {
    width: 95%;
    height: 1px;
    background-color: #dfdfdf;
    margin: 40px auto;
}


.top-button {
    position: fixed;
    right: 20px;
    bottom: 15%;
    cursor: pointer;
    z-index: 22222;
}

.adrs-flx {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.adrs-flx i {
    position: relative;
    top: 3px;
}

.adrs-flx p {
    color: #000000;
}

.adrs-cont-flx {
    display: flex;
    gap: 100px;
}

footer h3 {
    width: fit-content;
    position: relative;
}

footer h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80%;
    height: 2px;
    background-color: #8d8d8d;
}

.copyright {
    color: #000000;
    margin: 0 auto;
    text-align: center;
    max-width: fit-content;
    margin-top: 50px;
    font-weight: 100;
    font-size: 13px;
}

.copyright img {
    position: relative;
    top: 3px;
}

.srv-img-an2 {
    transform: translatey(0px);
    -webkit-animation: float2 3s ease-in-out infinite;
    animation: float2 3s ease-in-out infinite;
}

@keyframes float2 {
    0% {

        transform: translatey(0px);
    }

    50% {

        transform: translatey(-15px);
    }

    100% {
        transform: translatey(0px);
    }
}

/* footer close  */





.goldrtman {
    max-width: 700px;
}

.gold-rate-calculator {
    margin-top: 50px;
}

.gold-rate-calculator-fl-flx {
    display: flex;
    max-width: 700px;
    gap: 20px;
}

.gold-rate-calculator-inr {
    width: 48%;
    margin-bottom: 20px;
}

.gold-rate-calculator-inr.ttlprc {
    display: flex;
    align-items: end;
}

.gold-rate-calculator h2 {
    font-size: 20px;
}

.gold-rate-calculator label {
    font-family: Inter-Regular;
    font-size: 14px;
}

.gold-rate-calculator select option {
    background-color: #ffffff;
    color: #6A0772;
    border-radius: 0;
}

.gold-rate-calculator input:focus {
    outline: none;
}

.gold-rate-calculator input,
.gold-rate-calculator select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
    border: 1px solid #6A0772;
    border-radius: 5px;
}

.gold-rate-calculator #totalPrice {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    /* text-align: center; */
}
