footer.enf1 {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
}

footer.enf1 > div.enf-main {
  position: relative;
  z-index: 1;
  background: var(--footer-main-background);
}
footer a:any-link {
  position: relative;
  text-decoration: none;
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
  font-weight: 500;
  letter-spacing: 0.35px;
  display: inline-block;
  transition: 0.4s all ease;
  font-size: var(--footer-font-size);
  font-family: var(--footer-font-family);
}
footer .enf1-webste-name h2 {
  font-family: "MosquitoFormal";
  color: #fff;
  font-size: clamp(50px, 4.8vw, 62.26px);
  line-height: clamp(44px, 4.8vw, 42px);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  display: flex;
  flex-direction: column;
  max-width: 470px;
  position: relative;
  left: 0;
  margin: 0;
  text-align: center;
  width: fit-content;
  top: -3px;
}
footer .enf1-webste-name {
  position: relative;
  left: -14.5px;
}
footer .enf1-webste-name span {
  position: relative;
  font-size: clamp(30px, 2.9vw, 37.54px);
  top: 5px;
  left: 1.5px;
  text-align: center;
  letter-spacing: 0.75px;
}
footer.enf1 a:any-link:is(:hover, :focus) {
  text-decoration: underline;
  color: var(--footer-font-color-hover);
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  position: relative;
  width: min(100%, 1250px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 485px 215px 260px;
  align-items: center;
  padding: 33px 0 11px;
  grid-gap: 20px;
  justify-content: space-between;
}
.enf-main-inner::after {
  content: "";
  position: absolute;
  background: url(/pics/footer_bg.png) no-repeat right bottom;
  width: 100%;
  height: 170px;
  right: -91px;
  bottom: 0;
  max-width: 770px;
  z-index: -1;
}
footer.enf1 div.enf-address a#footer_contact1 {
  margin: 10px 0 0;
}
footer.enf1 > div.enf-main > div.enf-main > * {
  overflow: hidden;
}
footer.enf1 .enf1-logo-cont {
  position: relative;
  margin: 0 auto;
  left: -17.5px;
  max-width: 185px;
  top: -5px;
}
#footer_left {
  max-width: 370px;
  position: relative;
  left: -40px;
  margin: 13.5px 0 0 0;
}
footer.enf1 .enf1-logo-cont a {
  position: relative;
  margin: 0;
  display: inline-grid;
}
footer.enf1 div.enf-address a {
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.8px;
}
footer.enf1 div.enf-address a:is(:hover, :focus) {
  color: #fec338;
}
footer .enf-address {
  margin: 0;
  position: relative;
  left: 0;
  max-width: 215px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
footer.enf1 > div.enf-subfooter {
  background: var(--subfooter-background);
  position: relative;
}
footer.enf1.enf1logo-2-2 .enf1-logo-cont img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  border: 1px solid var(--logo-border-color);
}
footer.enf1.enf1logo-4-2 .enf1-logo-cont a {
  display: inline-block;
  z-index: 2;
  margin: 0;
}
.enf-subfooter-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 41px;
  box-sizing: border-box;
}
.enf-subfooter-inner a#footer_edunet {
  top: 8px;
  display: inline-grid !important;
  position: relative;
  margin: 0 auto;
  color: #000 !important;
  left: -1.5px;
}
#footer_address {
  position: relative;
  margin: -23.5px 0 0;
  left: 5px;
}
#wrapper-index footer #slideshow {
  display: none;
}
#wrapper footer #slideshow {
  overflow: hidden;
}
#footer_links {
  margin: -21px 0 0 auto;
  max-width: 260px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  left: -24px;
}
#footer_links a {
  padding: 0 0 0 17.5px;
}
#footer_links a::before {
  content: "";
  position: absolute;
  background: #4f7b69;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.4s all ease;
}
#footer_links a:is(:hover, :focus)::before {
  background: #ffcf40;
}

/*-------------footer-top------------*/
#footer_top_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
}
.model-open #footer_top {
  opacity: 0;
}
#footer_top {
  position: relative;
  border-top: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
  background: url(/pics/footer_top_bg.jpg) repeat-y center top,
    linear-gradient(
      to left,
      rgb(247, 247, 247) 0%,
      rgb(247, 247, 247) 50%,
      rgb(255, 255, 255) 50%,
      rgb(255, 255, 255) 100%
    );
}
#footer_top_inner h2 a {
	font-family: "Open Sans", sans-serif;
	font-size: clamp(14px, 2.5vw, 19px);
	line-height: 20px;
	color: #004026;
	font-weight: 800;
	margin: 0;
	position: relative;
	max-width: 200px;
	text-transform: uppercase;
	left: -2px;
	top: -0.5px;
	padding: 0;
	letter-spacing: 0;
	display: inline-block;
	text-decoration: none;
}
#footer_top_inner h2 a::after {
  content: "";
  position: absolute;
  background: url(/pics/footertop_icon2.png) no-repeat right center;
  width: 16px;
  height: 26px;
  right: -66.5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0.5px 0 0;
}
#footer_top_inner h2 {
  width: 100%;
  max-width: 200px;
  padding: 22px 0;
  position: relative;
}
#footer_top_left::after {
  content: "";
  position: absolute;
background: url(/pics/footertop_icon3.jpg) repeat-y left top/100% 100%;
  width: 275px;
  height: 100%;
  right: -184px;
  top: 0;
}
#footer_top_inner h2:nth-child(3) {
  left: -14.5px;
}
#footer_top_inner h2:nth-child(3) a::after {
  right: -76px;
}
#footer_top_left {
	position: relative;
	max-width: 650px;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 145px 5px 45.5px;
}
#footer_top_right {
  position: relative;
  max-width: 150px;
  width: 100%;
  left: 31px;
  top: -0.5px;
}
#footer_top_right h3,
#footer_top_left h3 {
  padding: 0;
  background: none;
  color: #004026;
}
#footer_top_right h3 a {
  color: #004026;
  font-size: 66px;
  line-height: 66px;
  font-weight: 600;
  position: relative;
  top: 2px;
  left: 2.5px;
  letter-spacing: 0;
  display: inline-block;
  text-decoration: none;
}
#footer_top_left h3 a {
	font-size: clamp(15px, 3.5vw, 20px);
	line-height: clamp(18px, 3.5vw, 23px);
	color: #004026;
	font-weight: 700;
	margin: 0;
	letter-spacing: 0;
}
#footer_top_left a {
  text-decoration: none;
}
#footer_top_left a {
	font-size: clamp(12px, 2vw, 14px);
	line-height: 22px;
	color: #000;
	font-weight: 700;
	position: relative;
	margin: 4px 0 0;
	letter-spacing: 0.5px;
	display: inline-block;
}
#footer_top_left p {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	margin: 8px 0 0;
	padding: 0;
	position: relative;
	letter-spacing: 0.15px;
}
#footer_top_left p span {
  font-weight: 700;
  position: relative;
}
#footer_top_right h3 span {
  font-size: 19px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}
#footer_top_left::before {
  content: "";
  position: absolute;
  background: url(/pics/footertop_icon.jpg) repeat-y left top/100% 100%;
  width: 38px;
  height: 100%;
  left: -55px;
  top: 0;
}
#footer_top_right h3 a {
	color: #004026;
	font-size: clamp(35px, 6vw, 51px);
	line-height: clamp(40px, 6vw, 56px);
	font-weight: 600;
	position: relative;
}
#wrapper-index #footer_top a:is(:hover, :focus),
#footer_top a:is(:hover, :focus) {
  text-decoration: underline;
}
@media only screen and (min-width: 651px) {
  #wrapper-index #footer_top_inner h2,
  #wrapper-index #footer_top_left a {
    top: 0.5px;
  }
  #wrapper-index #footer_top_left p {
    margin: 5px 0 0;
  }
  #wrapper-index #footer_top_right h3 span {
    letter-spacing: 0.2px;
  }
  #wrapper-index #footer_top_left h3 a {
    left: -0.5px;
  }
  #wrapper-index #footer_top_right h3 {
    top: -0.5px;
    position: relative;
  }
}

@media only screen and (max-width: 1220px) {
  #footer_top_inner {
    padding: 0 15px;
  }
  #footer_top_left {
    max-width: 520px;
    padding: 20px 100px 22px 45.5px;
  }
  #footer_top {
    background: linear-gradient(
      to left,
      rgb(247, 247, 247) 0%,
      rgb(247, 247, 247) 80%,
      rgb(255, 255, 255) 20%,
      rgb(255, 255, 255) 100%
    );
  }
}

@media only screen and (max-width: 1174px) {
  #footer_top {
    background: linear-gradient(
      to left,
      rgb(247, 247, 247) 0%,
      rgb(247, 247, 247) 83%,
      rgb(255, 255, 255) 17%,
      rgb(255, 255, 255) 100%
    );
  }
}

@media only screen and (max-width: 1099px) {
  #footer_top {
    background: #f7f7f7;
  }
  #footer_top_left::before,
  #footer_top_left::after {
    content: none;
  }
  #footer_top_inner h2,
  #footer_top_left {
    padding: 0;
  }
  #footer_top_inner {
    padding: 50px 20px;
    gap: 50px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 45%));
    justify-content: space-evenly;
  }
  #footer_top_inner h2 a::after {
    right: -40px !important;
  }
  #footer_top_inner h2:nth-child(3),
  #footer_top_right {
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 650px) {
  #footer_top_inner {
    gap: 30px 15px;
    grid-template-columns: 100%;
    justify-content: center;
    place-items: center;
    text-align: center;
  }
  #footer_top_inner h2 a br {
    display: none;
  }
  #footer_top_inner h2 a,
  #footer_top_inner h2 {
    max-width: unset;
  }
  #footer_top_inner h2 a,
  #footer_top_inner h2,
  #footer_top_inner h3,
  #footer_top_right h3,
  #footer_top_right h3 a {
    left: 0;
    top: 0;
  }
  #footer_top_inner h2 a::after {
    right: -22px !important;
    background-size: 74%;
  }
}

/*-------------footer-top------------*/

@media only screen and (max-width: 1335px) {
  footer.enf1 .enf1-logo-cont {
    left: 0;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-gap: 35px;
    width: auto;
    padding: 31px 15px 20px;
    justify-content: space-evenly;
    grid-template-columns: auto auto auto auto;
  }
  #footer_address,
  footer .enf1-webste-name,
  #footer_links {
    left: 0;
  }
}

@media only screen and (max-width: 1099px) {
  #footer_address {
    right: 0;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    align-items: center;
  }
  footer .enf1-webste-name,
  #footer_address,
  #district_link {
    margin: 0;
  }
  footer .enf1-webste-name span {
    top: 0;
    left: 0;
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    padding: 35px 10px;
  }
}

@media only screen and (max-width: 991px) {
  footer.enf1 .enf1-logo-cont img {
    width: clamp(115px, 16vw, 185px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  footer .enf1-webste-name h2 {
    font-size: clamp(30px, 4.2vw, 62.26px);
    line-height: clamp(30px, 3.5vw, 42px);
  }
  footer .enf1-webste-name span {
    font-size: clamp(20px, 2.6vw, 37.54px);
  }
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 768px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 100%;
    justify-content: center;
    place-items: center;
    row-gap: 35px;
    padding: 60px 20px 45px;
  }
  #footer_links {
    margin: 0 auto;
    flex-direction: unset;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 95%;
    gap: 12px 30px;
  }
  footer.enf1 .enf1-logo-cont img {
    width: clamp(150px, 21vw, 185px);
  }
  footer .enf1-webste-name span {
    font-size: clamp(24px, 3.6vw, 37.54px);
  }
  footer .enf1-webste-name h2 {
    font-size: clamp(40px, 6vw, 62.26px);
    line-height: clamp(38px, 5vw, 42px);
  }
  #footer_address::before,
  .enf-main-inner::after {
    content: none;
  }
  #district_link img {
    width: clamp(150px, 22vw, 200px);
  }
  footer .enf1-webste-name,
  footer .enf1-webste-name span {
    left: 0;
  }
  footer .enf1-webste-name {
    margin: -15px 0 0;
  }
  footer .enf1-webste-name span {
    text-align: center;
  }
  footer.enf1 div.enf-address a#footer_contact1,
  footer.enf1 div.enf-address a {
    margin: 0;
    float: none;
  }
  footer .enf-address {
    margin: 0 auto 0;
    position: relative;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    place-items: center;
    row-gap: 15px;
  }
  #footer_left {
    margin: -20px 0 0;
  }
  .enf1-webste-name {
    text-align: center;
  }
  .enf-subfooter-inner {
    display: grid;
    justify-content: center;
    place-items: center;
    text-align: center;
  }
  .enf-subfooter-inner a#footer_edunet {
    top: 0;
    left: 0;
  }
}


#footer_top a:is(:hover, :focus) {
  color: #946f00 !important;
}




