body,
html {

  font-family: "Poppins", sans-serif;

}

button {
  font-family: "Poppins", sans-serif;
}

.bgimg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.topleft {
  position: absolute;
  top: 0;
  left: 16px;
}

.bottomleft {
  position: absolute;
  bottom: 0;
  left: 16px;
}



li {
  font-size: 14px;
  
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

hr {
  margin: auto;
  width: 50%;
}

@media screen and (min-width: 480px) {
  .widht-np {
    width: 500px;
  }

  .custom {
    width: 20% !important;
  }


  h1 {
    font-size: 36px;
  }

  p {
    font-size: 14px;
  }

  hr {
    width: 40%;
  }
}





.custom {
  width: 100%;
}

.blinking-text {
  font-size: 24px;
  color: #007bff;
  animation: blink 1s infinite;
  /* Add blinking animation */
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}



.preview-card {
  position: relative;
  margin: 15px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
  padding: 30px 25px 30px;
  border-radius: 25px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .preview-card {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .preview-card {
    min-height: 500px;
    height: auto;
    margin: 10px auto;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .preview-card {
    height: auto;
  }
}

.preview-card__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .preview-card__item {
    flex-direction: column;
  }
}

.preview-card__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.preview-card__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none;
}

.preview-card__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  background-image: linear-gradient(147deg, #000 0%, #000 74%);
  box-shadow: 0px 3px 10px 1px rgba(252, 56, 56, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  position: relative;
}

.preview-card__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #000 0%, #000 74%);
  border-radius: 20px;
  opacity: 0.4;
}

.preview-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1;
  border-radius: 20px;
  transition: all 0.3s;
}

@media screen and (max-width: 992px) {
  .preview-card__img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .preview-card__img {
    transform: translateY(-50%);
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .footer-text{
  
    font-size: 20px !important;
   
  }
  
  .preview-card__img {
    width: 95%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .preview-card__img {
    height: 270px;
  }
}

.preview-card__content {
  padding-right: 25px;
}

@media screen and (max-width: 992px) {
  .preview-card__content {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .preview-card__content {

    text-align: center;
    padding: 0 30px;
  }
}

@media screen and (max-width: 576px) {
  .preview-card__content {
    padding: 0;
  }
}

.preview-card__content>* {
  transform: translateY(25px);
  transition: all 0.4s;
}

.preview-card__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.preview-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.preview-card__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.preview-card__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #000 0%, #000 74%);
  padding: 15px 35px;
  margin-bottom: 30px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 3px 10px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.preview-card__button:hover {
  color: #989898;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  .preview-card__button {
    width: 100%;
  }
}

.team .team-member .member-info {

  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 90%;
  left: 50%;
  border-radius: 8px;
  right: 50%;
  transform: translate(-50%, -50%)
}
.member-info  span{
  font-size: 12px !important;
}
nav {
  position: sticky !important;
  top: 0;
  overflow: hidden;
  background-color: #333;
  z-index: 9999;
}

@media screen and (min-device-width: 481px) and (max-device-width: 992px) {

  .navbar li {
    font-size: 12px;
  }

  #toggleButton {
    font-size: 12px;
  }

  .navbar-brand {
    width: 200px;
  }
}

.rounded-edge {
  max-height: 350px;
  width: 100%;
  aspect-ratio: 3/2;
  /* update the 85% to control the curvature
     you can also update the 50% to control the position
  */
  clip-path: ellipse(85% 100% at 50% 0%);
  background: #CC2A41;
}

.bg-privacy {
  background: #CC2A41;
}

.col-center {
  text-align: center;
}

.bg-body-tertiary {
  background-color: #262C36 !important;
}

footer p {
  color: #999999 !important;
  margin-bottom: 0.3rem !important;

}

footer a {
  color: #999999 !important;
  text-decoration: none !important;
}

footer h6,
footer div {
  color: #fff !important;
}

.nav-link {
  font-weight: normal;
}

.nav-link.active {
  font-weight: bold;
  color: #ffa500 !important
    /* You can customize the active link color */
}

.nav-link:hover {
  font-weight: bold;
  color: #ffa500;
  /* You can customize the active link color */

}

footer a:hover {
  cursor: pointer;
  color: #ffa500 !important;
}


html {
  scroll-behavior: smooth;
}

.word-wrap {
  word-wrap: break-word;
}

.country-flag-thumbnail-content {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding-top: 0;
}


.country-flag-thumbnail-content p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
  text-decoration: none;
}

.country-flag-thumbnail-content h3 {
  color: #1c1e20;
  font-weight: 600;
  font-size: 20px;
}

.country-flag-thumbnail-content h3 {
  color: #1c1e20;
  font-weight: 600;
  font-size: 20px;
}

.country-flag-thumbnail-content a {
  text-decoration: none;
  color: black !important;
  font-size: 14px;
  font-weight: 400;
}

.country-flag-thumbnail {
  text-align: center;
  border: 1px solid #e2e6ea;
  transition: box-shadow .3s;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.country-icon-thumbnail-img img {
  margin-bottom: 1rem;
  width: 120px;
  height: 120px;
}

.note a {
  text-decoration: none !important;
}

.note li {
  margin-bottom: 30px;
}

@media screen and (min-device-width: 575px) and (max-device-width: 1200px) {
  .navbar-nav {
    width: 70%;
    overflow-x: scroll;
    white-space: nowrap;

  }

  ::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

}
.flag-img {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
.text-align p{
  text-align: justify;
}
.footer-text{
  height: 100px;
  background-color: black;
  font-size: 40px;
  display: flex;
  align-items: center;
  text-align: center;
  color:#ffa500;
  justify-content: center;
}

/*-----------------Blogs----------*/
.blog-listing {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Blog 
---------------------*/

.blog-grid {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
margin-top: 15px;
margin-bottom: 15px;
}
.blog-grid .blog-img {
position: relative;
}
.blog-grid .blog-img .date {
position: absolute;
background: #ffa500;
color: #ffffff;
padding: 8px 15px;
left: 10px;
top: 10px;
border-radius: 4px;
}
.blog-grid .blog-img .date span {
font-size: 22px;
display: block;
line-height: 22px;
font-weight: 700;
}
.blog-grid .blog-img .date label {
font-size: 14px;
margin: 0;
}
.blog-grid .blog-info {
padding: 20px;
}
.blog-grid .blog-info h5 {
font-size: 22px;
font-weight: 700;
margin: 0 0 10px;
min-height: 50px;
}
.blog-grid .blog-info h5 a {
color: black;
text-decoration: none;
text-transform: lowercase;
}
.blog-grid .blog-info p {
margin: 0;
height: 46px;
    overflow: hidden;
  text-transform: lowercase;
}
.blog-grid .blog-info p::first-letter {

    text-transform: capitalize;
  }
  .blog-grid .blog-info h5::first-letter {

    text-transform: capitalize !important;
  }
.blog-grid .blog-info .btn-bar {
margin-top: 20px;
color: #ffa500 !important;
}
.blog-grid .blog-info .btn-bar  a{
  
  color: #ffa500 !important;
  }
  

/* Blog Sidebar
-------------------*/
.blog-aside .widget {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;

margin-top: 15px;
margin-bottom: 15px;
width: 100%;
display: inline-block;
vertical-align: top;
}
.blog-aside .widget-body {
padding: 15px;
}
.blog-aside .widget-title {
padding: 15px;
border-bottom: 1px solid #eee;
}
.blog-aside .widget-title h3 {
font-size: 20px;
font-weight: 700;
color: #ffa500;
margin: 0;
}
.blog-aside .widget-author .media {
margin-bottom: 15px;
}
.blog-aside .widget-author p {
font-size: 16px;
margin: 0;
}
.blog-aside .widget-author .avatar {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
}
.blog-aside .widget-author h6 {
font-weight: 600;
color: black;
font-size: 22px;
margin: 0;
padding-left: 20px;
}
.blog-aside .post-aside {
margin-bottom: 15px;
}
.blog-aside .post-aside .post-aside-title h5 {
margin: 0;
}
.blog-aside .post-aside .post-aside-title a {
font-size: 18px;
color: black;
font-weight: 600;
}
.blog-aside .post-aside .post-aside-meta {
padding-bottom: 10px;
}
.blog-aside .post-aside .post-aside-meta a {
color: #6F8BA4;
font-size: 12px;
text-transform: uppercase;
display: inline-block;
margin-right: 10px;
}
.blog-aside .latest-post-aside + .latest-post-aside {
border-top: 1px solid #eee;
padding-top: 15px;
margin-top: 15px;
}
.blog-aside .latest-post-aside .lpa-right {
width: 90px;
}
.blog-aside .latest-post-aside .lpa-right img {
border-radius: 3px;
}
.blog-aside .latest-post-aside .lpa-left {
padding-right: 15px;
}
.blog-aside .latest-post-aside .lpa-title h5 {
margin: 0;
font-size: 15px;
}
.blog-aside .latest-post-aside .lpa-title a {
color: black;
font-weight: 600;
}
.blog-aside .latest-post-aside .lpa-meta a {
color: #6F8BA4;
font-size: 12px;
text-transform: uppercase;
display: inline-block;
margin-right: 10px;
}

.tag-cloud a {
padding: 4px 15px;
font-size: 13px;
color: #ffffff;
background: black;
border-radius: 3px;
margin-right: 4px;
margin-bottom: 4px;
}
.tag-cloud a:hover {
background: #ffa500;
}

.blog-single {
padding-top: 30px;
padding-bottom: 30px;
}

.article {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
padding: 15px;
margin: 15px 0 30px;
}
.article .article-title {
padding: 15px 0 20px;
}
.article .article-title h6 {
font-size: 14px;
font-weight: 700;
margin-bottom: 20px;
}
.article .article-title h6 a {
text-transform: uppercase;
color: #ffa500;
border-bottom: 1px solid #ffa500;
}
.article .article-title h2 {
color: black;
font-weight: 600;
}
.article .article-title .media {
padding-top: 15px;
border-bottom: 1px dashed #ddd;
padding-bottom: 20px;
display: flex;
align-items: center;
}
.article .article-title .media .avatar {
width: 45px;
height: 45px;
border-radius: 50%;
overflow: hidden;
}
.article .article-title .media .media-body {
padding-left: 8px;
}
.article .article-title .media .media-body label {
font-weight: 600;
color: #ffa500;
margin: 0;
}
.article .article-title .media .media-body span {
display: block;
font-size: 12px;
}
.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
color: black;
font-weight: 600;
margin-bottom: 15px;
}
.article .article-content blockquote {
max-width: 600px;
padding: 15px 0 30px 0;
margin: 0;
}
.article .article-content blockquote p {
font-size: 20px;
font-weight: 500;
color: #ffa500;
margin: 0;
}
.article .article-content blockquote .blockquote-footer {
color: black;
font-size: 16px;
}
.article .article-content blockquote .blockquote-footer cite {
font-weight: 600;
}
.article .tag-cloud {
padding-top: 10px;
}

.article-comment {
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
border-radius: 5px;
overflow: hidden;
background: #ffffff;
padding: 20px;
}
.article-comment h4 {
color: black;
font-weight: 700;
margin-bottom: 25px;
font-size: 22px;
}
img {
  max-width: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}
.jm{
  padding: 10px 30px;
    color: black;
    text-decoration: none;
    border-radius: 2rem;
}
.go .blog-grid img{
  height: 200px;
  width: 100%;
}

nav ul li:nth-child(4) {
  display: none;
}