.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}
/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.s-container:after,
.s-container:before,
.s-panel:after,
.s-panel:before,
.s-row:after,
.s-row:before,
.s-row-padding:after,
.s-row-padding:before,
.s-cell-row:before,
.s-cell-row:after,
.s-clear:after,
.s-clear:before,
.s-bar:before,
.s-bar:after {
  content: "";
  display: table;
  clear: both;
}

.s-row-padding,
.s-row-padding > .s-half,
.s-row-padding > .s-third,
.s-row-padding > .s-twothird,
.s-row-padding > .s-threequarter,
.s-row-padding > .s-quarter,
.s-row-padding > .s-col {
  padding: 0 8px;
}
.s-col,
.s-half,
.s-third,
.s-twothird,
.s-threequarter,
.s-quarter {
  float: left;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  border: dotted 1px black;
  color: rgb(129, 126, 126);
  font-weight: 700;
}
.tabs ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 50px;
}

.counter {
  font-size: 60px;
  margin-top: 10px;
}

.clearfix {
  margin: 10px;
}
.mg-content {
  font-size: 15px;
  height: auto;
}
.card-title a{
  font-weight: 600;
  font-size: 18px;
}
.mg-content p {
  padding: 0;
}
.mg-blog-meta {
}
.mg-blog-date {
  border-radius: 9999px;
  font-size: 17px;
  color: #4a5568;
}
.small-post {
  width: 25%;
  box-shadow: 1px 7px 7px 7px #88888813;
  background: #759bdb1c;
}
.small-post-content {
  padding: 10px;
}
.small-post-content h4 {
  height: 58px;
  padding-top: 5px;
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  cursor: pointer;
}
.card-img-top {
  object-fit: cover;
}
.card-img-top:hover {
  opacity: 0.6;
}
.crd:hover {
  color: #0f2f60 !important;
}
.small-post-content .mg-content {
  display: none;
}
.img-small-post img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}
.s-row-padding,
.s-row-padding > .s-half,
.s-row-padding > .s-third,
.s-row-padding > .s-twothird,
.s-row-padding > .s-threequarter,
.s-row-padding > .s-quarter,
.s-row-padding > .s-col {
  font-size: 1.25em;

  padding: 0 8px;
}

.s-bottombar {
  border-bottom: 4px solid #ccc;
}
.s-light-grey,
.s-hover-light-grey:hover,
.s-light-gray,
.s-hover-light-gray:hover {
  color: rgb(129, 126, 126);

  background-color: #f1f1f1;
}
.s-color {
  color: #000;
}
.s-padding {
  padding: 8px 16px;
}
.s-border-blue,
.s-hover-border-blue:hover {
  border-color: #255286;
}
.circles {
  width: 65%;
  height: 500px;
  background: #06234f !important;
  border-radius: 38px;
}
@media screen and (max-width: 1100px) {
  .small-post {
    width: 100%;
  }
  .circles {
    width: 100%;
  }
  .img-small-post img, .img-small-post {
    width: 100% !important;
    height: 300px !important;
}
}
@media screen and (max-width: 750px) {
  .circles {
    width: 90%;
  }
}
@media (min-width: 601px) {
  .s-col.m1 {
    width: 8.33333%;
  }
  .s-col.m2 {
    width: 16.66666%;
  }
  .s-col.m3,
  .s-quarter {
    width: 24.99999%;
  }
  .s-col.m4,
  .s-third {
    font-size: 1.25em;
    width: 33.33333%;
  }
}
@media screen and (max-width: 950px) {
  .tabs ul {
    flex-wrap: wrap;
  }
  .img-small-post img{
    width: 100%;
    height: 350px;
  }
}
@media screen and (max-width: 750px) {
  .img-small-post img, .img-small-post  {
    width: 100% !important;
    height: 200px !important;
  }
}
