::selection {
  color: #ffffff;
  background: #e91e63;
}

.navbar-nav .nav-link {
  color: rgb(26, 25, 25);
}
.navbar-nav .nav-link:hover {
  color: rgb(22, 21, 21) !important;
}

.collapsing {
  height: auto !important;
  overflow: hidden !important;
  transform: none !important;
}

.navbar-light {
  background-color: rgb(255, 255, 255);
  color: rgb(22, 21, 21) !important;
  /* box-shadow: 0px 0px 20px 2px rgb(143, 142, 142); */
}
.navbar-nav .nav-link {
  color: rgb(44, 44, 44);
}
.navbar-nav .nav-link:hover {
  color: #e91e63 !important;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none !important;
}
.top-icons a {
  text-decoration: none;
  list-style-type: none;
  color: #000;
  margin-left: 17px;
}
.top-icons a:hover {
  color: rgb(92, 91, 91);
}

.logo-image {
  width: auto;
  height: 100%;
  display: flex;
  max-height: 56px;
}

.navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-around !important;
  /* padding: 0px 59px !important; */
}
.nav-item a {
  padding: 0px 20px !important;
  font-weight: 600 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.footer-section {
  background-color: rgb(61, 60, 60);
  width: auto;
  /* height: 330px;*/
  height: 400px;
  justify-content: center;
  align-items: center;
  /* margin-top: 75px !important; */
}
input.email {
  background: transparent;
  border-top: none;
  /* height: 65px; */
  border-right: none;
  border-left: none;
  /* border-bottom: 2px #fff solid; */
  width: 100%;
  color: #ffffff;
  padding: 7px 15px 6px 15px;
  margin-top: 12px;
  box-shadow: none !important;
  font-size: 20px;
  border: 1px solid lightgrey;
  border-radius: 50px;
}
input.email:focus {
  outline: none !important;
}

.footer-btn {
  color: #fff;
  border-radius: 25px;
  margin-left: 15px;
  margin-bottom: -12px;
}
.footer-btn:hover {
  background-color: #e91e63;
}
.footer-icons .fa {
  padding: 23px 23px;
  color: #fff !important;
}
.footer-icons .fa:hover {
  color: #e91e63 !important;
}
.section-footer {
  margin-top: 45px !important;
}
.section-footer img {
  width: auto;
  height: 100% !important;
  max-height: 56px;
}
.footer-terms a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.copyright {
  color: #fff;
}
.footer-copyright {
  font-size: 11px;
  color: #fff;
}

.btn-subscribe {
  background-color: #e91e63 !important;
  color: #fff;
  border-radius: 60px;
  padding: 2px 25px 4px;
  /* margin-left: 45px; */
}
.btn-subscribe:hover {
  background-color: #c00443 !important;
}
.search-form {
  border-radius: 2rem !important;
}

.search-bar .form-group:hover {
  box-shadow: 3px 3px 3px 0px rgb(212, 212, 212);
  border-radius: 1.25rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: unset !important;
  background-color: #000;
}
button.close {
  padding: 5px;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  margin: -44px -30px !important;
  font-size: 35px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: unset !important;
  background-color: #000;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  cursor: pointer !important;
}
.close:focus {
  outline: none !important;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  padding-right: 51px !important;
}
.modal-dialog {
  width: 126rem;
  max-width: 90rem;
  margin: 0px;
  margin-top: 0px !important;
}
.input-group-bar {
  width: 48%;
  margin-left: 0px;
}
.input-group-bar:hover {
  box-shadow: 3px 3px 5px 0px rgb(212, 212, 212);
  border-radius: 1.25rem;
}
.logo-image3 {
  width: auto;
  height: 100%;
  display: flex;
  max-height: 56px;
  margin-left: 126px;
}

.search-bar-icon {
  padding: 12px 39px !important;
}
.search-icon2 {
  margin-left: 5px;
  color: #000;
}
@media (max-width: 767.98px) {
  .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-around !important;
    padding: 0px 0px;
  }
  .footer-terms a {
    color: #fff;
    font-weight: 500;
    padding: 0px 0px;
  }
  .copyright {
    color: #fff;
    padding: 0px 15px;
  }
  .section-footer {
    margin-top: 68px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
    /* padding: 65px; */
    margin-top: 10px;
  }
  .navbar-nav .nav-link {
    color: rgb(26, 25, 25);
  }
  .navbar-nav .nav-link:hover {
    color: rgb(22, 21, 21) !important;
  }

  .navbar-light {
    background-color: rgb(255, 255, 255);
    color: rgb(22, 21, 21) !important;
    /* box-shadow: 0px 0px 20px 2px rgb(143, 142, 142); */
  }
  .navbar-nav .nav-link {
    color: rgb(44, 44, 44);
  }
  .navbar-nav .nav-link:hover {
    color: #e91e63 !important;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none !important;
    margin-right: 0px !important;
  }
  .top-icons a {
    text-decoration: none;
    list-style-type: none;
    color: #000;
    margin-left: 17px;
  }
  .top-icons a:hover {
    color: rgb(92, 91, 91);
  }

  .logo-image {
    width: auto;
    height: 100%;
    display: flex;
    max-height: 56px;
  }
}
  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    /* padding: 0px 55px !important; */
  }
  .nav-item a {
    padding: 0px 20px !important;
    font-weight: 600 !important;
  }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .footer-section {
    background-color: rgb(61, 60, 60);
    width: auto;
    height: 300px;
    justify-content: center;
    align-items: center;
    /* margin-top: 78px !important; */
  }

  input.email:focus {
    outline: none !important;
  }

  .footer-btn {
    color: #fff;
    border-radius: 25px;
    margin-left: 15px;
    margin-bottom: -12px;
  }
  .footer-btn:hover {
    background-color: #e91e63;
  }
  .footer-icons .fa {
    padding: 23px 23px;
    color: #fff !important;
  }
  .footer-icons .fa:hover {
    color: #e91e63 !important;
  }
  .section-footer {
    margin-top: 45px !important;
  }
  .section-footer img {
    width: auto;
    height: 100% !important;
    max-height: 56px;
  }
  .footer-terms a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
  }
  .copyright {
    color: #fff;
  }
  .footer-copyright {
    font-size: 11px;
    color: #fff;
  }

  .btn-subscribe {
    background-color: #e91e63 !important;
    color: #fff;
    border-radius: 60px;
    padding: 2px 25px 4px;
    margin-left: 45px;
  }
  .btn-subscribe:hover {
    background-color: #c00443 !important;
  }
  .search-form {
    border-radius: 2rem !important;
  }

  .search-bar .form-group:hover {
    box-shadow: 3px 3px 3px 0px rgb(212, 212, 212);
    border-radius: 1.25rem;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: unset !important;
    background-color: #000;
  }
  button.close {
    padding: 5px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    margin: -44px -30px !important;
    font-size: 35px;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: unset !important;
    background-color: #000;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor: pointer !important;
  }
  .close:focus {
    outline: none !important;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 51px !important;
  }
  .modal-dialog {
    width: 126rem;
    max-width: 90rem;
    margin: 0px;
    margin-top: 0px !important;
  }
  .input-group-bar {
    width: 47%;
    margin-left: 0px;
  }
  .input-group-bar:hover {
    box-shadow: 3px 3px 5px 0px rgb(212, 212, 212);
    border-radius: 1.25rem;
  }
  /* .logo-image3 {
    width: auto;
    height: 100%;
    display: flex;
    max-height: 56px;
    margin-left: 126px;
  } */

  .search-bar-icon {
    padding: 12px 39px !important;
  }
  .search-icon2 {
    margin-left: 5px;
    color: #000;
  }
  @media (max-width: 767.98px) {
    .navbar-nav {
      display: flex !important;
      flex-direction: column !important;
      justify-content: space-around !important;
      padding: 0px 0px;
    }
    .search-icon2 {
      /* margin-left: 36px !important; */
      color: #000;
    }
    .footer-terms a {
      color: #fff;
      font-weight: 500;
      padding: 0px 0px;
    }
    .copyright {
      color: #fff;
      padding: 0px 15px;
    }
    .section-footer {
      margin-top: 0px !important;
    }
    .navbar-light .navbar-nav .nav-link {
      color: rgba(0, 0, 0, 0.7);
      /* padding: 65px; */
      margin-top: 10px;
    }
    .navbar-nav .nav-link {
      color: rgb(26, 25, 25);
      text-align: center;
    }
    .reldiv {
      display: flex !important;
      flex-direction: row-reverse !important;
    }
    .rely {
      color: #e91e63;
      padding-left: 4rem !important;
      margin-top: 1rem !important;
      font-weight: 800 !important;
    }
    .navbar {
      width: 100% !important;
      position: fixed !important;
      color: #ffffff !important;
      width: 100% !important;
      /* box-shadow: 0px 0px 20px 2px rgb(143, 142, 142); */
    }
    .footer-btn {
      color: #fff;
      border-radius: 25px;
      margin-left: -184px;
      margin-bottom: -91px;
      margin-top: 33px !important;
    }
    .footer-section {
      background-color: rgb(61, 60, 60);
      width: auto;
      height: 346px;
      justify-content: center;
      align-items: center;
    }
    input.email {
      font-size: 14px;
      /* margin-left: -74px; */
      /* width: 67%; */
      font-size: 11px;
      height: 43px;
    }
    .logo-image {
      width: auto;
      height: 100%;
      display: flex;
      max-height: 56px;
      /* margin-left: 41px; */
    }
  
    .btn-subscribe {
      background-color: #e91e63 !important;
      color: #fff;
      border-radius: 60px;
      padding: 7px 14px 7px 14px;
      margin-left: 127px;
      margin-top: 16px;
    }
    .btn-subscribe:hover {
      background-color: #c00443 !important;
    }
    .mobile-search {
      margin-top: 22px !important;
      font-size: 20px;
    }

    .form-control {
      display: block;
      width: 100%;
      padding: 9px 10px;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .navbar-toggler:focus {
      outline: none !important;
    }

    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: unset !important;
      background-color: #000;
    }
    button.close {
      position: absolute;
      padding: 5px;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      left: 336px;
      top: 54px;
      font-size: 35px;
    }
    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: unset !important;
      background-color: #000;
    }
    .close {
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      opacity: 0.5;
      cursor: pointer !important;
    }
    .close:focus {
      outline: none !important;
    }
    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      outline: 0;
      padding-right: 51px !important;
    }
    .modal-dialog {
      width: 126rem;
      max-width: 90rem;
      margin: 0px;
      margin-top: 0px !important;
    }
    .input-group-bar {
      width: 22%;
      margin-right: 61.5rem;
    }
    .input-group-bar:hover {
      box-shadow: 3px 3px 5px 0px rgb(212, 212, 212);
      border-radius: 1.25rem;
    }
    /* .logo-image3 {
      display: none;
      width: auto;
      height: 100%;
      display: flex;
      max-height: 56px;
      margin-left: 126px;
    } */

    .search-bar-icon {
      position: relative;
      padding: 12px 39px !important;
    }
    .search-form {
      border-radius: 2rem !important;
      /* margin-right: -2px; */
      margin-left: -20px;
    }
  }

  /* ======================================================Search_page Starts==========================================================  */

  .search-title {
    color: #e91e63;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: 8px;
  }
  .search-card-body {
    padding: 0px 25px !important;
  }
  .search-card {
    display: flex;
    margin-bottom: 50px !important;
    height: 16.3rem !important;
    flex-direction: row;
  }
  .search-card-img {
    width: 250px !important;
    height: 83%;
  }
  .throw-card,
  .tech-card,
  .search-card {
    box-shadow: none !important;
  }
  .throw-card .content-title,
  .tech-card .content-title,
  .search.content-title {
    text-transform: capitalize !important;
  }

  .search-bar {
    margin-top: 100px;
  }
  .se-menu {
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    display: none;
  }
  .se-menu li {
    list-style: none;
    cursor: pointer;
    padding: 10px 15px;
    /* border-bottom:1px solid #f3f3f3; */
  }
  .form-group {
    /* margin-bottom: -44rem; */
    width: 100%;
    margin-left: 46px;
  }
  .control-search {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border-radius: 192px 0px 0px 192px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .control-search:focus {
    color: #495057;
    background-color: #fff;
    border-color: none !important;
    outline: none !important;
    border-radius: none !important;
    box-shadow: none;
  }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d5d5d6;
    outline: 0;
    box-shadow: none !important;
  }
  .search:focus-within {
    color: #495057;
    background-color: #fff;
    border-color: #8d8d8d;
    outline: 0;
    border-radius: 192px 192px 192px 192px !important;
    /* box-shadow: 0 0 0 0.2rem rgb(175 160 160 / 25%); */
  }
  .search-text {
    color: #e91e63;
    margin-top: 3px;
  }
  .control-search:focus {
    outline: none !important;
  }
  .btn-search {
    background-color: #e91e63;
    color: #fff;
    border-radius: 0px 16px 16px 0px;
  }
  .btn-search:focus {
    box-shadow: none !important;
  }
  .search-icon {
    margin-left: 30px;
  }

  .contact-button {
    background-color: #e91e63;
    color: #ffffff;
    padding: 1em 1em;
    height: 1em;
    width: 1em;
    border-radius: 100%;
    bottom: 1rem;
    right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 0px 6px #ee719b, 0px 0px 0px 6px #e75686,
      0px 0px 0px 6px #e91e63;
    float: right;
    margin: 9px 155px;
    animation: animate 2.5s linear infinite;
    animation-delay: calc(-0.5s * var(--i));
  }

  @keyframes animate {
    0% {
      transform: scale(1);
    }
    70% {
      transform: scale(2);
      opacity: 0.5;
    }
    /* 100% {
    transform: scale(4);
    opacity: 0;
  } */
  }

  .contact-button,
  .contact-button__icon {
    transition: all 0.5s ease-in-out;
    color: #ffffff;
  }

  .contact-button:hover {
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 12px #e75686;
    cursor: pointer;
    color: #ffffff;
  }

  .contact-button:hover .contact-button__icon {
    transform: scale(1.5);
  }

  @media (max-width: 767.98px) {
    .form-group {
      margin-bottom: 0rem;
      width: 21rem;
      margin-left: -83px;
    }
    .search-text {
      color: #e91e63;
      margin-top: -34px;
      margin-left: 0px;
      font-size: 16px;
    }
  

  .navbar-nav .nav-link {
    color: rgb(26, 25, 25);
    text-align: center;
  }
  .reldiv {
    display: flex !important;
    flex-direction: row-reverse !important;
    width: 100% !important;
    justify-content: space-between;
  }
  .rely {
    color: #e91e63;
    padding-left: 4rem !important;
    margin-top: 1rem !important;
    font-weight: 800 !important;
  }
  .navbar {
    position: fixed !important;
    color: #ffffff !important;
    /* box-shadow: 0px 0px 20px 2px rgb(143, 142, 142); */
  }
  .footer-btn {
    color: #fff;
    border-radius: 25px;
    margin-left: -184px;
    margin-bottom: -91px;
    margin-top: 33px !important;
  }
  .footer-section {
    background-color: rgb(61, 60, 60);
    width: auto;
    height: 346px;
    justify-content: center;
    align-items: center;
  }
  input.email {
    font-size: 14px;
    /* margin-left: -74px; */
    /* width: 67%; */
    font-size: 11px;
    height: 40px;
    padding: 0px 0px 0px 20px;
  }
  .logo-image {
    width: auto;
    height: 100%;
    display: flex;
    max-height: 56px;
    /* margin-left: 41px; */
  }
  .btn-subscribe {
    background-color: #e91e63 !important;
    color: #fff;
    border-radius: 60px;
    padding: 2px 16px 4px 16px !important;
    margin-left: 0px !important;
    margin-top: 16px !important;
  }
  .btn-subscribe:hover {
    background-color: #c00443 !important;
  }
  .mobile-search {
    margin-top: 12px;
    font-size: 20px;
  }
  .navbar-toggler:focus {
    outline: none !important;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: unset !important;
    background-color: #000;
  }
  button.close {
    position: absolute;
    padding: 2px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    left: 320px;
    top: 57px;
    font-size: 35px;
  }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: unset !important;
    background-color: #000;
  }
  .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    cursor: pointer !important;
  }
  .close:focus {
    outline: none !important;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    padding-right: 51px !important;
  }
  .modal-dialog {
    width: 126rem;
    max-width: 90rem;
    margin: 0px;
    margin-top: 0px !important;
  }
  .input-group-bar {
    width: 22% !important;
    margin-right: 61.5rem;
  }
  .input-group-bar:hover {
    box-shadow: 3px 3px 5px 0px rgb(212, 212, 212);
    border-radius: 1.25rem;
  }
  .logo-image3 {
    display: none !important;
    width: auto;
    height: 100%;
    max-height: 56px;
    margin-left: 126px;
  }

  .search-bar-icon {
    position: relative;
    padding: 12px 39px !important;
  }
  .search-form {
    border-radius: 2rem !important;
    /* margin-right: -2px; */
    margin-left: -20px;
  }
}
/* ==================================================index_page============================================== */

/*  */
.trans-logo {
  width: auto;
  height: 100% !important;
  max-height: 56px;
}
.header-area .stick-nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 6 !important;
  top: -100px;
  transition: all 0.3 linear !important;
  transition-delay: 2s;
}
.stick-nav-show {
  transition: all 0.3s linear 2s !important;
  display: block !important;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0px !important ;
  transition-delay: 2s;
}
.trans-nav {
  z-index: 99 !important;
  display: flex;
  box-shadow: none !important;
  flex-direction: column;
  position: absolute;
  width: 100%;
}
.trans-icon,
.trans-icons-right {
  list-style: none;
}
.trans-icons-right {
  margin-left: 16px;
}
.trans-icon a,
.trans-icons-right a {
  color: white;
  font-size: 1rem !important;
}
.btn-subs {
  color: #fff !important;
  border-radius: 60px;
  padding: 2px 25px 4px;
  margin-left: 40px;
  border: 1px solid #fff;
}
.btn-subs:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.trans-icon {
  padding: 0px;
}
.trans-icon a {
  color: white;
  font-size: 24px !important;
}
.trans-links-list {
  display: flex;
  justify-content: space-between;
}
.trans-link {
  color: white !important;
  text-transform: capitalize !important;
}
.trans-link.covid {
  padding: 0px !important;
}
.trans-social-right-sec,
.tarns-social-sec {
  padding: 0px 0px !important;
}
.tarns-social-icon {
  margin-right: 125px;
}
.trans-social-right-sec {
  padding: 0px 57px !important;
}
.tarns-social,
.trans-social-right {
  margin-top: 14px !important;
  padding: 0px 53px !important;
}
.banner-caption {
  position: absolute;

  right: 0%;
  top: 50% !important;
  text-align: left;
  left: 10%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left !important;
  padding: 0px 0px 45px 0px !important;
}
.banner-caption h1 {
  width: 55% !important;
}
.banner-carousel-item-image {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.main-nav {
  position: sticky;
  top: 0;
  background-color: #fff;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100 !important;
}
.just-img {
  height: 550px !important;
}

.business-card-body {
  padding: 0px 0px !important;
}
.business-card {
  display: flex;
  margin-bottom: 50px !important;
  height: 15rem !important;
  flex-direction: row;
}
.business-card-img {
  width: 250px !important;
  height: auto;
}

.nav-icons .fa {
  color: #ffffff;
}
.nav-icons .fa:hover {
  color: #e91e63;
}
.navbar {
  color: #ffffff;
  /* box-shadow: 0px 0px 20px 2px rgb(143, 142, 142); */
}
.logo-image2 {
  margin-left: 30rem;
  width: auto;
  height: 38px;
}
.navicons a {
  color: #ffffff !important;
}

.header-area .main-nav {
  display: block;
}
.header-area.shrink .main-nav {
  display: none;
}

.overlay2 {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.carousel-caption {
  padding: 3rem;
}

.navbar-nav .nav-items2 {
  padding: 0px 36px;
}
.nav-icons .fa {
  padding: 23px 23px 0px 0px;
  color: #ffffff;
  margin-top: -40px;
  font-size: 20px;
}
.header-btn {
  color: #e91e63;
  background-color: rgb(248, 244, 244);
  border-radius: 20px;
  margin-top: 7px;
  height: 39px;
  font-size: 14px;
}
.header-btn:hover {
  background-color: #e91e63;
}

.banner-btn {
  border-radius: 20px;
  color: #ffffff;
  border: 1px solid #fff;
  transition: all 0.5s ease;
  margin-top: 20px;
}
.banner-btn:hover {
  background-color: #e91e63;
  /* border: none !important; */
}
.carousel-indicators li {
  top: 52px;
}
.carousel-indicators {
  position: unset !important;
  display: none !important;
  margin-left: 38rem;
}
.add-title {
  color: #e91e63;
  font-weight: 600;
  letter-spacing: 8px;
}
.add-section img {
  width: 100%;
}
.content-title1 {
  color: #e91e63;
  margin-top: -52px;
}

.add-image .add-img-1 {
  width: 100%;
  height: 10rem;
}
.add-img2 {
  margin-top: 6rem;
  width: 100%;
  height: 10rem;
}
.goal-image img {
  margin-top: 5rem;
  width: 100%;
  height: 10rem;
}
.add-btn {
  color: #ffffff;
  background-color: #e91e63;
  border-radius: 25px;
  /* margin-left: 0rem; */
  padding: 7px 25px 8px;
  border: none !important;
}
.main-nav {
  display: block;
  transition: top 0.3s;
}
.trends-title {
  letter-spacing: 8px;
  font-weight: 600;
}
.business-img img {
  width: 100%;
  height: 12rem;
}

.popular-content {
  font-size: 100px;
  font-weight: 800 !important;
  color: rgb(238, 238, 238);
}
.popular-title {
  font-weight: 600;
}

.font-line1:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 0px;
  border-bottom: 3px solid rgb(228, 225, 225);
  margin: 0 auto;
}
.card-img-top {
  border-radius: 61%;
  height: 17rem !important;
  padding: 67px;
  margin-top: -2rem;
}
.card-btn {
  color: #ffffff;
  background-color: #e91e63;
  border-radius: 25px;
  /* margin-top: -45px; */
}
.throw-card img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover; /* uncommented the line */

  /*background-position: center;
  background-size: cover;
  -o-background-size: cover;
  background-size: contain; */
}
.card {
  box-shadow: 0 0 20px rgb(193 193 193 / 80%);
  border: none;
  height: 23rem;
}
.card-title {
  font-weight: 600;
  margin-top: -50px;
}

.navbar-nav .nav-items2 a {
  color: #ffffff;
}
.title-2 {
  font-size: 18px !important;
  font-weight: 600;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.overlay4 {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 95%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.356));
}

.swiper-button-next {
  display: inline-block;
  width: 38px !important;
  height: 38px !important;
  margin-left: 214px;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  border: none !important;
  /* border-radius: 50%;  */
}
.swiper-button-middle {
  width: 38px !important;
  height: 38px !important;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  border: none !important;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-middle {
  margin: 24px 14px !important;
  position: relative !important;
  /* top: 300px !important; */
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  float: right;
  display: inline-block;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.swiper-button-next,
.swiper-button-prev:focus {
  outline: none !important;
}
.swiper-button-next img:hover {
  color: #e91e63;
}
.swiper-button-prev img:hover {
  color: #e91e63;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "none" !important;
  font-size: 20px !important;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "none" !important;
  font-size: 20px !important;
}
.swiper-content {
  padding: 0px 8px;
}
.swiper-section_body {
  margin-bottom: 2rem;
}
.swiper-button-next img {
  width: 50px;
}
.swiper-button-middle img {
  width: 50px;
}
.swiper-button-prev img {
  width: 50px;
}
/* .footer {
  margin-top: 90px !important;
} */
/* 
.trends .trends-row .news-image {
  min-height: 40vh !important;
} */

@media (max-width: 767.98px) {
  .header-area .stick-nav {
    display: block;
    position: fixed !important;
    width: 100%;
    z-index: 6 !important;
    top: -100px;
    transition: all 0.3 linear !important;
    transition-delay: 2s;
  }

  .banner-caption h1 {
    width: 100% !important;
    font-size: 26px;
  }
  .banner-carousel-item-image {
    width: 100%;
    height: 90vh;
    object-fit: cover;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: 234px !important;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .add-btn {
    color: #ffffff;
    background-color: #e91e63;
    border-radius: 25px;
    padding: 7px 25px 8px;
    margin-left: 0rem !important;
  }
  .trends-title {
    letter-spacing: 5px;
  }
  .content-title {
    margin-top: 10px !important;
    color: #e91e63;
  }
  .card {
    box-shadow: none !important;
    border: none;
    height: 28rem;
    padding: 0px;
  }
  .section-footer {
    margin-top: 73px;
  }
  .carousel-banner {
    color: #ffffff;
    margin-top: 11rem;
    margin-left: 30px;
    width: 100%;
  }
  .carousel-control-prev {
    left: 0;
    margin-top: 134px;
  }
  .carousel-control-next {
    right: 0;
    margin-top: 133px;
  }
  .carousel {
    position: unset;
  }
  .carousel.slide {
    display: flex !important;
  }

  .carousel-banner {
    color: #ffffff;
    margin-top: 0rem;
    margin-left: 0px;
    width: 100%;
  }
  .main-nav {
    display: block !important;
    position: fixed !important;
    z-index: 100;
    width: 100%;
  }

  .carousel-caption {
    width: 76%;
    padding: 0px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    margin-bottom: 25rem !important;
  }
  .goal-image img {
    margin-top: 0rem;
    width: 100%;
    height: 10rem;
  }
  .header-area .old_nav {
    display: none !important;
  }
  .header-area .main-nav {
    display: block !important;
  }
  .header-area.shrink .main-nav {
    display: block !important;
  }
  .header-area.shrink .old_nav {
    display: none !important;
  }
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-button-middle {
    margin: 9px 1px !important;
    position: relative !important;
    /* top: 315px !important; */
    width: auto !important;
    height: auto !important;
    cursor: pointer;
    float: right;
    display: inline-block;
    align-items: center;
    justify-content: center;
    /* color: var(--swiper-navigation-color, var(--swiper-theme-color));
    color: rgb(145, 143, 143); */
  }

  .swiper-button-next,
  .swiper-button-prev:focus {
    outline: none !important;
  }
  .swiper-button-next img:hover {
    color: #e91e63;
  }
  .swiper-button-prev img:hover {
    color: #e91e63;
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "none";
    font-size: 20px !important;
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "none";
    font-size: 20px !important;
  }
  .swiper-content {
    padding: 0px 8px;
  }
  .swiper-section_body {
    margin-bottom: 0rem;
  }
  .swiper-button-next img {
    width: 50px;
  }
  .swiper-button-middle img {
    width: 50px;
  }
  .swiper-button-prev img {
    width: 50px;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    margin-top: 15px;
  }
}
/* ===============================================Categories_page========================================= */
.head {
  color: #e91e63;
  font-weight: 600 !important;
  letter-spacing: 6px;
  margin-top: 3rem;
}
.head a {
  color: #e91e63;
}
.imag-gr img {
  z-index: -1;
  width: 360px;
  height: 300px;
}
.imag-gr {
  position: relative;
  z-index: 1;
}
.doll {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: 256px;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.356));
}

.fonts {
  /* position: absolute; */
  transition: all linear 0.5s;
}

.collapse a .fa {
  color: rgb(39, 39, 39);
}
#demo .fa {
  margin-left: -45px !important;
}
.images-section {
  margin-top: 100px !important;
}

@media (max-width: 767.98px) {
  .imag-gr img {
    z-index: -1;
    width: 100% !important;
    height: 321px !important;
    margin-top: 15px;
  }
  .overlay {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 330px;
    height: 96%;
    margin-top: 14px;
    background: linear-gradient(rgba(0, 0, 0, 0.349), rgba(0, 0, 0, 0.356));
  }
  .head {
    color: #e91e63;
    font-weight: 600 !important;
    letter-spacing: 6px;
    margin-top: 2rem;
  }
  .images-section {
    margin-top: 10px;
  }
  .categories-ads {
    margin-top: 80px !important;
  }
}

/* =============================================================blog_page============================================== */
.abc-title {
  color: #e91e63;
}
.abc-section {
  margin-top: 80px;
}
.abc-section .title1 {
  font-weight: 600;
  width: 100%;
}
.abc-icons .fa {
  /* padding: 23px 23px 0px 0px; */
  color: #e91e63;
}
.abc-icons {
  margin-left: auto;
}
.date-icon {
  /* margin-top: 20px; */
}
.blog-content {
  margin-bottom: 4px;
}
.abc-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
}
.jane-Doe-section img {
  width: 95px;
}
.jane-content {
  margin-top: 6px;
  margin-right: 5px;
}
.blog-icons .fa {
  padding: 23px 23px 0px 0px;
  color: #e91e63;
  margin-top: -40px;
}

.jane-image img {
  width: 50rem;
  margin-left: -138px;
  height: auto;
  object-fit: cover;
  border-radius: 13px;
}

/* .news-section img {
  width: auto;
  height: 10rem;
} */
.related-image {
  /* width: 100%; */
}
.related-image img {
  width: 100%;
  height: 100%;
  max-height: 175px;
  /* min-width: 17rem; */
  min-width: 14rem;
  object-fit: cover;
}
.fund {
  color: #e91e63;
  margin-bottom: 0px;
}
.news-title {
  font-size: 22px;
  font-weight: 600;
}
.news-title1 {
  color: #e91e63;
  font-weight: 600;
  letter-spacing: 8px;
}
.add-img {
  margin-top: 13.5rem;
}
.jane-Doe img {
  width: 100%;
  height: 100%;
}
.next-button .next-btn {
  color: #ffffff;
  background-color: #e91e63;
  border-radius: 25px;
  padding: 6px 13px;
  border: none !important;
}
.next-button .next-btn:hover {
  background-color: #c00443;
}
@media (max-width: 767.98px) {
  .abc-section {
    margin-top: 80px;
  }
  .jane-image img {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
  .abc-section .title1 {
    font-weight: 600;
    width: 100%;
  }
  /* .abc-image img {
    width: 100%;
    height: auto;
  } */
  .jane-Doe img {
    width: 100%;
    height: 100%;
  }
  .abc-icons {
    margin-left: auto;
  }
  .date-icon {
    margin-top: 20px;
    font-size: 10px !important;
  }

  .abc-icons .fa {
    padding: 23px 10px 0px 0px;
    color: #e91e63;
  }
  /* .news-section img {
    width: auto;
    height: 7rem;
  } */
  .related-image img {
    width: 100%;
    height: 100%;
    max-height: 200px;
  }
}

/* ==================================================blog-list_page srarts================================================= */
.trending {
  margin-top: 5rem !important;
}
.trending-title {
  color: #e91e63;
  letter-spacing: 10px;
}

.list-carousel {
  width: auto;
  height: auto;
}

.throw-card {
  height: 100% !important;
}
.throw-card-body {
  padding: 10px 0px;
}

.throw-card,
.tech-card,
.business-card {
  box-shadow: none !important;
}
.throw-card .content-title,
.tech-card .content-title,
.business-card.content-title {
  text-transform: capitalize !important;
}
.list-card-body {
  padding: 0px 0px !important;
}
.list-card {
  display: flex;
  /* margin-bottom: 10px !important; */
  height: auto !important;
  flex-direction: column !important;
  box-shadow: none;
  /* box-shadow: 0 0 20px rgb(193 193 193 / 80%); */
}
.list-card-img {
  width: auto !important;
  height: auto;
  min-height: 25vh !important;
  object-fit: cover;
}

.date-time {
  font-size: 15px;
}
.list-carousel {
  width: 100%;
  height: 350px;
  max-height: 100%;
  overflow: hidden !important;
}
.card-content {
  font-size: 14px;
}
.content-caption {
  position: absolute;
  top: 10rem;
  bottom: 0px;
  z-index: 10;
  padding: 44px;
  color: #fff;
}
.carousel-image {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}
.caurosel-title2 {
  font-size: 24px;
  font-weight: 800;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.listing {
  margin-bottom: 100px !important;
}

@media (max-width: 767.98px) {
  .content-caption {
    padding: 0px 0px;
    /* left: 3%; */
    width: 70%;
  }
  .list-carousel {
    width: 100%;
    height: 338px;
    overflow: hidden !important;
  }
  .trending {
    margin-top: 2rem !important;
  }
}

/* ======================================================Search_page Starts==========================================================  */

.search-title {
  color: #e91e63;
  margin-top: 2rem;
  font-weight: 600;
  letter-spacing: 8px;
}
.search-card-body {
  padding: 0px 25px !important;
}
.search-card {
  display: flex;
  margin-bottom: 50px !important;
  height: 16.3rem !important;
  flex-direction: row;
}
.search-card-img {
  width: 250px !important;
  height: 83%;
}
.throw-card,
.tech-card,
.search-card {
  box-shadow: none !important;
}
.throw-card .content-title,
.tech-card .content-title,
.search.content-title {
  text-transform: capitalize !important;
}

.search-bar {
  margin-top: 100px;
}
.se-menu {
  position: absolute;
  left: 15px;
  right: 15px;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  display: none;
}
.se-menu li {
  list-style: none;
  cursor: pointer;
  padding: 10px 15px;
  /* border-bottom:1px solid #f3f3f3; */
}
.form-group {
  /* margin-bottom: -44rem; */
  width: 100%;
  margin-left: 46px;
}
.control-search {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  /* background-color: #fff; */
  background-clip: padding-box;
  /* border: 1px solid #ced4da; */
  border-radius: 192px 0px 0px 192px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.control-search:focus {
  color: #495057;
  background-color: #fff;
  border-color: none !important;
  outline: none !important;
  border-radius: none !important;
  box-shadow: none;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #d5d5d6;
  outline: 0;
  box-shadow: none !important;
}
.search:focus-within {
  color: #495057;
  background-color: #fff;
  border-color: #8d8d8d;
  outline: 0;
  border-radius: 192px 192px 192px 192px !important;
  /* box-shadow: 0 0 0 0.2rem rgb(175 160 160 / 25%); */
}
.search-text {
  color: #e91e63;
  margin-top: 3px;
}
.control-search:focus {
  outline: none !important;
}
.btn-search {
  background-color: #e91e63;
  color: #fff;
  border-radius: 0px 16px 16px 0px;
}
.btn-search:focus {
  box-shadow: none !important;
}
.search-icon {
  margin-left: 30px;
}
.search-icon1 {
  margin-left: 10px;
}

.btn-subs {
  color: #fff !important;
  border-radius: 60px;
  padding: 2px 25px 4px;
  margin-left: 40px;
  border: 1px solid #fff;
}
.btn-subs:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}

.btn-subscribe {
  background-color: #e91e63 !important;
  color: #fff;
  border-radius: 60px;
  padding: 2px 25px 4px;
  /* margin-left: 45px; */
  /* font-size: 12px !important; */
}
.btn-subscribe:hover {
  background-color: #c00443 !important;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #c00443;
}
.contact-button {
  background-color: #e91e63;
  color: #ffffff;
  padding: 1em 1em;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin: -68px 245px;
}

/* .contact-button img {
  font-size: 18px;
  } */
.contact-button,
.contact-button__icon {
  width: 1.5em;
  height: 1.5em;
  padding: 6px;
  font-size: 18px;
  border-radius: 50%;
  animation: ripple 1.8s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 101, 152, 0.3),
      0 0 0 1em rgba(200, 101, 139, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 101, 152, 0.3),
      0 0 0 2em rgba(255, 101, 152, 0);
  }
}
@media (max-width: 767.98px) {
  .form-group {
    margin-bottom: 0rem;
    width: 21rem;
    margin-left: -83px;
  }
  .search-text {
    color: #e91e63;
    margin-top: -34px;
    margin-left: 0px;
    font-size: 16px;
  }
  .contact-button {
    margin: 11px 36px;
  }
  .contact-button,
  .contact-button__icon {
    width: 1.5em;
    height: 1.5em;
    padding: 3px;
    font-size: 10px;
    border-radius: 50%;
    animation: ripple 1.8s linear infinite;
  }
}
/* =================================================================404_Page=============================================================  */

.error-title {
  margin-top: -155px;
  font-size: 170px;
  font-weight: 900;
  color: rgb(155, 154, 154);
}
.error-title1 {
  color: rgb(155, 154, 154);
  font-weight: 700;
  letter-spacing: 4px;
  margin-top: -17px;
}
.error-content {
  font-size: 25px;
  font-weight: 700;
}
.error-btn {
  color: #ffffff;
  background-color: #e91e63;
  border-radius: 25px;
}
.error-image {
  margin-top: -50px;
}

@media (max-width: 767.98px) {
  .error-image {
    margin-top: -50px;
    width: 100%;
  }
  .error-title {
    margin-top: -99px;
    font-size: 135px;
    font-weight: 900;
    color: rgb(155, 154, 154);
  }
  .error-title1 {
    color: rgb(155, 154, 154);
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: -17px;
  }
  .error-content {
    font-size: 15px;
    font-weight: 900;
    padding: 0px 36px;
  }
  .error-btn {
    color: #ffffff;
    background-color: #e91e63;
    border-radius: 25px;
    margin-top: -5px !important;
  }
  .search-title {
    margin-top: 2rem;
  }
  .search-section {
    margin-top: 10px !important;
  }
}

/* blog deatil adding time */
.bsf-rt-reading-time {
  display: none;
}

/* safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .navbar-nav {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-around !important;
      /* padding: 0px 36px !important; */
    }
    .list-card {
      display: flex;
      /* margin-bottom: 10px !important; */
      /* height: auto; */
      flex-direction: column !important;
      box-shadow: none;
      /* box-shadow: 0 0 20px rgb(193 193 193 / 80%); */
    }
  }
}
/* @media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .navbar-nav {
      display: flex !important;
      flex-direction: row !important;
      justify-content: space-around !important;
      padding: 0px 36px !important;
    }
  }
} */

/*=========== sticky-ads =========== */
.sticky1 .brand-logo {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
}

.sticky1 .brand-logo.show {
  bottom: 0 !important;
}
.sticky1 .brand-logo.hide {
  bottom: -90px !important;
}

/* side sticky ad */
.side-stick {
  border: none !important;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 9;
}

.collapsing {
  height: auto !important;
  overflow: hidden !important;
}



/* for tab */
@media (min-width: 768px) and (max-width: 991px) {
  .content-caption {
    top: 8rem;
  }
  .list-carousel {
    width: 100%;
    height: 450px;
    max-height: 100%;
    overflow: hidden !important;
  }
  .trans-social-right-sec {
    padding: 0px 0px !important;
  }
  .tarns-social,
  .trans-social-right {
    margin-top: 14px !important;
    padding: 0px 0px !important;
  }
  .nav-item a {
    padding: 0px 16px !important;
    font-weight: 600 !important;
  }

  .__subscribe_div {
    width: 450px !important;
    margin: 0 auto !important;
  }

  .__subscribe_div .__subscribe_email {
    font-size: 14px !important;
  }

  .__subscribe_div .btn-subscribe {
    position: absolute;
    right: 0;
    transform: translateX(0px);
    top: 0;
     bottom: 0;
  }

  .related-image img {
    width: 100%;
    height: 100%;
    max-height: 175px;
    min-width: 17rem;
    /* min-width: 14rem; */
    object-fit: cover;
  }
}

/* @media (min-width: 992px) {
  .navbar-collapse .collapse {
    color: aqua;
  }
} */

/* .sticky {
  position: fixed;
  top: 0;
  opacity: 1;
  width: 100%;
  z-index: 999999;
  background: #fff !important;
  box-shadow: 0px -13px 11px 4px rgb(179 179 179) !important;
  transition: all 0.2s !important;
} */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

/* line limiter css  */
.three-lines-limit {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.two-lines-limit {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.3;
  max-height: 51px;
  min-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.__subscribe_div {
  width: 450px;
  margin: 0 auto !important;
}

.__subscribe_div .__subscribe_email {
  font-size: 14px;
}

.__subscribe_div .btn-subscribe {
    position: absolute;
    right: 1px;
    transform: translateX(0px);
    top: 0;
    bottom: 0;
    margin: auto;
    height: 95%;
    border: none !important;
  
}
.__subscribe_div .email_field{
    position: relative;
    margin-top: 34px;
    width: 100%;
}
.es_subscription_message {
  max-width: 430px;
  margin: 0 auto;
  color: #ffffff;
}

.es_subscription_message.error {
  max-width: 430px;
  margin: 0 auto;
}

.es_subscription_message.success {
  color: #ffffff !important;
  font-size: 15px;
  padding-top: 35px;
  text-align: center;
}

.__nav_subscribe {
  text-align: center;
}

.footer-contact li a {
  font-weight: 400 !important;
  padding: 0 10px 0 10px !important;
}
.fw-600 {
  font-weight: 600;
}

/*  NEW CHANGED CSS */

.fixed__link {
  padding: 0px 20px 0px 20px !important;
  font-weight: 600 !important;
}
.input__container .input-group-bar {
  width: 100%;

  margin: 0px 0px 0px 4px !important;
}
.banner-caption {
  position: absolute;
  top: 0;
  transform: translateY(-16%);
}
.banner-carousel-item-image {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.blog-title {
  color: #e91e63;
  font-weight: 600;
  letter-spacing: 8px;
}
.blog-title a {
  color: #e91e63;
}
/* blog titile */
.blog__title {
  color: #e91e63;
  font-weight: 600 !important;
  letter-spacing: 8px;
}
.blog__title a {
  color: #e91e63;
}

.modal_form {
  position: relative;
}
.search_close {
  font-size: 30px !important;
  position: absolute !important;
}
.input-group-bar-buttons {
  position: absolute;
}
.input-group-bar {
  position: absolute;
}
.search-bar-icon {
  position: absolute;
  color: gray;
  font-size: 20px;
}
/* footer */
.footer-section {
  background-color: rgb(61, 60, 60);
  width: auto;
  height: 400px !important;
  justify-content: center;
  align-items: center;
}
.footer-copyright {
  margin: 16px 0px 0px 0px !important;
  padding: 0px 0px 16px 0px !important;
}
/* more category */
.overlay {
  width: 90%;
}
/* modal search sub category */
.search-bar {
  margin-top: 92px;
}
/* for mobile */
@media (max-width: 767.98px) {
  .sticky1 .brand-logo {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 92%;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  .add-section img {
    width: 100%;
    margin-bottom: 20px;
  }

  .__subscribe_div {
        width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .__subscribe_div .__subscribe_email {
    font-size: 12px !important;
  }

  .__subscribe_div .btn-subscribe {
    position: absolute;
    right: 0;
    transform: translateX(0px);
    top: 0;
    bottom: 0;
    margin: auto!important;
  }

  .es_subscription_message.success {
    color: #ffffff !important;
    font-size: 11px !important;
    padding-top: 10px !important;
    text-align: center;
  }

  .es_subscription_message.error {
    padding-left: 20px;
  }
}
/* mobile CSS */
@media (max-width: 480px) {
  .input__container {
    margin: 0px 0px 0px 0px !important;
  }
  .mobile__fixed {
    height: 82px;

    width: 100% !important;
    position: relative;
  }
  /* modal */
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }

  .search_close {
    /* font-size: 30px !important;
  position: absolute !important; */
    top: 72px !important;
    /* right: 32% !important; */
    right: 43px;
    padding: 0px 0px 0px 0px !important;
  }
  /* modal dailog */
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }
  /* modal button */
  .button_groups {
    margin: 0px 0px 0px 0px;
  }
  .input__container .navbar-brand .logo-image3 {
    position: absolute;
    top: 26px;
    display: none !important;
    height: 28px !important;
  }
  .input-group-bar {
    top: 26px;
    left: 14px !important;
    margin: 0px 0px 0px 0px !important;

    width: 75% !important;
  }
  .search-form {
    margin: 0px 0px 0px 0px;

    width: 100% !important;
    padding: 4px 10px 4px 10px;
  }

  .input-group-bar-buttons {
    /* position: absolute; */
    bottom: 60px;
    right: 0;

    margin: 0px 0px 0px 0px;
  }

  .search-bar-icon {
    color: gray;
    font-size: 20px;

    top: 18px !important;
    /* right: 36px; */
    right: -26px;
    padding: 11px 0px 11px 0px !important;
  }

  /* banner */
  .banner-caption {
    left: 36px;
    transform: translateY(-16%);
    width: 76%;
  }
  .banner-caption .banner-heading {
    font-size: 26px;
  }
  /* blog - selfCare */
  .mobile-view .tech-card {
    margin: 0px 0px 0px 0px !important;
  }

  /* more category */
  .overlay {
    width: 93% !important;
  }
  /* modal sub category */
  .form-group {
    width: 17rem;
  }
  /* home screen mobile view */
  .blog__title {
    letter-spacing: 6px;
  }
  .added {
    margin-top: 4px !important;
  }
  /* smooth scroll */
  .contact-button {
    margin: 11px 36px !important;
  }
}
@media (min-width: 481px) and (max-width: 575px) {
  .input__container {
    margin: 0px 0px 0px 0px !important;
  }
  .input__container .navbar-brand .logo-image3 {
    position: absolute;
    top: 20px;
    display: none !important;
    height: 24px;
  }
  .mobile__fixed {
    height: 82px;
    /* width: 30rem; */
    width: 100% !important;
  }
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }
  .input-group-bar {
    /* position:absolute; */
    top: 20px !important;
    /* left: 72px !important; */
    left: 60px !important;
    margin: 0px 0px 0px 0px !important;
    width: 60% !important;
  }

  .input-group-bar-buttons {
    right: 5px;
    bottom: 46px;
    margin: 0px 0px 0px 0px;
  }
  .search-form {
    /* width: 100%; */
    padding: 6px 6px 6px 12px;
    margin: 0px 0px 0px 0px !important;
    /* width: 22rem !important; */
    width: 100%;
  }
  .search-bar-icon {
    color: black;

    padding: 12px 12px 12px 12px !important;
  }

  .search_close {
    /* position: absolute; */
    top: 57px;
    /* right: -14px; */
    right: 43px;
    padding: 0px 0px 0px 0px !important;
  }
  .search-bar-icon {
    color: gray;
    font-size: 20px;
    /* top: 5px !important;
    right: -106px; */
    top: 3px;
    right: -48px;
  }
  /* blog - selfCare */
  .mobile-view .tech-card {
    margin: 0px 0px 0px 0px !important;
  }
  /* more category */
  .overlay {
    width: 94%;
  }
  /* modal sub category */
  .search-bar {
    margin-top: 92px;
  }
  .search-text {
    margin: 6px 0px 0px 6px;
  }
  .form-group {
    margin-left: 18px;
  }
  /* smooth scroll */
  .contact-button {
    margin: -15px 36px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mobile__fixed {
    height: 82px;
    position: relative;
  }
  /* modal */
  .input__container {
    margin: 0px 0px 0px 0px !important;
  }
  .input__container .navbar-brand .logo-image3 {
    position: absolute;
    top: 20px;
    display: none !important;
    height: 44px;
  }
  .input-group-bar {
    position: absolute;
    top: 20px;
    left: 110px;
    margin: 0px 0px 0px 40px !important;
    width: 25% !important;
  }
  .input-group-bar:hover {
    box-shadow: 3px 3px 5px 0px rgb(212 212 212);
    border-radius: 1.25rem;
  }
  .input-group-bar-buttons {
    /* position: absolute; */
    /* top: 8px; */
    right: 0px;
    bottom: 53px;

    margin: 0px 0px 0px 42px;
  }
  .search-form {
    margin: 0px 0px 0px 0px;
    padding: 8px 10px 8px 10px;
  }

  .search-bar-icon {
    position: absolute;
    top: 8px;
    right: -58px;
    padding: 12px 30px !important;
  }
  .search_close {
    right: 44px;
    bottom: -8px !important;
  }

  /* blog - selfCare */
  .mobile-view .tech-card {
    margin: 0px 0px 0px 0px !important;
  }
  .overlay {
    width: 95%;
  }
  /* more sub section */
  .search-text {
    margin-top: 0px;
  }
  .form-group {
    margin: -7px 0px 0px 18px;
  }
  /* smooth scroll */
  .contact-button {
    margin: 12px 36px !important;
  }
}

/* tab */
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image {
    max-height: 46px;
  }
  .fixed__link {
    padding: 0px 6px 0px 5px !important;
    font-size: 12px;
    font-weight: 600 !important;
  }
  .search-icon {
    margin: 0px 10px 0px 10px;
  }
  .btn-subscribe {
    padding: 4px 10px 4px 10px;
    margin: 0px 2px 0px 0px;
    width: 100%;
    font-size: 14px !important;
  }
  /* modal*/
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }
  .input__container {
    margin: 0px 0px 0px 0px !important;
    /* transform: translateX(6px); */
  }
  .input__container .input-group-bar {
    width: 80%;
  }
  .search-bar-icon {
    padding: 12px 22px !important;
    top: -9px;
  }
  .search_close {
    bottom: 7px;
    right: 26px;
  }
  .input-group-bar-buttons {
    position: absolute;
    top: 3px;
    right: 15px;
  }
  /* transparent navbar */
  .container__transnav {
    margin: 0;
    max-width: 100%;
  }
  .btn-subs {
    margin-left: 10px;
  }
  .tarns-social,
  .trans-social-right {
    padding: 0px 0px 0px 12px !important;
  }
  .search-icon1 {
    padding: 0px 6px 0px 0px !important;
  }
  /* banner */
  .banner-caption {
    left: 48px;
    transform: translateY(-26%);
    width: 100%;
  }
  /* subscribe button */
  .__subscribe_div .btn-subscribe {
    width: 40%;
  }
  /* more category */
  .overlay {
    width: 84%;
  }
  /* contact button */
  .contact-button {
    position: absolute;
    right: 0px;
    margin: -3px 32px 0px 0px;
  }
  /* blogs title */
  .blog_subtitle {
    max-height: 55px;
    min-height: 44px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .logo-image {
    max-height: 46px;
  }
  .fixed__link {
    padding: 0px 8px 0px 8px !important;
    font-size: 18px;
    font-weight: 600 !important;
  }
  .search-icon {
    margin: 0px 10px 0px 10px;
  }
  .btn-subscribe {
    padding: 6px 16px 6px 16px;
    margin: 0px 2px 0px 0px;
    width: 100%;
    font-size: 14px !important;
  }
  /* modal*/
  .input__container {
    margin: 0px 0px 0px 0px !important;
  }
  .search-form {
    width: 100% !important;
  }
  .input-group-bar {
    width: 75% !important;
  }
  /* modal*/
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }
  .input-group-bar-buttons {
    /* position: absolute; */
    top: 16px;
    right: 0px;
    /* right: 502px; */

    margin: 0px 0px 0px 42px;
  }
  .input-group-bar:hover {
    box-shadow: 3px 3px 5px 0px rgb(212 212 212);
    border-radius: 1.25rem;
  }
  .search-bar-icon {
    padding: 12px 39px !important;
    top: -20px;
    right: -76px;
  }

  .search_close {
    bottom: 20px;
    right: 40px;
  }

  .container__transnav {
    margin: 0;
    max-width: 100%;
  }
  .search-icon1 {
    margin: 0px 6px 0px 0px;
  }
  .trans-social-right-sec {
    padding: 0px 0px 0px 0px !important;
  }
  .btn-subs {
    margin: 0px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
  }
  /* banner */
  .banner-caption {
    left: 62px;
    transform: translateY(-10%);
    width: 100%;
  }
  /* subscribe button */
  .__subscribe_div .btn-subscribe {
    width: 40%;
    right: -2px;
  }
  /* more category */
  .overlay {
    width: 88%;
  }
  /* contact button */
  .contact-button {
    margin: -3px 32px 0px 0px;
  }
  /* blogs title */
  .blog_subtitle {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 27px;
    max-height: 35px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .fixed__link {
    padding: 0px 8px 0px 8px !important;
    font-size: 18px;
    font-weight: 600 !important;
  }
  .search-icon {
    margin: 0px 10px 0px 20px;
  }
  .btn-subscribe {
    padding: 6px 16px 6px 16px;
    margin: 0px 2px 0px 0px;
    width: 100%;
    font-size: 14px !important;
  }
  .input__container {
    margin: 0px 0px 0px 0px !important;
  }
  .search-form {
    width: 100%;
  }
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }
  .input__container .input-group-bar {
    width: 80%;
  }
  .search_close {
    bottom: 16px;
    right: 40px;
  }
  .input-group-bar-buttons {
    position: absolute;
    top: 12px;
    right: 0px !important;
    margin: 0px 0px 0px 42px;
  }
  .search-bar-icon {
    padding: 12px 32px 12px 6px !important;
    top: -18px;
  }
  /* transparent navbar */
  .container__transnav {
    margin: 0;
    max-width: 100%;
  }
  .trans-social-right-sec {
    padding: 0px 0px 0px 0px !important;
  }
  .tarns-social,
  .trans-social-right {
    padding: 0px 20px 0px 20px !important;
  }
  .search-icon1 {
    margin: 0px 6px 0px 44px;
  }
  .btn-subs {
    margin: 0px 0px 0px 0px;
    padding: 2px 25px 4px 25px;
  }
  /* banner */
  .banner-caption {
    left: 36px;
  }
  /* footer */
  .__subscribe_div .btn-subscribe {
    width: 40%;
  }

  .contact-button {
    margin: -3px 32px 0px 0px;
  }
  /* blogs title */
  .blog_subtitle {
    margin-bottom: 27px;
    max-height: 35px;
  }
}
@media (min-width: 1281px) {
  .input-group-bar-buttons {
    /* position: absolute; */
    top: 12px;
    /* right: 468px !important; */
    right: 0 !important;
    margin: 0px 0px 0px 42px;
  }
  .input__container .input-group-bar {
    width: 70%;
    /* transform: translateX(-19%); */
  }
  /* modal */
  .modal_bar {
    padding: 0px 0px 0px 0px !important;
  }
  .modal_dialog {
    width: 100%;
    max-width: 100%;
  }

  .close:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  button.close {
    padding: 5px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    margin: -44px -30px !important;
    font-size: 35px;
  }
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  .search_close {
    bottom: 20px;
    right: 48px;
  }
  .search-bar-icon {
    top: -18px;
    right: -71px;
  }
  /* trans nav */
  .trans-social-right-sec {
    padding: 0px 25px !important;
  }
  .search-icon1 {
    padding: 0px 22px 0px 0px;
  }
  .btn-subs {
    margin: 0px 0px 0px 0px;
  }
  /* more category */
  .overlay {
    width: 89%;
  }
  /* contact button */
  .contact-button {
    margin: -3px 32px 0px 0px;
  }
}

/* menu toggle */
.menu_close {
  font-size: 24px;
}

.navbar-toggler.collapsed > .menu_close {
  display: none;
}
.navbar-toggler:not(.collapsed) > .menu_close {
  display: inline-block;
}
/* .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
} */
.display__nav {
  /* height: 100vh; */
  justify-content: flex-start !important;
}

/*  */
.contact-button {
  position: fixed !important;
  bottom: 1rem !important;
  right: -0.5rem !important;
  z-index: 1;
}
/*  */
.mobile-image-resolution .wp-caption {
  width: 100% !important;
}
/* single blog load more button  */
.contact-buttons .load-btn {
  background-color: #e91e63;
  color: white;
}
.contact-buttons {
  text-align: center;
}
