/*
Theme Name: VW Governor Pro
Theme URI: 
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description: 
Version: 0.0.1
License: GNU General Public License
License URI:license.txt
Text Domain: vw-governor-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Governor Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2019.
VW Governor Pro WordPress Theme is released under the terms of GNU GPL
*/
/* Basic Style */
*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#fff; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Lato';
  font-weight: 300;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:0 0;
  letter-spacing: 0px;
  font-family: 'Ubuntu';
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:14px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#222222;
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0 0 0 15px; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
} 
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
} 
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}  
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px; 
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 10px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #444444;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp{
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
a.small-button{
  background:#3890cb;
  padding:5px 30px; 
  border-radius:3px;
  color:#fff;
  display:table;
  margin:0 auto;
}
a.small-button:hover{
  color:#fff;
  background:#0c5f96;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
  color: #000000;
}
#vw-footer .widget.widget_calendar td, #vw-footer .widget.widget_calendar tr, #vw-footer .widget.widget_calendar th {
  color: #7f8391;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: #7f8391;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
 
  color: #fff;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody #today{
  background-color: #bbb;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #686868;
  color: #7f8391;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}
/* ------------Sweep To Right ------------- */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ----------- Spinner ------------- */
.eco-nature-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444444;
  z-index: 2;
  cursor: pointer;
  z-index: 9999999;
}
.eco-nature-loading-box .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.eco-nature-loading-box .lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.eco-nature-loading-box .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
/*-----------------Search pop up----------------*/
/*-----------------Search pop up----------------*/
.serach_outer {
  position: fixed;
  width: 100%;
  height:0;
  background: #000;
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
  transition: 2s;
}
.show-vw-search{
  height: 100% !important;
}
.hide-vw-search{
  height: 0 !important;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.closepop {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  width: 100%;
  right: 0;
  text-align: right;
  margin-right: 28px;
  z-index: 999999;
}
.closepop i{
  color: #fff !important;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #222;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border-radius: 0;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border:none !important;
}
.search-no-results input.search-field{
  border:1px solid #222;
}
.search-no-results input[type="submit"]{
  padding: 12px 30px;
}
.serach-page input.search-field {
  border: 1px solid #ccc;
  padding: 9px;
}
.search_popup input.search-submit {
  border: 0;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #fff;
}
.search_popup label {
  background: transparent;
  width: 81%;
}
.search_popup input.search-field {
  padding: 1.5% 0;
  background: transparent;
  width: 100%;
  text-indent: 8px;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-top:none !important;
  border-left: none !important;
  border-right: none !important;
}
.search_popup input.search-field::placeholder{
  font-size: 17px;
  color:#fff;
}
.search_popup .search-submit {
  color: #222;
  background-color: #fff;
  padding: 10px 13px;
  width: 50px;
  height: 50px;
  border:none;
}
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* ---------- Single Pages ------------ */

.single-page-content p
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;

}
#vw_projects_single .single-project-meta
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 10px;
} 
#vw_projects_single .single-project-meta span
{
  font-family: "Averia Serif Libre";
  font-size: 18px;
  color: #000;
}
#vw-single-team .vw-single-team-info P
{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 0px;
  padding-top: 15px;
}
#vw-single-team .social-profiles
{
  padding-top: 20px;
  padding-bottom: 20px;
}
#vw-single-team .social-profiles i
{
  width: 40px;
  height: 40px;
  background-color:#444444;
  border-radius: 50%;
  padding: 13px 13px;
  color: #fff;
}
#testimonial_single .single-testimonial-desig
{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
  padding-top: 20px;
}
#testimonial_single .social-profiles i
{
  width: 40px;
  height: 40px;
  background-color:#444444;
  border-radius: 50%;
  padding: 13px 13px;
  color: #fff;
}
#testimonial_single .social-profiles
{
  padding-top: 20px;
  padding-bottom: 20px;
}
.content_page p
{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
}
#vw-single-exhibition .vw-exhi-meta
{
  margin-top: 15px;
}
#vw-single-exhibition .vw-exhi-meta span
{
  font-size: 14px;
  color: #a4a4a4;
  font-family: "PT Sans";
  font-weight: 400;
  margin-right: 10px;
}
#vw-single-exhibition .vw-exhi-meta span i
{
  color: #444444;
}
#vw-single-venue .vw-venue-location
{
  font-size: 16px;
  color: #a4a4a4;
  font-family: "PT Sans";
  font-weight: 400;
  padding-top: 15px;
}
#vw-single-venue .vw-venue-location i
{
  color: #444444;
}

/* ------------------Single Post ----------------- */

#single_post .postbox .postbox-content {
  position: static;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a
{
  font-size: 24px;
  letter-spacing: 2px;
  color: #0f0e0e;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  padding-top: 5px;
}
.posttitle a:hover
{
  color: #000;
}
.page-header h1
{
  color: #000;
  font-family: "Averia Serif Libre";
  font-weight: 600;
}
.entry-title
{
  color: #000;
  font-family: "Averia Serif Libre";
  font-weight: 600;
}
.single-post-content table td
{
  text-align: center;
}
.single-post-content .wp-audio-shortcode
{
  margin-bottom: 50px;
}
.author_links a
{
  color: #111;
  font-family: "Averia Serif Libre";
  font-weight: 600;

}
#vw-sidebar .widget_recent_entries a
{
  font-size: 13px;
}
/* --------- search Page ------- */
.postbox h6 {
    font-weight: bold;
}
/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
   -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 20px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
    color: #000;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
  font-family: "Roboto";
}
.metabox .entry-author a
{
  color: #000;
  font-family: "Roboto";
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
  font-family: "Roboto";
}
.logged-in-as a
{
  color: #000;
}
.logged-in-as a:hover
{
  color: #000;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#vw-sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}
.authordetails
{
  padding: 30px 0;
}
.authordetails .author_links
{
  padding-left: 17%;
  font-weight: bold;
  margin-bottom: 7px;
}
.authordetails .b-content {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
  font-style: italic;
}
h2#reply-title
{
  font-family: "Averia Serif Libre";
}
.authordetails ul {
  list-style-type: none;
  margin-left: 18%;
  margin-top: 10px;
  position: relative;
}
.authordetails ul li {
    display: inline;
}
.authordetails ul li a i {
  background-color: #000;
  padding:15px 15px 9px 15px;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.authordetails img
{
  border-radius: 50%;
}
#comments input[type="submit"]
{
  background-color: #000 !important;
  color: #fff !important;
  font-family: "Roboto";
}

/* --------- Inner Pages --------- */
.more_info a {
  background: #333;
  color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.more_info {
  margin: 20px 0;
}
.more_info a:hover {
  background: #ffffff;
  color: #333333;
}

/* ----------------------- POST---------------------- */

a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #444444;
  color: #000;
  border: 1px solid #444444;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #444444;
  color: #000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#222222; 
  color:#fff;
  padding:5px 15px;
  margin-right:5px;
}

.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}
/*------------------ Comments BOX ------------------*/

#comments ul
{
  list-style-type: none;
}
#comments ol
{
  list-style-type: none;
}
#comments .reply
{
  float: none !important;
  margin-bottom: 30px;
}
#comments .reply a
{
  font-size: 16px;
  letter-spacing: 0px;
  color: #222222;
  font-family: "PT Sans";
  font-weight: 700;
}
#comments .commentmetadata a
{
  font-size: 18px;
  padding-top: 8px;
  display: inline-block;
}
#comments h2.comments-title
{
  padding-bottom: 20px !important;
}
/*--------------- Sidebar -----------------*/
#vw-sidebar td#prev a {
 color: #6c6c6c;
}
#vw-sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#vw-sidebar table,#vw-sidebar th,#vw-sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#vw-sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#vw-sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#vw-sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#vw-sidebar form{
 text-align: center;
}
#vw-sidebar h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Averia Serif Libre";
}
#vw-sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#vw-sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#vw-sidebar input[type="submit"]{
 background-color :#444444;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#vw-sidebar .widget {
 padding: 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
#vw-sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#vw-sidebar ul li{
 font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#vw-sidebar ul li:last-child
{ 
  border:none;
}
#vw-sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
}
#vw-sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#vw-sidebar .tagcloud a:hover{
 background:#111;
 color: #fff;
}
span.credit_link a {
  color: #444444;
}

.single-post-content p
{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
}
.outer_dpage p
{
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #a1a5ab;
  font-family: "Roboto";
  font-weight: 500;
}

/*------------- Page -----------------*/

.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}
.shrtcod-pg{
  border:1px solid #bbb;
  /*background-color: #cbe9e2;*/
}
.shrt_socio i{
  border: 1px solid #bbb;
  padding: 10px;
  margin-right: 10px;
}
/*---------------- Contact Us Widget ----------------*/
.contact_us_icon i {
  color: #444444;
  margin: 10px 0;
  font-size: 24px;
}
.widget_recent_entries li a {
  font-size: 14px;
}
.widget_recent_entries span.post-date {
  width: 100%;
  float: left;
  margin-bottom: 11px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #aca9a9;
  font-family: "Roboto";
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #fff;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
  font-weight: 600;
  font-family: "Roboto";
}
.page-numbers.dots
{
  color:#000;
}
.navigation a:hover
{
  color: #fff;
}
.navigation span.meta-nav {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 0;
}
.post-navigation .post-title
{
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;
}
.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}

/* ------------- Category --------------------*/
.alt-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li
{
  display: inline-block;
}
ul.post-categories li:after
{
  content: ' ,';
}
ul.post-categories li:last-child:after
{
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep
{
  font-weight: bold;
}
.post_tag a:after
{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after
{
  content: "";
}

/*-------------- Main Title ---------------*/
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}
.services_inner h4, .services_inner .short_text {
    color: #ffffff;
}
.share_icon a
{
  padding-bottom: 5px;
  display: inline-block;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.menubar.scrolled li.search-box {
    display: block !important;
}
/*-------------- Woocommerce ---------------*/

.woocommerce .summary h1 {
    font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input{
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #444444;
  border-radius: 0;
  padding: 10px 14px;
  color: #ffffff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
  color: #444444;
}

#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price{
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale{
  background-color: #444444;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2{
    max-width: 100%;
}
input#password, input#reg_password {
    padding: 10px;
}
.woocommerce div.product form.cart .variations select{
  background-color: #ffffff; 
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    width: 100%;
    max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3
{
  font-family: 'Muli', sans-serif;
}
.woocommerce-cart table.cart td.actions .coupon .input-text
{
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul
{
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a
{
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1f1e1e;
  font-family: "Roboto";
}
.woocommerce form .form-row.woocommerce-invalid label
{
  color:#8fa3aa;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background: #111111;
  color:#fff;
  
}
.woocommerce .form-row
{
  display: unset;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last
{
  width: 100%;
}
.woocommerce #order_review table th
{
  text-align: left;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment
{
  padding: 20px;
}
.woocommerce div.product div.images img
{
  width: auto;
}
#single-product-page
{
  padding-top: 40px;
}
.woocommerce-Tabs-panel p
{
  font-size: 14px;
  letter-spacing: 1px;
  color: #a7a9ac;
  font-family: "Roboto";
  font-weight: 500;
}
.woocommerce-products-header__title
{
  letter-spacing: 0px;
  color: #252525;
  font-family: "Muli";
  font-weight: 800;
}
#primary 
{
  padding-top: 30px;
}
 
/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}
/* ----------- Background Attachment ------------ */

.section_bg_scroll{
  background-attachment: scroll;
}
.section_bg_fixed{
  background-attachment: fixed;
}
/*---------------Top bar--------------------*/
#topbar {
  padding: 0;
}
#topbar .political-logo{
  background-color: #f5f6fa;
  padding: 35px 10% 35px 10px;
}
.topbar-box {
  margin: 0 !important;
}
.topbar-box span {
  padding: 20px 10px 20px 0px;
  font-size: 14px;
  color: #7b7d89;
  font-family: "Lato";
  font-weight: 400;
}
.topbar-box span i {
  color: #865439;
  font-size: 18px;
  margin-right: 5px;
  transition: opacity .5s, transform .5s;
}
.topbar-box span:hover i{
  transform: rotate(360deg) scale(1.2);
}
.header-top {
  padding: 25px 0;
}
#topbar ul.header-buttons li a {
  color: #fff;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 600;
}
#topbar .political-logo h1 {
  font-size: 25px;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.header-top .vwsmp_front a {
  background-color: #eff0f4;
  border-radius: 50%;
  padding: 6px;
  width: 40px;
  height: 40px;
}
.header-top .vwsmp_front a i{
  color: #000;
}
.header-top .vwsmp_front a:hover {
  background-color: #444444;
}
.header-top .vwsmp_front a:hover i{
  color: #fff;
}
}
/*-------------------Menu css---------------------*/
.toggleMenu{
  display:none;
}
#sticky-onoff{
  display: none;
}
.main-header-box #sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: #fff !important;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  padding-bottom: 0 !important;
  left: 0;
  z-index: 99;
}
.sticky .main-navigation a{
  color: #9a9da4;
}
.sticky .search-icon i{
  color: #9a9da4;
}
.sticky .main-navigation ul{
  margin: auto;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}
.header-wrap{
  width: 100%;
  text-align: center;
}
.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%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
.search-icon i{
  color: #fff;
  border:2px solid #fff;
  padding: 9px 10px;
  font-size: 13px;
  margin-right: 6px;
}
.search-icon i:hover{
  background-color: #444444;
  border-color:#444444; 
}
/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background-color: #444444;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -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;
}
#return-to-top i {
  color: #fff;
  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;
  padding: 3px 18px;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
#return-to-top #screen-reader-text{
  color: #fff;
}

/*----------------Menu bar-----------*/

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.menubar{
  background: linear-gradient(to right, #865439 64%, #444444 36%);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -15%;
  right: 0;
  width: auto;
  padding: 0;
  z-index: 9999;
  bottom: 0;
}
#vw-header-menu .current_page_item:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 10px solid #444444;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin: 0 auto;
}
.vw-menu{
  align-items: center;
  margin: 0 !important;
}
.main-header-box .right_menu{
  padding-left: 0;
}
ul.list_nav {
  margin: 0 auto;
  text-align: center;
  display: block;
  text-align: right;
}
.header-wrap #mySidenav{
  display: unset;
}
.main-navigation ul{
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  width: max-content;
  margin:0;
}
.main-navigation li{
  position: relative;
  padding: 18px 0px;
  display: inline-block;
  margin: 0px 10px;
}
.main-navigation a{
  display: block;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Lato';
  font-weight: 600;
}
.main-navigation a:hover{
  color: #444444;
}
.main-navigation ul ul{
  display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #000;
  min-width: 215px;
  z-index: 9999;
}
.main-navigation ul ul ul{
  left: 31% !important;
  top: 41px !important;
}
.main-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #cccccc;
  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{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.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: #444444;
}
.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 {
  float: right;
  text-align: right;
  width: auto;
}
.top_bar_btn a.theme_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-social-icon{
  padding-top: 15px;
}
.header-social-icon .socialbox i{
  color: #b2b2b2;
  font-size: 13px;
  padding-right:15px;
}
#vw-header-menu .current_page_item a{
  color: #444444;
}
#vw-header-menu ul ul .current_page_item{
  border-bottom-color:transparent;
}
.main-header-box .header-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
}
.main-header-box .header-buttons i{
  color: #fff;
}
.main-header-box .header-buttons span{
  border-left: 1px solid #50b733;
  border-right: 1px solid #50b733;
  display: inline-block;
  padding: 12px 23px;
  cursor: pointer;
}
ul.header-buttons{
  list-style-type: none;
  margin: 0;
}
ul.header-buttons li{
  display: inline-block;
} 
ul.header-buttons li .vw-header-button{
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  font-family: 'Lato';
  font-weight: 600;
  border:2px solid #fff;
  display: inline-block;
  padding: 0px 8px;
  transition: 1s;
}
ul.header-buttons li .vw-header-button:hover{
  background-color: #444444;
  border-color:#444444; 
}
ul.header-buttons li .vw-header-button:hover i{
  transition: 1s;
  border-color:#444444;
}
ul.header-buttons li .vw-header-button i{
  border-right: 2px solid #fff;
  padding:8px 10px 8px 0px;
  margin-right: 10px;
}
.topbar-box .social-box span {
  font-size: 11px;  
}
/*----------------------Mobile Menu Icon------------------------------*/

/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}
.sf-arrows .sf-with-ul:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.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: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}
.main-navigation ul ul li{
  padding: 10px 0 10px 10px;
  margin-left: 0;
}
#vw-sticky-menu span.toggle-menu-title {
    display: none;
}
#vw-sticky-menu.sticky .innermenubox {
    padding: 10px;
    text-align: left;
}
/*----------------Slider----------------------*/
#vw-slider{ 
  margin:auto; 
  padding:0; 
  position:relative;
}
#vw-slider img {
    width: 100%;
}
#vw-slider h3 {
  font-size: 47px;
  color: #fff;
  font-family: "Crimson Text";
  font-weight: 700;
}
#vw-slider p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #fff;
  font-family: "Lato";
  font-weight: 400;
  max-width: 60%;
}
#vw-slider .slide_next_image img{
  width: auto !important;
  height: 100%;
}
#vw-slider .slider-box {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 50%;
  margin: 0 auto;
  text-align: left;
  left: 15%;
}
#vw-slider .slide-but a {
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Lato";
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 12px;
}
#vw-slider .slide-but a:hover {
  color: #865439;
  border-top-color: #865439;
  border-bottom-color: #865439;
}
#vw-slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
}
#vw-slider .slide-but {
  margin-top: 10%;
}
#vw-slider .carousel-prev-button {
  position: absolute;
  left: 7%;
  bottom: 45%;
}
#vw-slider .carousel-next-button{
  position: absolute;
  right: 7%;
  bottom: 45%;
}
#vw-slider .carousel-item-next,
#vw-slider .carousel-item-prev,
#vw-slider .carousel-item.active {
    display: block !important;
}
#vw-slider .carousel-control-prev-icon,
#vw-slider .carousel-control-next-icon{
  background-image:none; 
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
  width: auto;
  height: auto;
}
.slide_next_image img {
  text-align: right;
  float: right;
}
ol.carousel-indicators li {
  padding: 3px;
  border: 2px solid #33558f;
  background-color: transparent;
  margin-right: 10px;
  border-radius: 0;
  width: auto;
  height: auto;
  transform: rotate(45deg);
}

/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
#vw-slider ol.carousel-indicators{
  text-align: center;
  position: absolute;
  bottom: 11%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#vw-slider ol.carousel-indicators .active{
  background-color:#444444 !important;
  border:2px solid #444444;
}
#vw-slider .section-seperator{
  position: absolute;
  bottom: 0;
  width: 100%;
}
#vw-slider .slide_nav i{
  color: #000;
  padding: 15px;
  font-size: 16px;
  width: 45px;
  height: 45px;
  border: 1px solid #cdd7e1;
  background-color: #cdd7e1;
  border-radius: 50%;
}
#vw-slider .slide_nav i:hover{
  background-color: #444444;
  border-color: #444444;
  color: #fff;
}
/*---------------Our Feature-----------------*/
#our-feature{
  padding: 0;
}
#our-feature .features-box .row {
  margin: 0;
}
#our-feature .features-box .features-images{
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
#our-feature .featuresbox:hover .features-images{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#our-feature .featuresbox {
  border: 1px solid #f0eff4;
  padding: 40px 50px;
}
#our-feature .featuresbox:hover {
  background-color: #f0eff4;
}
#our-feature .featuresbox span {
  font-size: 15px;
  letter-spacing: 0px;
  color: #7b7d89;
  font-family: 'Lato';
  font-weight: 400;
}
#our-feature .featuresbox h2 {
  font-size: 30px;
  line-height: 14px;
  color: #865439;
  font-family: "Crimson Text";
  font-weight: 400;
}
#vw-feature-loop{
  display: none;
}
/*------------------About Us------------------------*/
#about-us .about-img-o {
  position: relative;
  left: 15%;
  right: 0;
  max-width: 76%;
}
#about-us .about-img-t {
  position: absolute;
  left: 4%;
  width: 100%;
  width: -moz-max-content;
  margin-top: -183px;
}
#about-us .about-img-text{
  display: inline-block;
  background-color: #865439;
  max-width: 44%;
  position: absolute;
  right: 55px;
  padding: 0 10px;
  margin-top: -27px;
}
#about-us .imag-no {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
#about-us .about-img-text p{
  font-size: 30px;
  color: #ffffff;
  font-family: "Ubuntu";
  font-weight: 700;
  text-align: center;
  line-height: 33px;
}
#about-us .about-cont-box span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #444444;
    font-family: "Ubuntu";
    font-weight: 400;
}
#about-us .about-cont-box h3 {
    font-size: 70px;
    color: #0e1120;
    font-family: "Ubuntu";
    font-weight: 700;
}
#about-us .about-cont-box h3:after{
  position: absolute;
  background: linear-gradient(to right, #865439 50%, #444444 50%);
  right: 0;
  left: 0;
  content: "";
  width: 12%;
  height: 2px;
  display: block;
  border-radius: 30px;
  margin: 0px 12px;
}
#about-us #video img {
    width: 13%;
}
#about-us #video {
    position: relative;
    margin:20px 0 30px;
}
#about-us #video i {
    position: absolute;
    left: 5%;
    bottom: 35%;
    color: #fff;
    font-size: 22px;
}
#about-us .about-cont-box p {
    font-size: 18px;
    letter-spacing: -10px;
    line-height: 20px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    max-width: 90%;
}
#about-us .about-list ul {
    margin: 35px 0;
    list-style: none;
}
#about-us .about-list li {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #7b7d89;
    font-weight: 400;
}
#about-us .about-list li i {
    font-size: 10px;
    color: #fff;
    background-color: #444444;
    border-radius: 50%;
    padding: 3px;
    margin: 0 10px 0 10px;
}
#about-us .about-cont-box a.about-but {
    font-size: 16px;
    letter-spacing: 0px;
    color: #444444;
    font-family: "Lato";
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 10px 3px;
}
#about-us .about-cont-box a:hover{
  color: #865439;
  border-top-color: #865439;
  border-bottom-color: #865439;
}
/* ------------ Video Popup ----------------- */

/* The Modal (background) */
#about-us .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#about-us .modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 80%;
  transition: 2s;
  border-radius: 10px;
}

/* The Close Button */
#about-us #myNewModal .close-one {
    color: #252525;
    float: right;
    font-size: 28px;
    padding-right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 900;
}
#about-us .close-one:hover,
#about-us .close-one:focus {
  text-decoration: none;
  cursor: pointer;
}
/*---------------contributes------------------*/
#vw-contributes {
    text-align: center;
    padding: 5% 0;
}
#vw-contributes .contribute-blog h2 {
    font-size: 48px;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 700;
    padding: 0;
    margin: 0;
}
#vw-contributes p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 37px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
    padding: 3% 8%;
}
#vw-contributes .volunteer-but a,#vw-contributes .donate-but a{
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 600;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 3px;
    border-left: 0;
    border-right: 0;
}
#vw-contributes .volunteer-but a:hover,#vw-contributes .donate-but a:hover {
  color: #865439;
  border-top-color: #865439;
  border-bottom-color: #865439;
}
#vw-contributes span {
    margin-right: 4%;
}
/*----------------Our Promise--------------------*/
#our-promise {
  text-align: center;
}
#our-promise p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #444444;
  font-family: "Ubuntu";
  font-weight: 400;
  text-align: center;
}
#our-promise h3 {
  font-size: 50px;
  color: #0e1120;
  font-family: "Ubuntu";
  font-weight: 700;
  text-align: center;
}
#our-promise h3.sec-title:after{
  position: absolute;
  background: linear-gradient(to right, #865439 50%, #444444 50%);
  right: 0;
  left: 0;
  content: "";
  width: 12%;
  height: 2px;
  display: block;
  border-radius: 30px;
  margin: 12px auto;
}
#our-promise .our-promise-content {
  margin-top: 5%;
}
#our-promise .pro-box-img {
  background-color: #865439;
  display: inline-block;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  padding: 20px 10px 10px 10px;
  text-align: center;
}
#our-promise .promise-box:hover .pro-box-img{
  background-color: #444444;
}
#our-promise .promise-box img {
    margin: 50px 50px;
}
#our-promise .promise-box {
    padding: 40px 20px;
    border: 1px solid #f0eff4;
    height: 400px;
}
#our-promise .promise-box h3.p-title {
  font-size: 25px;
  line-height: 14px;
  color: #0e1120;
  font-family: "Ubuntu";
  font-weight: 400;
  text-align: center;
  padding: 24px 0;
}
#our-promise .upcoming-ex-text {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #7b7d89;
  font-family: "Ubuntu";
  font-weight: 400;
  text-align: center;
  padding-bottom: 15%;
}
#our-promise a.Promise-link {
    font-size: 18px;
    color: #865439;
    font-family: "Ubuntu";
    font-weight: 700;
    text-align: center;
}
#vw-promise-loop{
  display: none;
}
#our-promise .promise-box:hover a.Promise-link {
    color: #e32b25;
}
#our-promise .promise-box:hover.promise-box:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: auto;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 0px auto;
    bottom: 0;
}
/*---------------Testimonials------------------*/
#vw-testimonial {
    background: linear-gradient(to right, #ffff 40%, #f5f6fa 0%)
}
#vw-testimonial .vw-testimonial-head h3 {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  font-size: 81px;
  letter-spacing: 2px;
  color: #cfcfd2;
  font-family: "Crimson Text";
  font-weight: 700;
  text-align: center;
}
#vw-testimonial .project-tabs ul{
  list-style: none;
}
#vw-testimonial .test-list{
  padding: 0;
}
#vw-testimonial .tab-content {
    background-color: #fff;
}
#vw-testimonial .vw-testimonial-box p {
    font-size: 22px;
    line-height: 35px;
    color: #0e1120;
    font-family: "Crimson Text";
    font-weight: 400;
}
#vw-testimonial .vw-testimonial-box {
    padding: 30px 20px;
}
.vw-testimonial-box a {
    font-size: 24px;
    line-height: 40px;
    color: #444444;
    font-family: "Crimson Text";
    font-weight: 700;
    padding: 27px 10px 0 0;
}
.vw-testimonial-box span {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
}
#vw-testimonial li a..nav-link{
  padding: 0;
}
#vw-testimonial li.nav-item img {
    height: 138px;
}
#vw-testimonial .quates-img i {
    color: #fff;
    position: absolute;
    background-color: #865439;
    padding: 21px;
    border-radius: 50%;
    font-size: 19px;
    top: 39%;
    left: 43%;
    border: 10px solid #eef1f4;
}
/*---------------policy------------------*/
#vw-policy h2.vw-policy-main {
    padding-bottom: 74px;
    font-size: 70px;
    color: #ffffff;
    font-family: "Ubuntu";
    font-weight: 700;
    text-align: center;
}
#vw-policy h2.vw-policy-main:after{
  position: absolute;
  background: linear-gradient(to right, #865439 50%, #444444 50%);
  right: 0;
  left: 0;
  content: "";
  width: 12%;
  height: 2px;
  display: block;
  border-radius: 30px;
  margin: 12px auto 0 auto;
}
#vw-policy h4.vw-policy-small {
    font-size: 18px;
    letter-spacing: 0px;
    color: #fff;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
#vw-policy .vw-box-content h5:hover a{
  color:#444444;
}
.vw-policy-box.vw-policy-image {
    position: relative;
}
.policy-meta-img img {
  max-width: 20%;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: 0 !important;
}
.vw-policy-img {
  position: relative;
}
.policy-meta-img {
    position: absolute;
    top: 22%;
    bottom: 50%;
    left: 35%;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5% 0 10px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    text-align: center;
}

.vw-policy-box.vw-policy-image:hover .policy-meta-img {
    opacity: 0.7;
    background-color: #406197;
}

.vw-policy-button {
    text-align: center;
    padding-top: 60px;
}
.vw-policy-button a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  border-bottom: 1 px solid #fff;
}
.vw-box-content {
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
}
.vw-policy-button a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
.vw-policy-button a:hover{
  color: #444444;
  border-top-color: #444444;
  border-bottom-color: #444444;
}
#vw-policy span#vw-policy-loop {
    display: none;
}

/*---------------Our Team------------------*/
#our-team .container {
    text-align: center;
}
section#our-team span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #865439;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
#our-team h3 {
    font-size: 65px;
    color: #0e1120;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
}
#our-team h3.sec-title:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: 12%;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 12px auto 0 auto;
}
#our-team .leader-but a.leader-link {
    font-size: 20px;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    background-color: #865439;
    padding: 24px;
    display: block;
}
#our-team .main-leader {
    background-color: #f7f7f7;
    margin: 5% 0;
}
#our-team .leader-content{
  padding: 10%;
}
#our-team .leader-content{
  text-align: left;
}
#our-team .leader-content h3 {
    font-size: 36px;
    color: #865439;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 0;
}
#our-team .leader-content span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #444444;
    font-family: "Lato";
    font-weight: 400;
}
#our-team .leader-content p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    padding: 25px 0;
}
#our-team .progress_bar_8
{
  margin-bottom: 46px;
}
.progress_bar_8 .vc_single_bar{
    height: 5px;
    margin: 15px 0;
}
.progress_bar_8 .vc_single_bar{
    background-color: #ffff;
    border-radius: 0px;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    margin-bottom: 11.6667px;
    position: relative;
}
.progress_bar_8 .vc_single_bar span.vc_bar{
    background-color: #865439;
    border-radius: 0px;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 1s linear 0s;
    width: 0;
}
#our-team span.vc_label{
  letter-spacing: 1px;
  font-size: 20px;
  color: #865439;
  font-family: "Crimson Text";
  font-weight: 700;
}
#our-team .progress_bar_8 span.skils-percentage{
  font-size: 16px;
  letter-spacing: 1px;
  color: #865439;
  font-family: "Crimson Text";
  font-weight: 500;
  float: right;
}
#our-team .vw-marketing-skill-design
{
  width: 100%;
}
#vw-Team-loop{
  display: none;
}
#our-team .social-profiles {
    position: absolute;
    bottom: 26%;
    width: 100%;
}
#our-team .social-profiles a i {
    color: #000;
    background-color: #ffff;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 50%;
    vertical-align: unset !important;
}
#our-team .vw-our-Team-content{
  padding: 20px;
}
#our-team .vw-our-Team-content a {
    font-size: 20px;
    color: #313131;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    display: block;
}
#our-team .vw-our-Team-content span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
#our-team .social-profiles i:hover{
  background-color: #865439;
  color: #fff;
}
#our-team .vw-our-Team-box:hover .vw-our-Team-content:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: auto;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 0px auto;
    bottom: 0;
}
#our-team .social-top-box a i {
  color: #000;
  background-color: #ffff;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 18px;
  border-radius: 50%;
  vertical-align: unset !important;
  margin-right: 5px;
}
#our-team .social-top-box a:hover i{
  background-color: #865439;
  color: #fff;
}
/*---------------Video Recodes------------------*/
#vid-box{
  position: relative;
}
#video-recodes{
  padding: 50px 0 12%;
  text-align: center;
}
#video-recodes .video-box i {
    color: #865439;
    background-color: #fff;
    padding: 30px;
    border-radius: 50%;
}
#video-recodes .video-box p {
    font-size: 79px;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    max-width: 60%;
    margin: 20px auto;
    line-height: 85px;
}
/* ------------ Video Popup ----------------- */

/* The Modal (background) */
#video-recodes .modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
#video-recodes .modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px;
  width: 80%;
  transition: 2s;
  border-radius: 10px;
}

/* The Close Button */
#video-recodes #myvideoModal .close-one {
    color: #252525;
    float: right;
    font-size: 28px;
    padding-right: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-weight: 900;
}
#video-recodes .close-one:hover,
#video-recodes .close-one:focus {
  text-decoration: none;
  cursor: pointer;
}
/*-------------Our Recodes----------------*/
#our-records {
  position: absolute;
  bottom: -18%;
  border: 15px solid #fff;
  border-bottom: none;
  margin: 0 auto;
  left: 15%;
  right: 15%;
}
#vw-records-loop{
  display: none;
}
#our-records .vw-our-records-content {
    text-align: center;
    border-right: 1px solid #47669b; 
}
#our-records span.vw-count {
    font-size: 50px;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 400;
    text-align: center;
}
#our-records p.record-title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: "Lato";
    font-weight: 500;
    text-align: center;
}
/*---------------Latest Blog------------------*/
#vw-latest-news{
  text-align: center;
  margin-top: 10%;
}
#vw-latest-news span {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #444444;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
#vw-latest-news h3 {
    font-size: 62px;
    color: #0e1120;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}
#vw-latest-news .vw-new-content-text {
    background-color: #f5f6fa;
    text-align: left;
    padding: 40px;
    margin-top: 20px;
}
#vw-blog-loop{
  display: none;
}
#vw-latest-news .vw-news-meta i {
    color: #7a7c89;
    font-size: 15px;
    padding: 10px 5px 10px 0;
}
#vw-latest-news .vw-news-meta span {
    color: #7a7c89;
    padding: 20px 0 0;
}
#vw-latest-news .vw-news-meta span a{
  color: #7a7c89;
}
#vw-latest-news span.vw-blog-comments {
    margin-left: 20px;
}
#vw-latest-news a.vw-blog-title {
  font-size: 36px;
  color: #0d1221;
  font-family: "Crimson Text";
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding: 20px 0;
}
#vw-latest-news a.vw-news-button i {
    position: absolute;
    bottom: 0px;
    background-color: #ffff;
    padding: 20px;
    border-radius: 50%;
    color: #000;
    box-shadow: 0px 0px 1px #cccc;
}
#vw-latest-news .vw-latest-news-content {
    padding-bottom: 24px;
}
#vw-latest-news .vw-latest-news-image{
  position: relative;
}
#vw-latest-news span.dat-span {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    color: #865439;
    font-weight: 400;
    background-color: #ffff;
    padding: 15px 10px;
    display: inline-block;
    width: 68px;
    text-align: center;
    right: 5%;
    top: 30%;
    left: auto;
}
#vw-latest-news .vw-new-content-text:hover a.vw-blog-title {
    color: #865439;
}
#vw-latest-news .vw-new-content-text:hover a.vw-news-button i {
    background-color: #865439;
    color: #fff;
}
#vw-latest-news h3:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: 12%;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 5px auto 0 auto;
}
/*---------------Partners------------------*/
#vw-our-partners {
  border: 1px solid #e7ebf2;
}
#vw-our-partners .vw-our-partners-images {
  padding: 0 65px;
}
#vw-partners-loop{
  display: none;
}
/*---------------Footer------------------*/
#vw-footer_box #vw_footer_logo_box {
    padding: 20px 0;
}
#vw-footer_box .footer-social {
    text-align: right;
    padding: 20px 0;
}
.vw-footer-cols .vwsmp_front a {
    background-color: #eff0f4;
    border-radius: 50%;
    padding: 6px;
    width: 40px;
    height: 40px;
}
.vw-footer-cols .vwsmp_front a i{
  color:#000;
}
.vw-footer-cols .vwsmp_front a:hover {
    background-color: #444444;
}
.vw-footer-cols .vwsmp_front a:hover i{
  color: #fff;
}
#vw-footer_box .footer-details {
  border-top: 2px solid #1e3967;
  padding: 40px 0;
  border-bottom: 2px solid #1e3967;
}
#vw-footer_box .footer-details h3 {
    font-size: 21px;
    color: #ffffff;
    font-family: "Crimson Text";
    font-weight: 700;
}
#vw-footer_box .footer-details p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fff;
    font-family: "Lato";
    font-weight: 400;
    margin: 5px;
}
#vw-footer_box .footer-details ul {
    list-style: none;
}
#vw-footer_box .footer-details ul li a{
   color: #fff;
}
#vw-footer_box .footer-details td, #vw-footer_box .footer-details tr, #vw-footer_box .footer-details table {
    border: 0;
    margin: 0;
    padding: 0;
}
#vw-footer_box .footer-details i {
    color: #444444;
    font-size: 20px;
}
#vw-footer_box .footer-details ul{
  margin:0;
}
#vw-footer_box .footer-details ul li{
  padding: 7px 0;
}
.vw-copyright .copyright-text a {
    color: #fff;
}
section#our-records {
    background-color: #444444 !important;
}
/*---------------Footer copyright------------------*/
.vw-copyright .copyright-text {
  padding: 25px 0;
}
.vw-copyright .copyright-text p {
  font-size: 15px;
  color: #b6bbce;
  font-family: "Lato";
  font-weight: 400;
  text-align: center;
  margin: 0;
}
/*---------------------Blog Page--------------------*/
.post_pic_inner {
    position: relative;
}
.post_pic_inner span.dat-span {
    position: absolute;
    font-size: 20px;
    line-height: 23px;
    color: #865439;
    font-weight: 400;
    background-color: #ffff;
    padding: 15px 10px;
    display: inline-block;
    width: 68px;
    text-align: center;
    right: 5%;
    top: 30%;
    left: auto;
}
.postbox-content {
    background-color: #f5f6fa;
    text-align: left;
    padding: 40px;
    margin-top: 20px;
}
.postbox-content .vw-news-meta i {
    color: #7a7c89;
    font-size: 15px;
    padding: 10px 5px 10px 0;
}
.postbox-content .vw-news-meta span a {
    color: #7a7c89;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
.postbox-content .vw-news-meta span {
    color: #7a7c89;
    padding: 20px 0 0;
    font-size: 18px;
    letter-spacing: 0px;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
.postbox-content span.vw-blog-comments {
    margin-left: 20px;
}
.posttitle a{
  font-size: 36px;
  color: #0d1221;
  font-family: "Crimson Text";
  font-weight: 700;
  line-height: 40px;
  display: block;
  padding: 20px 0;
}
.postbox-content .post-text {
    font-size: 18px;
    letter-spacing: 0px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
}
/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}
.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color:transparent;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border:none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  font-size: 16px;
  padding: 10px 18px;
  margin: 0 12px 13px 0;
  height: auto;
  border:1px none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
  font-family: 'Muli', sans-serif;
}
.contact-box .wpcf7 textarea::placeholder
{
  font-family: 'Muli', sans-serif;
}
.contact-box .contac_form input[type="submit"]
{
  border-radius: 40px;
  font-family: 'Muli', sans-serif;
  padding: 12px 20px;
  display: inherit;
  margin: 20px auto 0 auto;
}

section#contact-box{
  padding:0;
  margin:0;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.contact-color-bg form textarea
{
  margin-right: 10px;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 23px;
}
.contact-box .google-map
{
  margin-bottom: 30px !important;
}

.contact-box .contact-head
{
  text-align: center;
  padding-bottom: 30px;
}
.contact-box .contact-head p
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #6e6e6e;
  font-family: "Roboto";
  font-weight: 500;
  max-width: 80%;
  margin: 0 auto;
}
.contact-box .contact-head h2
{
  font-size: 32px;
  color: #222222;
  font-family: "Averia Serif Libre";
  font-weight: normal;
  padding-bottom: 10px;
}
.contact-box .vw-tattoo-contact-box
{
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  padding: 30px;
  text-align: center;
}
.contact-box .vw-tattoo-contact-box span
{
  font-size: 25px;
  letter-spacing: 1px;
  color: #0f0e0e;
  font-family: "Averia Serif Libre";
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 5px 0;
}
.contact-box .vw-tattoo-contact-box i{
  font-size: 35px;
  color: #444444;
}
.contact-box .vw-tattoo-contact-box p{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #9a9da4;
  font-family: "Roboto";
  font-weight: 500;
}
.contact-box .contac_form{
  margin: 0 auto;
  max-width: 55%;
}

/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding: 0;
  margin-bottom: 22px;
  font-size: 36px;
  color: #000;
  font-family:"Averia Serif Libre";
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: 600;
}
/*---------------Promise shortcode-----------------------*/
.vw-current-ex-content {
    padding: 40px 20px;
    border: 1px solid #f0eff4;
    height: 350px;
    position: relative;
}
.vw-current-ex-content .current-ex-image{
  background-color: #865439;
    display: block;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    padding: 20px 10px 10px 10px;
    text-align: center;
    margin: 0 auto;
}
.vw-current-ex-content .current-ex-box h5 {
    font-size: 25px;
    line-height: 14px;
    color: #0e1120;
    font-family: "Crimson Text";
    font-weight: 400;
    text-align: center;
    padding: 24px 0;
}
.vw-current-ex-content .current-ex-text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
    padding-bottom: 15%;
}
.vw-current-ex-content:hover.vw-current-ex-content:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: auto;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 0px auto;
    bottom: 0;
}
.vw-current-ex-content:hover .current-ex-image{
  background-color: #444444;
}
#vw-current-Promise {
    margin: 5% 0;
}
/*---------------Team shortcode-----------------------*/
.vw-our-all-Team .vw-our-Team-box{
  text-align: center;
  background-color: #f7f7f7;
  padding: 20px;
  position: relative;
}
.vw-our-all-Team .vw-our-Team-box .short-img{
  position: relative;
}
.vw-our-all-Team .vw-our-Team-box .short-img .social-profiles {
    position: absolute;
    bottom: 7%;
    width: 100%;
}
.vw-our-all-Team .vw-our-Team-box .short-img .social-profiles a i {
    color: #000;
    background-color: #ffff;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    font-size: 18px;
    border-radius: 50%;
    vertical-align: unset !important;
    margin: 3px;
}
.vw-our-all-Team .vw-our-Team-box .vw-our-Team-content a {
    font-size: 20px;
    color: #313131;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    display: block;
}
.vw-our-all-Team .vw-our-Team-box .vw-our-Team-content span {
    font-size: 18px;
    letter-spacing: 0px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
.vw-our-all-Team .vw-our-Team-box .vw-Team-text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
.vw-our-all-Team .vw-our-Team-content {
    margin: 20px 0;
}
.vw-our-all-Team .vw-Team-info {
    margin: 20px 0;
}
.vw-our-all-Team .vw-Team-info:hover .vw-our-Team-box:after {
    position: absolute;
    background: linear-gradient(to right, #865439 50%, #444444 50%);
    right: 0;
    left: 0;
    content: "";
    width: auto;
    height: 2px;
    display: block;
    border-radius: 30px;
    margin: 0px auto;
    bottom: 0;
}
/*------------------Policy shortcode----------------------*/
.vw-project-box:hover .meta-img {
    opacity: 0.7;
    background-color: #406197;
}
.meta-img{
    position: absolute;
    top: 22%;
    bottom: 50%;
    left: 35%;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 12% 0 30px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.blog-img {
    position: relative;
}
.meta-img img {
    max-width: 20%;
    left:0;
    right:0;
    position: relative;
    top: 32%;
}
.vw-box-content {
    text-align: center;
    background-color: #f5f6fa;
    margin: 10px 0;
    padding: 20px;
}
.vw-box-content h5 {
    font-size: 20px;
    color: #313131;
    font-family: "Crimson Text";
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
}
.vw-policy-text {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
    text-align: center;
}
/*-------------Testimonials shortcode--------------*/
.middle-content #vw-testimonial{
  background:#ffff;
}
.test-box {
    background-color: #f5f6fa;
    margin: 14px 0 !important;
    padding: 20px;
}
.testimonial-box-cont a {
    font-size: 24px;
    line-height: 40px;
    color: #444444;
    font-family: "Crimson Text";
    font-weight: 700;
    display: block;
}
.testimonial-box-cont span {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    color: #7b7d89;
    font-family: "Lato";
    font-weight: 400;
}
.testimonial-box-cont p {
    color: #0e1120;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 24px;
    font-family: "Lato";
    font-weight: 400;
}
/* ------------- Category --------------------*/
.alt-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li
{
  display: inline-block;
}
ul.post-categories li:after
{
  content: ' ,';
}
ul.post-categories li:last-child:after
{
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep
{
  font-weight: bold;
}
.post_tag a:after
{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after
{
  content: "";
}
.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
    width: auto;
}
body{
  padding: 0 !important
}
body.modal-open{
  overflow: scroll !important;
}
/*-------------- media section ---------------*/
@media screen and (max-width:576px) {
  .header-top{
    padding: 0;
  }
  .topbar-box span{
    padding: 10px;
    display: block;
  }
  .menubar{
    position: unset;
    padding: 10px;
    margin: 10px 0;
  }
  #vw-slider .slide_nav i{
    display: none;
  }
  #vw-slider .slider-box{
    top: 38%;
    padding: 0;
    max-width: 100%;
    left: 5%;
  }
  #vw-slider p{
    display: none;
  }
  #vw-slider h3{
    font-size: 16px;
  }
  #vw-slider .slide-but{
    margin-top: 0;
  }
  #vw-slider .slide-but a{
    font-size: 12px;
  }
  #our-feature .featuresbox{
    text-align: center;
    padding: 40px 20px;
  }
  #about-us .about-img-o,#about-us .about-img-t,#about-us .about-img-text{
    position: unset;
    max-width: 100%;
    margin: 10px 0;
  }
  .about-cont-box {
    text-align: center;
  }
  #about-us .about-cont-box h3{
    font-size: 35px;
  }
  #about-us .about-cont-box h3:after{
    margin: 0 auto;
  }
  #about-us #video img{
    width: auto;
  }
  #about-us #video i{
    left:48%;
  }
  #vw-contributes p{
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 33px;
  }
  #vw-contributes .volunteer-but a, #vw-contributes .donate-but a{
    display: block;
  }
  #vw-testimonial .vw-testimonial-head h3{
    writing-mode: unset;
    transform: none;
    font-size: 40px;
  }
  #vw-testimonial .project-tabs{
    text-align: center;
  }
  #vw-testimonial li.nav-item {
    display: inline-block;
    max-width: 40%;
  }
  #vw-testimonial li.nav-item img{
    height: auto;
  }
  #vw-testimonial .vw-testimonial-box,.vw-policy-button{
    padding: 0;
    text-align: center;
  }
  #vw-testimonial .quates-img i,#our-records{
    position: unset;
  }
  #vw-testimonial .vw-testimonial-box p,#our-team .leader-content h3,#vw-latest-news a.vw-blog-title{
    font-size: 20px;
  }
  .quates-img,#vw-footer_box,#vw-testimonial .tab-content{
    text-align: center;
  }
  #vw-policy h2.vw-policy-main{
    font-size: 30px;
  }
  #vw-policy h2.vw-policy-main{
    padding-bottom: 32px;
  }
  #our-team h3,#vw-latest-news h3{
    font-size: 35px;
  }
  #our-team .progress_bar_8 span.skils-percentage{
    float: unset;
  }
  #our-team{
    padding-bottom: 0;
  }
  #vw-policy {
    background-size: cover;
  }
  #video-recodes .video-box p{
    font-size: 32px;
    max-width: 100%;
    margin: 20px auto;
    line-height: 57px;
  }
  #our-records .vw-our-records-content{
    border: none;
  }
  #vw-latest-news{
    margin: 0;
    padding-top: 0;
  }
  #vw-latest-news .vw-new-content-text{
    padding: 40px 20px;
  }
  .vw-footer-cols .vwsmp_front{
    text-align: center;
    padding-top: 10px;
  }
  .about-img-box {
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width:767px){
  .topbar-box span{
    font-size: 13px;
  }
  .menubar {
    padding: 12px;
    margin: 10px;
    position: unset;
  }
  .header-top .vwsmp_front{
    padding-top: 10px;
  }
  #vw-slider .slide_nav i{
    display: none;
  }
  #vw-slider .slider-box{
    left: 0;
    max-width: 100%;
  }
  #vw-slider h3{
    font-size: 30px;
  }
  #vw-slider .slide-but{
    margin-top: 5%;
  }
  #our-feature .featuresbox{
    padding: 20px;
    text-align: center;
  }
  #about-us .about-img-o,#about-us .about-img-t,#about-us .about-img-text{
    position: unset;
    max-width: 100%;
    margin: 10px 0;
  }
  .about-cont-box {
    text-align: center;
  }
  #about-us .about-cont-box h3{
    font-size: 35px;
  }
  #about-us .about-cont-box h3:after{
    margin: 0 auto;
  }
  #about-us #video img{
    width: auto;
  }
  #about-us #video i{
    left:48%;
  }
  #vw-contributes p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 37px;
    padding: 3% 0%;
  }
  #vw-testimonial .vw-testimonial-head h3{
    writing-mode: unset;
    transform: none;
    font-size: 40px;
  }
  #vw-testimonial .project-tabs{
    text-align: center;
  }
  #vw-testimonial li.nav-item {
    display: inline-block;
    max-width: 30%;
  }
  #vw-testimonial li.nav-item img{
    height: auto;
  }
  #vw-testimonial .vw-testimonial-box,.vw-policy-button{
    padding: 0;
    text-align: center;
  }
  #vw-testimonial .quates-img i,#our-records{
    position: unset;
  }
  #vw-testimonial .vw-testimonial-box p,#our-team .leader-content h3,#vw-latest-news a.vw-blog-title{
    font-size: 20px;
  }
  .quates-img,#vw-footer_box,#vw-testimonial .tab-content{
    text-align: center;
  }
  #vw-policy h2.vw-policy-main{
    padding-bottom: 40px;
    font-size: 49px;
  }
  #video-recodes .video-box p{
    font-size: 36px;
    max-width: 100%;
  }
  #our-records .vw-our-records-content{
    border: none;
  }
  #vw-latest-news{
    margin: 0;
  }
  .vw-footer-cols .vwsmp_front{
    text-align: center;
    padding-top: 10px;
  }
  .about-img-box {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width:991px) {
  #topbar .political-logo{
    padding: 25px;
  }
  .topbar-box span i {
    font-size: 15px;
    margin-right: 3px;
  }
  .topbar-box span{
    font-size: 12px;
    padding: 20px 4px 20px 0px;
  }
  .menubar{
    position: unset;
    padding: 10px;
  }
  .header-top .vwsmp_front{
    padding-top: 10px;
  }
  #vw-slider .slider-box{
    max-width: 70%;
  }
  #vw-slider h3{
    font-size: 30px;
  }
  #vw-slider .slide-but {
    margin-top: 5%;
  }
  #our-feature .featuresbox{
    padding: 40px 25px;
  }
  #about-us .about-img-t{
    position: unset;
  }
  #about-us .about-img-text{
    max-width: 37%;
    position: absolute;
    right: 101px;
    padding: 0 47px;
    margin-top: -2px;
  }
  #vw-testimonial .vw-testimonial-head h3{
    writing-mode: unset;
    transform: none;
    font-size: 40px;
  }
  #vw-testimonial .project-tabs{
    text-align: center;
  }
  #vw-testimonial li.nav-item {
    display: inline-block;
    max-width: 30%;
  }
  #vw-testimonial li.nav-item img{
    height: auto;
  }
  .vw-policy-button{
    padding: 0;
    text-align: center;
  }
  #our-records{
    position: unset;
  }
  #vw-testimonial .quates-img i{
    left:24%;
  }
  #vw-testimonial .vw-testimonial-box p,#our-team .leader-content h3,#vw-latest-news a.vw-blog-title{
    font-size: 20px;
  }
  #vw-testimonial .vw-testimonial-box{
    padding: 0 20px;
  }
  #our-team h3,#video-recodes .video-box p{
    font-size: 50px;
  }
  #our-team .leader-content {
    padding: 5% 10%;
  }
  #our-team .leader-content p{
    padding:5px 0;
    font-size: 15px;
  }
  #our-team .progress_bar_8 {
    margin-bottom: 15px;
  }
  #our-team .social-profiles{
    bottom: 30%;
  }
  #vw-latest-news{
    margin:0;
  }
}
@media screen and (max-width: 1024px) and (min-width:991px){
  .topbar-box span i,.header-top .vwsmp_front a i{
    font-size: 12px;
    margin-right: 0px;
  }
  .topbar-box span{
    padding: 20px 3px 20px 0px;
    font-size: 12px;
  }
  .header-top .vwsmp_front a{
    padding: 0px;
    width: 27px;
    height: 27px;
  }
  #topbar .political-logo{
    padding: 38px 10% 38px 10px;
  }
  #vw-sticky-menu .toggle-nav{
    float: left !important;
  }
  #vw-sticky-menu.sticky .toggle-nav{
    float: right !important;
  }
  #vw-slider .slider-box{
    max-width: 80%;
  }
  #vw-slider .slide-but {
    margin-top: 5%;
  }
  #our-feature .featuresbox{
    padding: 40px 5px;
  }
  .vw-box-content h5{
    font-size: 16px;
  }
  #our-team .social-profiles{
    bottom: 30%;
  }
  #video-recodes .video-box p{
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px){
  .main-navigation ul{
    border:none;
  }
  .list_outer {
    padding: 20px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .top_bar_btn a.theme_button {
    position: static;
    top: 0;
    transform: unset;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  .main-navigation ul{
    width:100%;
  }
  .main-navigation li{
    display: block;
    padding: 4px 0px;
    border-top:1px solid #303030;
    margin: 0;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  .toggle-nav {
    display: block;
    position: relative;
    float: right;
    width: 30px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 5;
    right: 0;
    text-align: right;
    right: 0;
    margin-right: 0;
    margin-top: -4px;
    cursor: pointer;
  }
  .toggle-nav i {
    font-size: 29px;
    color: #fff !important;
  }
  .sticky .toggle-nav i{
    color: #000 !important;
  }
  .sticky .toggle-nav{
    right: 30px;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #ffffff;
    cursor: pointer;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span{
    font-size:30px;
    cursor:pointer; 
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .content_boxes figure #instagram-embed-0
  {
    height: 706px;
  }
  .innermenubox {
    position: static;
    padding-bottom: 10px;
  }

  .main-navigation .menu{
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-n#vw-our-blogs .vw-blog-content imgavigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before, 
  .menu > ul > li.current_page_item:before, 
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float#vw-our-blogs .vw-blog-content img: right;
    color: black;
  }
  .menubar .nav ul{ 
    width:100%;
    margin-top:0; 
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    border-top:1px #303030 solid; 
    display:block;
    text-align:left;
    float:none;
    width: 18rem;
    padding: 5px;
  }
  .nav ul li a{
    padding:5px 10px; 
    display:block; 
    color:#ffffff;
    text-align: left;
  }
  #vw-header-menu .current_page_item{
    border-top:1px solid #303030;
    border-bottom:none;
  }
  .nav ul li ul,
  .nav ul li ul ul{ 
    display:block !important;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a{
    padding-left:30px !important;
  }
  .main-navigation ul ul{
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .top_bar_btn{
    padding:0;
  }
  .main-navigation li.current_page_item{
    border:none;
  }
  .main-navigation ul ul{
    background: transparent !important;
  }
  .main-navigation ul ul li{
     background: transparent !important;
  }
  #vw-header-menu .current_page_item{
    background:none;
  }
  #vw-header-menu .current_page_item ul li a{
    color: #fff;
  }
  .main-navigation .current_page_ancestor > a{
    color: #fff !important;
  }
  .main-header-box{
    padding-bottom: 0 !important;
  }
  #vw-sticky-menu.sticky span.toggle-menu-title {
      color: #000;
      font-weight: 600;
      display: block;
      padding: 0;
  }
  #vw-header-menu .current_page_item:after{
    content: none;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1024px){
  .topbar-box span{
    padding: 20px 5px 20px 0px;
    font-size: 13px;
  }
  .topbar-box span i{
    font-size: 15px;
    margin-right: 0px;
  }
  .header-top .vwsmp_front a{
    padding: 2px;
    width: 30px;
    height: 30px;
  }
  .header-top .vwsmp_front a i,.vw-box-content h5{
    font-size: 17px;
  }
  #topbar .political-logo{
    padding: 45px 10% 45px 10px;
  }
  #vw-sticky-menu.sticky span.toggle-menu-title{
    display: none;
  }
  #vw-slider .slider-box{
    max-width: 65%;
  }
  #our-feature .featuresbox{
    padding: 40px 6px;
  }
  #our-feature .featuresbox span{
    font-size: 14px;
  }
  #about-us .about-cont-box h3{
    font-size: 36px;
  }
  #our-team .social-profiles{
    bottom: 30%;
  }
  #video-recodes .video-box p{
    font-size: 48px;
  }
  #our-feature .featuresbox{
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1250px){
  #our-feature .featuresbox{
    padding: 40px 20px;
  }
}
/* ------------- Mozilla Style -------------- */

@-moz-document url-prefix() {

  .main-navigation ul
  {
    text-align: left;
  }
  .main-navigation a
  {
    font-size: 18px;
  }
}