:root {
	--details: #14d179ff;
	--hover: #000;
  --text: #000;
}
img {
  max-width: 100%;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a, input, button {
  text-decoration: none !important;
  transition: 0.5s;
}
#header a {
  font-weight: 600;
  color: var(--text);
}
#header a:hover {
  color: var(--details);
}
.custom-logo-link img {
  max-width: 250px;
}
#one {
  position: relative;
  z-index: 1;
  background: url(../img/1.webp) no-repeat center / cover;
}
#one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.custom-block-radius {
  padding: 40px 20px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
#six p {
  margin: 0 0 2rem !important;
}
.wp-block-latest-posts__post-excerpt {
  color: #000;
  font-size: 12px;
}
.wp-block-latest-posts__post-excerpt a {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--details);
}
#address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 1rem;
}
#sidebar a {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  #header {
    flex-direction: column;
  }
  #one * {
    text-align: center;
    color: #fff !important;
  }
  .custom-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .custom-container {
    padding: 30px 10px;
    grid-template-columns: 1fr;
  }
  #one h2 {
    font-size: 32px !important;
  }
  #one p {
    font-size: 14px !important;
  }
  #one {
    padding: 40px 0 60px;
    background: var(--details);
  }
  #one .wp-block-cover {
    min-height: auto !important;
  }
  #header ul {
    flex-direction: column;
    gap: 0 !important;
  }
  #header a {
    padding: 0;
  }
  #seven li {
    margin-right: 0 !important;
  }
  #sidebar h3 {
    text-align: center;
  }
  #sidebar li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #sidebar .wp-block-latest-posts__featured-image.alignleft {
    float: none;
  }
}

.custom-form-group {
	display: flex;
  align-items: center;
	margin-top: 16px;
}
.custom-form-group input {
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
  accent-color: var(--details);
}
.custom-form-group label {
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
	display: inline-block;
}
.mandatory {
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
.custom-form-group label a {
  color: var(--details);
}
.custom-form-group label a:hover {
  color: var(--hover);
}

/*footer*/
.footer-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.column img {
  max-width: 250px;
}
.column h3 {
  font-size: 18px;
  color: var(--text);
}
.column p {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--text);
}
.column p.disclaimer {
  font-size: 14px;
}
.column a {
  font-size: 14px;
  color: var(--details);
  transition: 0.5s;
  font-weight: 400 !important;
  text-decoration: none !important;
}
.column a:hover {
  color: var(--hover);
}
.column ul {
  align-self: center;
  list-style: none !important;
  padding-left: 0;
}
.column li {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}
.liki li::before {
  content: "―";
  display: flex;
  font-size: 14px;
  margin-right: 4px;
}
.copyright {
  width: 100%;
  margin-bottom: 0;
  padding: 10px 0;
  background-color: var(--hover);
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer-area {
      max-width: 500px;
      flex-direction: column;
  }
  .column {
      margin-bottom: 1rem;
  }
  .copyright {
      padding: 20px 0 !important;
      font-size: 12px;
  }
  .column ul {
    align-self: flex-start;
  }
}
@media (max-width: 460px) {
  .column {
      align-items: flex-start;
  }
  .column p, .column a {
      text-align: start;
  }
  .column ul {
      width: 100%;
  }
}
/*Footer End*/

/*Docs*/
.wrapper{
	padding: 60px 0 100px;
}
.wrapper h1 {
	text-align: center;
	margin-bottom: 16px;
  color: var(--text);
}
.wrapper ul {
  padding-left: 20px;
  list-style: disc !important;
}
.wrapper p, .wrapper li {
  font-weight: 400 !important;
  color: var(--text);
}
.wrapper p:last-child {
	margin-bottom: 0;
}
.wrapper p:not(:last-child) {
	margin-bottom: 16px;
}
.wrapper a {
	text-decoration: none;
	cursor: pointer;
  color: var(--details);
  transition: 0.5s;
}
.wrapper a:hover {
  color: var(--hover);
}
@media (max-width:575.98px) {
  .wrapper a {
    font-size: 12px;
  }
}
/*Docs End*/