.navbar-brand {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
a {
  text-decoration: none !important;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar .navbar-brand img {
  width: 50px;
}

.socials a {
  display: inline-block;
  color: #212529;
  margin: 0 5px;
  font-size: 20px;
}

.bg_clr {
  background-color: #c2f6ea !important;
}

a.bg_clr:hover,
a.bg_clr:focus,
button.bg_clr:hover,
button.bg_clr:focus {
  background-color: #96efdb !important;
}

.navbar {
  position: relative;
  padding: 10px 10px;
  height: 10vh;
}

.me-banner {
  margin: 0;
  padding: 0;
  position: relative;
}

.me-banner img {
  height: 550px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .me-banner img {
    height: 450px;
    width: 100%;
    }
}
.cstm_pdng {
  padding: 30px;
  margin: 30px;
}

.feature-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.feature-posts .feature-post-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  margin: 0 5px;
}

.feature-posts .feature-post-item:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 120px;
  min-width: 120px;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  background: #6c757d;
  position: relative;
  color: #fff;
}

.feature-posts .feature-post-item .feature-post-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  background: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: calc(11px + (13 - 11) * ((100vw - 320px) / (1200 - 320)));
  opacity: .5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #212529;
}

.feature-posts .feature-post-item:hover .feature-post-caption {
  opacity: 1;
}

@media (min-width: 992px) {
  .feature-posts .feature-post-item .feature-post-caption {
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .feature-posts .feature-post-item:nth-child(5) {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .feature-posts .feature-post-item:nth-child(4) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .feature-posts .feature-post-item:nth-child(1) {
    display: none;
  }
}

.sct_hdng {
  text-align: center;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  margin: 10px;
  color: #54595F;
}

.card .card-header,
.card .card-body,
.card .card-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.card-title {
  margin-bottom: 0.75rem;
  text-transform: capitalize;
  font-size: 25px;
}
.instagram-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.instagram-wrapper .insta-item {
  padding: 3px;
  position: relative;
}

.instagram-wrapper .insta-item img {
  width: 100%;
}

.instagram-wrapper .insta-item .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.001);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.instagram-wrapper .insta-item .overlay span {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}

.instagram-wrapper .insta-item .overlay span i {
  padding-right: 5px;
}

.instagram-wrapper .insta-item:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .instagram-wrapper .insta-item:nth-child(6),
  .instagram-wrapper .insta-item:nth-child(5) {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .instagram-wrapper .insta-item:nth-child(4),
  .instagram-wrapper .insta-item:nth-child(3) {
    display: none;
  }
}

.instagram-wrapper .ig-id {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  background: #fff;
  padding: 10px 15px;
  max-width: 170px;
}

.instagram-wrapper .ig-id a {
  color: black;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .instagram-wrapper .id {
    display: none;
  }
}

.page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 130px;
  padding: 15px 0;
}

.page-footer .logo {
  width: 100px;
}

/* single page */
@media (max-width: 767.98px) {
  .page-header {
    max-height: 350px;
  }
  .me-banner img {
    height: 450px;
    width: 100%;
    }
}

.page-header:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.page-header.page-header-mini {
  height: 250px;
  background: #e6fbf6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header.page-header-mini .title {
  color: #343a40;
  font-size: calc(32px + (50 - 48) * ((100vw - 300px) / (1200 - 320)));
  z-index: 10;
  font-weight: bold;
  padding: 10px;
}

.page-header.page-header-mini:after {
  display: none;
}
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.55rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0rem;
}
.breadcrumb {
  font-size: 0.9rem;
}

.breadcrumb .breadcrumb-item a {
  color: #212529;
}

.breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid transparent;
}

.card-header:first-child {
  border-radius: calc(0rem - 0) calc(0rem - 0) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.blog-media {
  position: relative;
}

.blog-media .badge {
  position: absolute;
  left: 0;
  top: 0px;
  padding: 7px;
  z-index: 10;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
.text-muted {
  color: #6c757d !important;
}
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 0 solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0rem - 0) calc(0rem - 0);
}
.media {
  position: relative;
}
.thumb-sm {
  width: 55px;
}
.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btn-main {
  color: #212529;
  background-color: #a1f1df !important;
  border-color: #96efdb;
}

.btn-main:hover {
  color: #212529;
  background-color: #a1f1df;
  border-color: #96efdb;
}

.btn-main:focus, .btn-main.focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 215, 205, 0.5);
}

.btn-main.disabled, .btn-main:disabled {
  color: #212529;
  background-color: #c2f6ea;
  border-color: #c2f6ea;
}

.btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active,
.show > .btn-main.dropdown-toggle {
  color: #212529;
  background-color: #96efdb;
  border-color: #8aeed7;
}

.btn-main:not(:disabled):not(.disabled):active:focus, .btn-main:not(:disabled):not(.disabled).active:focus,
.show > .btn-main.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(170, 215, 205, 0.5);
}
.pagecontainer .page-sidebar {
  max-width: 400px;
  min-width: 250px;
  margin: 0 auto;
}

.page-container .page-sidebar .sidebar-title:after {
  content: '';
  position: relative;
  top: 4px;
  height: 1px;
  width: 30px;
  margin: auto;
  background: #c2f6ea;
  display: block;
}

@media (min-width: 768px) {
  .page-container .page-sidebar {
    width: 290px;
    max-width: auto;
    min-width: auto;
    margin-left: 40px;
  }
}
.page-container .page-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.link_f {
  font-size: 19px;
  color: #212529;
}
.link_f:hover {
  font-size: 21px;
  color: #212529;
  text-decoration: none;
}
/* contact us */
.sction {
  margin-top: 10px;
  margin-bottom: 15px;
}

.container-md {
  margin-top: 15px;
  padding: 1% 8%;
  box-shadow: 2px 3px 7px gray;
  border-radius: 2px;
}

.lft-clr {
  background-color: #e2e2e2;
}

.container {
  padding: 20px 15px;
}

.head-name-one {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: black;
  padding: 20px 10px;
  margin: 10px;
  text-transform: capitalize;
}

.div-lft-cntct-1 {
  margin: 0;
  padding: 0;
}

.div-lft-cntct-1 iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.btm-pding {
  padding: 25px 5px;
  justify-content: space-between;
}

.lst-div-pdng {
  padding: 2px;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

.bld {
  font-weight: 700;
  font-size: 16px;
}

.cntct-icn-one {
  color: white;
  background-color: black;
  border-radius: 50%;
  padding: 15px;
  size: 10px;
}
.txt-clr-1 {
  font-size: 15px;
}

/* swiper css */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

/* swiper css ends here */
@media screen and (max-width: 480px) {
     .cntct-row-flx {
      flex-direction: column;
     }
     .container-md {
  padding: 1% 4%;
  
}
  }
  .dta_dta {
    font-size: 17px;
    font-weight: 500;
    color: #646464;
  }