:root {
  --white: #fff;
  --black: #000;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 1220px;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #616161;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  max-height: 150px;
}

header {
  background-color: #ffffff;
  padding: 10px 0px;
}

header .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

header .container-fluid {
  max-width: 80%;
  margin: 0 auto;
}

/* header .navbar-brand {
  margin-left: 12.5rem;
}

header .navbar-nav {
  padding-left: 16.25rem;
} */
header .navbar-nav {
  gap: 2rem;
}

.main-slider .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  text-align: center;
}

.main-slider h4 {
  padding-top: 2rem;
  font-size: 2.375rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
}

footer {
  background-color: #f8f8f8;
}

footer ul li a {
  color: #828282;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 300;
}

footer ul li {
  padding: 5px 0px;
}

footer h4 {
  margin-top: 3.75rem;
  text-transform: uppercase;
  color: #282828;
  font-size: 1.5625rem;
}

footer p {
  color: #828282;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0;
  padding-top: 5px;
  line-height: 1.6;
}

.fotLogo {
  margin-top: 3.75rem;
}

.fotLogo p {
  padding-top: 1.25rem;
}

.footContact a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #828282;
  line-height: 1.6;
}

.copyRight {
  border-top: 1px solid #e0e0e0;
  margin-top: 2.5rem;
  padding: 0.9375rem 0;
}

.footIcons ul {
  display: flex;
  gap: 0.9375rem;
  justify-content: end;
}

.footIcons ul li a i {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.25rem;
}

.footIcons ul li .facebook i {
  background-color: #4b69b0;
}

.footIcons ul li .twitter i {
  background-color: #37b1e1;
}

.footIcons ul li .youtube i {
  background-color: #e83f3a;
}

.footIcons ul li .insta i {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
  border-color: #d6249f;
}

.privacySec {
  padding: 6rem 0;
}

.privacyInner h4 {
  color: white;
  font-size: 3.125rem;
}

.privacyInner {
  position: relative;
}

.privacyInner>img {
  max-height: 220px;
  object-fit: cover;
}

.privacyInner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.privacyContent1 p {
  font-size: 1.125rem;
  font-weight: 300;
  color: #828282;
  line-height: 1.7;
}

.privacyContent1 .secondPara {
  color: black;
  font-weight: 400;
  padding-top: 1.5625rem;
}

.privacyContent1 ul li,
.privacyContent1 ul li a {
  font-size: 1.125rem;
  font-weight: 300;
  color: #828282;
}

.privacyContent1 ul {
  list-style: auto;
  list-style-position: inside;
  padding: 10px 0;
  margin-bottom: 1.25rem;
}

.privacyContent1 ul li+li {
  padding-top: 0.9375rem;
}

.privacyContent2 p {
  padding: 8px 0;
}

.collectionHead ul {
  list-style: disc;
  list-style-position: inside;
}

.collectionHead ul li span {
  color: black;
  font-weight: 400;
}

.useofPrsonl ul {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 1.875rem;
}

.privacySec .mainHead {
  font-size: 2.1875rem;
  padding-top: 1.25rem;
}

.privacySec .secHead {
  font-size: 1.875rem;
  padding-top: 1.25rem;
}

.cookie ul {
  list-style: disc;
  list-style-position: inside;
}

.cookie ul li span {
  color: black;
  font-weight: 400;
}

.children a {
  color: black;
  font-size: 1.125rem;
}

.cntct-sec {
  padding: 6.25rem 0rem;
}

.subs-form label {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.subs-form input {
  height: 60px;
}

.subs-form .unsub-btn {
  display: inline-block;
  padding: 1.125em 2em;
  background: #408ef9;
  color: var(--white);
  border: 0;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.unsub-btn:hover {
  background: #5fbb6c;
}

.list-link {
  font-weight: 500;
  color: #5fbb6c;
  text-decoration: underline !important;
}

.docTable tr th {
  background-color: #005387;
  color: white;
}