/* Importing Google Font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-primary: #000000;
    --color-secondary: #FECE36;
    --color-text: #7A7A7A;
    --color-accent: #FECE36;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: "DM Sans";
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}
a{
  text-decoration: none;
}
p{
  color: var(--color-text);
  font-weight: 400;
}
a.icn-x{
    color: black;
}
a.icn-yt{
    color: red;
}
.bi-twitter-x{
    fill: black;
}
.bi-youtube{
    fill: red;
}
.footer-wrap {
  background-color: #fff;
}
.btn-primary {
  background-color: #FECE36;
  color: #000;
  border: none;
  font-size: smaller;
  padding: 10px 25px;
  border-radius: 5px;
}
img {
    width: 100%;
}
.bg-1{
  background-color: #FECE36;
}
.ws-section {
  padding-top: 2rem;
  padding-bottom: 3.5rem;
}
.elementor-heading-title {
  font-size: 2.5rem;
  margin-bottom: 3.5rem;
  letter-spacing: 1px;
}
.navbar-brand {
    width: 25%;
}
.navbar-nav .nav-link {
  font-weight: 600;
  color:#000;
  padding: 8px 15px !important;
}
.nav-link:focus, .nav-link:hover {
  color: #FECE36;
}
.banner-sec{
    text-align: center;
    color: #000;
    background:linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../assets/img/b-1.jpg);
    background-repeat: repeat;
    padding-top: 8rem;
    padding-bottom: 7rem;
}
.bnr-content .masthead-subheading {
  font-size: 4rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.bnr-content .masthead-heading {
  font-size: 1.8rem;
  color: #fff;
}
.bnr-content p {
  color: #fff;
}
.card-box {
    padding: 20px;
}
.icon-box {
    border-radius: 0px;
    padding: 2rem;
    border-top: 5px solid #0b5ed7;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.icon-body i {
    font-size: 40px;
}
.card-box {
  padding: 35px 35px 35px 35px;
  border-radius: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 9px 11px 28px 0px rgba(125, 138.00000000000003, 152, 0.15);
  transition: 0.4s;
}
span.bp-verified-badge {
    margin-left: 5px;
    width: 25px;
    height: 25px;
    position: absolute;
    line-height: 0;
    margin-top: 0.5%;
}
.bp-verified-badge svg
 {
    fill: green;
}
/**
.bp-verified-badge{
    background:url(../assets/img/verify.png) no-repeat center center;
}**/
.cover-user {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 420px;
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  background-position: center;
}
.cover-img .user-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
  margin-top: -55%;
  position: relative;
  background-color: #fff;
}
.item-social svg {
    width: 18px;
}
.user-content .user-excerpt {
  font-size: 14px;
  font-weight: bold;
}
span.bp-verified-badge.hide {
    display: none;
}
.responsive-iframe {
  width: 100%;
  height: 550px;
}
.bx-shd {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.item-social li {
  list-style: none;
  display: inline-block;
  margin-right: 1rem;
}
.item-social .icon-image{
    width:20px;
}
.social-icon .icon-image {
    padding-top: 9px;
}


.user-bio p {
    font-size: 14px;
}
.user-content .user-name {
    margin-bottom: 2px;
}
@media (min-width: 1200px) {
    .container{
        max-width: 1160px !important;
    }
}

.slider-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin-top: 1rem;
}
.card-list .card-item {
  height: auto;
  color: #000;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(30px);
  border-radius: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 11px rgba(33,33,33,.2);
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem !important;
}
.card-list .card-item:hover {
   
  box-shadow: 9px 11px 28px 0px rgba(125, 138.00000000000003, 152, 0.15);
}
.card-list .card-item a {
  color: initial;
  text-decoration: none;
}
.card-list .card-item .user-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 1px solid #C2C2C2;
  
}
.card-list .card-item .user-name{
  font-size: 16px;
}
.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 40px;
}
.card-list .card-item .user-excerpt {
  font-size: 12px;
}
.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #000;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #000;
  color: #000;
}
.slider-wrapper .swiper-pagination-bullet {
  background: #000;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-wrapper .swiper-slide-button {
  color: #000;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}
@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
.counter-box .card-text {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 0;
}
.counter-box p {
  color: #000;
  font-weight: 600;
}
.auth-card .auth-title-box {
  width: 23.4375rem;
}
.auth-form-box .text-body-highlight {
  margin-bottom: 0;
}
.blog-slider .carousel-item img {
  height: 400px;
  object-fit: cover;
}
.blog-slider .carousel-caption h5 {
  font-size: 2.5rem;
  color: #fff;
  text-align: left;
}
.blog-slider .date {
  text-align: left;
  color: #fff;
}
.blog-slider .carousel-caption {
  background-color: #00000066;
  padding-left: 1rem;
}
.news-type-tag {
  background-color: #fff;
  padding: 17px 30px 15px 30px;
  border-left: 4px solid #1399FB;
  margin-bottom: 18px;
  -webkit-box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
  box-shadow: 0 1px 2px rgba(40, 40, 40, 0.28);
}
.main-post-area1 {
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
  box-shadow: 0px 1px 1px rgba(18, 24, 28, 0.14);
}

.main-post-area1 .feature-item2 .feature-picture {
  overflow: hidden;
}
.main-post-area1 .content-title1 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.main-post-area1 .content-title1 .description {
  font-size: 14px;
}
.main-post-area1 .feature-picture img {
  height: 300px;
  object-fit: cover;
}
.footer-menu li {
  padding-right: 1rem;
  list-style: none;
}
.footer-menu .nav-link {
    font-weight: 400;
    color: #000;
    font-size: 14px;
}
ul.footer-menu{
    padding-left: 0;
}
.copyright {
  text-align: right;
}
ul.list-style li
 {
    list-style: none;
}
.contact-method svg {
    margin-right: 0.5rem;
}
ul.social-icon {
    list-style: none;
    margin-bottom: 0;
    justify-content: flex-end;
}
.social-icon i {
    font-size: 2rem;
}
.social-icon li {
    padding-right: 1rem;
    list-style: none;
}
.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #006E51;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container-bx {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container-bx.left {
  left: 0;
}

.container-bx.right {
  left: 50%;
}
.container-bx::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #006E51;
  border-radius: 16px;
  z-index: 1;
}
.container-bx.right::after {
  left: -8px;
}
.container-bx::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #006E51;
  z-index: 1;
}
.container-bx.right::before {
  left: 8px;
}
.container-bx .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #006E51;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}
.container-bx.left .date {
  right: -115px;
}
.container-bx.right .date {
  left: -115px;
}
.container-bx .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: aliceblue;
  border: 2px solid #006E51;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}
.container-bx.left .icon {
  right: 56px;
}
.container-bx.right .icon {
  left: 56px;
}

.container-bx .content {
  padding: 30px 90px 30px 30px;
  background: #FECE36;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.container-bx.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container-bx .content h2 {
  margin: 0 0 1px 0;
  font-size: 22px;
  color: #006E51;
}

.container-bx .content p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.ft-1 img {
    width: 25%;
    padding-bottom: 5px;
}
.ft-1 p {
    font-size: 10px;
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }
.navbar-brand {
    width: 50%;
}
  .container-bx {
    width: 100%;
    padding-left: 120px;
    padding-right: 10px;
  }

  .container-bx.right {
    left: 0%;
  }

  .container-bx.left::after, 
  .container-bx.right::after {
    left: 82px;
  }

  .container-bx.left::before,
  .container-bx.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container-bx.left .date,
  .container-bx.right .date {
    right: auto;
    left: 15px;
    width: 23%;
    text-align: left;
  }

  .container-bx.left .icon,
  .container-bx.right .icon {
    right: auto;
    left: 146px;
  }

  .container-bx.left .content,
  .container-bx.right .content {
    padding: 30px 5px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
  .container-bx .content h2 {
    font-size: 16px;
  }
  .container-bx .content p {
    font-size: 12px;
  }

  .d-flex {
    flex-direction: column;
  }
  .p-5 {
    padding: 1rem !important;
  }
  .ms-5 {
    margin-left: 1rem !important;
  }
  .cover-img .user-image {
    margin-bottom: 12px;
  }
  .card-list .card-item{
      margin: 0 auto;
  }
  ul.social-icon {
    justify-content: center;
    flex-direction: row;
    padding-left: 0;
}
ul.footer-menu {
    flex-direction: row;
    justify-content: center;
}
.copyright {
    text-align: center;
}
.ft-1 p{
    font-size:12px;
}
.ft-1 img {
    width: 75%;
}
.footer {
    text-align: center;
}
.bnr-content .masthead-subheading{
    font-size: 3rem;
}
.cover-user {
    height: 220px;
}
.user-content {
    text-align: center;
}
}


