body {
  color: #262626;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-family: "Museo-Sans";
  font-weight: 100;
  background: #ffffff;
  font-size: 20px;
  line-height: 24px;
}

:root {
  --primary-color: #c5171c;
  --secondary-color: #082449;
  --text-color: #333333;
  --bg-color: #f2f2f2;
}
p {
  color: var(--text-color);
  font-size: 20px;
}

/*Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  clear: both;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Branding";
}

h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: normal;
  line-height: 62px;
  color: var(--secondary-color);
  font-family: "Branding";
}
h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  font-family: "Branding";
  line-height: 43px;
  color: var(--primary-color);
}
h4 {
  font-size: 34px;
  line-height: 33px;
  color: var(--secondary-color);
  font-weight: 700;
}

h5 {
  font-size: 32px;
  line-height: 33px;
  color: var(--secondary-color);
  font-weight: 700;
}

/*Link*/
a {
  color: var(--light-black);
  text-decoration: none;
  font-size: var(--font-16);
}

a:hover {
  color: var(--light-green);
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}

.top-strip {
  height: 10px;
  background: linear-gradient(to right, #c52c2c 50%, #153765 50%);
}
.upper-header-bar{
  padding: 15px 0;
}


.contact-no {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: "Branding";
}
.logo-shot {
  font-family: "Branding";
  font-size: 22px;
  color: var(--primary-color);
}
.logo-shot .logo-b {
  color: var(--secondary-color);
}

.top-icons a {
  color: #153765;
  font-size: 20px;
}
.header-social-icon {
  gap: 40px;
}
.header-social-icon .left-social a {
  padding: 0 2px;
}

.main-nav {
  background: #ececec;
  padding: 10px 0;
  position: relative;
}

.main-nav .nav-link {
  color: #666;
  font-size: 22px;
  padding: 0 14px;
  font-family: "Branding";
  font-weight: 500;
}
.header-icon img {
  height: 26px;
  width: auto;
}
.header-icon {
  display: inline-flex;
}
.main-nav .nav-link.active {
  color: #c52c2c;
  font-weight: 700;
}
.logo-wrap {
  position: absolute;
  left: 50%;
  top: -72px;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}

.logo-circle img {
  max-width: 100%;
  height: auto;
}

.logo-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  color: #666;
  margin-top: 2px;
}

.hero-section {
  padding: 110px 0 40px;
  position: relative;
  overflow: hidden;
}
.hero-section .hero-banner-row {
  max-width: 850px;
  margin: auto;
}
.banner-wide-img {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #153765;
  line-height: 1.05;
  margin-bottom: 15px;
}

.hero-content h2 {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 28px;
}

.hero-content p {
  font-size: 20px;
  color: var(--text-color);
  margin-bottom: 10px;
}
.inner-hero-para-tag {
  color: var(--primary-color);
  font-family: "Branding";
  font-weight: 700;
}
.inner-hero-para-tag span {
  color: var(--secondary-color);
}

.hero-section .hero-content {
    padding-bottom: 40px;
}

.hero-image {
  text-align: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  max-height: 445px;
}

.stats-bar {
  border-top: 10px solid #cfcfcf;
  padding-top: 24px;
}
.star-main-content {
  display: flex;
  gap: 175px;
  margin-bottom: 18px;
}
.star-main-content:last-child {
  margin-right: 10rem;
}
.single-star-content img {
  width: 61px;
  height: auto;
}

.stat-box {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.stat-box i {
  font-size: 42px;
  color: #888;
}

.stat-box h4 {
  margin: 0;
}
.stat-box h4 span {
  display: block;
  font-weight: 500;
}

.stat-box p {
  margin: 0;
  font-size: 18px;
  color: #333;
  line-height: 1.1;
}

.latest-section {
  padding: 55px 0 30px;
}
.latest-inner-content {
  background: #f2f2f2;
  padding: 40px 0;
}
.latest-section .section-title {
  margin-bottom: -8px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  color: #737373;
}

.section-title strong {
  color: var(--primary-color);
  font-weight: 700;
}

.section-title strong span {
  color: var(--secondary-color);
}

.article-card {
  text-align: right;
}

.article-date {
  margin-bottom: 10px;
  font-weight: 300;
}

.article-title {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 10px;
}

.article-summary {
  font-size: 21px;
  color: #262626;
  line-height: 25px;
  font-weight: 100;
}

.article-thumb img {
  width: 100%;
  max-width: 160px;
  height: 160px;
  object-fit: cover;
}

.testimonial-wrap {
  padding: 20px 0 55px;
}

.testimonial-box {
  background: var(--secondary-color);
  color: #fff;
  padding: 20px 44px;
  border-radius: 20px;
}

.testimonial-box p {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 300;
  font-family: "Branding";
  margin-bottom: 10px;
}
.testimonal-comma {
  font-size: 48px;
  font-weight: 700;
}

.testimonial-box h5 {
  text-align: right;
  color: #fff;
}

.content-section {
  padding: 10px 0 70px;
  position: relative;
}

.left-col {
  padding-right: 50px;
  border-right: 2px solid #d2d2d2;
}

.right-col {
  padding-left: 40px;
}

.content-heading {
  margin-bottom: 14px;
  text-transform: uppercase;
}

.content-sub {
  font-size: 28px;
  color: var(--text-color);
  margin-bottom: 18px;
  line-height: 33px;
  font-weight: 500;
  font-family: "Branding";
}

.content-text {
  margin-bottom: 10px;
}

.plan-list {
  margin-top: 30px;
}

.plan-item {
  display: flex;
  gap: 16px;
  margin-bottom: 26px;
}

.plan-text h5 {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 500;
}
.plan-text span {
  font-weight: 300;
}

.video-card {
  margin-bottom: 34px;
}

.video-thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.video-thumb img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn i {
  font-size: 42px;
  color: #fff;
  margin-left: 6px;
}

.video-title {
  font-size: 18px;
  color: #153765;
  font-weight: 700;
  margin: 12px 0 2px;
}

.video-author {
  font-size: 14px;
  color: #777;
}

.newsletter {
  background: var(--secondary-color);
  padding: 8px 0;
}
.transform-arrow {
  width: 24px;
  margin-left: 10px;
}

.newsletter-title {
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Branding";
}

.newsletter .form-control {
  border-radius: 4px;
  border: none;
  box-shadow: none;
  font-weight: 300;
  font-size: 16px;
  color: #737373;
}

.newsletter .send-btn {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 24px;
  width: 100%;
}
.send-btn img {
  width: 32px;
}
.main-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-main {
  background: #efefef;
  padding: 20px 0;
  margin-top: 5px;
}

.footer-logo img {
  width: 70px;
}
.footer-logo {
  padding-right: 15px;
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-family: "Branding";
}

.footer-text,
.footer-links a {
  color: var(--text-color);
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}

.footer-links a {
  display: block;
  margin-bottom: 4px;
}

.footer-contact a,
.footer-contact p {
  display: block;
  color: var(--primary-color);
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
}

.footer-social a img {
  color: var(--secondary-color);
  font-size: 24px;
  margin-right: 15px;
  height: 26px;
  width: auto;
}

.copyright {
  background: #fff;
  text-align: center;
  padding: 10px 0 0px 0;
  font-size: 15px;
  color: #9b9b9b;
}
.copy-right-main {
  color: var(--secondary-color);
  display: block;
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 991px) {
  .logo-wrap {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }

  .hero-section {
    padding-top: 40px;
  }

  .hero-section:after {
    display: none;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content h2 {
    font-size: 24px;
  }

  .left-col {
    border-right: none;
    padding-right: 12px;
  }

  .right-col {
    padding-left: 12px;
    margin-top: 30px;
  }

  .stat-box {
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .main-nav .navbar-nav {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .article-thumb {
    text-align: center;
    margin: 20px 0;
  }

  .testimonial-box p,
  .testimonial-box h5 {
    font-size: 18px;
  }
}
