@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html,
body {
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  color: #242424;
  font-weight: normal;
  line-height: 1.5;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0px 0px 15px;
  line-height: 1.2;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: solid 0px;
}
.header {
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.navbar-brand img {
  width: 100%;
  max-width: 260px;
}

.navbar h4 {
  margin-bottom: 0px;
  color: #b81336;
  text-align: center;
  text-shadow: 0px 0px 34px #fff;
  font-size: 40px;
  line-height: normal;
  padding-right: 30px;
}

.toggler-button {
  background: transparent;
  border: 0px;
  transition: all 0.3s ease;
}
.toggler-button:hover {
  opacity: 0.8;
}

.offcanvas {
  background-color: #242424;
}

.offcanvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.offcanvas ul li,
.offcanvas ul li a {
  display: block;
}

.offcanvas ul li a {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 6px;
  transition: all 0.3s ease;
}

.offcanvas ul li a:hover {
  opacity: 0.8;
}

.close-btn {
  border: 0px;
  background: transparent;
  margin-left: auto;
  padding: 10px;
  transition: all 0.3s ease;
}
.close-btn:hover {
  opacity: 0.8;
}
.text-medium {
  font-size: 22px;
}

.top-section {
  padding: 100px 0px;
}

.single-info {
  text-align: center;
  margin-top: 40px;
  min-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-info img {
  max-width: 120px;
  margin-bottom: 35px;
}

.single-info h4 {
  color: #242424;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.primary-btn {
  background: #242424;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  transition: all 0.3s ease;
}

.single-info .primary-btn {
  margin-top: auto;
  min-width: 100%;
}

.primary-btn:hover {
  color: #fff;
  background-color: #c02a2f;
}
.section .top {
  padding: 100px 0px 160px;
  background: linear-gradient(267deg, #b81336 0%, #ce5025 101.45%);
  color: #fff;
}

.section-title {
  color: #fff;
  font-size: 36px;
  line-height: normal;
}

.single-content {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.2);
  min-height: calc(100% + 40px);
  margin-bottom: 40px;
  margin-top: -80px;
}

.single-content img {
  border-radius: 10px 10px 0px 0px;
}
.single-content .content {
  padding: 35px;
  font-size: 15px;
}

.single-content .content h4 {
  color: #242424;
  font-size: 20px;
  line-height: normal;
}

.single-content .content ul {
  padding-left: 20px;
}
.section .bottom {
  padding-bottom: 100px;
}

.text-bordered {
  text-align: center;
  padding: 30px;
  border: 2px solid #242424;
}

.text-bordered p {
  margin-bottom: 0px;
}

.cta-text-section {
  background-image: url(../images/contact-text-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 90px 0px 75px;
  color: white;
}
ul {
  padding-left: 20px;
}

.single-content.has-icon {
  box-shadow: none;
  text-align: center;
  background: transparent;
}

.single-content.has-icon img {
  border-radius: 0px;
  max-width: 130px;
  margin-bottom: 30px;
}

.single-content.has-icon h4 {
  font-size: 18px;
}
.single-content.image {
  box-shadow: none;
}

.single-content.image img {
  width: 100%;
  border-radius: 10px;
}
.single-content.image {
  box-shadow: none;
}

.single-content.image img {
  width: 100%;
  border-radius: 10px;
}

.single-group-btn {
  display: inline-flex;
  align-items: center;
  border: 2px solid #b81336;
  padding: 10px;
  width: 100%;
  min-height: 75px;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.single-group-btn img {
  margin-right: 20px;
  transition: all 0.3s ease;
}

.single-group-btn:hover {
  background: linear-gradient(269deg, #b81336 0.18%, #ce5025 99.75%);
  color: #fff;
}

.single-group-btn:hover img {
  filter: brightness(0) invert(1);
}
.shadow-border {
  width: 100%;
  height: 57px;
  opacity: 0.75;
  background: linear-gradient(
    180deg,
    rgba(149, 149, 149, 0.5) 0%,
    rgba(217, 217, 217, 0) 100%
  );
}

.section-title.red {
  color: #b81336;
}

.body-section {
  padding: 50px 0px 20px;
}
.shadow-border-bottom {
  height: 70px;
  background: linear-gradient(
    180deg,
    rgba(149, 149, 149, 0.5) 0%,
    rgba(217, 217, 217, 0) 100%
  );
  transform: rotate(180deg);
  opacity: 0.7;
}

.invention-sectoin {
  background-image: url(../images/invention-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 0px 40px;
}
.line {
  list-style: "- ";
}

.catch-section {
  padding: 100px 0px;
  background: #efefef;
}

.small-text {
  font-size: 8px;
}

.resources-section {
  background-image: url(../images/resource-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.resources-section {
  padding: 60px 0px 100px;
}

.resource-wrap {
  border: 0.5px solid #fff;
  background: linear-gradient(267deg, #b81336 0%, #ce5025 101.45%);
  padding: 70px 50px 0px;
  margin-top: 50px;
}

.single-resource h4 {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  padding-top: 20px;
}

.single-resource .content {
  padding: 0px 30px;
  margin-bottom: auto;
}

.resource-btn {
  display: inline-block;
  background: #242424;
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
  transition: all 0.3s ease;
}
.resource-btn:hover {
  color: #fff;
  opacity: 0.9;
}

.single-resource {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  min-height: calc(100% - 30px);
}

.single-resource h4 {
  text-align: left;
}

.hidden-text {
  display: block;
  background: #242424;
  color: #fff;
  font-size: 13px;
  padding: 7px;
  margin-top: 10px;
  opacity: 1;
  transition: all 0.3s ease;
}

.single-resource:hover {
  opacity: 1;
}
.single-resource:hover .hidden-text {
  opacity: 1;
}
.single-resource:hover .hidden-text:hover {
  color: #fff;
}
.expertise-section {
  background: #242424;
  color: #fff;
  padding: 90px 0px 60px;
}

.inline-link {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

.inline-link:hover {
  color: #fff;
}

.map-section {
  background-color: #242424;
  color: #fff;
}

.map-section .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.single-adress ul {
  margin-bottom: 30px;
}

.single-adress {
  font-size: 14px;
  padding: 0px 20px;
}

.map-section .text-bordered {
  border-color: #fff;
  margin-top: 50px;
  font-size: 14px;
  padding: 20px;
}
.map-section .title {
  color: #9b9b9b;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 25px;
}
.sponsor {
  padding: 80px 0px;
}

.ref-text {
  padding-top: 60px;
}

.smaller-text {
  font-size: 12px;
}

ol {
  padding-left: 20px;
}

.footer {
  background: linear-gradient(267deg, #b81336 0%, #ce5025 101.45%);
  padding: 50px 0px;
}

.footer .col-lg-3 > img {
  max-width: 180px;
}

.footer ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.footer ul li a {
  display: block;
  color: #fff;
  padding: 10px 5px;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.footer ul li a:hover {
  opacity: 0.8;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.social-links a {
  max-width: 40px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  opacity: 0.8;
}

.copy {
  color: #fff;
}

.footer .col-lg-3:last-of-type {
  border-left: 2px solid #fff;
}
.offcanvas-body {
  padding: 20px 40px;
}

.stiker img{
	visibility: hidden;
}

.stiker-fixed{
	position: fixed;
	right: 0;
	bottom: 50%;
}

.red-20{
	font-size: 20px;
	color: #B81336;
}