    * {
  box-sizing: border-box;
}

body {
  background: #33334d;
  color: #222;
  line-height: normal;
  font-size: 16px;
  font-family: sans-serif;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	overflow-x:hidden;
}
h1, h1 {
    font-size: 2rem;
}
a {
  color: #4466B0;
  text-decoration: none!important;
  font-weight: 400;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

.bodyContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  color: #262626;
  overflow: auto;
  -webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  overflow-x:hidden;
}
.bodyContainer > p {
  padding-bottom: 1em;
}
.bodyContainer > h4 {
  margin: 1em 0;
}

@media only screen and (max-width: 767px) {
  nav {
    position: fixed;
    width: 65%;
    left: 30%;
    top: 80px;
    font-size: 15px;
	overflow-y:auto;
	overflow-x:hidden;
	max-height:87vh;
  }
  nav::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
  }
  nav > ul {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 15px;
  }
  nav > ul > li {
    display: block;
	width:100%;
    text-transform: uppercase;
    line-height: 2;
    font-size: .8rem;
    padding-left: 20%;
    color: #ffffff;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
  }
  nav > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	display:block;
	width:100%;
  }
  nav > ul > li > ul {
    list-style: none;
    margin-left: 10px;
	padding:0;
	width: 90%;
	display:block;
	
  }
  
  nav > ul > li > ul > li {
    line-height: 1.8;
	margin-left: 0;
	
	display:block;
	width:100%;
  }
  nav > ul > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 90%;
	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
  }
 
  nav > ul > li.logo {
    position: fixed;
    top: 10px;
    width: 300px;
    right: 10px;
  }
  nav > ul > li.logo > a {
    width: 300px;
    position: absolute;
    right: 20px;
  }
  nav > ul > li.logo > a > img {
    width: 160px;
	right:40px;
	top:0;
    position: absolute;
  }
	nav > ul > li > ul > li > ul {
    list-style: none;
    margin-left: 10px;
	padding:0;
	padding-left:5px;
	width: 100%;
	text-transform:capitalize;
	border-left:2px solid rgba(200,200,200,0.2);
  }
  nav > ul > li > ul > li > ul > li {
    line-height: 1.6;
	margin-left: 0;
	text-transform:capitalize;
  }
  nav > ul > li > ul > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 95%;
	text-transform:capitalize;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	
  }
	nav a:hover{
		text-decoration:underline!important;
	}
  .hamburger {
    right: 2rem;
    top: 1rem;
	width: 40px;
	height: 27px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
  }
  .hamburger > div{
	  height:50px;
	  top:0;
	  left:0;
	  right:0;
	  position:fixed;
	  z-index:-1;
  }
  .hamburger div .logo{
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	height:85px;
	width:300px;
	z-index:2;
	position:absolute;
	background-image: url(../img/vna-menu-bg-2.png);
	background-repeat: no-repeat;
	background-position: -680px 10px;
	background-size: 850px 100px; 
  }
  .hamburger div .logo img{
	padding:5px;
	
  }
  .hamburger > span {
    display: block;
    background-color: #4466b0;
    height: 4px;
	margin-bottom: 5px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	box-shadow: 1px 0 3px 1px rgba(200, 200, 200, 0.5);
  }

  nav.active + .bodyContainer,
  nav#navigation:active + .bodyContainer{
    transform: translateX(-45%) scale(0.8);
    box-shadow: 0 0 30px 5px rgba(38, 38, 38, 0.3);
	height:105vh;
	border:3px solid rgba(255,255,255,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  }

  .hamburger.active > span:first-child {
    background-color: #fff;
  }
  .hamburger.active > span:nth-child(2) {
    background-color: #fff;
    margin-left: 5px;
  }
  .hamburger.active > span:nth-child(3) {
    background-color: #fff;
    margin-left: 10px;
  }
  
}
@media only screen and (min-width: 768px) {
  .bodyContainer {
    padding-top: 50px;
  }

  nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 0px 9px 4px rgba(0, 0, 0, 0.1), 0 -5px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    min-width: 580px;
    padding: 0;
    margin: 0;
    text-decoration: none;
  }
  nav .links {
    margin-right: 30px;
    position: relative;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
	
  }
  nav ul.links:after{
	height:50px;
	width:100%;
	position: absolute;
	top:25px;
	z-index:-1;
	content:'';
	background-image: url(../img/vna-menu-bg-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain; 
  }
  nav .links > li {
    list-style: none;
    position: relative;
    margin: 10px;
    display: inline-block;
  }
  nav .links > li > a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    text-decoration: none;
  }
  nav .links > li > a:hover {
    color: #fff;
    background: #4466b0;
    border-radius: 2px;
  }
  nav .links > li > a[class^="trigger-"] {
    padding-right: 40px;
  }
  nav .links > li > a .arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 35%;
    text-align: center;
    right: 10px;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.3) transparent;
  }
  nav .links > li > a .arrow:after {
    content: "";
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    top: -5px;
    left: -15px;
    position: absolute;
    height: 15px;
  }
  nav .links > li ul {
    position: absolute;
    left: -100px;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
    text-align: left;
    padding: 10px;
    width: 250px;
  }
  nav .links > li:hover{
	border-bottom: #344d7d;
  }
	nav .links > li ul.drop:after, nav .links > li ul.drop:before{
		bottom: 100%;
		left: auto;
		right: 15px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	nav .links > li ul.drop:after{
		border-color: solid rgba(194, 225, 245, 0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: -10px;
	}
	nav .links > li ul.drop:before {
		border-color: rgba(194, 225, 245, 0);
		border-bottom-color: rgba(194, 225, 245, 0);
		border-width: 16px;
		margin-left: -16px;
	}
  
  nav .links > li ul > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 10px;
    margin: 0;
    width: 100%;
    text-decoration: none;
  }
  nav .links > li ul > li:hover {
    background: #344d7d;
  }
  nav .links > li ul > li > a{
	display: block;
	width: 100%;
	text-transform:normal;
  }
  nav .links > li ul > li:hover > a {
    background: #344d7d;
    color: #fff;
    text-decoration: none;
  }
  nav .links > li:hover > .drop {
    display: block;
    animation: fadeInRight .3s ease;
    -webkit-animation: fadeInRight .3s ease;
  }
  nav .links > .logo {
    width: 220px;
    line-height: 60px;
    font-size: 0;
    font-weight: 0;
    margin: 0;
    padding: 2px 0;
    text-transform: uppercase;
    background: none !important;
    text-align: left;
  }
  nav .links > .logo > a {
    color: #fff !important;
    width: auto;
    position: absolute;
    text-align: left;
    margin: 0;
    margin-top: -5px;
    padding: 0 20px;
	
  }
  nav .links > .logo > a img{
	height:60px;
  }
  nav .links > .logo > a:hover {
    background: none !important;
    color: #fff !important;
  }
  nav .links > li ul ul{
	display:block;
	width:100%;
	margin-left:10px;
	list-style:none;
	border:0;
	border-left:2px solid rgba(200,200,200,0.5);
	padding-left:20px;
	position:static;
	left:0;
	background:transparent;
	box-shadow: none;
  }
  nav .links > li ul ul li{
	padding:0;
	margin:0;
	font-size:15px;
	display: block;
	width:100%;
  }
  nav .links > li ul ul li a{
	padding:3px 0;
	margin:0;
	font-size:15px;
	font-weight:normal;
	color:#000;
	display: block;
	width:100%;
	
  }

  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(10%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    background: #33334d !important;
	padding-bottom:0;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
	
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
section.bg2 {
    background-color: #fff;
}
.classy .bx-wrapper{
		margin-bottom:0;
	}
	.classy .bxslider li{
		height: 60vh;
		min-height: 400px;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.classy .bx-wrapper .bx-viewport {
	  left: 0;
	  border: none;
	  box-shadow: none;
	}
	.bxslider li h2{
		color:white;
		font-size:50px;
		font-weight:bold;
		padding-top:180px;
		text-align:center;
		text-shadow:5px 5px 5px #000000;
	}
.wrap {
    display: block;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
.wrap.wraphover{
	
}
.wrap.wraphover:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}
.wrap.wraphover:hover h2{
	color: white;
}
.ico-wrap {
    margin: auto;
	width:100%;
	display:block;
	height:200px;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.productslist .bx-wrapper{
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	margin-bottom:20px;
}
.productslist .card{
	border:0;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size:260px auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;		
	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
	box-shadow: 2px 2px 5px #cccccc;
}
.productslist .card-block{
	margin-top:200px;
	padding-top:10px;
	background:#fff;
}
.productslist .card-title{
	font-size: 16px;
	text-transform: uppercase;
}
.productslist .card-footer{
	background:#fff;
}
.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 3px;
    padding-bottom: 3px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
	
	
	h3.h3{text-align:center;margin:1em;text-transform:capitalize;font-size:1.7em;}