@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.bgprimary {
  background-color: #98144d;
}

p {
  text-align: justify;
}

.blue {
  color: #98144d;
}

.defualtul {
  list-style: none;
}

.defualtul li {
  line-height: 2;
}

.defualtul li svg {
  color: #98144d;
}

.bluebtn {
  background-color: #98144d;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
}

.bgblue {
  background-color: #f87A1F;
}

.imgshdow {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.fdilogo {
  font-size: 3rem;
  color: white;
  letter-spacing: 1px;
  font-weight: 600;
}

.fdilogo span {
  color: #f87A1F;
}

.packulnew {
  list-style: none;
  /* Removes default bullet points */
  padding: 0;
}

.packulnew li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.packulnew li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  /* Unicode for a tick mark */
  position: absolute;
  left: 0;
  color: #98144d;
  /* Color of the tick mark */
  font-size: 12px;
  /* Adjust the size of the tick mark */
}

.ml-5 {
  margin-left: 30px;
}

.shape-3 {
  display: inline-block;
  background-color: #f87A1F;
  color: #ffffff; /* Text color */
  padding: 10px 20px; /* Adjust padding as needed */
  position: relative;
  font-weight: 500;
  text-align: left;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 150%, 90% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 150%, 90% 100%, 0 100%);
  width: 100%;
}

.ft-1 {
  font-weight: 400 !important;
}

.myvisacontainer {
  width: 100%;
  background-color: url("../img/background-world-map.jpg");
  background-size: cover;
}

.pack {
  background-color: white;
  background-size: 100% 100%;
  min-height: 650px;
  max-height: auto;
  width: 24%;
  padding-bottom: 2%;
  float: right;
  border-radius: 20px;
  overflow: hidden;
  z-index: 99 !important;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin-bottom: 50px;
}

.pack-width {
  width: 48%;
}

.packheadercontainer {
  width: 120%;
  height: auto;
  background-color: #061d40;
  margin-left: -10%;
  margin-bottom: 10%;
}

.packheader {
  background-color: #f87A1F;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  color: white;
  white-space: normal;
  word-wrap: break-word;
  font-size: 24px;
  padding: 5%;
  transition: 0.3s;
  text-align: center;
}

.packheader h5 {
  font-size: 24px;
  color: white;
}

.packheader h6 {
  font-size: 14.4px;
  color: white;
  font-weight: 300;
  margin-bottom: 15px;
}

.packheader span {
  background-color: #98144d;
  padding: 5px 15px;
  border-radius: 20px;
}

.pbottom {
  font-size: 12px;
  padding-top: 10px;
  font-style: italic;
}

.packfootter {
  width: 100%;
  text-align: right;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0%;
  left: 0;
  font-size: 12px;
}

.pack:hover .mtredbtn,
.pack:hover .packheader,
.pack:hover .packheader::after {
  background-color: #98144d;
  transition: 0.3s;
}

.whocontainer {
  background-color: #faf8f7;
  max-width: 65%;
  margin: 0px;
  padding: 10% 18% 0% 5%;
  /* Top, right, bottom, left */
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  height: calc(100vh - 100px);
}

.whoweareimg {
  width: 100%;
  /* Make the image scale with its container */
  max-width: 450px;
  /* Limit the maximum size */
  aspect-ratio: 1/1;
  /* Maintain a 1:1 aspect ratio */
  border-radius: 100%;
  /* Make it circular */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image scales properly */
  display: block;
  /* Remove inline spacing (useful for images in containers) */
  margin: 0 auto;
  /* Center the image if needed */
  border: 10px solid #f87A1F;
  margin-left: -15%;
}

.whocontaineraboutus {
  background-color: #faf8f7;
  max-width: 70%;
  margin: 0px;
  padding: 2% 18% 2% 5%;
  /* Top, right, bottom, left */
  border-bottom-right-radius: 100%;
  border-top-right-radius: 100%;
  min-height: auto;
}

.whoweareimgaboutus {
  width: 100%;
  /* Make the image scale with its container */
  max-width: 450px;
  /* Limit the maximum size */
  aspect-ratio: 1/1;
  /* Maintain a 1:1 aspect ratio */
  border-radius: 10%;
  /* Make it circular */
  -o-object-fit: cover;
     object-fit: cover;
  /* Ensures the image scales properly */
  display: block;
  /* Remove inline spacing (useful for images in containers) */
  margin: 0 auto;
  /* Center the image if needed */
  border: 5px solid #f87A1F;
  margin-left: -12%;
}

.pheight {
  min-height: 120px;
  max-width: auto;
}

.oserheading {
  font-size: 19.2px;
}

.wanttochat {
  background-image: url("../img/bkfooter.jpg");
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0%;
}

.service-container {
  padding: 40px 0;
}

.service-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.service-img {
  max-width: 100%;
  height: auto;
}

.service-text {
  padding-left: 20px;
}

@media (max-width: 768px) {
  .service-text {
    padding-left: 0;
    text-align: center;
  }
  .service-img {
    margin-bottom: 15%;
  }
}
.mb-10 {
  margin-bottom: 5%;
}

@media (max-width: 1600px) {
  .pack {
    padding-bottom: 2%;
    top: -6%;
  }
  .whocontainer {
    background-color: white;
    max-width: 65%;
    margin: 0px;
    padding: 5% 16% 0% 5%;
    /* Top, right, bottom, left */
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    height: calc(100vh - 100px);
  }
  .whoweareimg {
    width: 100%;
    /* Make the image scale with its container */
    max-width: 450px;
    /* Limit the maximum size */
    aspect-ratio: 1/1;
    /* Maintain a 1:1 aspect ratio */
    border-radius: 100%;
    /* Make it circular */
    -o-object-fit: cover;
       object-fit: cover;
    /* Ensures the image scales properly */
    display: block;
    /* Remove inline spacing (useful for images in containers) */
    margin: 0 auto;
    /* Center the image if needed */
    border: 10px solid #f87A1F;
    margin-left: -15%;
  }
  .mb-10 {
    margin-bottom: 5%;
  }
}
@media (max-width: 576px) {
  .pack {
    min-height: 650px;
    width: 90%;
    margin-bottom: 2rem;
    margin-left: 5%;
  }
  .packul {
    margin: 1%;
    margin-top: 10px;
  }
  .pack-width {
    margin-top: 50px;
  }
  .whocontainer {
    background-color: white;
    max-width: 100%;
    margin: 0px;
    padding: 5%;
    /* Top, right, bottom, left */
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
    height: auto;
  }
  .whoweareimg {
    width: 100%;
    max-width: 450px;
    border-radius: 10%;
    border: 5px solid #98144d;
    margin-left: 0%;
  }
  .pt-120 {
    padding-top: 20px !important;
  }
  .wanttochat {
    background-image: url("../img/bkfooter.jpg");
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5%;
  }
  .whocontaineraboutus {
    background-color: #faf8f7;
    max-width: 100%;
    padding: 2%;
    border-bottom-right-radius: 0%;
    border-top-right-radius: 0%;
  }
  .whoweareimgaboutus {
    width: 100%;
    border: 5px solid #98144d;
    margin-left: 0%;
  }
  .shape-3 {
    width: 100%;
    font-size: x-large;
  }
  .mb-10 {
    margin-bottom: 5%;
  }
}/*# sourceMappingURL=myrest.css.map */