.ud-btn i {
    margin-left: 10px;
    font-size: 16px;
    transform: rotate(-45deg);
}
.ud-btn:hover, .ud-btn:focus, .ud-btn:active {
  outline: none;
  box-shadow: none;
}
@media (max-width: 339px) {
  .ud-btn {
    padding: 13px 25px;
  }
}

.ud-btn2 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ud-btn2 i {
  margin-left: 10px;
  font-size: 16px;
}
.ud-btn2:hover {
  outline: none;
}

.ud-btn3 {
  font-family: var(--title-font-family);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ud-btn3 i {
  margin-left: 10px;
  font-size: 16px;
  transform: rotate(-45deg);
}
.ud-btn3:hover {
  outline: none;
}

.btn-thm {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
  color: #ffffff;
}

.btn-dark {
  background-color: var(--headings-color);
  border: 1px solid var(--headings-color);
  color: #ffffff;
}

.double-border {
  border-width: 2px !important;
}
.double-border:hover {
  border-width: 2px;
}

.ud-btn:before,
.btn-gray:before,
.btn-dark:before,
.btn-thm:before,
.btn-light-thm:before,
.btn-light-white:before,
.btn-thm2:before,
.btn-home3:before,
.btn-thm3:before,
.btn-thm4:before,
.btn-thm-border:before,
.btn-dark-border:before,
.btn-white:before,
.btn-light-gray:before,
.btn-transparent:before,
.btn-transparent2:before {
  background-color: #5BBB7B;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
  transform-origin: top left;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ud-btn:hover,
.btn-gray:hover,
.btn-dark:hover,
.btn-thm:hover,
.btn-light-thm:hover,
.btn-light-white:hover,
.btn-thm2:hover,
.btn-home3:hover,
.btn-thm3:hover,
.btn-thm4:hover,
.btn-thm-border:hover,
.btn-dark-border:hover,
.btn-white:hover,
.btn-light-gray:hover,
.btn-transparent:hover,
.btn-transparent2:hover {
  color: #ffffff;
}
.ud-btn:hover:before,
.btn-gray:hover:before,
.btn-dark:hover:before,
.btn-thm:hover:before,
.btn-light-thm:hover:before,
.btn-light-white:hover:before,
.btn-thm2:hover:before,
.btn-home3:hover:before,
.btn-thm3:hover:before,
.btn-thm4:hover:before,
.btn-thm-border:hover:before,
.btn-dark-border:hover:before,
.btn-white:hover:before,
.btn-light-gray:hover:before,
.btn-transparent:hover:before,
.btn-transparent2:hover:before {
  height: 100%;
  width: 200%;
}

.btn-gray {
  background-color: #f7f7f7;
  border: 1px solid transparent;
  color: var(--headings-color);
  font-size: 13px;
  font-weight: 400;
  height: 50px;
  padding: 10px 30px;
}

.btn-dark:hover {
  background-color: #5BBB7B;
  border: 1px solid #5BBB7B;
}

.btn-thm-border {
  background-color: #ffffff;
  border: 2px solid #5BBB7B;
  color: #5BBB7B;
}
.btn-thm-border:hover {
  background-color: #5BBB7B;
  border: 2px solid #5BBB7B;
}

.btn-dark-border {
  background-color: #ffffff;
  border: 2px solid #222222;
  color: #222222;
}
.btn-dark-border:hover {
  background-color: #222222;
  border: 2px solid #222222;
}
.btn-dark-border:hover:before {
  background-color: #222222;
}

.btn-thm:hover {
  border: 2px solid #1F4B3F;
}
.btn-thm:hover:before {
  background-color: #1F4B3F;
}

.btn-light-thm {
  background-color: rgba(91, 187, 123, 0.1);
  color: #5BBB7B;
}

.btn-light-white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-thm2 {
  background-color: #1F4B3F;
  border: none;
  color: #ffffff;
}
.btn-thm2:hover {
  background-color: #5BBB7B;
  border-color: #1F4B3F;
}

.btn-home3 {
  background-color: #397E62;
  border: 1px solid #397E62;
  color: #ffffff;
}

.btn-thm3 {
  background-color: #ffffff;
  border: 1px solid #5BBB7B;
  color: #5BBB7B;
}

.btn-thm4 {
  background-color: #266464;
  color: #ffffff;
}

.btn-white,
.btn-white2 {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-white:hover,
.btn-white2:hover {
  border: 2px solid #5BBB7B;
}

.btn-white2 {
  border: 2px solid var(--headings-color);
}
.btn-white2:before {
  background-color: #222222;
}
.btn-white2:hover {
  border: 2px solid #222222;
}

.btn-light-gray,
.btn-transparent {
  background-color: #F7F7F7;
  border: 2px solid var(--headings-color);
}
.btn-light-gray:hover,
.btn-transparent:hover {
  border: 2px solid #5BBB7B;
}

.btn-transparent,
.btn-transparent2 {
  background-color: transparent;
}

.btn-transparent2 {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-transparent2:hover, .btn-transparent2:focus, .btn-transparent2:active {
  border: 2px solid #ffffff;
  color: #5BBB7B;
}
.btn-transparent2:hover:before, .btn-transparent2:focus:before, .btn-transparent2:active:before {
  background-color: #ffffff;
}

.add-joining {
  font-size: 15px;
  font-family: var(--title-font-family);
  font-weight: 500;
  height: 40px;
  padding: 5px 30px;
}
.add-joining:hover {
  color: #ffffff;
}
.add-joining.at-home10 {
  border-width: 2px;
}
.add-joining.at-home10:hover {
  border-width: 2px;
}

.menu-btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.menu-btn:hover {
  background-color: #5BBB7B;
  border: 1px solid #5BBB7B;
}

.search-modal .btn-google,
.search-modal .btn-fb,
.search-modal .btn-apple {
  padding-left: 38px;
}
.search-modal .btn-google i,
.search-modal .btn-fb i,
.search-modal .btn-apple i {
  font-size: 14px;
  margin-left: 0;
  left: 18px;
  transform: rotate(0deg);
  position: absolute;
  top: 12px;
}

.btn-fb {
  background-color: #ffffff;
  border: 1px solid #3A77EA;
  color: #3A77EA;
}
.btn-fb:hover {
  border-color: #5BBB7B;
}

.btn-google {
  background-color: #ffffff;
  border: 1px solid #D93025;
  color: #D93025;
}
.btn-google:hover {
  border-color: #5BBB7B;
}

.btn-apple {
  background-color: #ffffff;
  border: 1px solid #041E42;
  color: #041E42;
}
.btn-apple:hover {
  border-color: #5BBB7B;
}

.radio-element {
  position: relative;
}
.radio-element .form-check-input {
  border: 1px solid #1F4B3F;
  height: 16px;
  margin-top: 0;
  width: 16px;
}
.radio-element .form-check-input:focus {
  border: 1px solid #1F4B3F;
  box-shadow: none;
  outline: none;
}
.radio-element .form-check-input:checked {
  background-color: #1F4B3F;
}
.radio-element .form-check-label {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  padding-left: 10px;
}

.right-tags {
  color: var(--body-text-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  right: 0;
}

.checkbox-style1 {
  position: relative;
}

.custom_checkbox {
  display: block;
  cursor: pointer;
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0em;
  position: relative;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_checkbox input:checked ~ .checkmark {
  background-color: #1F4B3F;
}
.custom_checkbox .checkmark {
  border: 1px solid #041e42;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
}
.custom_checkbox .checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.switch-style1 input.form-check-input {
  background-color: rgba(91, 187, 123, 0.1);
  border: none;
  height: 30px;
  width: 55px;
}
.switch-style1 .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
.switch-style1 .form-check-input:checked {
  background-color: #5BBB7B;
  box-shadow: none;
}
.switch-style1 .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  box-shadow: none;
  outline: none;
}
.switch-style1 label.form-check-label {
  color: var(--headings-color);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 30px;
  margin-left: 17px;
}

.bselect-style1 .bootstrap-select .dropdown-toggle {
  border: none;
  font-size: 15px;
  height: 55px;
  line-height: 40px;
  outline: none;
}
.bselect-style1 .bootstrap-select .dropdown-toggle:hover {
  color: var(--headings-color);
}
.bselect-style1 .bootstrap-select .dropdown-toggle:focus {
  border: none;
  outline-offset: 0;
}
.bselect-style1 .bootstrap-select .dropdown-menu {
  margin-top: 13px !important;
  padding-bottom: 7px;
}
.bselect-style1 .bootstrap-select .dropdown-menu.show {
  border: 1px solid #E9E9E9;
}
.bselect-style1 .bootstrap-select .dropdown-menu.inner.show {
  border: none;
}
.bselect-style1 .bootstrap-select .dropdown-item {
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.bselect-style1 .bootstrap-select .dropdown-item:hover, .bselect-style1 .bootstrap-select .dropdown-item.active {
  background-color: #F0EFEC;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle:focus {
  box-shadow: none;
  outline: none !important;
}

.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.form-style1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn-light {
  border: 1px solid #E9E9E9;
}

.bootstrap-select.show-tick .dropdown-menu .selected span {
  color: var(--headings-color);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: 25px;
}

.video-icon {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  display: block;
  height: 54px;
  line-height: 54px;
  outline: 1px solid #ffffff;
  outline-offset: 7px;
  text-align: center;
  width: 54px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-icon:hover {
  background-color: #5BBB7B;
  color: #ffffff;
  outline-offset: 10px;
  outline: 1px solid #ffffff;
}

.video-btn {
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.add-more-btn .icon {
  background-color: #FFEDE8;
  border-radius: 50%;
  color: var(--headings-color);
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

/*  Funfact Styles  */
.funfact-floating-img1 {
  bottom: 0;
  position: absolute;
  right: 0;
}

.funfact-floating-img2 {
  position: absolute;
  left: 0;
  top: 0;
}

.funfact_one {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.funfact_one .timer,
.funfact_one span {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 38px;
  line-height: 49px;
}
.funfact_one.at-home2-hero .timer,
.funfact_one.at-home2-hero span {
  color: #ffffff;
  font-size: 28px;
}
.funfact_one.at-home5 {
  border-radius: 12px;
  padding: 50px 0;
}
.funfact_one.at-home5:hover {
  background-color: #ffffff;
}
.funfact_one.at-home5 .icon,
.funfact_one.at-home5 .timer,
.funfact_one.at-home5 span {
  color: #1F4B3F;
}
.funfact_one.at-home5-hero .timer,
.funfact_one.at-home5-hero span {
  color: #1F4B3F;
  font-size: 28px;
}
.funfact_one.at-home14-hero-1 {
  background-color: #F7F7F7;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
.funfact_one.at-home14-hero-2 {
  background-color: #EEF7D0;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.funfact_one.at-home15-hero-1 {
  background-color: #168882;
  border-radius: 30px;
  max-width: 220px;
  overflow: hidden;
}

.funfact-style1 {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  margin-bottom: 30px;
  max-width: 280px;
  padding: 60px 15px 35px;
  position: relative;
}
@media (max-width: 991.98px) {
  .funfact-style1 {
    padding: 30px 15px 25px;
  }
}
@media (max-width: 575.98px) {
  .funfact-style1 {
    max-width: initial;
  }
}
.funfact-style1 .title,
.funfact-style1 span {
  color: var(--headings-color);
  font-family: var(--body-font-family);
  font-size: 45px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0em;
}
@media (max-width: 991.98px) {
  .funfact-style1 .title,
.funfact-style1 span {
    font-size: 35px;
  }
}
.funfact-style1.at-home5 {
  padding: 40px 15px 30px;
}

.home11-funfact {
  background-image: url(../images/background/home11-cta-1.png);
  background-size: cover;
}

/*	Menu Style  */
header.nav-innerpage-style {
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  padding: 2px 0;
}
header.nav-innerpage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 15px 0;
  z-index: 9999;
  width: 260px;
}
header.nav-innerpage-style .ace-responsive-menu .sub-menu li {
  border-left: 2px solid transparent;
  padding: 0 30px;
  width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.nav-innerpage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: #F0EFEC;
  border-left: 2px solid #5BBB7B;
}
header.nav-innerpage-style .ace-responsive-menu .sub-menu a {
  line-height: 40px;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 12px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 13px;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover {
  color: #5BBB7B;
}
@media (max-width: 1399.98px) {
  header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 11px;
  }
}
@media (max-width: 1199.98px) {
  header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 8px;
  }
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}
header.nav-innerpage-style .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-innerpage-style .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -18px;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.nav-innerpage-style .ace-responsive-menu a {
    color: var(--headings-color);
    font-family: var(--body-font-family);
    font-weight: 500;
}
header.nav-innerpage-style.menu-home4 {
  box-shadow: none;
  border-bottom: none;
  padding: 18px 0;
}
header.nav-innerpage-style.at-home3 {
  background-color: #FFF8F6;
}
header.nav-innerpage-style.style2 {
  box-shadow: none;
}
header.nav-innerpage-style.at-home15 {
  background-color: #FBF7ED;
}
header.nav-innerpage-style .custom-container {
  padding-left: 110px;
  padding-right: 110px;
}
header.menu-home10 {
  box-shadow: none;
  border-bottom: none;
  padding: 0;
}
header.menu-home10 .ace-responsive-menu .sub-menu {
  margin-top: 1px;
}
header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item {
  border-radius: 0px;
  line-height: 72px;
  position: relative;
}
header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}
header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}
header.menu-home10 .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10 .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  width: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.menu-home10.stricky.stricky-fixed .ace-responsive-menu .megamenu_style a.list-item:before,
header.menu-home10.stricky.stricky-fixed .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #222222;
}
header.nav-homepage-style {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 7px 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}
header.nav-homepage-style .ace-responsive-menu .sub-menu {
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 15px 0;
  z-index: 9999;
  width: 260px;
}
header.nav-homepage-style .ace-responsive-menu .sub-menu li {
  border-left: 2px solid transparent;
  padding: 0 30px;
  width: 260px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.nav-homepage-style .ace-responsive-menu .sub-menu li:hover {
  background-color: #F0EFEC;
  border-left: 2px solid #5BBB7B;
}
header.nav-homepage-style .ace-responsive-menu .sub-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 400;
  line-height: 40px;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  padding-left: 0;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li {
  padding-left: 0;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu li:hover {
  background-color: transparent;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .sub-menu a:hover {
  text-decoration: underline;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style:hover .dropdown-megamenu {
  border-radius: 4px;
  left: auto;
  max-width: 600px;
  overflow: hidden;
  padding: 30px;
  width: 100%;
  z-index: 99999;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .dropdown-megamenu .sub-menu {
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style .mega_menu_list {
  float: left;
  width: 33.33%;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
  border-radius: 60px;
  text-align: center;
  padding: 7px 14px;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 1399.98px) {
  header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item {
    padding: 7px 9px;
  }
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover {
  background-color: transparent;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:hover:before,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:hover:before {
  width: 100%;
}
header.nav-homepage-style .ace-responsive-menu .megamenu_style a.list-item:before,
header.nav-homepage-style .ace-responsive-menu .visible_list a.list-item:before {
  background-color: #5BBB7B;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -18px;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.nav-homepage-style .ace-responsive-menu a {
  color: #ffffff;
  font-family: var(--title-font-family);
  font-weight: 600;
}
header.nav-homepage-style .header-logo.logo2 {
  display: none;
}
header.nav-homepage-style .btn-mega {
  color: #ffffff;
}
header.nav-homepage-style .sidemenu-btn,
header.nav-homepage-style .login-info {
  color: #ffffff;
}
header.nav-homepage-style.stricky.stricky-fixed {
  background-color: #ffffff;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  -moz-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  -o-box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  box-shadow: 0px 5px 20px rgba(91, 187, 123, 0.15);
  z-index: 9;
  top: 0;
}
header.nav-homepage-style.stricky.stricky-fixed .ace-responsive-menu a {
  color: var(--headings-color);
  font-family: var(--title-font-family);
  font-weight: 500;
}
header.nav-homepage-style.stricky.stricky-fixed .sidemenu-btn,
header.nav-homepage-style.stricky.stricky-fixed .login-info,
header.nav-homepage-style.stricky.stricky-fixed .btn-mega {
  color: var(--headings-color);
}
header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1 {
  display: none;
}

