@import url(https://fonts.googleapis.com/css2?family=Damion&family=Poppins:wght@300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Niconne&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
*,
:after,
:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
  -webkit-appearance: none;
}
form,
label {
  -webkit-text-size-adjust: 100%;
}
mark {
  background-color: transparent;
}
body {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: #4d4d4d;
  position: relative;
  background-color: #fff;
}
body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed !important;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
textarea {
  resize: vertical;
}
iframe {
  border: none;
  width: 100%;
}
h1,
h2,
h3,
h4,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
input[type="submit"] {
  cursor: pointer;
}
a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.comp {
  font-weight: 700;
  background: -webkit-linear-gradient(#618323, #e81822);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  p.newsexcerpt-content .comp{
    background: #000;
    font-weight: 300;
    background: -webkit-linear-gradient(#618323, #e81822);
    background: -webkit-linear-gradient(#4d4d4d, #4d4d4d);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.upcoming {
  color: red;
  font-style: italic;
  font-weight: 700;
}
.col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: inline-block;
}
.col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.col2 li,
.col3 li {
  display: inline-block;
  width: 100%;
}
.main_phone {
  font-weight: 700;
}
.back_top {
  display: none;
  background: #ec1823;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  height: 45px;
  cursor: pointer;
}
.back_top:before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -45%);
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.back_top:hover {
  opacity: 0.7;
}
.h1_hdng {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
.thumb_left_dd,
.thumb_left_dr {
  float: left;
  margin: -4px 19px 10px 0;
}
.thumb_right_dd,
.thumb_right_dr {
  float: right;
  margin: -4px 0 10px 19px;
}
.thumb_center_dd,
.thumb_center_dr {
  display: block;
  margin: 10px auto;
}
.text_left,
.text_left p {
  text-align: left;
}
.text_right,
.text_right p {
  text-align: right;
}
.text_center,
.text_center p {
  text-align: center;
  display: block;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}
::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}
:-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.wrapper {
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
}
header {
  padding: 0 15px;
  background: url(../img/hdr-bg.jpg) top center no-repeat;
}
.header_con {
  min-height: 165px;
}
.main_logo {
  float: left;
  width: 264px;
}
.head_info {
  float: right;
  width: 675px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 39px;
  align-items: center;
}
.header_info {
  position: relative;
  padding-left: 56px;
}
.header_info:before {
  content: url(../img/telephone-icon.png);
  position: absolute;
  top: 0;
  left: 0;
  filter: invert(52%) sepia(53%) saturate(1326%) hue-rotate(40deg)
    brightness(94%) contrast(93%);
}
.header_info h2 {
  line-height: 100%;
}
.header_info h2 mark {
  display: block;
  color: #4d4d4d;
  margin-top: 8px;
}
.social_media {
  margin-left: 65px;
  position: relative;
}
.social_media:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -17px;
  width: 1px;
  height: 44px;
  background: rgba(97, 131, 35, 0.5);
  display: none;
}
.social_media h2 {
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
}
.social_media h2 span {
  display: block;
  margin-top: 8px;
}
.social_media ul {
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
}
.social_media ul li {
  display: inline-block;
  vertical-align: top;
  width: 44px;
}
.social_media ul li:hover {
  opacity: 0.75;
}
.social_media a {
  width: 257px;
  line-height: 61px;
  border-radius: 40px;
  background: #ec1823;
  text-align: center;
  color: #fff;
  font-size: 20px;
  display: block;
  animation-duration: 2.5s !important;
  animation-delay: 2s !important;
  margin: 0 auto;
}
.social_media a:hover {
  background: #618323;
}
.gtranslate {
  width: 207px;
  height: 33px;
  position: relative;
  padding-left: 37px;
}
.gtranslate:before {
  content: url(../img/g-icon.png);
  position: absolute;
  top: 3px;
  left: 0;
}
.gtranslate select {
  width: 100%;
  height: 100%;
  background: #fff url(../img/drop-down.png) 93% 50% no-repeat;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  color: #b4b4b4;
  padding: 0 7px;
}
.page_nav {
  background: #618323;
  width: 1013px;
  height: 82px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -41px;
  right: 0;
  z-index: 5;
}
.page_nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.page_nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding: 0 33px;
  line-height: 80px;
  font-family: "Zilla Slab", serif;
}
.page_nav ul li:first-child a {
  padding-left: 0;
}
.page_nav ul li:last-child a {
  padding-right: 0;
}
.page_nav ul li a:active,
.page_nav ul li a:hover,
.page_nav ul li.current_page_item > a {
  text-decoration: underline;
}
.page_nav ul li:after {
  content: url(../img/nav-spacer.png);
  position: absolute;
  top: 24px;
  right: -9px;
}
.page_nav ul li:last-child:after {
  display: none;
}
.page_nav ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.page_nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
  margin-top: 0;
  bottom: 0;
  text-transform: none;
}
.page_nav ul ul li {
  float: none;
  display: block;
  font-weight: 400;
  width: 100%;
}
.page_nav ul ul li:after {
  display: none;
}
.page_nav ul ul ul {
  top: 0;
  left: auto;
  right: -99.5%;
}
.page_nav ul li:hover > ul {
  display: block;
}
.page_nav ul ul a {
  background: #799847;
  color: #fff;
  padding: 12px 10px !important;
  line-height: 100%;
  margin: 0 auto;
}
.page_nav ul li.current_page_item ul li a:hover,
.page_nav ul ul a:hover,
.page_nav ul ul li.current_page_item a {
  background: #1a271a;
  color: #a5ff16;
  text-decoration: none;
}
.page_nav ul ul ul {
  border-top: 0 none;
}
.page_nav ul ul li {
  position: relative;
}
.page_nav span {
  position: absolute;
  right: 25px;
  top: 32px;
  display: none;
  padding: 0;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.fa {
  display: block;
  margin-top: -3px;
}
.fa:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.nav_toggle_button {
  display: none;
  text-align: left;
  position: relative;
}
.nav_toggle_button.active {
  opacity: 1;
}
.nav_toggle_button i {
  cursor: pointer;
}
.nav_toggle_button .toggle_holder {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
}
.nav_toggle_button .hamburger-inner,
.nav_toggle_button .hamburger-inner:after,
.nav_toggle_button .hamburger-inner:before {
  background: #618323;
}
.nav_toggle_button small {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #618323;
  display: block;
  text-align: center;
  line-height: 100%;
}
.menu_slide_right {
  display: none;
}
.menu_slide_right .hamburger-inner,
.menu_slide_right .hamburger-inner:after,
.menu_slide_right .hamburger-inner:before {
  background: #618323;
}
.menu_slide_right .toggle_holder {
  position: absolute;
  top: 55%;
  right: 10px;
  transform: translateY(-50%);
}
.menu_slide_right small {
  text-transform: uppercase;
  color: #618323;
  font-weight: 700;
  font-size: 13px;
  display: block;
  line-height: 100%;
}
#banner {
  position: relative;
  z-index: 0;
}
.bnr_con {
  min-height: 916px;
}
.slider {
  width: 1920px;
  height: 916px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bnr-cover.png) top left repeat-y;
  z-index: 1;
}
.rslides {
  display: none;
}
.bnr_info {
  width: 472px;
  position: absolute;
  top: 186px;
  left: 0;
  z-index: 150;
}
.bnr_info h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #333;
  margin-bottom: 29px;
  animation-duration: 2545ms !important;
  animation-delay: 0.2s !important;
}
.bnr_info h2 span {
  display: block;
  font-size: 62px;
  line-height: 98%;
  margin-top: 11px;
  font-family: Niconne, cursive;
  color: #1a9bf4;
}
.bnr_info p {
  animation-duration: 2.5s !important;
  animation-delay: 1s !important;
  text-shadow: 0 0 7px #fff;
  color: #000;
  font-weight: 400;
}
.bnr_info a {
  display: block;
  width: 257px;
  line-height: 61px;
  border-radius: 40px;
  background: #ec1823;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 51px;
  animation-duration: 2.5s !important;
  animation-delay: 2s !important;
}
.bnr_info a:hover {
  background: #618323;
}
.txt-gradient {
  background: repeating-linear-gradient(
    0deg,
    #ffa424 0,
    #ffa424 30%,
    #e91e22 35%,
    #e91e22 40%,
    #49217b 45%,
    #49217b 56%,
    #557c0e 61%,
    #557c0e 100%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.txt-gradient:first-child {
  padding-bottom: 8px;
}
#main_area {
  padding: 0 15px;
  position: relative;
  z-index: 9999;
}
.main_con {
  min-height: 709px;
  padding: 93px 0 40px;
  position: relative;
  z-index: 2;
}
.main_con:before {
  content: url(images/main-bg.png);
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  z-index: 99;
}
main {
  display: block;
  width: 589px;
  margin: 0 105px 0 auto;
  position: relative;
  z-index: 999;
}
main .h1_title {
  font-family: Niconne, cursive;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 23px;
  background: repeating-linear-gradient(
    90deg,
    #ffa424 0,
    #ffa424 20%,
    #e91e22 25%,
    #e91e22 45%,
    #49217b 50%,
    #49217b 70%,
    #557c0e 75%,
    #557c0e 100%
  );
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  padding-bottom: 8px;
}
main .h1_title span {
  display: block;
  font-family: Poppins;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  color: #333;
  margin-bottom: 13px;
  -webkit-text-fill-color: #333;
}
main p {
  margin-bottom: 38px;
}
main ol {
  padding-left: 20px;
  margin-bottom: 25px;
}
main ul li {
  position: relative;
}
main .bullet {
  padding: 0;
  margin-bottom: 25px;
  margin-left: 15px;
  margin-top: -15px;
}
main .bullet li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
main .bullet li:before {
  content: "››";
  position: absolute;
  top: -1px;
  left: 0;
  font-weight: 700;
  font-size: 25px;
  color: #1a9bf4;
}
main a {
  font-weight: 700;
  color: #ec1823;
  text-decoration: none;
  display: inline-block;
}
main a:hover {
  color: #000;
  text-decoration: underline;
}
.sidebar {
  position: absolute;
  top: 26px;
  left: -4px;
  overflow: hidden;
  border-radius: 29px;
  animation-duration: 2.5s !important;
  z-index: 999;
}
#bottom1 {
  background: linear-gradient(rgba(63, 23, 114, 0.79), rgba(63, 23, 114, 0.79)),
    url(images/btm1-bg.jpg) top center no-repeat;
  padding: 0 15px;
}
.btm1_con {
  min-height: 1095px;
  padding: 78px 0 40px;
  text-align: center;
  color: #fff;
}
.btm1_info h2 {
  line-height: 100%;
  margin-bottom: 29px;
}
.btm1_info h2 span {
  display: block;
  font-family: Niconne, cursive;
  font-size: 62px;
  line-height: 100%;
  margin-top: 9px;
}
.btm1_boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 79px;
}
.btm1_boxes section {
  width: 443px;
  position: relative;
}
.btm1_boxes section figure {
  margin-bottom: 41px;
  animation-duration: 2.5s !important;
}
.btm1_boxes section figure img {
  border-radius: 29px;
}
.btm1_boxes section h2 {
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 30px;
  font-family: "Kaushan Script", cursive;
}
.btm1_boxes section p {
  font-size: 18px;
  line-height: 33px;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 140px;
}
.btm1_boxes section a {
  display: block;
  width: 225px;
  line-height: 60px;
  border-radius: 40px;
  background: #ec1823;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 30px auto 0;
}
.btm1_boxes section a:hover {
  background: #618323;
}
.btm1_boxes .fadeInUp {
  animation-duration: 2.5s !important;
  animation-delay: 1.5s !important;
}
.btm1_box1 figure {
  animation-delay: 0.7s !important;
}
.btm1_box3 figure {
  animation-delay: 0.7s !important;
}
#bottom2 {
  padding: 0 15px;
  background: url(images/btm2-bg.jpg) top center no-repeat;
}
.btm2_con {
  min-height: 840px;
  padding: 100px 0 40px;
}
.btm2_info {
  width: 660px;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.btm2_info h2 {
  line-height: 100%;
  margin-bottom: 38px;
}
.btm2_info h2 span {
  display: block;
  font-family: Niconne, cursive;
  font-size: 60px;
  line-height: 100%;
  margin-top: 11px;
  background: repeating-linear-gradient(
    90deg,
    #ffa424 0,
    #ffa424 20%,
    #e91e22 25%,
    #e91e22 45%,
    #49217b 50%,
    #49217b 70%,
    #557c0e 75%,
    #557c0e 100%
  );
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.btm2_info a {
  display: block;
  width: 225px;
  line-height: 60px;
  border-radius: 40px;
  background: #ec1823;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 35px;
}
.btm2_info a:hover {
  background: #618323;
}
.btm2_img {
  position: absolute;
  bottom: 0;
  right: -277px;
  animation-duration: 1955ms !important;
}
.btm2_boxes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: -128px;
  z-index: 5;
}
.btm2_boxes section {
  width: 676px;
  min-height: 200px;
  background: #fff;
  border-radius: 29px;
  box-shadow: 6px 6px 23px rgba(26, 155, 244, 0.1);
  animation-duration: 2.5s !important;
  animation-delay: 0.5s !important;
  position: relative;
}
.btm2_boxes section figure {
  position: absolute;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: -5px -10px 0 #e2af20;
}
.btm2_boxes section figure img {
  border-radius: 50%;
}
.btm2_boxes section h2 {
  font-size: 24px;
  line-height: 100%;
  color: #000;
  position: relative;
  margin-bottom: 21px;
}
.btm2_boxes section h2 span {
  display: block;
  font-family: Niconne, cursive;
  font-size: 37px;
  line-height: 100%;
  position: relative;
  margin-top: 7px;
  color: #3f1772;
}
.btm2_boxes section:last-child h2 span {
  padding-right: 8px;
  margin: 7px 0 0 auto;
}
.btm2_boxes section p {
  font-size: 16px;
  line-height: 25px;
}
.btm2_boxes section a {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ec1823;
  position: absolute;
  text-align: center;
}
.btm2_boxes section a:after {
  content: url(images/arrow.png);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
}
.btm2_boxes section a:hover {
  background: #618323;
}
.btm2_boxes section.btm2_box1 {
  padding: 42px 20px 20px 286px;
}
.btm2_boxes section.btm2_box1 figure {
  top: -60px;
  left: 25px;
}
.btm2_boxes section.btm2_box1 h2 {
  padding-left: 75px;
}
.btm2_boxes section.btm2_box1 h2:before {
  content: url(images/btm2-1.png);
  position: absolute;
  top: -5px;
  left: -20px;
}
.btm2_boxes section.btm2_box1 a {
  left: 30px;
  top: 111px;
}
.btm2_boxes section.btm2_box2 {
  padding: 42px 286px 20px 80px;
  text-align: right;
}
.btm2_boxes section.btm2_box2 figure {
  top: -60px;
  right: 25px;
}
.btm2_boxes section.btm2_box2 h2 {
  padding-right: 75px;
}
.btm2_boxes section.btm2_box2 h2:before {
  content: url(images/btm2-2.png);
  position: absolute;
  top: -8px;
  right: -20px;
}
.btm2_boxes section.btm2_box2 a {
  right: 30px;
  top: 111px;
}
#bottom3 {
  padding: 0 15px;
}
.btm3_con {
  min-height: 962px;
  padding: 247px 0 40px;
  text-align: center;
  color: #fff;
}
.btm3_bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  z-index: -1;
}
.btm3_fixed {
  position: fixed;
}
.btm3_info h2 {
  line-height: 100%;
  margin-bottom: 34px;
}
.btm3_info h2 span {
  display: block;
  font-family: Niconne, cursive;
  font-size: 57px;
  line-height: 100%;
  margin-top: 14px;
  color: #ec1823;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
    -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}
#submit_formmessage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
#submit_formmessage .form_fullname,
.form_email {
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  color: #4d4d4d;
  padding: 0 40px;
  width: 515px;
  height: 76px;
  border: none;
  border-radius: 50px;
  background: #f4f4f4;
  margin-bottom: 17px;
}
#submit_formmessage textarea {
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  color: #4d4d4d;
  width: 1049px;
  height: 82px;
  resize: none;
  overflow: auto;
  margin: 0;
  padding: 27px 40px;
  border: none;
  border-radius: 50px;
  background: #f4f4f4;
}
#submit_formmessage .form_btn {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  width: 302px;
  height: 82px;
  border: 0;
  border-radius: 50px;
  background: #ec1823;
  transition: 0.3s linear;
}
#submit_formmessage .form_btn:hover {
  background: #618323;
  border: 1px solid #618323;
}
#submit_formmessage .form_btn {
  border: 1px solid red;
}
.FormReq {
  box-shadow: 0 0 3px #d92800 !important;
  border: 1px solid #d92800 !important;
}
footer {
  background: #ccc;
  padding: 0 15px;
}
.footer_con {
  min-height: 810px;
  padding: 30px 0 40px;
  position: relative;
}
.footer_con:before {
  content: url(../img/ftr-bg.png);
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}
.contact_info {
  width: 990px;
  max-width: 100%;
  position: relative;
  z-index: 5;
}
.contact_info h2 {
  line-height: 100%;
}
.contact_info h2 span {
  display: block;
  font-family: Niconne, cursive;
  font-size: 55px;
  line-height: 100%;
  margin-top: 15px;
  background: repeating-linear-gradient(
    90deg,
    #ffa424 0,
    #ffa424 5%,
    #e91e22 9%,
    #e91e22 15%,
    #49217b 21%,
    #49217b 23%,
    #557c0e 39%,
    #557c0e 100%
  );
  background-clip: border-box;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.contact_info p {
  position: absolute;
  top: 20px;
  right: 0;
}
.contact_info p span {
  display: block;
}
.contact_info ul {
  margin-top: 77px;
  padding: 0;
  list-style: none;
}
.contact_info ul li {
  position: relative;
  padding-left: 65px;
  white-space: pre-line;
  line-height: 30px;
  margin-bottom: 55px;
}
.contact_info ul li span {
  font-family: Niconne, cursive;
  font-size: 35px;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 9px;
  color: #587c15;
}
.contact_info ul li address {
  display: inline-block;
}
.contact_info ul li mark {
  color: #4d4d4d;
}
.contact_info ul li a {
  color: #4d4d4d;
}
.contact_info ul li a[href^="tel:"] {
  color: inherit;
}
.contact_info ul li a:hover {
  text-decoration: underline;
}
.contact_info ul li:before {
  position: absolute;
}
.contact_info ul li:first-child:before {
  content: url(../img/map.png);
  top: 26px;
  left: -16px;
  filter: invert(52%) sepia(53%) saturate(1326%) hue-rotate(40deg)
    brightness(94%) contrast(93%);
}
.contact_info ul li:last-child:before {
  content: url(../img/email.png);
  top: 27px;
  left: -16px;
  filter: invert(52%) sepia(53%) saturate(1326%) hue-rotate(40deg)
    brightness(94%) contrast(93%);
}
.footer_logo {
  position: absolute;
  top: 162px;
  left: 675px;
  z-index: 5;
}
.footer_logo figure {
  width: 350px;
  max-width: 100%;
}
.ftr_btn {
  display: block;
  width: 354px;
  line-height: 66px;
  border-radius: 50px;
  background: #ec1823;
  text-align: center;
  color: #fff;
  margin-top: 13px;
}
.ftr_btn:hover {
  background: #618323;
}
.footer_nav {
  width: 100%;
  height: 82px;
  border-radius: 60px;
  background: #567b12;
  text-align: center;
  position: relative;
  z-index: 4;
}
.footer_nav ul {
  font-size: 0;
  margin-top: 87px;
  padding: 0;
  list-style: none;
}
.footer_nav ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.footer_nav ul li a {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 82px;
  padding: 0 38px;
}
.footer_nav ul li:first-child a {
  padding-left: 0;
}
.footer_nav ul li:last-child a {
  padding-right: 0;
}
.footer_nav ul li a:active,
.footer_nav ul li a:hover,
.footer_nav ul li.current_page_item a {
  text-decoration: underline;
}
.footer_nav ul li:after {
  content: url(../img/nav-spacer2.png);
  top: 31px;
  right: -5px;
  position: absolute;
}
.footer_nav ul li:last-child:after {
  display: none;
}
.footer_comp {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  z-index: 5;
}
.footer_comp:before {
  content: "|";
  left: -10px;
  top: 0;
  position: absolute;
}
.footer_comp:after {
  content: "|";
  right: -10px;
  top: 0;
  position: absolute;
}
.copyright {
  color: #4d4d4d;
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.copyright a {
  color: #4d4d4d;
}
.copyright a:hover {
  text-decoration: underline;
}
.covered h2 {
  font-weight: 600;
}
.covered h2 span {
  position: unset;
  font-family: unset;
  color: unset;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
  text-shadow: none;
  -webkit-text-fill-color: #333;
}
.resources a {
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.resources a:hover {
  padding-left: 2px;
  text-decoration: none !important;
  color: red;
}
.resources li,
.resources ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.resources ul li {
  margin-bottom: 8px;
  padding: 12px;
  background: #fafdfe;
  border: 1px solid #ececec;
}
.resources ul li:before {
  content: "";
}
.resources ul li:after {
  content: "";
}
.resources ul li a span {
  font-size: 11px;
  color: #666;
  letter-spacing: 1px;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.lt-ie8 .dang-ie {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00abdd;
}
.message {
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.inner-message {
  position: relative;
  top: -20%;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.inner-message img {
  position: relative;
  left: 0;
}
.inner-message a.download {
  display: block;
  width: 300px;
  padding: 10px;
  color: #fff;
  margin: 2em auto;
  border: 1px solid #fff;
}
.terms {
  color: #fff;
  font-size: 13px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.terms a {
  color: #fff;
  font-weight: 700;
}
.lt-ie8 .protect-me {
  display: none;
}
.sitemap {
  list-style-type: none;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3px;
  -moz-column-gap: 3px;
  column-gap: 3px;
}
.sitemap li {
  counter-increment: step-counter;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.sitemap li {
  padding: 5px 15px;
  background: #e3e3e3;
}
.sitemap li:nth-child(odd) {
  background: #f2f2f2;
}
.sitemap li a {
  display: block;
}
.sitemap li a:before {
  content: counter(step-counter) ". ";
}
.sitemap ul {
  margin-top: 5px;
}
.sitemap ul li:nth-child(odd) {
  background: #e3e3e3;
}
.sitemap ul li:nth-child(even) {
  background: #f2f2f2;
}
.sitemap ul li {
  counter-increment: sub-counter;
}
.sitemap ul li a:before {
  content: counter(step-counter) "." counter(sub-counter) " ";
}
#breadcrumbs {
  margin-bottom: 16px;
  padding-bottom: 11px;
  border-bottom: 1px dotted gray;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
#breadcrumbs span {
  vertical-align: bottom;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7cc3ff;
}
#breadcrumbs span[property="name"]:hover {
  text-decoration: underline;
}
#breadcrumbs .post {
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  word-wrap: normal;
  background: 0 0 !important;
}
#breadcrumbs span[class="post post-page current-item"] {
  display: inline-block;
  padding: 0;
  max-width: 250px;
  white-space: nowrap;
}
.non_ban {
  position: relative;
}
.non_ban_img {
  width: 1920px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.non_ban_img img {
  vertical-align: middle;
  height: auto;
}
.page_title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: 0;
  line-height: 100%;
  padding: 15px;
  background: rgba(97, 131, 35, 0.75);
  font-size: 50px;
  font-family: "Kaushan Script", cursive;
}
.intro_txt {
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
  padding: 15px 0;
  font-size: 54px;
  line-height: 110%;
  font-family: Niconne, cursive;
  border-radius: 20px;
  color: #3f1772;
}
.intro_txt span {
  font-family: "Kaushan Script", cursive;
  font-size: 50px;
}
.captcha-box {
  margin-bottom: 17px;
  width: 302px;
  height: 76px;
}
.g-recaptcha {
  transform: none;
  transform-origin: 0 0;
}
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}
#error-msg {
  position: fixed;
  z-index: 9999;
  border: 1px solid;
  background: rgb(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#error-msg .message {
  border: 1px solid;
  width: 500px;
  margin: 9% auto;
  background: #fff;
  position: relative;
  padding: 188px 10px 25px 10px;
  border-radius: 20px;
  max-width: 95%;
}
#error-msg .message span:nth-child(1) {
  font-weight: 700;
  color: #ca4b4b;
  font-size: 25px;
  line-height: 20px;
}
#g-recaptcha-response .message span:nth-child(1) {
  font-weight: 900;
  color: #ca4b4b;
  font-size: 32px;
  line-height: 40px;
}
#success {
  position: fixed;
  z-index: 9999;
  background: rgb(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#recaptcha-error {
  position: fixed;
  z-index: 9999;
  border: 1px solid;
  background: rgb(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.message {
  border: 1px solid;
  width: 500px;
  margin: 9% auto;
  max-width: 95%;
  border-radius: 20px;
  padding: 188px 10px 25px 10px;
  background: #fff;
  position: relative;
}
.message span:nth-child(1) {
  font-weight: 900;
  color: #31af90;
  font-size: 26px;
  line-height: 27px;
}
.message span:nth-child(3) {
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.message span:nth-child(5) {
  line-height: 40px;
  font-size: 18px;
  color: #000;
}
.close,
.error-close,
.rclose {
  position: absolute;
  right: 24px;
  top: 10px;
  font-size: 30px;
  font-family: open sans;
  cursor: pointer;
  color: #333 !important;
}
#error-msg p,
#success .message p {
  font-size: 30px !important;
}
.fail-check::after {
  content: url(images/wrong-icon.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.success-check:after {
  content: url(images/success-icon.png);
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
#invalid-msg {
  display: none;
  background: #fcecec;
  padding: 10px;
  color: #ca4b4b;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}
.nh_serv h2 {
  text-align: center;
}
.serv_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.serv_list li {
  display: flex;
  flex: 0 0 32%;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 5px;
  overflow: hidden;
  border-radius: 32px;
}
.serv_list li figure {
  position: relative;
  display: block;
  width: 100%;
}
.serv_list li img {
  position: relative;
  display: block;
  margin: 0 auto;
  transition: ease 0.5s;
  z-index: 1;
  min-height: 267px;
  object-fit: cover;
  object-position: bottom;
}
.serv_list li span {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 5px;
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
  color: #fff;
  background: #ec1823;
  z-index: 2;
}
.serv_list li a {
  text-decoration: none !important;
}
.serv_list li a:hover {
  background: #fff;
  color: #383838;
}
.serv_list li a:hover img {
  transform: scale(1.1);
}
.serv_list li a:hover span {
  background: #618323;
  color: #fff;
}
.nh_page h2 {
  font-family: Niconne, cursive;
  font-size: 42px;
}
.nh_page .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nh_page .nh_section {
  margin: 95px 0;
}
.nh_page .inr_cont {
  width: 50%;
}
.nh_page .content figure {
  border-radius: 35px;
  width: 47%;
  order: 2;
}
.nh_page .content figure img {
  border-radius: 47px;
  box-shadow: 0 0 33px rgba(0, 0, 0, 0.2);
  height: 460px;
  object-position: bottom;
  object-fit: cover;
}
.nh_page .content2 {
  text-align: center;
  margin: 50px 0 0;
  background: #618323;
  min-height: 380px;
  padding: 50px 10px 50px;
  color: #fff;
  position: relative;
}
.nh_page .content2::before {
  content: "";
  right: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  bottom: 0;
}
.nh_page .content2::after {
  content: "";
  left: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
  position: absolute;
  bottom: 0;
}
.orange {
  color: #ffa424;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element2 {
  display: none !important;
}
.thank_you {
  width: 100%;
  border: 10px solid #fbd54b;
  padding: 10px;
  color: #fff;
  text-align: center;
}
.thank_you h2 {
  font-size: 60px;
}
.thank_you_body {
  text-align: center;
  line-height: normal;
  position: relative;
  min-height: 246px;
  padding: 60px 10px;
  background: #839d54;
}
body .uwy.userway_p2 .userway_buttons_wrapper {
  top: unset !important;
  right: 14px !important;
  bottom: 215px !important;
  transform: none !important;
  left: unset !important;
}
.cky-revisit-bottom-left {
  right: 13px !important;
  left: unset !important;
  bottom: 160px !important;
}
.dracula-toggle-wrap.floating.position-right {
  --side-offset: 10px !important;
  --bottom-offset: 100px !important;
}
