/* footer theme start */
footer {
  position: relative;
  opacity: hidden;
}

.site_edit {
  padding: 45px 0 25px 0;
  background-color: #f5f6f8;
}

footer #siteedit {
  margin-bottom: 0;
}

#siteedit .row > * {
  margin-bottom: 20px;
}

#siteedit h6 {
  font-size: 1.15rem;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 10px 0;
}

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

#siteedit ul li {
  list-style: none;
  line-height: 1.5;
  font-size: 0.95rem;
}

#siteedit ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

.footer_top {
  padding: 45px 0 25px 0;
}

.footer_top .social_info {
  margin-bottom: 10px;
}

.footer_top .social_icon {
  margin-bottom: 10px;
}

footer .social_info li {
  margin-bottom: 10px;
}

footer .social_icon li {
  margin-bottom: 10px;
}

footer .social_icon li a {
  width: 36px;
  height: 36px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer_bottom {
  padding: 10px 0;
  background-color: rgba(35, 35, 35, 0.1);
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_logo .logo_item {
  display: inline-block;
}

.footer_logo img {
  display: inline-block;
  max-height: 75px;
  margin: 0;
}

.copy_right {
  font-size: 0.8rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.qrcode {
  margin-bottom: 20px;
}

.site_map {
  margin-bottom: 10px;
}

.site_map .footer_menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px;
}

.site_map .footer_menu li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 5px;
  margin: 0 0 10px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.fb_group {
  margin-bottom: 20px;
}

/* footer theme start */
/* footer layout 1 start */
.footer_layout_1 .social_info ul li:nth-of-type(1) {
  width: 100%;
}

.footer_layout_1 .social_icon ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .footer_layout_1 .social_icon ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/* footer layout 1 end */
/* footer layout 2 start */
.footer_layout_2 .social_info ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_layout_2 .social_icon ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_layout_2 .copy_right {
  text-align: center;
}

@media (max-width: 767px) {
  .footer_layout_2 .social_info ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_layout_2 .social_icon ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_layout_2 .copy_right {
    text-align: left;
  }
}
/* footer layout 2 end */
/* footer layout 3 start */
.footer_layout_3 .social_info ul li {
  width: 100%;
}

.footer_layout_3 .copy_right {
  text-align: center;
}

.footer_layout_3 .site_map .footer_menu li {
  width: 100%;
  position: relative;
  padding: 0 5px 0 36px;
}

.footer_layout_3 .site_map .footer_menu li::before {
  content: "\f124";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #282f3b;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .footer_layout_1 .social_icon ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .footer_layout_3 .social_info ul li {
    width: 50%;
  }
}
/* footer layout 3 end */
/* footer layout 4 start */
.footer_layout_4 .site_map .footer_menu li {
  width: 100%;
  position: relative;
  padding: 0 5px 0 36px;
}

.footer_layout_4 .site_map .footer_menu li::before {
  content: "\f124";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #282f3b;
  border-radius: 50%;
}

.footer_layout_4 .social_info ul li {
  width: 100%;
}

/* footer layout 4 end */
/* footer layout 5 start */
.footer_layout_5 .social_info ul li {
  width: 100%;
}

.footer_layout_5 .site_map .footer_menu li {
  width: auto;
}

.footer_layout_5 .copy_right {
  margin-bottom: 20px;
}

/* footer layout 5 end */
/* footer layout 6 start */
.footer_layout_6 .social_info ul li {
  width: 100%;
}

.footer_layout_6 .site_map .footer_menu li {
  width: 25%;
}

.footer_layout_6 .copy_right {
  text-align: center;
}

@media (max-width: 991px) {
  .footer_layout_6 .site_map .footer_menu li {
    width: 50%;
  }
}
/* footer layout 6 end */
/* footer layout 7 start */
.footer_layout_7 .social_icon ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer_layout_7 .copy_right {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .footer_layout_7 .footer_logo {
    text-align: center;
  }
  .footer_layout_7 .social_icon ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* footer layout 7 end */
/* footer layout 8 start */
.footer_layout_8 .site_map .footer_menu li {
  position: relative;
  padding: 0 5px 0 36px;
}

.footer_layout_8 .site_map .footer_menu li::before {
  content: "\f00c";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #282f3b;
  border-radius: 50%;
}

.footer_layout_8 .copy_right {
  margin-bottom: 20px;
}

/* footer layout 8 end */
/* footer layout 9 start */
.footer_layout_9 .social_info ul li {
  width: 100%;
}

.footer_layout_9 .copy_right {
  margin-bottom: 20px;
}

.footer_layout_9 .site_map {
  margin-bottom: 20px;
  border-style: solid;
  border-color: #282f3b;
  border-width: 1px 0 1px 0;
  padding-top: 10px;
}

/* footer layout 9 end */
/* footer layout 10 start */
.footer_layout_10 .social_info ul li {
  width: 100%;
}

.footer_layout_10 .copy_right {
  margin-bottom: 20px;
}

.footer_layout_10 .site_map {
  margin-bottom: 10px;
  border-style: solid;
  border-color: #282f3b;
  border-width: 1px 0 0 0;
  padding-top: 15px;
}

/* footer layout 10 end */
/* footer layout 11 start */
.footer_layout_11 .social_info ul li:nth-of-type(1) {
  width: 100%;
}

/* footer layout 11 end */
/* footer layout 12 start */
.footer_layout_12 .footer_logo {
  text-align: center;
}

.footer_layout_12 .copy_right {
  text-align: center;
}

.footer_layout_12 .site_map ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer_layout_12 .site_map ul li a {
  display: block;
  text-align: center;
  background-color: #282f3b;
  border: 1px solid #282f3b;
  color: #ffffff;
  padding: 4px 10px 5px 11px;
  font-size: 0.9rem;
  border-radius: 25px;
  letter-spacing: 1px;
}

.footer_layout_12 .social_icon ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .footer_layout_12 .site_map ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_layout_12 .social_icon ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer_layout_12 .social_info ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
/* footer layout 12 end */
/* footer layout 13 start */
.footer_layout_13 .site_map ul {
  margin: 0 -10px;
}

.footer_layout_13 .site_map ul li {
  position: relative;
  padding: 0 10px;
}

.footer_layout_13 .site_map ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% - 6px);
  width: 1px;
  background-color: rgba(35, 35, 35, 0.6);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_layout_13 .copy_right {
  text-align: center;
}

/* footer layout 13 end */
/* footer layout 14 start */
.footer_layout_14 .footer_logo {
  text-align: center;
}

.footer_layout_14 .site_map ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_layout_14 .social_icon ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_layout_14 .social_info ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_layout_14 .copy_right {
  text-align: center;
}

/* footer layout 14 end */
/* footer layout 15 start */
.footer_layout_15 .social_info ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer_layout_15 .copy_right {
  text-align: right;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .footer_layout_15 .social_info ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer_layout_15 .copy_right {
    text-align: left;
  }
}
/* footer layout 15 end */
/* footer responsive start */
@media (max-width: 767px) {
  .site_edit {
    padding: 35px 0 15px 0;
  }
  .footer_top {
    padding: 35px 0 15px 0;
  }
}
@media (max-width: 479px) {
  footer {
    padding-bottom: 50px;
  }
}
/* footer responsive end */