:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #1F4B3F;
  --color-info: #009DAE;
  --color-secondary: #222222;
}
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist: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');


:root {
  --font-Urbanist: 'Urbanist', sans-serif;
}
#vw-sticky-menu #sidebar1 {
  display: none;
}
#vw-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.home .vw-site-header {
  min-height: 135px;
  background-color: #1F4B3F;
}
.topbar-left{
  padding-top: 5px;
}
.topbar-left a{
  color:#fff;font-size: 14px;
  text-decoration: underline;
}
.topbar-left a:hover{color:inherit;}
.topbar-reviewtext{
  color:#fff;font-size: 15px;
}
.topbar-col-c .topbar-icon-box{border-left: 1px solid #fff;}
.topbar-col-c .topbar-icon-box a{
  color:inherit;
  margin-left: 3px;
}
.topbar-col-c .topbar-icon-box a i{
  color: #fff;
  padding: 10px;
  border-radius: 0px;
  transition: all .4s ease-in-out;
  background: #42404061;
  width: 30px;
}
.topbar-col-c .topbar-icon-box a i:hover{
  color: #ECB72F;
}
.topbar-col-c .topbar-icon-box span{
  margin-right: 20px;
}
#vw-header-menu .mainmenu{
  width: 100%;
}
#vw-main-head {
  background: #ffffff;
  margin-top: 10px;
  border-radius: 9px;
  padding: 6px 0;
  align-items: center;
  box-shadow: 0px 2px 4px 0px #b7b7b7;
}
.topheader{
  background-color: #000;
  color:#fff;
  padding: 10px 0px;
}
.toggle-nav.mobile-menu {
  display: none;
}
div#open_nav {
  display: none;
}
[class*="amphtml-sidebar-mask"] {
  background: none;
  z-index: 99;
}
.i-amphtml-sidebar-mask {
  position: static !important;
}
ul.list_nav {
  margin: 0 auto;
  display: block;
  text-align: right;
}
.header-wrap #mySidenav {
  display: unset;
}
.toggle-nav {
  display: none;
}
.main-navigation a:hover{
  color: var(--color-black);
}
.stickynavbar .main-navigation a {
    color: var(--color-black);
}
.stickynavbar .main-navigation ul li.current-menu-item a{
  color: #5BBB5B;
}
.main-navigation ul li.current-menu-item a{
  color: #5BBB5B;
}
.stickynavbar #site-sticky-menu1 {
    background: unset !important;
}
img.image-two,.stickynavbar img.image-one {
    display: none;
}
.stickynavbar img.image-two{
  display: block;
}
.sticky {
  position: fixed;
  top: -10px;
  max-width: 100% !important;
  left: 0;
  z-index: 9999;
}
#sticky-onoff {
  display: none;
}
.stickynavbar .menu{
  padding-bottom: 0rem!important;
}
.main-navigation li {
  display: inline-block;
}
.main-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.main-navigation li {
  position: relative;
  padding: 0px 40px 0px 0px;
  display: inline-block;
  cursor: pointer;
}
.main-navigation .menu-primary-menu .current-menu-item a{
  color: #4D4DFF;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  color: #222222;
  line-height: 32px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
  padding: 20px 0px;
}
.main-navigation a:hover {
  color: #5BBB5B;
}
.main-navigation li.current-menu-item a {
  border-top: 3px solid #5BBB5B;
}
.main-navigation ul li:hover {
  color: #5BBB5B;
}
.main-navigation ul ul li.current-menu-item a {
  border-bottom: none;
  position: relative;
  padding: 15px 20px;
}
.main-navigation ul ul li.current-menu-item a:after{
  height: 85%;
  width: 100%;
}
.main-navigation ul ul li.current-menu-item a::before{
  display: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: var(--color-white);
  text-decoration: none;
}
#site-navigation li > a:only-child:after { content: '' ; }
.main-navigation ul ul li a{
  border-top: none !important;
  color: #fff !important;
  font-size: 16px;
}
.main-navigation ul ul {
  display: inline-block;
  width: 242px;
  background: #5BBB5B;
  margin-top: 0%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  /* top: 100%; */
  text-align: left;
  left: 0px;
  animation-name: fadeOutBottom;
  transform: scale(0) !important;
  transform-origin: top left;
  transition: all 0.3s ease-out;
  padding: 0;
}
.right-list-menu .start-now {
  text-align: center;
}
.right-list-menu .start-now:hover {
  background: #009DAE;
  color: #fff;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
div#vw-main-menu {
  padding-top: 0 !important;
}
.stickynavbar #vw-sticky-menu{ margin-top: 1 0px;}
.main-navigation ul ul ul {
  left: 31% !important;
  top: 100% !important;
}
.main-navigation ul ul a {
  text-transform: none;
  padding: 15px 20px;
  opacity: 1;
}
.main-navigation ul ul li {
  float: none;
  text-align: left;
  padding: 0px 0px;
  margin: 0;
  width: 250px;
}
.main-navigation ul ul li a:hover{
  background: unset;
  color: #fff !important;
}
.main-navigation ul ul li a:after{
  content: '' !important;
  background: var(--color-primary) !important;
  height: 100%;
  width: 242px;
  border-radius: 0 50% 50% 50%;
  transform: scale(0);
  transform-origin: top left;
  position: absolute !important;
  top: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease;
  margin-left: 0px !important;
}
.main-navigation ul ul li a:hover{
  color: #fff !important;
}
.main-navigation ul ul li a:hover:after{
  border-radius: 0;
  transform: scale(1);
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
  border-right: none;
}
.main-navigation ul li:hover>ul {
  visibility: visible;
  transform: scale(1) !important;
  opacity: 1;
  z-index: 11111;
  background: #5BBB5B;
  text-align: left !important;
}
.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}
.stickynavbar .search_bar{
  display: none;
}
.right-list-menu {
  padding: 0;
  margin: 0;
  display: flex;
}
.right-list-menu li a {
  text-align: left;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  font-family: Manrope;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
li.hot-line label {
  color: #343434;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
}
li.hot-line label:hover{
  color: #343434 !important;
}
li.hot-line a {
  font-size: 12px;
  font-weight: 300;
  font-family: var(--font-Manrope);
}
#vw-footer #vw-footer_box aside h3{
  font-weight:600 ;
  font-size: 23px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0px;
  font-family: var(--font-Urbanist);
  margin-bottom: 20px;
  position: relative;
}
#vw-footer #vw-footer_box aside h3:after {
  content: "";
  height: 3px;
  width: 60px;
  background: #1F4B3F;
  position: absolute;
  top: 35px;
  left: 0;
}
#vw-footer_box .legal{
  color: var(--color-white);
  margin-right: 30px;
  font-size: 15px;
  margin-top: 8px;
}
.footer-bootom-menu li{
  margin-right: 30px;
}
.footer-bootom-menu li:last-child{
  margin-right: 0px;
}
#vw-footer_box ul{
  padding-left: 0 !important;
}
#vw-footer_box ul li{
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 30px;
  font-family: var(--font-Manrope);
  color: #000000;
}
#vw-footer_box ul li a {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font-Manrope);
  color: #000000;
  font-weight: 300;
}
.menu-footer-menu2-container {
  margin-top: 50px;
}
#vw-footer .wp-block-latest-posts__post-date{
  color: #2B2BE2 !important;
}
#vw-footer .copyright-text p{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: var(--font-Urbanist);
}
#vw-footer .copyright-text p a{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
}
#vw-footer .copyright-text p a:hover{
  color: #1F4B3F;
}
#vw-footer .credit_link a,.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-dat{
  color: #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--font-Urbanist);
}
time.wp-block-latest-posts__post-date {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  font-family: var(--font-Manrope);
}
.footer-logo img {
  width: 100%;
  max-width: 250px;
}
.topfooter {
  border-bottom: 1px solid #000;
}
.footer-newslater-title h6 {
  font-size: 18px;
  line-height: 25px;
  color: #1F4B3F;
  font-family: var(--font-Manrope);
  font-weight: 300;
  margin: 0;
}
.footer-newslater-title h2 {
  font-size: 23px;
  line-height: 25px;
  color: #000000;
  font-family: var(--font-Urbanist);
  font-weight: bold;
  margin: 0;
}
.footer-form-subscribe input[type="text"]{
  border: none;
  outline: none;
}
.footer-form-subscribe input[type="text"]:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.footer-newslater .input-group .btn {
  position: relative;
  z-index: 2;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  background: #1F4B3F;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
  border: 1px solid transparent;
  padding-right: 50px;
}
.footer-form-subscribe br {
  display: none;
}
.footer-form-subscribe .wpcf7-spinner {
  position: absolute;
}
.footer-subscribe-btn{
  position: relative;
}
.footer-subscribe-btn:after {
  content: "\f061";
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  color: #1F4B3F;
  z-index: 11;
  padding: 2px 10px 2px 10px;
  background: #fff;
  font-size: 16px;
  border-radius: 8px;
}
.footer-subscribe-btn:hover::after{
  background: #ffffff;
  color: #5BBB5B;
}
.footer-newslater .input-group .btn:hover {
  background: #5BBB5B;
  color: #fff;
  border: 1px solid#5BBB5B;
}
.footer-newslater .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
  line-height: 16px;
}
button.btn.news-leter-footer-btn:active {
  border: none;
  background: #5BBB5B;
  color: #fff;
}
button.btn.news-leter-footer-btn i {
  background: #fff;
  color: #1F4B3F;
  border-radius: 5px;
  padding: 6px;
  margin-left: 8px !important;
  transition: all .3s ease-in-out;
}
button.btn.news-leter-footer-btn:hover i{
  color: #5BBB5B;
}
.footer-form-subscribe button:active {
  background: #1F4B3F;
  color: #fff;
  border: #1f483f;
}
.footer-form-subscribe button:hover {
  background: #5bbb5b;
  color: #fff;
  border: #5bbb5b;
  border: 1px solid transparent;
}
.footer-form-subscribe button:focus-visible {
  background: #5bbb5b;
  color: #fff;
  border: #5bbb5b;
}
.footer-form-subscribe input[type="email"]::placeholder {
  color: #000000;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
}
.footer-form-subscribe input[type="email"]:focus-visible {
  outline: none;
  border: none;
}
.footer-form-subscribe input[type="email"]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.footer-box {
  color: var(--color-white);
}
.newsletter-form-box p:nth-child(1){
  background: #fff;
  padding: 10px 8px;
  border-radius: 8px 0px 0px 8px;
  margin: 0;
}
#vw-footer_box .footer-newslater .wpcf7-response-output{
  margin-top: 35px;
}
.footer-box .wpcf7-submit {
  padding: 12px 38% 12px 13px;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
    width: max-content;
}
.footer-box p:nth-child(2){
  position: absolute;
  top: 0;
  right: 0;
  background: #1F4B3F;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  font-size: 15px;
  font-family: var(--font-Manrope);
  font-weight: 300;
  width: max-content;
  height: 100%;
  margin: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{
  padding: 8px 0;
}
.footer-box p span {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-Urbanist);
  margin-top: 16px;
}
.footer-box p a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-Manrope);
}
/* social icon*/
.location-icons i {
  color: #fff;
  background: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.custom-social-icons a i {
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background: #000;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
}
.custom-social-icons a i:hover {
  background: #1F4B3F;
  border-color: #1F4B3F;
}
.widget_media_image{
  margin-bottom: 20px;
}
.copyright-text {
  padding: 10px 0px;
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-family: var(--font-Urbanist);
  border-top: 2px solid;
  text-align: -webkit-center;
  text-align: center;
}
.footer-newslater input {
  border: none;
  width: 100%;
}
.newsletter-form-box:before {
  content: '';
  color: #000;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  line-height: 17px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 5px;
  z-index: 1;
}
.newsletter-form-box:after {
  content: "\f061";
  font-family: 'FontAwesome';
  color: #1F4B3F;
  font-size: 18px;
  text-align: center;
  margin-right: 6px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 5px;
  z-index: 1;
}
.footer-newslater input:focus-visible {
  outline: none;
}
.row.footer-details {
  justify-content: center;
}
/* Header-css */
.hot-line {
  text-align: left;
  font-family: 'Manrope', sans-serif;
  margin-right: 30px;
}
#menu-primary-menu .menu-item-has-children > a:after{
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  color: #000000;
  /* top: 30%; */
  right: -15px;
  transition: transform 0.3s ease;
  font-weight: 900;
  font-size: 14px;
}
#menu-primary-menu-1 .menu-item-has-children > a {
  position: relative;
}
#menu-primary-menu-1 .menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  color: #fff;
  left: unset;
  transition: transform 0.3s ease;
  font-weight: 900;
  font-size: 14px;
  padding-left: 2px;
  right: 15px;
}
.right-list-menu .call-icon i {
  font-weight: 900;
  font-size: 30px;
  vertical-align: -webkit-baseline-middle;
  padding: 10px;
  background: #1F4B3F;
  color: #ffffff;
  border-radius: 50px;
  transform: rotate(-45deg);
  animation-iteration-count: infinite;
}
.right-list-menu  li.contact-burger a i {
  font-weight: 900;
  font-size: 26px;
  margin-right: 5px;
  color: #000;
  border: 1px;
  border-style: solid;
  border-color: #707070;
  padding: 10px;
  cursor: pointer;
}
.right-list-menu  li.contact-burger{
  position: relative;
}
.right-list-menu  li.contact-burger:after {
  content: "";
  background-color: #707070;
  height: 14px;
  width: 1px;
  position: absolute;
  top: -14px;
  left: 44%;
}
.right-list-menu  li.contact-burger:before {
  content: "";
  background-color: #707070;
  height: 14px;
  width: 1px;
  position: absolute;
  bottom: -14px;
  left: 44%;
}
.sticky .right-list-menu > li.contact-burger:before{
  display: none;
}
.sticky .right-list-menu > li.contact-burger:after{
  display: none;
}
ul#menu-footer-menu1 {
  max-height: 174px;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  gap: 0px !important;
  text-align: left;
}
#vw-footer_box ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 30px;
  font-family: var(--font-Raleway);
  color: #000000;
  display: block;
  width: 100px;
}
.menu-footer-menu1-container {
  max-width: 200px;
}
/*Social Heading Sharing*/
.footer-box aside#wpb_social_widget-1 h3.widget-title {
  display: none;
}
.logged-in .sticky div#wpadminbar {
  display: none !important;
}
#vw-footer_box .textwidget p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-Manrope);
  width: 83%;
}
