* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

button {
  padding: 0;
}

button:hover {
  background: none !important;
}

button:focus {
  outline: none !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  margin-block-end: 0 !important;
}

body, html {
  background: #fff;
}

.safearea {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  color: #000;
}

.breadcrumbs {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.breadcrumbs ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.breadcrumbs ul li a {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.breadcrumbs ul li a:hover {
  color: #222;
}

.breadcrumbs ul li a.active {
  color: #222;
}

.breadcrumbs ul li span {
  margin: 0 4px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#footer_list1 #menu-footer1 li {
  margin-top: 40px;
}

#footer_list1 #menu-footer1 li:first-child {
  margin-top: 0;
}

#footer_list1 #menu-footer1 li a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#footer_list #menu-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

#footer_list #menu-footer > li {
  margin-right: 34px;
}

#footer_list #menu-footer > li:last-child {
  margin-right: 0;
}

#footer_list #menu-footer > li > a {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

#footer_list #menu-footer > li .sub-menu {
  margin-top: 14px;
}

#footer_list #menu-footer > li .sub-menu li {
  margin-top: 10px;
}

#footer_list #menu-footer > li .sub-menu li a {
  color: #B5B5B5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 228.571% */
  text-transform: capitalize;
}

#footer_list #menu-footer > li .sub-menu li a:hover {
  color: #fff;
}

.footer_form_btn {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer_form_btn input {
  width: 236px;
  height: 44px;
  border-radius: 4px;
  background: #FFF;
  outline: none;
  padding: 0 18px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_form_btn input::placeholder {
  color: #999;
}

.footer_form_btn button {
  margin-left: 10px;
  padding: 13px 22px !important;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #717171;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_form_btn button:hover {
  background: #717171 !important;
}

.footer_form_btn button:focus {
  color: #fff;
  background: #717171 !important;
  outline: none !important;
}

@media screen and (max-width: 960px) {
  .safearea {
    width: 100%;
    height: 100%;
    max-width: 92vw;
    margin: auto;
    text-align: center;
  }
  .breadcrumbs {
    display: none;
  }
  #footer_list1 #menu-footer1 li {
    margin-top: 30px;
  }
  #footer_list1 #menu-footer1 li:first-child {
    margin-top: 0;
  }
  #footer_list1 #menu-footer1 li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  #footer_list #menu-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer_list #menu-footer > li {
    width: 100%;
    margin-top: 30px;
    margin-right: 0px;
  }
  #footer_list #menu-footer > li:last-child {
    margin-right: 0;
  }
  #footer_list #menu-footer > li > a {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  #footer_list #menu-footer > li .sub-menu {
    margin-top: 14px;
  }
  #footer_list #menu-footer > li .sub-menu li {
    width: 100%;
    margin-top: 20px;
  }
  #footer_list #menu-footer > li .sub-menu li a {
    display: inline-block;
    width: 100%;
    color: #B5B5B5;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 228.571% */
    text-transform: capitalize;
  }
  #footer_list #menu-footer > li .sub-menu li a:hover {
    color: #fff;
  }
  #share_icon .elementor-grid-item a {
    background: transparent;
    width: 39px;
    height: 39px;
    border-radius: 50%;
  }
}
