@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
body {
  margin: auto;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000;
}

p:last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
figure,
img {
  transition: 600ms all;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

a {
  transition: 600ms all !important;
  text-decoration: none;
}
a.more {
  background-color: #7e0a00;
}
a.more:hover {
  background-color: #000000;
}

@media (max-width: 767px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

h1 {
  font-size: 70px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 44px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  h6 {
    font-size: 20px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1525px;
  }
}
@media (width <= 575px) {
  .container {
    padding: 0 15px;
  }
}

header {
  padding: 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background-color: #ffffff;
  padding: 5px 0;
}
@media (max-width: 991px) {
  header {
    padding: 13px 0;
  }
}
@media (max-width: 575px) {
  header {
    padding: 12px 0;
  }
}
header .container {
  max-width: 100%;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  header .container {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  header .container {
    padding: 0 15px;
  }
}
header .container .row {
  flex-wrap: nowrap;
}
@media (width <= 991px) {
  header .container .row {
    justify-content: space-between;
  }
}
header .container .logo {
  width: 20%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  header .container .logo img {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  header .container .logo img {
    max-width: 158px;
  }
}
header .container .head-right {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media (width <= 991px) {
  header .container .head-right {
    width: auto;
    flex-direction: row-reverse;
  }
}
header .container .head-right .main-nav {
  padding-right: 60px;
}
@media (max-width: 1900px) {
  header .container .head-right .main-nav {
    padding-right: 30px;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav {
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (width <= 767px) {
  header .container .head-right .main-nav {
    padding-left: 0;
  }
}
header .container .head-right .main-nav .navbar {
  padding: 0;
}
header .container .head-right .main-nav .navbar .mobile-toggle {
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  background: none;
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-direction: column;
}
@media (width >= 992px) {
  header .container .head-right .main-nav .navbar .mobile-toggle {
    display: none;
  }
}
header .container .head-right .main-nav .navbar .mobile-toggle span {
  width: 23px;
  height: 1px;
  background-color: #7e0a00;
  display: flex;
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(1) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -4px;
}
header .container .head-right .main-nav .navbar .mobile-toggle.active span:nth-child(3) {
  transform: rotate(45deg);
  margin-top: -7px;
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    position: fixed;
    width: 300px;
    border-right: 6px solid #7e0a00;
    left: 0;
    top: 71px;
    background-color: #7e0a00;
    bottom: 0;
    padding: 30px 15px;
    height: calc(100% - 76px) !important;
    transition: all 500ms !important;
    transform: translatex(-100%) !important;
    display: block !important;
  }
}
@media (width <= 767px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    height: auto !important;
    bottom: inherit;
    width: 100%;
  }
}
@media (width <= 575px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    padding: 30px 20px;
    top: 69px;
  }
}
@media (width <= 420px) {
  header .container .head-right .main-nav .navbar .navbar-collapse {
    width: 100%;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-collapse.show {
    transform: translatex(0) !important;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav {
    display: flex;
    flex-direction: column;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item {
  margin: 0 20px;
  padding: 0;
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  padding: 0;
  font-weight: 400;
  color: #000000;
}
@media (width <= 1399px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
  }
}
@media (width >= 1199px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #7e0a00;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
  color: #7e0a00;
}
@media (max-width: 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #ffffff;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #7e0a00;
  border: none;
  border-radius: 5px;
  top: 100%;
}
@media (width >= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    position: static;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
    margin-bottom: 5px;
  }
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff;
  background-color: transparent !important;
}
@media (width <= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
  }
}
header .container .head-right .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000;
}
@media (width >= 991px) {
  header .container .head-right .main-nav .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transition: all 500ms;
    visibility: visible;
  }
}
header .container .head-right .get {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 25px;
  border: 1px solid #7e0a00;
}
@media (max-width: 1500px) {
  header .container .head-right .get {
    padding: 7px 15px;
  }
}
@media (width <= 991px) {
  header .container .head-right .get {
    position: relative;
    z-index: 1;
    margin-left: 0;
    background-color: transparent;
    color: #7e0a00;
  }
}
@media (width <= 767px) {
  header .container .head-right .get {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 12px;
  }
}
header .container .head-right .get:hover {
  background-color: #000000;
  color: #ffffff;
}

.hero-banner {
  padding: 50px;
  padding-top: 86px;
  height: 100vh;
  position: relative;
}
@media (max-width: 1199px) {
  .hero-banner {
    padding: 30px;
    padding-top: 54px;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .hero-banner {
    padding: 15px;
    padding-top: 70px;
  }
}
.hero-banner .tagline {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .hero-banner .tagline {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero-banner .tagline {
    bottom: 10px;
  }
}
@media (max-width: 420px) {
  .hero-banner .tagline {
    bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .hero-banner .tagline h5 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .hero-banner .tagline h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-banner .tagline h5 {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .hero-banner .tagline h5 {
    font-size: 13px;
  }
}
@media (max-width: 420px) {
  .hero-banner .tagline h5 {
    color: #ffffff;
  }
}
.hero-banner .hero-wrap {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: calc(100vh - 134px);
  -webkit-mask: url(../images/banner-shape.svg) bottom center/contain no-repeat, linear-gradient(#000 0 0);
          mask: url(../images/banner-shape.svg) bottom center/contain no-repeat, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask-size: 890px 82px;
          mask-size: 890px 82px;
}
@media (max-width: 1199px) {
  .hero-banner .hero-wrap {
    -webkit-mask-size: 660px 60px;
            mask-size: 660px 60px;
    height: calc(100vh - 84px);
  }
}
@media (max-width: 991px) {
  .hero-banner .hero-wrap {
    -webkit-mask-size: 560px 48px;
            mask-size: 560px 48px;
    height: calc(100vh - 84px);
    border-radius: 30px;
    height: calc(100vh - 100px);
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-wrap {
    -webkit-mask-size: 460px 37px;
            mask-size: 460px 37px;
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .hero-banner .hero-wrap {
    -webkit-mask-size: 350px 32px;
            mask-size: 350px 32px;
    height: calc(100vh - 84px);
    border-radius: 20px;
  }
}
@media (max-width: 420px) {
  .hero-banner .hero-wrap {
    -webkit-mask: unset;
            mask: unset;
  }
}
.hero-banner .hero-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
}
.hero-banner .hero-wrap .hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.hero-banner .hero-wrap .text-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .hero-banner .hero-wrap .text-wrap {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-wrap .text-wrap {
    padding-bottom: 70px;
  }
}
.hero-banner .hero-wrap .text-wrap h1,
.hero-banner .hero-wrap .text-wrap p {
  color: #ffffff;
}
.hero-banner .hero-wrap .text-wrap p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  max-width: 750px;
  margin: 0px auto;
}
@media (max-width: 767px) {
  .hero-banner .hero-wrap .text-wrap p {
    font-size: 14px;
    line-height: 22px;
  }
}
.hero-banner.inner {
  height: auto;
  padding-bottom: 0;
}
.hero-banner.inner .hero-wrap {
  height: auto;
  -webkit-mask: unset;
          mask: unset;
}
@media (max-width: 575px) {
  .hero-banner.inner .hero-wrap {
    height: 200px;
  }
}
@media (max-width: 520px) {
  .hero-banner.inner .hero-wrap {
    height: 150px;
  }
}
@media (max-width: 420px) {
  .hero-banner.inner .hero-wrap {
    height: 120px;
  }
}
.hero-banner.inner .hero-wrap::after {
  display: none;
}

.about-top {
  background: url(../images/banner-bottom-bg.svg) no-repeat top center;
  padding: 40px 0 130px;
  text-align: center;
}
@media (max-width: 991px) {
  .about-top {
    padding: 40px 0 100px;
  }
}
@media (max-width: 767px) {
  .about-top {
    padding: 40px 0 70px;
  }
}
@media (max-width: 767px) {
  .about-top img {
    max-width: 80px;
  }
}
.about-top h4 {
  margin: 70px 0 0;
}
@media (max-width: 991px) {
  .about-top h4 {
    margin: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .about-top h4 {
    margin: 30px 0 0;
  }
}
.about-top h4 span {
  color: #7e0a00;
}

.video-section .container {
  max-width: 100%;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .video-section .container {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .video-section .container {
    padding: 0 15px;
  }
}
.video-section .container .video-wrap {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  height: 650px;
}
@media (max-width: 1199px) {
  .video-section .container .video-wrap {
    border-radius: 30px;
    height: 550px;
  }
}
@media (max-width: 991px) {
  .video-section .container .video-wrap {
    border-radius: 30px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .video-section .container .video-wrap {
    border-radius: 15px;
    height: 350px;
  }
}
@media (max-width: 450px) {
  .video-section .container .video-wrap {
    border-radius: 15px;
    height: 300px;
  }
}
.video-section .container .video-wrap::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #080000;
  background: linear-gradient(0deg, rgb(8, 0, 0) 0%, rgba(3, 0, 0, 0) 100%);
  z-index: 1;
  opacity: 0.5;
}
.video-section .container .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .container .video-wrap .playbutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 200ms ease-in-out;
  z-index: 100;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .container .video-wrap .playbutton .button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #7e0a00;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1300px) {
  .video-section .container .video-wrap .playbutton .button {
    width: 50px;
    height: 50px;
  }
}
.video-section .container .video-wrap .playbutton .button img {
  width: 25px;
}
@media (max-width: 1300px) {
  .video-section .container .video-wrap .playbutton .button img {
    width: 15px;
  }
}
.video-section .container .video-wrap .playbutton.playing {
  opacity: 0;
}
.video-section .container .video-wrap img {
  width: 100%;
}
.video-section .container .video-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.video-section .container .video-wrap .text-wrap {
  position: absolute;
  left: 80px;
  right: 80px;
  bottom: 80px;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 1300px) {
  .video-section .container .video-wrap .text-wrap {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
.video-section .container .video-wrap .text-wrap h4 {
  margin-bottom: 10px;
}
@media (max-width: 1300px) {
  .video-section .container .video-wrap .text-wrap h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .video-section .container .video-wrap .text-wrap p {
    display: none;
  }
}
.video-section .container .video-wrap .text-wrap p span {
  display: inline-block;
  border: 1px solid #ffffff;
  font-size: 15px;
  padding: 1px 12px 0px;
  border-radius: 15px;
}
.video-section .container .video-wrap .text-wrap h6 {
  max-width: 850px;
  line-height: 32px;
}
@media (max-width: 1300px) {
  .video-section .container .video-wrap .text-wrap h6 {
    display: none;
  }
}

.cycle {
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .cycle {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .cycle {
    padding: 70px 0 0;
  }
}
@media (max-width: 1199px) {
  .cycle .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  .cycle .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cycle .box {
    margin-bottom: 24px;
  }
}
.cycle .box:last-child {
  margin-bottom: 0;
}
.cycle .box:nth-of-type(2) .wrap {
  background: #e3f5f1;
  background: linear-gradient(45deg, rgb(227, 245, 241) 0%, rgb(242, 240, 236) 49%, rgb(255, 191, 185) 99%);
}
@media (max-width: 991px) {
  .cycle .box:nth-of-type(2) .wrap h1 {
    top: inherit;
    bottom: 30px;
  }
}
.cycle .box .wrap {
  border-radius: 30px;
  padding: 40px;
  background-color: #f2f0ec;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .cycle .box .wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cycle .box .wrap {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .cycle .box .wrap {
    padding: 25px;
    border-radius: 25px;
  }
}
.cycle .box .wrap p {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .cycle .box .wrap p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .cycle .box .wrap p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap p {
    margin-bottom: 10px;
  }
}
.cycle .box .wrap h4 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 25px;
  height: 70px;
}
@media (max-width: 1400px) {
  .cycle .box .wrap h4 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .cycle .box .wrap h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .cycle .box .wrap h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap h4 {
    height: auto;
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap h4 {
    font-size: 26px;
    line-height: 32px;
  }
}
.cycle .box .wrap h1 {
  font-size: 100px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 1199px) {
  .cycle .box .wrap h1 {
    font-size: 60px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  .cycle .box .wrap h1 {
    bottom: inherit;
    top: 30px;
    font-size: 50px;
    line-height: 34px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap h1 {
    bottom: 50px;
    top: inherit;
    right: 50px;
  }
}
@media (max-width: 575px) {
  .cycle .box .wrap h1 {
    bottom: 30px;
    right: 30px;
  }
}
.cycle .box .wrap ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.cycle .box .wrap ul figure {
  border-radius: 20px;
  overflow: hidden;
  max-width: 200px;
}
@media (max-width: 575px) {
  .cycle .box .wrap ul figure {
    max-width: 180px;
    border-radius: 15px;
  }
}
.cycle .box .wrap ul h1 {
  font-size: 100px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.08);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cycle .box .wrap ul h1 {
    font-size: 60px;
  }
}
.cycle .box .wrap .arrow {
  position: absolute;
  right: -150px;
  bottom: -55px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .cycle .box .wrap .arrow {
    right: -75px;
    bottom: -25px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap .arrow {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    width: 100px;
    transform: rotate(175deg);
  }
}
.cycle .box .wrap .arrow.top {
  bottom: inherit;
  top: -55px;
}
@media (max-width: 1199px) {
  .cycle .box .wrap .arrow.top {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .cycle .box .wrap .arrow.top {
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;
    top: inherit;
    transform: rotate(15deg);
  }
}

.about {
  background: url(../images/arch-bg.svg) no-repeat right top;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .about {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .about {
    background-size: 100%;
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .about .about-left {
    display: none;
  }
}
.about .about-left figure {
  margin-right: 30px;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .about .about-left figure {
    margin-right: 0;
  }
}
.about .about-left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about-right p {
  font-size: 16px;
  margin-bottom: 0;
}
.about .about-right p span {
  color: #7e0a00;
}
.about .about-right h3 {
  margin: 6px 0 20px;
}
.about .about-right figure {
  margin-top: 25px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .about .about-right figure {
    border-radius: 20px;
  }
}
.about .about-right figure h4 {
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about .about-right figure h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .about .about-right figure h4 {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .about .about-right figure h4 {
    font-size: 18px;
    text-align: center;
  }
}

.services {
  overflow: hidden;
  background-color: #fbf6f4;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .services {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 70px 0;
  }
}
.services .head {
  margin-bottom: 30px;
}
.services .head .sub {
  opacity: 1;
  color: #7e0a00;
  width: 100%;
}
.services .head p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  max-width: 750px;
}
.services .head h2 {
  margin: 5px 0 20px;
}
.services .head h2 span {
  color: #7e0a00;
}
@media (max-width: 575px) {
  .services .box {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .services .box:first-child {
    margin-bottom: 24px;
  }
}
.services .box:last-child {
  margin-bottom: 0;
}
.services .wrap {
  display: block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .services .wrap {
    border-radius: 20px;
  }
}
.services .wrap figure {
  overflow: hidden;
}
.services .wrap figure img {
  width: 100%;
}
.services .wrap figcaption {
  padding: 25px;
}
@media (max-width: 991px) {
  .services .wrap figcaption {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .services .wrap figcaption {
    padding: 25px;
  }
}
.services .wrap figcaption h5 {
  color: #000000;
}
@media (max-width: 1199px) {
  .services .wrap figcaption h5 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .services .wrap figcaption h5 {
    font-size: 22px;
  }
}
.services .wrap figcaption p {
  color: rgba(0, 0, 0, 0.7);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
  .services .wrap figcaption p {
    font-size: 15px;
    line-height: 22px;
  }
}
.services .wrap figcaption span {
  color: #7e0a00;
  font-weight: 500;
}
.services .wrap:hover {
  transform: translateY(-15px);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .services .slider-container {
    max-width: 100%;
    padding-right: 0;
  }
}

.get {
  padding: 130px 0;
}
@media (max-width: 991px) {
  .get {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .get {
    padding: 70px 0;
  }
}
.get .get-wrap {
  min-height: 300px;
  display: flex;
}
@media (max-width: 575px) {
  .get .get-wrap {
    min-height: 310px;
  }
}
.get .get-wrap figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.get .get-wrap figure::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000202;
  background: linear-gradient(124deg, rgb(0, 2, 2) 0%, rgb(126, 10, 0) 100%);
  opacity: 0.5;
}
.get .get-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get .get-wrap figure .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 575px) {
  .get .get-wrap figure .text-wrap {
    padding: 25px;
  }
}
.get .get-wrap figure .text-wrap .inner {
  color: #ffffff;
}
.get .get-wrap figure .text-wrap .inner p {
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .get .get-wrap figure .text-wrap .inner p {
    font-size: 15px;
    margin: 15px 0;
  }
}
.get .get-wrap figure .text-wrap .inner a {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #7e0a00;
  border: 1px solid #7e0a00;
}
.get .get-wrap figure .text-wrap .inner a:hover {
  background-color: #000000;
}
.get .get-wrap figure .text-wrap .inner h4 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .get .get-wrap figure .text-wrap .inner h4 {
    font-size: 20px;
  }
}

.get-wrap {
  min-height: 300px;
  display: flex;
}
@media (max-width: 575px) {
  .get-wrap {
    min-height: 310px;
  }
}
.get-wrap figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.get-wrap figure::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000202;
  background: linear-gradient(124deg, rgb(0, 2, 2) 0%, rgb(126, 10, 0) 100%);
  opacity: 0.5;
}
.get-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.get-wrap figure .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 575px) {
  .get-wrap figure .text-wrap {
    padding: 25px;
  }
}
.get-wrap figure .text-wrap .inner {
  color: #ffffff;
}
.get-wrap figure .text-wrap .inner p {
  font-size: 18px;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .get-wrap figure .text-wrap .inner p {
    font-size: 15px;
    margin: 15px 0;
  }
}
.get-wrap figure .text-wrap .inner a {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #7e0a00;
  border: 1px solid #7e0a00;
}
.get-wrap figure .text-wrap .inner a:hover {
  background-color: #000000;
}
.get-wrap figure .text-wrap .inner h4 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .get-wrap figure .text-wrap .inner h4 {
    font-size: 20px;
  }
}

footer {
  background-color: #350400;
  padding-top: 120px;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 50px;
  }
}
footer a {
  color: #ffffff;
}
footer h6 {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  footer h6 {
    margin: 30px 0 15px;
  }
}
@media (max-width: 575px) {
  footer br {
    display: none;
  }
}
footer li {
  margin-bottom: 10px;
}
footer li:last-child {
  margin-bottom: 0;
}
footer .foot-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  footer .foot-logo {
    font-size: 0;
    margin-top: 30px;
  }
}
footer .foot-logo img {
  width: 80px;
}
footer a:hover {
  color: #7e0a00;
}
@media (max-width: 991px) {
  footer .foot-gallery {
    margin-top: 50px;
  }
}
footer .foot-gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  footer .foot-gallery ul {
    margin: 0 -6px;
  }
}
footer .foot-gallery ul li {
  padding: 12px;
  width: 33%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .foot-gallery ul li {
    width: 16%;
  }
}
@media (max-width: 767px) {
  footer .foot-gallery ul li {
    width: 33.333%;
  }
}
@media (max-width: 575px) {
  footer .foot-gallery ul li {
    padding: 6px;
  }
}
footer .foot-gallery ul li figure {
  border-radius: 20px;
  overflow: hidden;
}
footer .text-wrap {
  padding: 70px 12px;
}
@media (max-width: 991px) {
  footer .text-wrap {
    padding: 50px 12px;
  }
}
footer .text-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  footer .text-wrap ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  footer .text-wrap ul {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
footer .text-wrap h2 {
  margin-bottom: 0;
}
footer .text-wrap a {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #7e0a00;
  border: 1px solid #7e0a00;
}
footer .text-wrap a:hover {
  background-color: #000000;
}
footer .copy {
  font-size: 14px;
}
footer .copy .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 45px 0;
}
@media (max-width: 575px) {
  footer .copy .wrap {
    flex-direction: column;
  }
}
footer .copy .wrap p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .copy .wrap ul {
  display: flex;
  gap: 20px;
}
footer .copy .wrap ul li {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .copy .wrap ul li a {
  color: rgba(255, 255, 255, 0.5);
}
footer .copy .wrap ul li a:hover {
  color: #ffffff;
}

h1.small {
  font-size: 60px;
}
@media (max-width: 991px) {
  h1.small {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h1.small {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  h1.small {
    font-size: 45px;
  }
}

.about-us {
  background: url(../images/arch-bg.svg) no-repeat right top;
  text-align: center;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .about-us {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .about-us {
    background-size: 100%;
    padding: 70px 0;
  }
}
.about-us h1 span {
  color: #7e0a00;
}
.about-us p {
  max-width: 1150px;
  margin: auto;
}
.about-us h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .about-us h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .about-us h3 {
    font-size: 24px;
  }
}
.about-us .features {
  margin-top: 50px;
}
.about-us .features .get-wrap {
  min-height: 300px;
  display: flex;
}
@media (max-width: 767px) {
  .about-us .features .get-wrap {
    min-height: 360px;
  }
}
@media (max-width: 575px) {
  .about-us .features .get-wrap {
    min-height: 350px;
  }
}
@media (max-width: 510px) {
  .about-us .features .get-wrap {
    min-height: 500px;
  }
}
.about-us .features .get-wrap figure {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about-us .features .get-wrap figure::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000202;
  background: linear-gradient(124deg, rgb(0, 2, 2) 0%, rgb(126, 10, 0) 100%);
  opacity: 0.5;
}
.about-us .features .get-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .features .get-wrap figure .text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  padding: 30px;
}
@media (max-width: 575px) {
  .about-us .features .get-wrap figure .text-wrap {
    padding: 25px;
  }
}
.about-us .features .get-wrap figure .text-wrap .inner {
  color: #ffffff;
}
.about-us .features .get-wrap figure .text-wrap .inner p {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .about-us .features .get-wrap figure .text-wrap .inner p {
    font-size: 15px;
    margin-top: 15px;
  }
}
.about-us .features .get-wrap figure .text-wrap .inner a {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #7e0a00;
  border: 1px solid #7e0a00;
}
.about-us .features .get-wrap figure .text-wrap .inner a:hover {
  background-color: #000000;
}
.about-us .features .get-wrap figure .text-wrap .inner h4 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .about-us .features .get-wrap figure .text-wrap .inner h4 {
    font-size: 20px;
  }
}

.team {
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .team {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .team {
    padding-bottom: 70px;
  }
}
.team .head {
  margin-bottom: 50px;
}
.team .found-img figure {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .team .found-text {
    margin-top: 25px;
  }
}
.team .found-text .wrap {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .team .found-text .wrap {
    padding-left: 0;
  }
}
.team .found-text .wrap .title {
  color: #7e0a00;
  margin-bottom: 5px;
}
.team .found-text .wrap h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .team .found-text .wrap h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .team .found-text .wrap h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .team .found-text .wrap h3 {
    font-size: 24px;
  }
}
.team .team-box {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .team .team-box {
    margin-top: 25px;
  }
}
.team .team-box:nth-of-type(2n) .team-wrap {
  flex-direction: row-reverse;
}
.team .team-box:nth-of-type(2n) .team-wrap::before {
  right: inherit;
  left: 0;
  transform: rotate(180deg);
}
.team .team-box:nth-of-type(2n) .team-wrap .image figure {
  margin-left: -30px;
  margin-right: -3px;
}
@media (max-width: 510px) {
  .team .team-box:nth-of-type(2n) .team-wrap .image figure {
    margin-left: -15px;
    margin-right: -8px;
  }
}
.team .team-box:nth-of-type(2n) .team-wrap .text .wrap {
  padding: 30px 0px 30px 30px;
}
@media (max-width: 575px) {
  .team .team-box:nth-of-type(2n) .team-wrap .text .wrap {
    padding: 20px 0px 20px 20px;
  }
}
.team .team-box .team-wrap {
  margin: 0;
  position: relative;
}
@media (max-width: 1199px) {
  .team .team-box .team-wrap {
    margin: 0 -12px;
  }
}
.team .team-box .team-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  top: 30px;
  bottom: 0;
  width: 98%;
  background: #ffe3e0;
  background: linear-gradient(135deg, rgb(255, 227, 224) 0%, rgb(242, 240, 236) 49%, rgb(243, 255, 252) 100%);
  border-radius: 0 20px 20px 0;
}
.team .team-box p {
  margin-bottom: 0;
  line-height: 22px;
}
.team .team-box p span {
  color: #7e0a00;
}
.team .team-box .image {
  width: 35%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 510px) {
  .team .team-box .image {
    width: 40%;
  }
}
.team .team-box .image figure {
  margin-right: -30px;
  margin-top: -30px;
  margin-left: -3px;
}
@media (max-width: 510px) {
  .team .team-box .image figure {
    margin-right: -15px;
    margin-top: -15px;
    margin-left: -8px;
  }
}
.team .team-box .text {
  display: flex;
  align-items: flex-end;
  width: 65%;
  position: relative;
  z-index: 1;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 510px) {
  .team .team-box .text {
    width: 60%;
  }
}
.team .team-box .text .wrap {
  padding: 30px 30px 30px 0;
}
@media (max-width: 575px) {
  .team .team-box .text .wrap {
    padding: 20px 20px 20px 0;
  }
}
.team .team-box .text .wrap p {
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media (max-width: 510px) {
  .team .team-box .text .wrap p {
    display: none !important;
  }
}
.team .team-box .text .wrap a,
.team .team-box .text .wrap button {
  margin-top: 10px;
  display: inline-block;
  background-color: transparent;
  padding: 0;
  color: #000000;
  font-weight: 500;
  border: none;
}
@media (max-width: 510px) {
  .team .team-box .text .wrap a,
  .team .team-box .text .wrap button {
    margin-top: 0;
    color: #7e0a00;
  }
}

.modal.team-modal {
  z-index: 9999;
}
.modal.team-modal .modal-dialog {
  margin: 0 0 0 auto;
  height: 100vh;
}
.modal.team-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  position: relative;
}
.modal.team-modal .modal-dialog .modal-content .modal-header {
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.modal.team-modal .modal-dialog .modal-content .modal-header .btn-close {
  padding: 0;
  opacity: 1;
}
.modal.team-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .modal.team-modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
.modal.team-modal .modal-dialog .modal-content .designation {
  margin-bottom: 0;
  color: #7e0a00;
}
.modal.team-modal .modal-dialog .modal-content h4 {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .modal.team-modal .modal-dialog .modal-content p {
    font-size: 14px;
  }
}
.modal.team-modal .modal-dialog .modal-content .modal-footer button {
  background-color: #7e0a00;
  color: #ffffff;
}

.news-main {
  padding: 130px 0;
}
@media (max-width: 991px) {
  .news-main {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .news-main {
    padding: 70px 0;
  }
}
.news-main .cats {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  gap: 5px;
}
.news-main .cats a {
  display: inline-flexbox;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background-color: #7e0a00;
  color: #ffffff;
  border-radius: 5px;
}
.news-main .cats a:hover {
  background-color: #000000;
}
.news-main .story-main {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-main .story-main {
    margin-bottom: 0;
  }
}
.news-main .story-main .full_btn .left .image {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.news-main .story-main .full_btn .right {
  display: flex;
  align-items: center;
}
.news-main .story-main .full_btn .right .content {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .news-main .story-main .full_btn .right .content {
    padding-left: 0;
    margin-top: 25px;
  }
}
.news-main .story-main .full_btn .right .content h5,
.news-main .story-main .full_btn .right .content h1 {
  margin-bottom: 12px;
  color: #7e0a00;
  font-size: 30px;
}
@media (max-width: 575px) {
  .news-main .story-main .full_btn .right .content h5,
  .news-main .story-main .full_btn .right .content h1 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .news-main .story-main .full_btn .right .content p.date {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.news-main .story-main .full_btn .right .content p {
  color: #000000;
}
.news-main .story-main .full_btn .right .content p:nth-of-type(2) {
  margin-bottom: 7px;
}
.news-main .story-main .full_btn .right .content .more {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #7e0a00;
  background-color: #7e0a00;
  margin-top: 20px;
  transition: 600ms all;
}
.news-main .story-main .full_btn .right .content .more:hover {
  background-color: #ffffff;
  color: #7e0a00;
}
.news-main .news-box {
  margin-top: 25px;
  margin-bottom: 30px;
}
.news-main .news-box .wrap figure {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.news-main .news-box .wrap figcaption {
  padding-top: 15px;
}
.news-main .news-box .wrap figcaption h6 {
  margin-bottom: 12px;
  color: #7e0a00;
}
@media (max-width: 575px) {
  .news-main .news-box .wrap figcaption h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .news-main .news-box .wrap figcaption p.date {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
.news-main .news-box .wrap figcaption p {
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
.news-main .news-box .wrap figcaption .more {
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #7e0a00;
  background-color: #7e0a00;
  transition: 600ms all;
}
.news-main .news-box .wrap figcaption .more:hover {
  background-color: #ffffff;
  color: #7e0a00;
}
.news-main .Pagination {
  margin-top: 50px;
}
.news-main .Pagination .rounded-full {
  border-radius: 6px;
}
.news-main .Pagination .bg-black {
  background-color: #7e0a00 !important;
}

.coach-single .hero-wrap {
  background: #7e0a00;
  color: #fff;
  font-size: 30px;
  border-radius: 20px;
  padding: 15px;
}
.coach-single .hero-wrap h1 {
  font-size: 45px;
}

.coach-single-img {
  background: linear-gradient(135deg, rgb(255, 227, 224) 0%, rgb(242, 240, 236) 49%, rgb(243, 255, 252) 100%);
}

.coach-position {
  color: #7e0a00 !important;
  font-weight: 700;
  font-size: 18px;
}

.head h2 {
  margin: 5px 0 20px;
}
.head h2 span,
.head h2 strong {
  color: #7e0a00;
}

.single-news .container {
  max-width: 1000px;
}/*# sourceMappingURL=main-style.css.map */