.view-btn .white-shdw-button {
  text-transform: capitalize;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 26px;
  padding: 0 14px;
  background: #ff8a8b;
  color: #fff;
}

.resource {
  background-color: #fbf6ff;
}
/* specialization */
.specialization {
  position: relative;
}
.specialization .single-pr-table {
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.specialization .single-pr-table:before {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.specialization .single-pr-table:after {
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #fff;
}
.specialization .single-pr-table:hover:after {
  left: 100%;
}
.specialization .single-pr-table:hover:before {
  opacity: 1;
  left: 100%;
}

.specialization .single-pr-table.other .pr-header {
  border-top: 6px solid #ff8a8b;
}
.specialization .single-pr-table.surgery .pr-header {
  border-top: 6px solid #ff8a8b;
}
.specialization .single-pr-table.reconstruction .pr-header {
  border-top: 6px solid #554375;
}
.specialization .single-pr-table .pr-header {
  position: relative;
  z-index: 1;
  padding: 15px 0 15px;
  border-bottom: 1px solid #e8e8e8;
}
.specialization .single-pr-table .pr-header .icon {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: -1;
}
.specialization .single-pr-table .pr-header .title {
  font-size: 19px;
  /* text-transform: uppercase; */
  color: #6f4a8e;
  font-weight: 600;
}
.specialization .single-pr-table .pr-body {
  padding: 20px 0 20px;
}
.specialization .single-pr-table .pr-body ul li a {
  line-height: 30px;
  font-size: 17px;
  color: #696e7b;
}
.specialization .single-pr-table .pr-body ul li a:hover {
  color: #ff8a8b;
}
.specialization .single-pr-table:hover .pr-header .icon {
  transform: scale(1.3) translateX(80px);
}
/*===========================
2.0 *** BANNER AREA START ***
=============================*/
#banner {
  /* padding: 114px 0 51px;
    background: url(../home/banner-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; */
  padding: 0px 0 51px;
  background: url(../home/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0px;
}

.banner-txt {
  padding-top: 50px;
}

.banner-txt h3 {
  font-size: 25px;
  padding-bottom: 7px;
  color: #3d2e82;
  font-style: italic;
}

.banner-txt h1 {
  font-size: 50px;
  font-family: "Thasadith", sans-serif;
  color: #213341;
  text-transform: uppercase;
  padding-bottom: 18px;
}

.banner-txt p {
  font-size: 19px;
  color: #5f6f7e;
  padding-right: 50px;
  padding-bottom: 44px;
}

.banner-img img {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.banner-pos,
.banner-pos2 {
  position: relative;
}

.img-2 {
  position: absolute;
  top: 265px;
  right: 0;
}

.img-3 {
  position: absolute;
  top: 265px;
  left: 0;
}

.backtotop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
  display: none;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.backtotop i {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  background: #e84545;
  border: 2px solid #e84545;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.backtotop:hover i {
  cursor: pointer;
}
.zindex {
  position: relative;
  z-index: 999;
}

/* navigation */
.top-header {
  /* margin-top: -22px; */
  background: #554375;
}
.top-header h3 {
  font-size: 24px;
  color: #fff;
}

.header-column .header-row {
  justify-content: inherit;
}
.header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}
.header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center;
}

.nav-item-borders {
  border-right: 1px solid #ffffff2e;
  padding-left: 4px;
  padding-right: 4px;
}
.header-nav-top .nav > li > a {
  text-decoration: none;
}
.header-nav-top .nav > li > a,
.header-nav-top .nav > li > span {
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  display: inline-block;
}
.header-top-borders .nav-item-borders {
  border-right: 1px solid #ffffff2e;
  padding-left: 4px;
  padding-right: 4px;
}

.right-widget {
  background: #554375;
}
.shrt-menu .top-header .right-widget .language-switcher a {
  background: transparent;
  height: 30px;
  color: #fff;
  font-size: 16px;
  margin: 0 0px 0;
  padding: 1px 16px;
  border-left: 1px solid #ececec;
  /* border-right: 1px solid #ececec; */
  font-family: "K2D", sans-serif !important;
}
.right-widget li a {
  color: #fff;
}
.right-widget img {
  display: inline-block;
  margin-top: -7px;
}

/* profile */
.designation {
  font-size: 22px;
  color: #000;
  margin-bottom: 20px;
}
.video {
  padding-top: 35px;
  padding-bottom: 30px;
}
.video .video_inner {
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px dashed rgba(102, 128, 156, 0.3);
}
.video .video_inner h1 {
  color: #554375;
  line-height: 56px;
  font-size: 32px;
}
.primary-color {
  color: #ff8a8b;
  font-size: 37px;
}
/* .specialist .single-block {
    padding: 40px 0px 0 0;
} */
.single-block .title a {
  font-size: 17px;
  color: #554375;
  line-height: 25px;
  margin: 17px 0 10px;
}
.specialist .main-title {
  font-size: 30px;
  line-height: 60px;
  color: #554375;
  margin-bottom: 26px;
  font-family: "Thasadith", sans-serif;
}

.career .single-block {
  margin-top: 30px;
  padding: 20px 8px 20px;
  position: relative;
}
.career .single-block .name:before {
  content: "";
  width: 22px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #fc634a;
}
.career .single-block .name {
  font-size: 20px;
  color: #000;
  padding-left: 40px;
  position: relative;
  margin: 0px 0 5px;
}
.career .single-block span {
  color: #554375;
}
.career {
  margin: 66px 65px 18px;
  position: relative;
}

/* Breast Cancer */
.content {
  padding: 20px 0px 20px;
}
.content .main-title {
  font-size: 25px;
  color: #554375;
  font-family: "K2D", sans-serif !important;
}
.content .text-wrapper {
  margin-bottom: 15px;
}
.content .text-wrapper p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
}
.content .list-title {
  margin-bottom: 17px;
}
.content .list-title h6 {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 0px;
}
.content .text-wrapper .list-item {
  margin-top: 6px;
  margin-bottom: 15px;
}
.content .text-wrapper .list-item li {
  font-size: 17px;
  line-height: 24px;
  color: #46363b;
  padding-left: 28px;
  margin-top: 5px;
  position: relative;
  font-family: "CircularStd-book";
}
.content .text-wrapper .list-item li:before {
  content: "\f107";
  font-family: "Flaticon";
  font-size: 16px;
  color: #ff8a8b;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
}
.side-post {
  margin-top: 30px;
}
.side-post .block-title {
  font-size: 30px;
  color: #554375;
  margin-bottom: 24px;
  font-family: "K2D", sans-serif !important;
}
.side-post p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
  text-align: justify;
}
.side-post h6 {
  font-size: 19px;
  line-height: 28px;
  padding-bottom: 0px;
}
.side-post .text-wrapper h5 {
  margin-bottom: 23px;
  font-size: 19px;
  font-family: "CircularStd-book";
}
.top-heading {
  margin-top: 90px;
}
.top-heading .sub-title {
  /* font-family: 'CircularStdmed'; */
  font-size: 20px;
  margin-top: 15px;
}
.top-heading .topic h1 {
  font-size: 35px;
  color: #554375;
  font-family: "K2D", sans-serif !important;
}
.content-box {
  margin-top: 25px;
}
.list-number {
  padding-bottom: 12px;
}
.surgery .main-title {
  font-size: 26px;
  line-height: 60px;
  color: #6f4a8e;
  font-family: "K2D", sans-serif !important;
}
.padding-all-50 {
  padding: 50px;
}
.padding-right-50 {
  padding: 50px 50px 50px 20px;
}

/* fixed topbar */
.secondary-nav {
  position: fixed;
  top: 140px;
  z-index: 9;
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid #f3efef;
  border-bottom: 1px solid #f3efef;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #fbf6ff;
}
.secondary-nav .page-breadcrumbs li {
  display: inline-block;
  font-size: 18px;
  color: #6f4a8e;
  margin: 0 20px 0 20px;
}
.secondary-nav .page-breadcrumbs li a {
  color: #ff7274;
}

/* Exercise Video */
.exercise-video .blog-post {
  margin-top: 40px;
  border: 1px solid #f6f6f6;
}
.exercise-video .blog-post .img {
  overflow: hidden;
}
.exercise-video .blog-post .img img {
  transition: all 0.6s ease-in-out;
  width: 100%;
}
.exercise-video .blog-post .date {
  font-size: 16px;
  color: #554375;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.exercise-video .blog-post .title a {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  font-weight: 300;
  margin: 15px 0 17px;
}
.exercise-video .post {
  padding: 12px;
}
.exercise-video .theme-button-two {
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  color: #fff !important;
  line-height: 38px;
  padding: 0 21px;
  position: relative;
  z-index: 1;
}
.video-post {
  padding-top: 56.9444%;
  position: relative;
  width: 100%;
  margin-bottom: 17px;
}
.video-post iframe,
.video-post object,
.video-post embed {
  pointer-events: auto;
  border: medium none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* social work start */
.social-work-section .single-team-member {
  margin-bottom: 40px;
}
.social-work-section.single-team-member .img-box {
  width: 220px;
}
.social-work-section .img-box img {
  width: 100%;
}
.social-work-section .single-team-member .info-meta {
  padding: 50px;
  width: calc(100% - 220px);
}
.social-work-section .single-team-member .info-meta .name {
  font-size: 25px;
  color: #554375;
  padding-bottom: 12px;
}
.social-work-section .single-team-member .info-meta p {
  font-size: 18px;
}
.food-mt-30 {
  margin-top: 30px;
}
.agn-home-blog .single-blog-post .flip-box-back {
  background: rgb(85 67 117 / 0.9);
  color: #fff;
}
.sub-title {
  font-size: 20px;
}
@media (max-width: 575px) {
  .event-title h4 {
    font-size: 26px !important;
    margin-top: -51px !important;
  }
  .main-page-wrapper {
    overflow-x: hidden;
    margin-top: 55px;
  }
  .social-work-section .single-team-member .info-meta {
    padding: 35px 0 0;
    width: 100%;
  }
  .video .video_inner {
    padding-bottom: 23px;
  }
  .video .video_inner h1 {
    line-height: 24px;
    font-size: 20px;
  }
  .primary-color {
    font-size: 18px;
  }
  .about-arch .text-wrapper {
    padding: 0px;
  }
  .agn-counter-section .counter-wrapper .single-counter-box .number {
    font-size: 35px;
  }
  .agn-counter-section .counter-wrapper .single-counter-box {
    padding-top: 10px;
  }
  .fnt-24 .main-title {
    font-size: 24px !important;
  }
  .career {
    margin: 15px 0px 0px 0px;
  }
  .career .single-block {
    margin-top: 10px;
  }
  .secondary-nav {
    top: 15px;
  }
  .no-text-center {
    text-align: left !important;
  }
  .secondary-nav .page-breadcrumbs li {
    font-size: 15px;
    margin: 0 3px 0 3px;
  }
  .side-post .block-title {
    font-size: 25px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .top-heading .sub-title {
    font-size: 20px;
  }
  .top-heading .topic h1 {
    font-size: 30px;
  }
  .theme-title-one.title-underline .main-title {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .padding-all-50,
  .padding-right-50 {
    padding: 12px;
  }
  .our-service-sass .theme-title-one {
    padding-bottom: 22px;
  }
  .no-mt {
    margin-top: -35px;
  }
  .no-mt-20 {
    margin-top: 20px;
  }
  .theme-footer-four .title {
    padding-bottom: 5px;
  }
  .img-box img {
    width: 100%;
  }
} /*End media query*/

.blog-text span {
  font-family: "CircularStd-book" !important;
  font-size: 18px !important;
  line-height: 24px;
  color: #76797e;
}

/* social icon */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #4bc75a;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
}
.appoint-btn .white-shdw-button {
  text-transform: capitalize;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  padding: 0 33px;
  background: #ff8a8b;
  color: #fff;
  border: 2px solid #554375;
  border-radius: 50px;
  box-shadow: 0px 8px 6px 0px rgb(238 235 246);
}

.about-arch .theme-list-item li {
  line-height: 28px;
  font-size: 19px;
  color: #000;
  position: relative;
  padding-left: 22px;
}
.causes-list {
  margin-top: 20px;
}

.main-timeline {
  position: relative;
}
.main-timeline:after {
  content: "";
  display: block;
  clear: both;
}
.main-timeline .timeline {
  width: 100%;
  margin: 0 30px 20px 0;
  float: left;
}
.main-timeline .timeline-content {
  color: #333;
  min-height: 127px;
  padding: 30px;
  border: 3px solid #952f78;
  display: block;
  position: relative;
  z-index: 1;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background: #fff;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.main-timeline .timeline-content:hover {
  text-decoration: none;
}
.main-timeline .timeline-icon {
  color: #fff;
  background: linear-gradient(to bottom, #fdfcf8, #b2b3b4);
  font-size: 45px;
  text-align: center;
  line-height: 108px;
  height: 105px;
  width: 105px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: -200px;
}

.main-timeline .title {
  color: #952f78;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 7px 0;
  font-family: "K2D", sans-serif !important;
}
.main-timeline .description {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main-timeline .timeline {
    width: 100%;
    padding: 0 170px 0 0;
  }
  .main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 170px;
  }

  .main-timeline .timeline-icon {
    right: -150px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: -150px;
  }
}
@media screen and (max-width: 576px) {
  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
    padding: 35px 0 0 0;
    margin: 0 0 -18px;
  }

  .main-timeline .title {
    font-size: 18px;
  }
}
.theme-list-item {
  margin-top: 12px;
}

/* Styling icons */

.footer1 a {
  display: block;
  text-align: center;
  padding: 8px 9px;
  transition: all 0.5s ease;
  color: white;
  font-size: 15px;
  float: right;
}

/* Desingning each icons */
.whatsapp {
  background: #4bc75a;
  color: white;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #00acee;
  color: white;
}
.linkedin {
  background: #0e76a8;
  color: white;
}

.youtube {
  background: #c4302b;
  color: white;
}
.footer1 {
  position: fixed;
  left: 0;
  /* width: 100%; */
  bottom: 0;
  background-color: #ff8a8b;
  color: white;
  text-align: center;
  z-index: 999;
}
.footer2 {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  background-color: #554375;
  color: white;
  text-align: center;
  z-index: 999;
}
.footer2 a {
  display: block;
  text-align: center;
  padding: 8px 9px;
  transition: all 0.5s ease;
  color: white;
  font-size: 15px;
  float: left;
}

@media (max-width: 991px) {
  .specialist .main-title {
    font-size: 22px !important;
  }
  .newsletter-section {
    margin-top: 0px;
  }
}
.exercise-btn {
  text-transform: capitalize;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  padding: 0 21px;
  position: relative;
  background: #554375;
  z-index: 1;
  margin-top: 19px;
}
.exercise-btn:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.exercise-btn:hover {
  color: #fff;
}
.most-search-keywords a {
  color: #ffffff;
  font-size: 14px;
}
.most-search-keywords .most-search-keywords-tag {
  color: #ff8a8b;
  line-height: 22px;
}
.most-search-keywords p span {
  font-weight: 100;
}

.serviceBox {
  background: #fff;
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding: 0 15px 25px;
  margin: 10px;
  border: 2px solid #ff4757;
  border-radius: 50px 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) inset;
  position: relative;
  transition: all 0.3s ease 0s;
}
.serviceBox:before,
.serviceBox:after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 7px solid #ff6b81;
  border-right: 7px solid #ff4757;
  position: absolute;
  top: -7px;
  right: -7px;
}
.serviceBox:after {
  border-top: none;
  border-right: none;
  border-bottom: 7px solid #ff4757;
  border-left: 7px solid #ff6b81;
  top: auto;
  right: auto;
  bottom: -7px;
  left: -7px;
}
.serviceBox .service-icon {
  color: #fff;
  background: #ff6b81;
  font-size: 35px;
  width: 90px;
  padding: 0 0 5px;
  margin: 0 auto 30px;
  border-radius: 0 0 15px 15px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.serviceBox:hover .service-icon i {
  transform: rotateX(360deg);
  transition: all 0.3s;
}
.serviceBox .service-icon:before {
  content: "";
  background: #ff6b81;
  width: calc(100% + 14px);
  height: 10px;
  transform: translateX(-50%);
  position: absolute;
  top: -10px;
  left: 50%;
}
.serviceBox .service-icon span:before,
.serviceBox .service-icon span:after {
  content: "";
  background-color: #ff4757;
  height: 10px;
  width: 15px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: -15px;
  top: -10px;
}
.serviceBox .service-icon span:after {
  left: auto;
  right: -15px;
}
.serviceBox .title {
  color: #ff4757;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox .description {
  font-size: 15px;
  line-height: 25px;
}
.serviceBox.orange {
  border-color: #f27100;
}
.serviceBox.orange:before {
  border-top-color: #ff8d23;
  border-right-color: #f27100;
}
.serviceBox.orange:after {
  border-left-color: #ff8d23;
  border-bottom-color: #f27100;
}
.serviceBox.orange .service-icon,
.serviceBox.orange .service-icon:before {
  background-color: #ff8d23;
}
.serviceBox.orange .service-icon span:before,
.serviceBox.orange .service-icon span:after {
  background-color: #f27100;
}
.serviceBox.orange .title {
  color: #f27100;
}
.serviceBox.purple {
  border-color: #5446a7;
}
.serviceBox.purple:before {
  border-top-color: #7161c4;
  border-right-color: #5446a7;
}
.serviceBox.purple:after {
  border-left-color: #7161c4;
  border-bottom-color: #5446a7;
}
.serviceBox.purple .service-icon,
.serviceBox.purple .service-icon:before {
  background-color: #7161c4;
}
.serviceBox.purple .service-icon span:before,
.serviceBox.purple .service-icon span:after {
  background-color: #5446a7;
}
.serviceBox.purple .title {
  color: #5446a7;
}
.serviceBox.green {
  border-color: #91c100;
}
.serviceBox.green:before {
  border-top-color: #a3d313;
  border-right-color: #91c100;
}
.serviceBox.green:after {
  border-left-color: #a3d313;
  border-bottom-color: #91c100;
}
.serviceBox.green .service-icon,
.serviceBox.green .service-icon:before {
  background-color: #a3d313;
}
.serviceBox.green .service-icon span:before,
.serviceBox.green .service-icon span:after {
  background-color: #91c100;
}
.serviceBox.green .title {
  color: #91c100;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 10px 10px 50px;
  }
}

.event-title h1 {
  font-size: 35px;
  margin-top: 18px;
  padding: 8px;
  font-family: "K2D", sans-serif !important;
  border-bottom: 2px solid #eee;
  border-top: 1px solid #eee;
  text-transform: capitalize;
}

.counter {
  text-align: center;
  padding-top: 18px;
}

.counter h3 {
  color: #ff8a8b;
  font-size: 25px;
  font-family: "K2D", sans-serif !important;
  margin: 0 0 1px;
  margin-bottom: 29px;
}
.counter h1 {
  font-size: 50px;
  font-family: "K2D", sans-serif !important;
  color: #554375;
}
@media screen and (max-width: 990px) {
  .counter h1 {
    font-size: 30px;
  }
  .counter h3 {
    font-size: 22px;
  }
  .counter {
    margin-bottom: 5px;
  }
}

.top-fixed-nav {
  padding-bottom: 8%;
}
