.vc-tleft {
    text-align: left
}
.vc-tleft16 {
    text-align: left;
	font-size: 30px;
}
.vc-tcenter {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #0E255B;
    margin: 10px 0px;
	text-align: center;
		
}

.vc-h2bold {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #0E255B;
    margin: 10px 0px;
    text-align: center;
	background-color: #cddcdf
}
.vc-h2bold3 {
    font-size: 70px;
    line-height: 1.25;
    font-weight: 700;
    color: #336b50;
    margin: 15px 0px;
	text-align: center;}
	

.vc-h2bold50 {
    font-size: 50px;
    line-height: 1.25;
    font-weight: 700;
    color: #0e255b;
    margin: 10px 0px;
    text-align: center;
	background-color: #cddcdf
}
/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #1173a0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}


.center {
  display: block;
  margin-left: 180px;
  margin-right: auto;

}