@font-face {font-family: "SiRWAN"; src: url('../fonts/SiRWAN.ttf') ;}
body{
  font-family:'SiRWAN' !important;
  background-color:#F8F9FC;

  /*for sticky footer*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/*for sticky footer*/
.sticky-footer {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
}
/*for sticky footer*/
.content-wrapper {
  flex: 1 0 auto;
  width: 100%;
}

/*on small screens it will zom out*/
@media (max-width: 1134px) {
  body {
    zoom: 85%;
}


}

@media (max-width: 800px) {
  body {
    zoom: 85%;
}

}

/*on smaller screens than above it will zom out more*/
@media (max-width: 340px) {
  body {
    zoom: 65%;
}

}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contact-item i {
  color: #15415D;
  font-size: 1.5rem;
  /*margin-right: 1rem;*/
  width: 30px;
}
.contact-item a {
  color: #333;
  
  transition: color 0.3s;
}
.contact-item a:hover {
  color: #15415D;
}

/* .icon-card {
      text-align: center;
      margin: 15px;
      padding: 20px;
      transition: transform 0.2s;
      /* background: linear-gradient(100deg,#000000 15%,#D5DED4 100%); 
      background-color: #FCFDFE !important;
    } */

    /* .icon-card:hover {
      transform: scale(1.1);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    }

    .icon {
      font-size: 40px;
      color: #15415D !important;

    } */

    /* .icon-text { */
      /* margin-top:18px;  Adjust this value to control the spacing 
      color: #3A3B45 !important;
      font-size: 20px; */
    /* } */
  
    /* border around image*/
/* #pro_img { */
  /* border: 1px solid #95B884; thickness and color */
  /* border-radius: 100px; 100% circular frame */
/* } */

  
  /* .pagination {
    justify-content: center;
  }

.pagination .page-item.active .page-link {
  background-color: #95B884;
    border-color: #95B884;
  }

  .pagination .page-link {
    color: #000000;
  } */

/* S element language drop */
#languageSelector {
  padding: 5px; /* padding as needed */
  border: 1px solid #444654; /*   border */
  background-color: #444654; /*  background color */
  border-radius: 7px; /*  rounded corners */
  color: #ffffff; /* Change font color */
  font-size: 13px;
}

/* Style for the dropdown options language */
#languageSelector option {
  background-color: #444654; /* background color of options */
  color: #fff; /* font color of options */
}

#g-nav {
  height: 55px; /* tank krdnaway navi nily */
  
}
#w-nav {
  background-color: #ffffff !important;
  
}
/* footer */
.social-icons {
  text-align: center; /* Center align the icons */
  font-size: 22px; /* Adjust the font size as needed */

}
.social-icons i {
  margin: 0 10px; /* Add spacing between the icons */
}

/**float butt */
#flbt{
  position: fixed;
  
  border-color:#15415D;
  background-color:#15415D;

  bottom: 15px;
  left: 15px;
}
 h3 {
  font: bold 16px SiRWAN;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #15415D;
  /* background: linear-gradient(to right, rgba(248, 249, 252, 0.2), #15415D, rgba(248, 249, 252, 0.2)); */
  color: #fff;
  padding: 7px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
  text-align:center;
}
/*modal tek achw boya*/
.modal-backdrop {
  width: 1000vw;
    height: 1000vh;
}


