   
   :root {
	--primary-color: #1A1A1A;
	--secondary-color: #F5F7F2;
	--text-color: #3D5A6A;
	--accent-color: #b7262d;
	--white-color: #FFFFFF;
	--divider-color: #002F471A;
	--dark-divider-color: #FFFFFF24;
	--error-color: rgb(230, 87, 87);
	--default-font: "Onest", sans-serif;
}
   
   
   body {
      font-family: "Manrope", sans-serif;
      font-size: 15px;
      line-height: 19.6px;
      font-weight: 500;
      color: #161e2d;
      background-color: #ffffff;
    }
    h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  text-rendering: optimizeLegibility;
  color: #161e2d;
}

.title-large {
  font-size: 80px;
  line-height: 88px;
  font-weight: 800;
}

h1 {
  font-size: 56px;
  line-height: 68px;
}

h2 {
  font-size: 44px;
  line-height: 62px;
}

h3 {
  font-size: 36px;
  line-height: 44px;
}

h4 {
  font-size: 30px;
  line-height: 42px;
}
.padding-section{
    padding-top: 60px;
    padding-bottom: 60px;
}

h5 {
  font-size: 24px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 25.2px;
}
.tf-btn.primary {
 background-color: #b7262d; 
  color: #ffffff;
  border-color: #b7262d; }
.tf-btn {
  font-size: 16px;
  line-height: 21.86px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  min-width: 162px;
  min-height: 54px;
  border-radius: 9999px;
  background-color: #ffffff;
  color: #161e2d;
  border: 1px solid #161e2d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn svg {
  width: 20px;
  flex-shrink: 0;
}
.tf-btn .icon {
  font-size: 20px;
  flex-shrink: 0;
}
.tf-btn:hover {
  background-color: #b7262d;
  color: #ffffff;
  border-color: #b7262d;
}
.bg-lights{
    background-color: #F3F7FD;
}
    .content-tiles-item {
      max-width: 750px;
      margin: 2rem auto;
      text-align: center;
      padding: 20px 15px !important;
       background-color: white;
     
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .content-tiles-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
    }

    .content-tiles-item img.landscape {
      width: 100%;
      height: auto;
      display: block;
      border-bottom: 1px solid #ddd;
    }

    .content-tiles-item h3.content-tile-title {
      font-size: 1.8rem;
      margin: 1.2rem;
      color: #2c3e50;
      font-weight: 600;
      text-align: center !important;
    }

    .content-tiles-item p.content-tile-text {
      font-size: 1rem;
      margin: 0 1.2rem 1.6rem;
      color: #555;
     text-align: center !important;
    }

    .content-tiles-item a {
      text-decoration: none;
      color: inherit;
      display: block;
    }

    .navbar-nav>li>a {
      position: relative;
      display: block;
      text-align: center;
      font-weight: 600;
      padding: 15px 0px;
      letter-spacing: 0px;
      color: #161e2d;
      font-size: 16px;
      line-height: 21.86px;
      text-transform: capitalize;
      transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
    }

    .navbar-nav>li>a::before {
      content: "";
      width: 0;
      height: 2px;
      bottom: 25px;
      position: absolute;
      left: auto;
      right: 0;
      z-index: 1;
      -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
      -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
      transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
      background: #b7262d;
    }



    .navbar-nav>li:last-child {
      padding-right: 0;
    }

    .navbar-nav>li:last-child>a {
      padding-right: 0px;
    }

    .footer {
      background-color: #1a1a1a;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .footer .top-footer {
      padding: 50px 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer .top-footer .content-footer-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer .inner-footer {
      padding: 50px 0px 50px;
    }

    .footer .inner-footer .navigation-menu-footer li {
      margin-top: 4px;
    }

    .footer .content-footer-bottom {
      padding: 30px 0px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      gap: 10px;
    }

    .footer .content-footer-bottom .copyright {
      color: #a3abb0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
      text-align: center;
    }

    .footer .content-footer-bottom .menu-bottom {
      display: flex;
      align-items: center;
      gap: 19px;
    }

    .footer .content-footer-bottom .menu-bottom a {
      color: #a3abb0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 400;
    }

    .footer .content-footer-bottom .menu-bottom a:hover {
      color: #b7262d;
    }



    .list-social {
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer .wd-social {
      display: flex;
      align-items: center;
    }

    .footer .wd-social span {
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      margin-right: 16px;
    }

    #subscribe-form {
      position: relative;
      margin-top: 24px;
    }

    #subscribe-form .icon-left {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #a3abb0;
    }

    #subscribe-form input {
      background: rgba(255, 255, 255, 0.07);
      border-radius: 8px;
      padding: 12px 16px;
      border-color: transparent;
      border-radius: 999px;
      font-weight: 400;
      font-size: 14px;
      line-height: 19.6px;
      color: #a3abb0;
      font-style: unset;
    }

    #subscribe-form input::placeholder {
      font-size: 14px;
      line-height: 19.6px;
      color: #a3abb0;
      font-style: unset;
    }

    #subscribe-form button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
      border: 0;
    }

    #subscribe-form button .icon {
      font-size: 20px;
      color: #a3abb0;
    }

    .navigation-menu-footer li a {
      position: relative;
    }




    .navigation-menu-footer li a:hover::after {
      width: 100%;
      left: 0;
      right: auto;
    }

    .ft-title {
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 15px;
    }

    .ft-download li:not(:last-child) {
      margin-bottom: 10px;
    }

    .text-variant-2 {
      color: #d5c3c3;
    }

    .caption-1 {
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
    }

    .footer .wd-social {
      display: flex;
      align-items: center;
    }

    .footer .wd-social span {
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      margin-right: 16px;
    }

    #subscribe-form {
      position: relative;
      margin-top: 24px;
    }

    #subscribe-form .icon-left {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 20px;
      color: #a3abb0;
    }

    .list-social {
      flex-wrap: wrap;
      gap: 12px;
    }

    .box-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .box-icon .icon {
      font-size: 18px;
    }

    .box-icon.line {
      border: 1px solid #e4e4e4;
      color: #a3abb0;
    }

    .box-icon.line:hover {
      background-color: transparent;
      color: #b7262d;
    }

    .box-icon.w-40 {
      width: 40px;
      height: 40px;
    }

    .box-icon.w-44 {
      width: 44px;
      height: 44px;
    }

    .box-icon.w-52 {
      width: 52px;
      height: 52px;
    }

    .box-icon.w-60 {
      width: 60px;
      height: 60px;
    }

    .box-icon.w-68 {
      width: 68px;
      height: 68px;
    }

    .box-icon.w-80 {
      width: 80px;
      height: 80px;
    }

    .box-icon.w-80 .icon {
      font-size: 44px;
    }

    .box-icon.round {
      border-radius: 50%;
    }

    .box-icon.social {
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
    }

    .box-icon.social .icon {
      color: #ffffff;
      font-size: 18px;
    }

    .box-icon.social .icon.icon-youtube {
      font-size: 12px;
    }

    .box-icon.social.square {
      background-color: #f7f7f7;
      border-radius: 4px;
      border: 1px solid #e4e4e4;
    }

    .box-icon.social.square .icon {
      color: #161e2d;
      font-size: 18px;
    }

    .box-icon.social.square .icon.icon-youtube {
      font-size: 12px;
    }

    .box-icon.social.square:hover .icon {
      color: #ffffff;
    }

    .box-icon.social:hover {
      background-color: #b7262d;
      color: #ffffff;
      border-color: #b7262d;
    }

    .footer-heading-mobile {
      font-size: 24px;
      margin-bottom: 20px;
    }

    @media screen and (max-width: 768px) {

      .footer .wd-social span {
        display: none;
      }

      .footer .top-footer,
      .footer .inner-footer {
        padding: 40px 0px;
      }

    }

    .box-title .title {
  text-transform: capitalize;
  font-weight: 800;
}
.box-title .desc {
  margin-top: 10px;
}
.text-subtitle{
    position: relative;
	display: inline-block;
	
	font-weight: 500;
	line-height: 1.6em;
	text-transform: capitalize;
	color: var(--accent-color) !important;
	font-size: 20px;
	border-radius: 24px;
    
}


@media (max-width: 767px) {
    .h1,h1 {
        font-size:32px;
        line-height: 40px
    }
    .navbar>.container-fluid{
         justify-content:space-between ;
    }
}