@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Roboto:wght@100&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css")
:root {
  --Orange: #ff6c2b;
  --white: #ffffff;
  --black: #000000;
}
:root {
  --font-roboto: 'Roboto', sans-serif;
  --font-exo: 'Exo 2', sans-serif;
}
a {
    text-decoration: none!important;
}
/* --------------------------Header---------------------------- */
#vw-main-menu {
    text-align: center;
}
.mobile-menu{
  display: none;
}
.vw-site-header{
  display: block;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 999999;
  margin:0px; 
  padding:0px; 
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 6px #585858;
}
#vw-sticky-menu.sticky {
  margin-top: 0px;
  z-index: 9999999;
  background-color: #fff;
  color: #000;
}
#vw-sticky-menu.sticky .side-navigation{
  padding: 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
 }
#vw-sticky-menu.sticky .logo_outer_box,#vw-sticky-menu.sticky.stickynavbar .menubar li:before,#sticky-onoff{
 display: none !important;
 }
 @keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.header-wrap{
  width: 100%;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.vw-menubar {
    padding: 15px 0;
    border:1px solid transparent;
    width: 100%;
    background-color: var(--blue)!important;
    }
body.page-template-home-page .vw-menubar {
    padding: 15px 0;
  position: relative;
  border-bottom:2px solid #e2e2e2;
  border-bottom: none;
  background-color: transparent!important;
}
.search_popup input.search-field {
    padding: 8px 0;
    border-radius: 5px;
    background: transparent;
    width: 100%;
    text-indent: 9px;
}
.vw-menubar .vw-sport-logo h1 {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.vw-menubar .vw-sport-logo h1 a{
  font-size: 28px;
  letter-spacing: 2px;
  font-family: "Anton";
  font-weight: 400;
  text-align: left;
}
.vw-menubar .vw-sport-logo p{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.vw-menubar .vw-sport-logo{
  position: relative;
  z-index: 2;
}
.vw-menubar .vw-sport-menu{
  align-items: center;
}
.vw-menubar .header-search{
  border-left: 2px solid var(--color-white);
}
.menu ul ul li a {
    color: var(--Orange) !important;
    font-size: 14px;
}
.page-template-home-page  .vw-menubar .vw-logo-box-bg{
  position: absolute;
  left: 0;
  top: -29px;
  width: 30%;
  height: 130px;
  display: block;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid #f1f1f1;
}
.vw-menubar .vw-logo-box-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  display: block;
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.6);
}
.vw-responsive_menu-title{
  font-size: 17px;
  letter-spacing: 2px;
  font-family: "Anton";
  font-weight: 400;
  position: absolute;
  left: 20px;
  top: 13px;
}
#site-navigation {
    margin: 0 auto;
}

.stickynavbar {
  background-color: white !important;
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed !important;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 7px;
}
.main-navigation li {
  position: relative;
  padding: 6px;
  display: inline-block;
}
.main-navigation li:last-child {
  border-right: none;
}
.main-navigation a {
  display: block;
  color: var(--white);
  font-size: 13px;
  position: relative;
  text-transform:capitalize;
  font-weight: 600;
  font-family:var(--font-roboto) ;
  text-decoration: none;
}
.main-navigation ul ul {
display: none;
position: absolute;
left: 0;
top: 100%;
background: white;
min-width: 215px;
z-index: 9999;
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);
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
}
.main-navigation ul ul li:last-child {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul {
  display: block;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
  color: var(--Orange)!important;
  font-size: 17px;
  font-weight: 600;
}
.main-navigation .menu > ul > li.highlight {
  background-color: var(--white);
}
.main-navigation .menu > ul > li.highlight:hover {
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after, .menubar.scrolled .menu > ul > li.current_page_item > a:after, .menubar.scrolled .menu > ul > li.current-menu-item > a:after {
  height: 2px;
}
.menu > ul > li.exoplanet-search:after {
  background: transparent !important;
}
.main-navigation ul ul li:hover > a {
  color:var(--blue) !important;
}
#menu_conatiner {
 padding: 4px;
 box-shadow: 4px 2px 12px 1px #ccc;
 position: relative;
 z-index: 999;
}
#sticky-onoff{
  display: none;
}
.sub-menu li a {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 11px;
    display: inline-block;
    padding: 0;
    word-break: break-word;
    -webkit-transition: padding-left .2s ease;
    -ms-transition: padding-left .2s ease;
    transition: padding-left .2s ease !important;
}
.sub-menu li {
   padding: 6px 15px 8px 20px;
}
.sub-menu li a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease;
    background: var(--blue);
}
.sub-menu >li:hover > a:before {
    width: 13px;
}
.sub-menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--blue);
    left: -9px;
    top: 9px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/*----------------------Mobile Menu Icon------------------------------*/
/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul {
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 42px;
  margin-top: -4px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: var(--white);
}
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: var(--blue);
}
.toggle-nav, a.closebtn {
  display: none;
}

/*#site-navigation ul>li.menu-item-has-children>a:after {
    content: "\12795";
    margin-left: 6px;
    position: relative;
    top: 1px;
    font-size: 11px;
}*/
.sub-menu>li:hover>a:after {
    width: 100%;
}
.sub-menu>li:hover>a
{
    padding-left: 10px;
}

.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.vw-sport-menu .current_page_item a{
  border-top:2px solid var(--color-white);
}
.vw-sport-menu .sticky .current_page_item a{
  border-top:2px solid #9a9da4;
}
#vw-header-menu ul ul .current_page_item{
  border-bottom-color:transparent;
}
.main-header-box .header-search{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-box .header-search span{
  border-left: 1px solid #50b733;
  border-right: 1px solid #50b733;
  padding: 12px 23px;
  cursor: pointer;
}
ul.header-search{
  list-style-type: none;
  margin: 0;
}
ul.header-search li .vw-header-button{
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  border:6px solid var(--color-white) !important;
  padding: 0px 8px;
  transition: 1s;
}
ul.header-search li .vw-header-button:hover i{
  transition: 1s;
  border-color:#ff6c26;
}
ul.header-search li .vw-header-button i{
  border-right: 2px solid var(--color-white);
  padding:8px 10px 8px 0px;
  margin-right: 10px;
}

.btn-default{
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: var(--Orange);
}
.logo-style{
  width:100%;
  height:auto;
}
#quote-btn{
background-color: var(--Orange) !important;
font-weight: 600;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border: 1px solid transparent;
font-family: var(--font-exo);
}
#quote-btn:hover {
    border: 2px dotted white;
}
#phone-icon{
  font-size: 31px;
  color: var(--white);
}

.phone-menu{
    font-size: 16px;
    color: var(--white);
    font-family: var(--font-exo);
    font-weight: 600;
}
.phone-sub-text{
color: var(--white);
 font-family: var(--font-exo);
font-weight: 600;
}
#vw_topbar .vw_search-icon i {
  color: white;
  width: 50px;
  height: 50px;
  background-color: var(--skyblue);
  padding:20px 20px;
  border-radius: 50%;
  font-size: 12px;
}
#vw_topbar .vw_search-icon i:hover {
  background-color: var(--peach);
}
.page-template-home-page div#vw-header{
    position: absolute;
    z-index: 111;
    width: 100%;
    margin-top: 10px;
  }
  .navbar-collapse {
    float:none;
    display:inline-block;
    vertical-align: top;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: black;
  color: white;
  margin: 6px 0;
  transition: 0.4s;
  text-align: center;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px); 
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
/*-----------------Search pop up----------------*/
.vw_search-icon i {
    margin-top: 9px;
}
.vw_search-icon {
    color: #fbf8f7;
    background-color: var(--Orange);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    border: 1px solid white;
}
.vw_serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: lightslategrey;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  display: none;
}
.vw_serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.vw_closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.vw_serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: white;
  cursor: pointer;
}
.vw_serach_inner form.vw_search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.serach-page input.vw_search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.vw_search_popup input.vw_search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid white;
}
.vw_search_popup label {
  background: transparent;
  width: 81%;
  margin-right: 15px;
}
.vw_search_popup input.vw_search-field {
  padding: 1.5% 1;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid white;
  color: white;
  border-top: none;
  border-left: none;
  border-right: none;
}
.vw_search_popup input.vw_search-field::placeholder {
  font-size: 17px;
  color: white;
}
.vw_search_popup .vw_search-submit {
  color: white;
  border-radius: 50%;
  background-color: #222;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border: none;
}
.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}

/*nav.stroke ul li a:hover:after {
  width: 100%;
}*/
.nav-link{
  color: #212121 !important;
  font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #8167a9 !important;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: auto;
  height: 3px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1 !important;
}
.nav-item.active:hover:after{
  opacity: 0 !important;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}
.main-navigation a {
    padding-bottom: 10px;
    padding-right: 12px;
}
.footer-details p {
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 14px;
    margin-top: 12px;
}
.phonenum{
  margin-top: 10px!important;
}
.top_title {
    font-family: var(--font-exo);
    font-weight: 600;
    font-size: 25px;
}
.footer-details h3.widget-title {
    font-family: var(--font-exo);
    font-weight: 600;
    font-size: 25px;
    margin-top: 14px;
}
.phone-mid{
  margin: 0 auto;
    display: inline-flex !important;
}
.location td i{
margin-bottom: 25px;
}
.footer-details i{
  color: var(--Orange);
  font-size: 20px;
}
#vw-footer_box .menu {
    list-style: square;
    color: var(--Orange);
}
.menu li a {
    color: var(--white)!important;
    text-decoration: none;
    font-family: var(--font-exo);
    font-weight: 600;
    font-size: 17px;
}
.footer-details h2 {
    font-family: var(--font-exo);
    font-size: 24px;
    font-weight: 600;
    margin-top: 14px;
}
.social_widget a:hover {
    background-color: black;
    }
.footer-details i:hover{
  color: var(--white);
  }
  
#quote-btn{
  $btn-color: random-color($max:200);
  $btn-color-dark: shade($btn-color, 40%);
  color: tint($btn-color);
  @include triangle(up-right, 0, $btn-color-dark, true);
  @include triangle(down-left, 0, $btn-color-dark, true, before);

  &:before,
  &:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid;
    transform: rotate(360deg);
  }
  
  &:before {
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent $btn-color-dark;
  }

  &:after {
    top: 0;
    right: 0;
    border-color: transparent $btn-color-dark transparent transparent;
  }

  &:hover {
    color: tint($btn-color, 75%);
    
    &:before,
    &:after {
      border-width: $btn-height $btn-width*1.05;
    }
  }
}
/* ---------- Return to Top ------------ */
#return-to-top {
   color: white;
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.9);
}
#return-to-top i {
  color: var(--Orange);
      left: 6px;
  position: relative;
  top: 13px;
  font-size: 19px;
  -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;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  top: 5px;
   color: white;
}
  #vw-footer_box .footer1 aside img{
  max-width: 100%;
    height: auto;
}
.col-search {
    margin-top: 15px !important;
}
.social_widget a{
  border-radius:0%;
}
