.xs-container {
  padding: 0px 15px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3,
.grid-4,
.grid-6 {
  display: grid;
  grid-gap: 1.5rem;
}

.text-center {
  text-align: center;
}

.img-block {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title,
.title a {
  color: #337ab7;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
}

.desc {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  margin: 0;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 6px;
}

.title-two {
  margin: 0;
  font-weight: 600;
  font-size: 28px;
}

.cl-green {
  color: #a3cf60;
}

.mt-4 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

.rich-block h1 {
  font-size: 32px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block h2 {
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block h4 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block h5 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block h6 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 20px;
}

.rich-block p {
  line-height: 1.4;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 1rem;
}

.dark--title {
  font-size: 20px;
  font-weight: 600;
  color: #4a4a4a;
  margin: 0;
}

.d-inline-block {
  display: inline-block;
}

.grid-img-box {
  display: grid;
  grid-gap: 1rem;
}

.et_pb_row.et_pb_row_1.wrapper__section__2 a {
  display: inline-block;
}
.et_pb_row.et_pb_row_1.wrapper__section__2 a {
  width: 65%;
}
.et_pb_row.et_pb_row_1.wrapper__section__2 .grid-4.mt-4 {
  margin-top: 30px !important;
}
.et_pb_row.et_pb_row_1.wrapper__section__2 a.competition_logo {
  min-height: 190px;
}

.et_pb_row.et_pb_row_2.wrapper__section__3 {
  margin-top: 40px !important;
}

.inner-banner img {
  object-fit: cover;
}

.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}

.event_result_section {
  /* margin-top: 24px; */
}

.event_result_section .title-two{
  margin: 10px 0;
}


/*Blog Page CSS 20-5-25*/
.link__detail {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.grid-blog-2 {
  display: grid;
  grid-gap: 1.75rem;
}
.blog__card {
  display: grid;
  grid-gap: 20px;
  padding: 15px;
  border: 1px solid #dddcdc;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  position: relative;
}
.blog__card--title {
  color: #000000;
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.blog__card-img {
  width: 100%;
  height: 205px;
  overflow: hidden;
  border-radius: 8px;
}
.blog__card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-market {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.base-market a {
  color: #337ab7;
}

.base-market.opac {
  color: rgba(0, 0, 0, 0.5);
}
.cl-337ab7 {
  color: #337ab7 !important;
}
.base-market.cs-badge {
  border: 1px solid #eee;
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.blog__category {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
  font-weight: 400;
  padding: 7px;
  padding-bottom: 20px;
  border: 1px solid #a3cf60;
}
.blog__category ul.blog__category__list li {
  border-color: #ebebeb;
  border: 2px solid #f5f5f5;
  box-shadow: none;
  background-color: #fff;
}

.text-end {
  text-align: end;
}

.mb-1-5 {
  margin-bottom: 1.5rem;
}

.row-flex::after,
.row-flex::before {
  display: none;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.blog__card--desc {
  color: #000000;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
p.blog__card--desc.mt-2 {
  margin-top: 1rem;
}
.base-market {
  color: #8f8f8f;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.blogs__sidebar .blog__category {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 16px;
}
.blogs__sidebar .blog__category h5 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}
.blogs__sidebar .blog__category ul.blog__category__list {
  list-style-type: none;
  margin: 0;
}
.blogs__sidebar .blog__category ul.blog__category__list li {
  padding: 0;
  margin: 0;
  border: 0;
}
.blogs__sidebar .blog__category ul.blog__category__list li a {
  font-weight: 600;
  color: #000000;
  background: #a3cf5f;
  width: 100%;
  display: block;
  padding: 14px;
  text-decoration: none;
  font-size: 16px;
}
.blogs__sidebar .blog__category ul.blog__category__list li + li {
  margin-top: 6px;
}

.wrap--sticky {
  position: sticky;
  top: 140px;
  margin-top: 40px;
}
.wrap--sticky div#ez-toc-container {
  background: #fff;
  border-color: #d7dfe7;
  padding: 20px;
  width: 100%;
  position: sticky;
  top: 100px;
}
.wrap--sticky #ez-toc-container .ez-toc-title {
  font-weight: 600;
  color: #000;
}
.wrap--sticky div#ez-toc-container a.ez-toc-link {
  font-size: 14px;
}
.wrap--sticky div#ez-toc-container nav ul ul li + li {
  margin-top: 4px;
}
.header--title {
  color: #fff;
  margin: 0;
  font-size: 40px;
  line-height: 130%;
  font-weight: 700;
}
.wrap--sticky div#ez-toc-container a.ez-toc-link {
  font-size: 14px;
}
.wrap--sticky div#ez-toc-container nav ul ul li + li {
  margin-top: 4px;
}

.why__seo {
  padding-top: 80px;
  background: #3479b8;
  padding-bottom: 80px;
}

.header--desc {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.blog-detail-info-outer.mt--40 {
  margin-top: 40px;
}

.blog-detail-info-outer.mb--40 {
  margin-top: 40px;
}

.market--squarebox a {
  background: #fff;
  padding: 6px 12px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 16px;
  display: inline-block;
}

.btn-load-more {
  background: #98ca4e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
    padding: 8px 15px;
  border: none;
  
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.btn.btn-load-more:hover {
    background: #216eb0;
    transition: all .2s ease-in-out;
    color: #fff;
}

.btn.btn-load-more.active.focus,
.btn.btn-load-more.active:focus,
.btn.btn-load-more.focus,
.btn.btn-load-more:active.focus,
.btn.btn-load-more:active:focus,
.btn.btn-load-more:focus {
  outline: none;
}

.header-home-custom .searchbox-holder {
  float: right !important;
  width: calc(100% - 740px) !important;
  display: inline-block;
  width: 100%;
  /* background: #fff; */
  padding: 10px;
}

.header-home-custom .mini-nav {
  float: left !important;
  position: relative;
  top: 11px;
}

.header-home-custom .top-search input[type="text"] {
  width: 100%;
  border: 0px solid #7ebae8;
  float: left;
  height: 44px;
  padding: 0px 20px;
  padding-right: 45px;
  margin: 0px;
  background: #eff4ff;
}
.header-home-custom .search-holder:after {
  content: "\f002" !important;
  font-family: FontAwesome;
  font-size: 18px;
  color: #ffffff;
  height: 44px;
  margin-right: 0;
  display: block;
  position: absolute;
  margin-top: 0px;
  right: 0;
  border: none;
  cursor: pointer;
  background: #005ea6;
  width: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
}

.header-home-custom .top-search input[type="text"]::placeholder {
    color: #000;
}


@media (min-width: 768px) {
  .grid-blog-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header--title {
    font-size: 42px;
  }
}

@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
  .mt-md-0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .row-flex .col-md-4,
  .row-flex .col-md-12,
  .row-flex .col-md-8 {
    width: 100%;
  }

  .why__seo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header--title {
    font-size: 32px;
  }
}
/*Blog Page CSS 20-5-25*/

@media screen and (max-width: 767px) {
  .img-xl-250 {
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-md-60 {
    margin-top: 60px;
  }

  .grid-img-box {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    grid-gap: 4rem;
  }

  .align-md-center {
    align-items: center;
  }
}