/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Modify as needed start ----------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

body {
  font-weight: 400;
}

strong {
  font-weight: 800;
}

.post,
.page {
  margin: 0;
}
/* header */
.bg-light {
  background: #02409b !important;
  border-bottom: 8px solid #dca756;
  padding: 20px 0px;
  box-shadow: none;
}
.navbar-light .navbar-brand {
  color: none;
  margin: 0px;
  padding: 0px;
}
.navbar-light .navbar-brand img {
  height: 100px;
}
.navbar-expand-md .navbar-collapse {
  height: 90px;
  align-items: flex-end;
}
.navbar-expand-md .navbar-nav li:not(:last-child) {
  margin-right: 60px;
}
.navbar-expand-md .navbar-nav li a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.navbar-expand-md .navbar-nav li a:hover {
  color: #dca756;
}
.navbar.navbar-light .navbar-toggler {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav li:not(:last-child) {
    margin-right: 30px;
  }
  .navbar-expand-md .navbar-nav li a {
    font-size: 20px;
  }
  .navbar-light .navbar-brand img {
    height: 80px;
    margin-right: 15px;
  }
  .navbar-expand-md .navbar-collapse {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    height: auto;
    padding-top: 26px;
  }
}
@media (max-width: 557px) {
  .bg-light {
    padding: 20px;
  }
}
/* // header */
/*-- SA --------------------------------------*/
.wa_sa {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  background-position-x: center;
  border-bottom: 5px solid #02409b;
}

.wa_sa .bg_semi {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.68);
  width: 100%;
  padding: 20px 0px 30px 0px;
}

.wa_sa .bg_semi .wa_text {
  font-size: 45px;
  font-weight: 500;
  max-width: 850px;
  line-height: 1.2;
}

.wa_sa .bg_semi .wa_final_statement {
  margin-top: 10px;
  max-width: 675px;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .wa_sa {
    min-height: 600px;
  }
  .wa_sa .bg_semi .wa_text {
    font-size: 44px;
  }
  .wa_sa .bg_semi .wa_final_statement {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wa_sa {
    min-height: 570px;
  }
  .wa_sa .bg_semi .wa_text {
    font-size: 36px;
  }
  .wa_sa .bg_semi .wa_final_statement {
    font-size: 16px;
  }
}
@media (max-width: 557px) {
  .wa_sa {
    min-height: 500px;
  }
  .wa_sa .bg_semi .wa_text {
    font-size: 24px;
  }
}
/*-- SA END --------------------------------------*/
/* Home Project */
.home-project {
  padding: 60px 0px;
  background: #f1f1f2;
}
.home-project .info h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-project .info p {
  font-size: 16px;
  color: #404040;
}
.home-project .info p:empty {
  display: none;
}
.home-project .info a {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #404040;
}

.home-project .info a:hover {
  color: #02409b;
}
@media (max-width: 991px) {
  .home-project .info h2 {
    font-size: 24px;
  }
  .home-project .info p {
    font-size: 16px;
  }
  .home-project .info a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-project .info {
    margin-top: 30px;
  }
}
@media (max-width: 557px) {
  .home-project .info h2 {
    font-size: 20px;
  }
}
/* // Home Project */
/* Before and After */
.before-after {
  padding: 70px 0px;
  background: #f1f1f2;
}
.before-after .img {
  position: relative;
  box-shadow: 0 10px 16px 0px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.before-after .img img {
  width: 100%;
}
.before-after .img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.78);
  padding: 10px 0px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.before-after .text {
  font-size: 18px;
  font-weight: 500;
}
.before-after .row {
  margin-bottom: 35px;
}
.before-after .text ul {
  margin: 0px;
  padding: 0px;
}
.before-after .text ul li:not(:last-child) {
  margin-bottom: 5px;
}
.before-after .subtext {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .before-after .text {
    margin-top: 30px;
  }
  .before-after .text ul {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .before-after .img {
    margin-bottom: 30px;
  }
  .before-after .text {
    margin-top: 0px;
  }
}
/* // Before and After */
/* Invest */
.invest {
  padding: 70px 0px;
}
.invest .title h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
}
.invest p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0px;
}
@media (max-width: 991px) {
  .invest .title h2 {
    font-size: 30px;
  }
  .invest p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .invest .title h2 {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
/* // Invest */
/* -- a0003 -- Start ------------------------------ */
.nmodal {
  text-align: center;
  font-size: 1.2em;
  padding: 70px 0px;
}
.nmodal.sh a {
  box-shadow: 0 10px 16px 0px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.nmodal.sh a {
  box-shadow: 0 10px 16px 0px rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  border: 1px solid #000;
  border-radius: 5px;
  overflow: hidden;
}
.nmodal h2 {
  font-size: 44px;
  color: #404040;
  font-weight: 700;
}
.nmodal p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 20px;
  color: #404040;
}
.nmodal .wa_a0003_outer {
  border-radius: 5px;
  overflow: hidden;
}
/* -- a0003 -- END ------------------------------ */
/* Contact Form */
.contact {
  padding: 40px 0px 100px 0px;
  border-top: 2px solid #000;
}
.contact h2 {
  font-size: 44px;
  color: #404040;
  font-weight: 500;
  margin-bottom: 40px;
}
.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 10px;
}
.contact .with_frm_style input[type="text"],
.contact.with_frm_style input[type="password"],
.contact .with_frm_style input[type="email"],
.contact .with_frm_style input[type="number"],
.contact .with_frm_style input[type="url"],
.contact .with_frm_style input[type="tel"],
.contact .with_frm_style input[type="file"],
.contact .with_frm_style input[type="search"],
.contact .with_frm_style select,
.contact .with_frm_style .frm-card-element.StripeElement {
  height: 50px;
  border-radius: 0px;
  border: 2px solid #231f20;
  border-radius: 5px;
}
.contact textarea {
  resize: none;
  border: 2px solid #231f20;
  border-radius: 5px;
}
.contact .frm_style_formidable-style.with_frm_style .frm_submit button {
  border: none;
  background: #02409b;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 90px;
}
.contact .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background: #dca756;
}
/* // Contact Form */
/* Footer */
footer {
  background: #02409b;
}
footer .follow {
  background: #231f20;
  padding: 10px 0px;
}
footer .follow span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  margin-right: 40px;
}
footer .follow ul {
  margin: 0px;
  padding: 0px;
}
footer .follow ul li a {
  color: #fff;
  font-size: 20px;
}
footer .follow ul li a:hover {
  color: #dca756;
}
footer .footer-top {
  padding: 40px 0px;
}
footer .footer-top h3,
footer .footer-top h3 a {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}
footer .footer-top .menu ul {
  padding: 0px;
  margin: 0px;
}
footer .footer-top .menu ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
footer .footer-top .menu ul li a:hover {
  color: #dca756;
}
footer .footer-top .location p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
footer
  .footer-top
  .form-container
  .frm_style_formidable-style.with_frm_style
  .form-field {
  margin-bottom: 0px;
}
footer .footer-top .form-container {
  position: relative;
}
footer .footer-top .form-container input[type="email"] {
  border-radius: 0px;
  height: 50px;
  background: #fff;
  border: none;
}
footer .footer-top .form-container button[type="submit"] {
  margin: 0px;
  position: absolute;
  top: 3px;
  right: 0;
  background: #599def;
  height: 49px;
  padding: 0px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 0px;
}
footer .footer-top .form-container button[type="submit"]:hover {
  background: #dca756;
}
footer .footer-bottom {
  border-top: 1px solid #fff;
}
footer .footer-bottom p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 20px 0px;
}
@media (max-width: 991px) {
  footer .footer-top h3,
  footer .footer-top h3 a {
    font-size: 18px;
  }
  footer .footer-top .menu ul li a,
  footer .footer-top .location p,
  footer .footer-bottom p {
    font-size: 16px;
  }
  footer .footer-bottom p {
    padding: 15px 0px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .menu,
  footer .footer-top .location {
    margin-bottom: 20px;
  }
  footer .footer-top h3,
  footer .footer-top h3 a {
    font-size: 24px;
  }
}
/* // Footer */
/* About Section */
section.about .content {
  padding: 40px 0px;
}
section.about .content p {
  margin: 0px;
  font-size: 18px;
  font-weight: 500;
}
section.about .content .info p {
  margin-bottom: 10px;
}
section.about .content img {
    box-shadow: 0 10px 16px 0px rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 10px;
    max-width: 400px;
    width: 100%;
}
section.about .content:first-child {
  padding-top: 70px;
}
section.about .content:last-child {
  padding-bottom: 70px;
}
section.about .content:nth-child(even) {
  background: #eee;
}
section.about .content:nth-child(even) .col-md-5 {
  order: 2;
}
section.about .content h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 20px;
	display: inline;
}
@media (max-width: 768px) {
  section.about .content .col-md-5 {
    order: 2;
  }
  section.about .content p {
    font-size: 16px;
  }
  section.about .content h2 {
    font-size: 30px;
  }
}
/* // About Section */
/* Team Section */
.team {
  padding: 40px 0px 100px 0px;
  text-align: center;
}
.team .w-100 {
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.team .wa_a0003_outer {
  margin-bottom: 15px;
}
.team img {
  width: 100%;
}

.shadow-lg{
	box-shadow: none !important;
}

.team h3 {
  font-size: 24px;
  font-weight: 500;
  color: #404040;
  margin-bottom: 6px;
}
.team span {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.team span:hover {
  color: #dca756;
}
/* // Team Section */
/* Contact Info */
section.contact-info {
  padding: 90px 0px;
}
section.contact-info .img {
  border: 1px solid #333;
}
section.contact-info .info h1 {
  font-size: 44px;
  font-weight: 700;
}
section.contact-info .info h3 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 768px) {
  section.contact-info {
    padding: 40px 0px;
  }
  section.contact-info .info {
    margin-top: 30px;
  }
  section.contact-info .info h1 {
    font-size: 30px;
  }
}
/* // Contact Info */

/* Modify as needed end ----------------------------------- */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up)*/
/* Large devices (desktops, 992px and up)*/
/* Extra large devices (large desktops, 1200px and up)*/
/*# sourceMappingURL=my_styles.css.map */
/*-- BC8 Start ------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  #wa_bc8_modal {
    max-width: 550px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #wa_bc8_modal {
    max-width: 750px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #wa_bc8_modal {
    max-width: 800px;
  }
}
.nmodal img {
  border-radius: 50%;
  width: 200px;
  border: solid 2px #d79d83;
}
.nmodal .bc8_wr .bc8_wr_img {
  text-align: center;
}
.nmodal .bc8_wr .bc8_wr_trp {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.nmodal .bc8_wr {
  padding: 20px;
}
.nmodal .bc8_wr:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  background-color: #4f5d9a;
  border-radius: 5px;
  transition: 0.9s;
  margin-top: -10px;
}
.nmodal .wa_bc8_modal img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.btn-secondary {
  background-color: #02409b !important;
}
/*-- BC8 END ------------------------------- */

/* advanced elements */
.sh{
  margin: 50px 0px;
}

.text {
  margin-left: 20px;
}

.before-after {
  padding: 0px 0px;
}

.before-after .subtext {
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  footer .footer-bottom p {
    padding: 15px 65px;
  }
}
/* end edvanced elements */

/*-- BL0 Start ------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
#wa_bl0{
  font-size: 15px;
}
#wa_bl0 h2{
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
  color: #cf9810;
}
#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
  color: #000;
}
#wa_bl0 h3 a:hover{
  color: #cf9810;
}
#wa_bl0 .read_more{
  font-family: 'Oswald', sans-serif;
  color: #0979bd;
  font-size: 1.6em;
}
#wa_bl0 .read_more:hover{
  color: #cf9810;
}
#wa_bl0 .wa_bl0_blog{
  font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
  border: solid 2px #c7c7c7;
  border-radius: 5px;
}
.wa_twitter_widg .textwidget {
  padding: 10px;
  font-size: 13px;
}
.wa_bl0_categ{
  height: 180px;
  position: relative;
  border: solid 1px #cf9810;
  border-radius: 5px;
  background-size: cover;
}
.wa_bl0_name{
  position: absolute;
  bottom: 0;
  background-color: #000000b3;
  width: 100%;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
  transition: 1s;
  background-color: #ff5722f2;
  border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
  background-color: #fff6de;
  border-bottom: solid 1px #03A9F4;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.art_img{
  border: solid 2px #0e416c;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.social_ul{
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 30px;
}
.social_ul li{
  display: inline-block;
  margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration:none;
}

.navigation li {
  display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px;
  font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5;
}
/*-- BL0 END ---------------------------------------*/

#wa_bl0 h2 {
  font-family: Times New Roman;
  font-style: normal;
  font-weight: bold;
  font-size: 43px;
  line-height: 55px;
  display: flex;
  align-items: center;
  color: #0A53BD;
}

#wa_bl0 h3 a:hover {
  color: #0056b3;
}

#wa_bl0 .read_more:hover {
  color: #0056b3;
}

#wa_bl0 .wa_bl0_blog a {
  font-weight: 600;
}

#wa_bl0 .wa_bl0_blog {
  margin-bottom: 60px;
}

.before-after {
  padding: 30px 0px;
}

/* rewrite styles begin */

body {
  font-family: HCo Gotham SSm,Arial,sans-serif;
}

.navbar-brand {
  width: 100%;
}

.navbar-brand img {
  width: 100%;
  height: 50px !important;
}

.bg-light {
  background: #fff !important;
  border-bottom: 3px solid #fdaa63;
  padding: 20px 0px;
  box-shadow: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
  width: 20% !important;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background-color: #54b948;
}

.wa_a0003_outer img{
	width: 100%;
}

.wa_sa {
  border-bottom: 6px solid #54b948;
}

.wa_sa .bg_semi {
   background-color: rgba(0, 0, 0, 0.5);
 }

.home-project {
  background: #e6e2dc;
}

.home-project .info h2 {
  color: #006b00;
}

.home-project .info a {
  color: #54b948;
}

.home-project .info a:hover {
  color: #006b00;
}

a:visited {
  color: #54b948;
}

a {
  color: #54b948;
}

a:hover {
  color: #006b00;
}

#wa_bl0 h2 {
  color: #006b00;
  font-family: sans-serif;
}

#wa_bl0 .read_more {
  color: #54b948;
}

#wa_bl0 .read_more:hover {
  color: #006b00;
}

#wa_bl0 h3 a:hover {
  color: #006b00;
}

.before-after {
  background: #e6e2dc;
}

.contact {
  padding: 0px 0px 0px 0px;
  border-top: 5px solid #fdaa63;
}

#wa_a0003 h2{
  color: #006b00;
  text-align: center;
  padding: 10px;
  font-weight: 700;
}

#wa_a0003 p{
  text-align: center;
}

.contact .with_frm_style input[type="text"], .contact.with_frm_style input[type="password"], .contact .with_frm_style input[type="email"], .contact .with_frm_style input[type="number"], .contact .with_frm_style input[type="url"], .contact .with_frm_style input[type="tel"], .contact .with_frm_style input[type="file"], .contact .with_frm_style input[type="search"], .contact .with_frm_style select, .contact .with_frm_style .frm-card-element.StripeElement {
  border-radius: 0px;
  border: 1px solid #54b948;
  width: 100%;
  height: auto;
}

.contact textarea {
  resize: none;
  border-radius: 5px;
  border: 1px solid #54b948 !important;
  width: 100% !important;
  height: auto;
}

.with_frm_style .frm_submit {
  text-align: center;
}

.contact .frm_style_formidable-style.with_frm_style .frm_submit button {
  background: #54b948;
}

.contact h2 {
  font-size: 44px;
  color: #006b00;
  margin-bottom: 20px;
  font-weight: 700;
}

.form-contact-bg{
  width: 100%;
  height: 100%;
  background: #e6e2dc52;
  padding: 60px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  border-right: 3px solid white;
  border-left: 3px solid white;
}

footer .follow {
  background: #006b00;
  border-bottom: 1px solid #fff;
}

footer {
  background: #333333 !important;
}

footer .footer-top .form-container button[type="submit"] {
  background: #54b948;
}

.btn-secondary {
  background-color: #54b948 !important;
}

.wa_bl0_categ {
  margin-bottom: 40px;
}

.tnp-subscription div.tnp-field {
    display: flex;
	}

.tnp-field input[type="submit"] {
    position: inherit !important;
    background: #54b948 !important;
    height: 49px !important;
    padding: 0px 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 0px !important;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif !important;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email], .tnp-subscription input[type=submit], .tnp-subscription select {
    border: 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 49px !important;
}

@media (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
    width: 100% !important;
  }
	
  .form-contact-bg {
    width: 100%;
    height: 100%;
    background: #e6e2dc52;
    padding: 0px;
	padding-top: 30px;
    padding-bottom: 30px;
	}
	
	section.about .content .img {
    	margin-bottom: 15px;
	}
	
	#wa_bl0 .wa_bl0_twit {
    border: solid 0px #c7c7c7;
    border-radius: 5px;
	}
	

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    border-right: 0px solid white;
    border-left: 0px solid white;
  }

  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 200%;
    left: 40px;
    top: 63px;
  }
}

@media (max-width: 500px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    display: block;
    position: absolute;
    z-index: 1000;
    width: 200%;
    left: 30px;
    top: 58px;
  }
}


/* rewrite styles end */
