.sticky {
    position: fixed;
    top: 0px;
    max-width: 100% !important;
    left: 0;
    z-index: 9;
}
.vw-logo a {
    padding-left: 125px;
}
.vw-logo img{
  width: 42%;
}
.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: #ffffff !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;
  margin: 0;
  padding: 0;
}
.main-navigation li:hover,#phone-number a,#email-address a{
  color: var(--color-gray);
}
.main-navigation li {
    position: relative;
    padding: 0;
    margin:0px 10px 11px 10px;
}
#vw-main-head {
    width: 97%;
}
.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:500 10px/35px "Josefin Sans";
    color: #000000 !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: var(--white);
  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 22px;
}
.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(--red); !important;
  padding: 12px 12px;
  height: 85%;
  width: 92%;
  border-radius: 0 50% 50% 50%;
  transform: scale(0);
  transform-origin: top bottom;
  position: absolute !important;
  top: 2px;
  left: 5px;
  z-index: -1;
  transition: all 0.3s ease;
}
.main-navigation ul ul li:hover a{
  color: var(--white) !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: #ffffff;
  /* filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.18)); */
}
div#site-sticky-menu{
  filter: drop-shadow(0 0 6.5px rgba(0,0,0,0.18));
}
a.header-btn {
  background-color: var(--red);
  padding: 12px 10px;
  color: #ffffff;
  font-size: 11px;
  border-radius: 8px;
  font-family: "Josefin Sans";
}
a.header-btn:hover{
  border: 2px solid var(--red);
  color: var(--red);
  background-color: var(--white);
}
.main-navigation ul li.current-menu-item a{
  color: var(--red) !important;
  padding-bottom: 22px;
  border-bottom: 3px solid var(--red);
}
.main-navigation a:active{
  color: var(--red) !important;
  padding-bottom: 17px;
  border-bottom: 2px solid var(--red);
}
.sub-menu li a {
    color:  var(--red) !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;
    margin-left: -20px;
}
.search-container {
  position: absolute;
  /* left: -146px; */
  /* width: 394%; */
  top: 55px;
  width: 270px;
  right: 0;
}
.contains-search .fa-times:before
{
    position: relative;
    top: 6px;
    font-size: 16px;
}
.search-buttons {
    background: var(--red);
    color: white;
    padding: 10px 1px 21px 4px;
    width: 76px;
}
.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: #000000;
    position: relative;
    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;
    width: 189px;
}
#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: #000000 ;
    font-weight: 400;
    max-width: 325px;
}
.footer2 ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 43px;
    color: #000000;
    font-weight: 300;
}
#vw-footer_box ::marker {
  color: transparent;
}
#vw-footer_box h3 {
  font-size: 21px;
  letter-spacing: 1px;
  color: #f53232;
  font-family: "Microsoft";
  padding-bottom: 1rem;
}
.footer2 h3 {
    position: relative;
}
.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 {
    margin-top: -38px;
    background-color: #000000;
}
p.copyright-text {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 38px;
    color: #bfbfbf;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: left;
    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;
}
.copyright-icons {
    display: flex;
    justify-content: end;
    align-items: center;
}
.copyright-icons span.icons i {
    color: white;
    padding: 8px;
}
.copyright-icons span.icons:hover i {
    color: var(--red);
    padding: 8px;
}
.footer2 ul, .footer3 ul{
  padding: 0;
}
#vw-footer_box .footer2 p {
    margin: -12px 0 8px 0;
}
#vw-footer_box .footer-details {
    padding-bottom: 5.5rem;
}
#vw-footer_box .post-content a{
  font-size: 14px;
  line-height: 36px;
  color: #000000;
  font-family: "Microsoft";
}
#menu-footer-menu a{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #000000;
  /* font-weight: 600; */
  font-family: "Open Sans";
}
div#vw-footer_box {
    background-color: #fcfcfc;
}
/* new footer */
.post-thumb.col-lg-5.col-md-4.col-sm-4.col-12{
  display: none;
}
.post-content.pt-3.col-lg-7.col-md-8.col-sm-8.col-12{
  width: 100%;
  padding-top: 0 !important;
}
