.vw-responsive-menu-title,
.mobile-menu {
  display: none;
}
amp-sidebar#sidebar1 {
  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;
}
.stickynavbar {
  background-color: #000000 !important;

}
.sticky {
  position: fixed;
  top: 0px;
  max-width: 100% !important;
  left: 0;
  z-index: 9;
}
#sticky-onoff {
  display: none;
}
.stickynavbar #phone-number a p,.stickynavbar #email-address a p{
  font: 600 15px/39px var(--font-open-sans);
  text-align: center;
}
.stickynavbar .menu{
  padding-bottom: 0rem!important;
}
.main-navigation li {
  display: inline-block;
}
.main-navigation ul {
  list-style: none;
  padding-left: 4em;
  margin: 0;
}
.main-navigation li:hover,#phone-number a,#email-address a{
  color: var(--color-gray);
}
.main-navigation li {
      position: relative;
    padding: 0;
    margin: 0px 17px 11px 17px;
}
.main-navigation .menu-primary-menu .current-menu-item a{
  color: var(--color-white);
}
.main-navigation a {
    text-decoration: none;
    text-transform: none;
    padding: 0px 0px;
    line-height: 2.4rem;
    letter-spacing: 0;
    text-align: center;
    font: 400 13px/35px "Montserrat";
    color: #ffffff !important;
}
#site-navigation li > a:after { 
  content: "\f107";
  margin-top: 5%;
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
 }
#site-navigation li > a:only-child:after { content: '' ; }
.main-navigation ul ul li a{
  border-top: none !important;
}
.main-navigation ul ul li.current-menu-item a{
  color: #000 !important;
}
.main-navigation ul ul {
  display: inline-block;
  width: 242px;
  background: #fff;
  margin-top: 18%;
  padding: 1rem 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  animation-name: fadeOutUp;
  transform: scale(0) !important;
  transform-origin: top left;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 20%);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0px 5px 6px 1px rgb(229 229 229);
    border-top: 4px solid var(--blue);
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.sub-menu li
{
  padding: 12px 27px !important;
}
.main-navigation ul ul ul {
  left: 31% !important;
  top: 100% !important;
}
.main-navigation ul ul a {
  text-transform: none;
  padding: 10px 0px;
}
.main-navigation ul ul li {
  float: none;
  text-align: left;
  padding: 12px 12px;
 margin: 0 -2px 0 8px;
}
.main-navigation ul ul li:hover{
  background: unset;
  color: #000 !important;
}
.main-navigation ul ul li:after{
  content: '' !important;
  background: var(--black); !important;
  padding: 12px 12px;
  height: 85%;
  width: 92%;
  border-radius: 0 50% 50% 50%;
  transform: scale(0);
  transform-origin: top left;
  position: absolute !important;
  top: 2px;
  left: 5px;
  z-index: -1;
  transition: all 0.3s ease;
}
.main-navigation ul ul li:hover a{
  color: #fff !important;
}
.main-navigation ul ul li:hover:after{
  border-radius: 0;
  transform: scale(1);
}
.main-navigation ul ul li,.menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none;
}
.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;
}
.main-navigation .menu>ul>li.highlight:hover {
  background: transparent;
}
#masthead {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.vw-designer-logo img {
    width: 85%;
}
#vw-header {
    background: #060606;
}
.sub-menu li a {
    color: black !important;
}
.search-icon {
     background-color:unset;
     border: 0;
     outline: none;
}
 .search-toggle .search-icon.icon-close {
     display: none;
}
 .search-toggle.opened .search-icon.icon-search {
     display: none;
}
 .search-toggle.opened .search-icon.icon-close {
     display: block;
     margin: 0 auto;
}
 .search-container {
     position: relative;
     max-height: 0;
     overflow: hidden;
     background-color:#ffffff;
}
 .search-container.opened {
     max-height: 100px;
     transition: all 0.5s ease-in-out;
}
 .search-container input[type="text"] {
     outline: none;
     font-size: 1.6rem;
     margin: 18px;
     width: 300px;
     background-color: inherit;
     border: 0;
}
.search-container .search-icon {
    vertical-align: super;
}
.contains-search {
    position: relative;
}
.search-container {
    position: absolute;
    left: -146px;
    width: 394%;
    top: 55px;
}
.contains-search .fa-times:before
{
    position: relative;
    top: 6px;
    font-size: 16px;
}
.search-buttons {
    background: black;
    color: white;
    padding: 10px 1px 21px 4px;
    width: 77px;
}
.search-buttons i {
    position: relative;
    top: 7px;
    left: -6px;
}
/*----------------------- topbar right sidebar-------------------------*/
#top-header-sidebar {
    position: fixed;
    width: 440px;
    height: 100%;
    border-right: 3px solid #efefef;
    z-index: 999;
    background: #fff;
    display: none;
    right: 0;
    top: 0;
    padding-top: 25px;
    box-shadow: 4px 2px 12px 1px #ccc;
    animation: fadeInRight .8s ease-in-out;
    overflow-y: scroll;
}
.header-left-sticky-title{
  height: 20px;
  text-align: end;
}
.left-sidebar-main-heading{
  font: bold 26px/41px Cormorant Infant;
}
#top-header-sidebar .header-right-menus {
  background: linear-gradient(324deg, #000000 6%, #ffffff 100%);
  color: white;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: absolute;
  border-radius: 50%;
  z-index: 999;
  overflow: visible;
  cursor: pointer;
  filter: drop-shadow(0px 15px 7.5px rgba(0,0,0,0.1));
  top: 38px;
  right: 13px;
}
#top-header-sidebar [type=submit] {
    background: black;
    color: white;
    border: unset;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 700;
    border-radius: 0 10px;
}
.phone_text {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    margin-left: 10px;
}
.phone_icon {
    width: 24px;
}
.search-icon img {
    width: 17px;
}
.icon-close i {
    color: white;
    position: relative;
    left: 38px;
    top: -6px;
}
.middle-header-icons {
    background: white;
    width: 76%;
    padding: 30px;
    position: relative;
    left: 27px;
    cursor: pointer;
}
.middle-header-first-icon {
    width: 23px;
}
.phone_text:hover
{
   color: white !important;
}
.phone-number:after {
    content: '';
    border-right: 2px solid;
    position: relative;
    left: 30px;
    padding: 8px;
}
.phone-number {
    position: relative;
    left: 36px;
}
.search-container .serach-page input.search-field {
    border: unset;
    padding: 15px 0px 13px 16px;
}
#top-header-sidebar input[type="text"],#top-header-sidebar input[type="password"]{
    border: unset;
    padding: 8px;
    border-radius: 0 10px;
    background: #f3f4f7;
}
#top-header-sidebar form label,#top-header-sidebar a,.dis-name,.dis-mail {
    line-height: 28px;
    color: #6a6a6a;
    font-weight: 400;
    font-family: "Montserrat";
    font-size: 14px;
    padding-bottom: 13px;
}
#top-header-sidebar .login-remember {
    margin-top: 25px;
}
/*----------------------- right siderbar------------------------*/
#top-header-sidebar form{
       padding: 65px 75px 40px;
    position: relative;
    top: -36px
}
.name-mail {
    text-align: start;
    padding-top: 68px;
}
.dis-mail-log
{
  text-align: start;
}
.dis-mail-log a {
    color: black !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.contact-info-box h2 {
    font-size: 20px;
    font-weight: 600;
}
.contact-heads {
    font-size: 14px;
}
.contact-info-box i {
    font-size: 18px;
}
.logged-out-sidebar {
  position: relative;
  top: -85px;
}
.logged-in-sidebar {
  padding-top: 17px;
}
.dis-mail-log a {
  background: black;
  color: white !important;
  padding: 12px 32px;
    padding-bottom: 12px;
  position: relative;
  top: 25px;
  font-size: 16px !important;
}
/*--------------------------- footer--------------------*/
#vw-footer {
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
#vw-footer_box img {
    width: 59%;
    height: auto;
}
#vw-footer_box .textwidget p {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #bfbfbf;
    font-weight: 400;
    font-family: "Montserrat";
    padding-top: 28px;
    max-width: 325px;
}
.footer2 ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #bfbfbf;
    font-weight: 300;
    font-family: "Montserrat";
}
#vw-footer_box ::marker {
  color: transparent;
}
#vw-footer_box h3 {
    font-size: 13px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Montserrat";
}
.footer2 ul,.footer2 h3 {
    padding-left: 5em;
}
.footer2 h3 {
    position: relative;
    left: 13px;
}
.contact-text a{
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #bfbfbf;
    font-family: 'Montserrat';
    max-width: 250px;
}
.contact-text i {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 34px;
    color: #bfbfbf;
}
.footer2 ul,.contact-text {
    padding-top: 12px;
}
.contact-emails {
    position: relative;
    top: -40px;
}
.phone-texts {
    position: relative;
    top: -77px;
    max-width: 163px;
}
.phone-texts i {
    position: relative;
    top: -34px;
}
.phone-texts span {
    display: inline-block;
    max-width: 142px;
}
#vw-footer_box .custom-social-icons i {
    color: black;
    background: white;
    height: 37px;
    font-size: 15px;
    width: 37px;
    padding: 12px 12px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer1 .social_widget {
    padding-top: 11px;
}
.vw-copyright {
    border-top: 1px solid #242424;
    margin-top: -38px;
}
.copyright-text p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 38px;
    color: #bfbfbf;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 18px;
}
.vw-copyright .credit_link a {
    color: white;
    font-weight: 700;
}
.phone-texts i {
    position: relative;
    top: 1px;
}
.contact-text a:hover
{
   color: #bfbfbf;
}
.user-login-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 21px;
}
.socialbox-side i {
    color: white;
    background: #000000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    padding: 11px 11px;
}
.contact-info-box {
    position: relative;
    left: 12px;
}
.sticky
{
    display: none;
}