/* Base CSS */

@font-face {
  font-family: radikal-regular;
  src: url(../../demos/turley/vita/assets/fonts/radikal-regular-webfont.woff);
}

@font-face {
  font-family: radikal-bold;
  src: url(../../demos/turley/vita/assets/fonts/radikal-bold-webfont.woff);
}





.alignleft {
    float: left;
    margin-right: 15px;
}

.btn_vita {
    position: relative;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.14px;
    box-sizing: border-box;
    display: inline-block;
    font-family: radikal-bold,sans-serif;
    color: #fff;
    margin-left: 0;
    margin-top: 1em;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    transition: all .3s ease;
    line-height: 17px;
    min-width: 90px;
    border-radius: 6px;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    font-size: 0.9em !important;

}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.centertext {
position: absolute;
top: 50%;
transform: translate(0, -50%);
padding-left: 10px;
    padding-right: 25%;
}

.centertext h1 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 1em
    
}

.centertext h4 {
    color: #FFF;
   font-size: 2em;
    font-weight: 900; 
}

.panel-body {
  padding: 15px;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid #F16638;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: #FFFFFF;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
    border-radius: 0px / 8px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #8F2676;
    /* [disabled]border-color: #F16638; */
    border-radius: 0px / 12px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}


.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}

.form-button {
    color: #ffffff !important;
    background: #259699;
    background-color: rgb(37, 150, 153);
    border-width: 10px !important;
    border-color: #259699;
    border-radius: 50px;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Josefin Sans',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    border-style: solid;
    padding-top: 0.4em;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: .3em;
   
   
}

.maintitle {
    padding-top: 30px;
}

.top-strip {
    background-position: top center;
    background-color: #1eb8d1;
    /* [disabled]min-height: 150px; */
    padding-top: 50px;
    padding-bottom: 40px;
}


.et_pb_section_2.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 100px;
    top: 0;
    height: 100px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
}

.et_pb_section_2.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmOWJlNjkiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: rotateY(180deg) rotateX(180deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
 
    /* [disabled]color: #FFFFFF; */
    /* [disabled]text-align: center; */
    text-transform: uppercase;
 
}
.fullw-blue223 h2 {
    font-weight: 600;
}
.fullw-blue h3 {
    color: #000000;
    font-weight: 600;
}


.benefitbox {
    background-color: #FFFFFF;
    border-top: 10px solid #C79C44;
	padding: 15px;
	text-align: center;
}

.benefitbox strong {
    color: #C79C44;
    font-size: 1.2em
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


body {
    color: #545051;
    font-family: 'radikal-regular', sans-serif;
    font-size: 1.1em;
}
h1{
    /* [disabled]text-align: center; */
    font-weight: 600;
}

.card-header a {
    color: #FFFFFF;
}
.imgright {
    float: right;
    color: #FFFFFF;
}

.card {
  border: 1px solid #e6e8eb;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.card .card-header {
    border-bottom: 1px solid #e6e8eb;
    font-weight: 600;
    padding: 1rem 1.6rem;
    background-color: #1EB7D0;
    color: #FFFFFF;
}
.card .card-header p:last-child {
  margin-bottom: 0;
}
.card .card-header .card-title {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 500;
}
.card .card-header .card-subtitle {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  color: #484848;
}
.card .card-header-title {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  font-weight: 600;
}
.card .card-body {
    padding: 1.8rem 2rem;
    color: #545051;
}
.card .card-body-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #e6e8eb;
}

.top-strip  h1 {
    color: #FFFFFF;
}
.pageheader h1 {
    color: #FFFFFF;
}
.header-top h1 {
    color: #FFFFFF;
    text-align: left;
    font-weight: 800;
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: normal !important;
}


.header-top h2 {
    color: #E9004C;
    text-align: left;
    font-weight: 800;
    font-size: 1.8rem;
    font-family: 'Roboto Condensed', sans-serif;
}





.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
a:hover { text-decoration: none }



/* Header bar section start */
.header-top {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    background-color: #000000;
    position: relative;
    z-index: 99;
}
.logo-main img {
    width: 20%;
}

.header-menu {
    z-index: 999 !important;
    position: relative;
    background-color: #e9004c;
    font-family: 'Roboto', sans-serif;
}
.mainmenu {
   /* text-align: center; */
    margin-top: 15px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 15px;
}
.mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainmenu ul li {
	display: inline;
	position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.mainmenu li a {
    display: inline-block;
    margin: 0 15px;
    font-weight: 500;
    padding: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-family: 'radikal-regular', sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
}
.mainmenu li a:active  {
    color: #FFDE09 !important
}

.mainmenu li ul {
	position: absolute;
	display: block;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	left: 0;
	bottom: -50px;
	margin-left: 0;
	visibility: hidden;
}
.mainmenu li ul li a:hover {
    
    text-decoration: underline;
   
}
/*
.mainmenu ul li.actv ul li a {
	text-decoration: underline;
}
*/

.mainmenu li a:hover{text-decoration: underline
}
.mainmenu ul:hover li.actv ul {
	opacity: 0;
	visibility: hidden;
}
.mainmenu ul li:hover.actv ul {
	opacity: 1;
	visibility: visible;
}
.mainmenu ul li.actv ul {
	opacity: 1;
	visibility: visible;
	margin-left: -20px;
}
.mainmenu li ul.nr-drop {
	width: 400px;
	text-align: left;
	margin-left: -20px;
}
.mainmenu ul li:hover ul {
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
    display: block;visibility: visible;
}
header {
	position: relative;
	width: 100%;
	display: inline-block;
 }

.single-slider{
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    height: 895px;
    width: 100%;
}
.square-slider{
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    height: 350px;
    width: 100%;
}






.btnblue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #2b3941;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: 2px solid #2b3941;
    text-decoration: none;
    /* [disabled]background-color: #2763AD; */
}


.btnblue a {
color: #2b3941
}

.btnblue:hover {
	background-color: #3862A7;
	text-decoration: none;
	color: #FFFFFF
}

.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
    text-decoration: none;
}

.btn:hover {
    background-color: #CD0044;
    text-decoration: none;
    color: #FFFFFF
}

.header-slider-area {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.mainmenu ul li.static {
	position: static;
}
.owl-dots div {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 100%;
	margin: 0 8px;
}
.owl-dot.active{
    background: #fff;
}

.owl-controls {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 30px;
}





.about-area {
    padding-top: 60px;
    padding-bottom: 100px;
}
.fullw-blue223 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #000000;
    color: #FFFFFF;
    background-image: url(../img/shards3.png);
}
.fullw-strip {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000000;
    color: #FFFFFF;
}
.pageheader {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #3e7f48;
    color: #FFFFFF;
}
.fullw-blue223 ol li {
    margin-bottom: 10px;
}
.about-area-home {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url(../img/background-image.png);
}


.about-area-home ul {



}
.about-area-home ul li {
    background: url(https://www.vitanottinghamconsultation.co.uk/assets/img/bullet.png) no-repeat left top; /* <-- change `left` & `top` too for extra control */
    padding: 3px 0px 3px 40px;
    /* reset styles (optional): */
    list-style: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: -30px;
    margin-bottom: 15px;
    

    
}

.fullw-blue {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #e3e3e3;
    background-image: linear-gradient(180deg,#f9be69 0%,#f59a00 70%);
    font-weight: 400;
    color: #FFFFFF;
}
.fullw-blue99 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #97d2d6;
    font-weight: 400;
    color: #FFFFFF;
}
.fullw-blue992 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #311e46;
    font-weight: 400;
    color: #FFFFFF;
    border-bottom: 8px solid #1eb8d1;
}
.fullw-blue-site {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #e3e3e3;
    font-weight: 500;
}
ol li {
}
.fullw-blue22 {
    padding-top: 40px;
    padding-bottom: 5px;
    background-color: #c89c44;
    color: #FFFFFF;
}
.fullw-blue23 {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: #c0c0c0;
    color: #3d2745;
    font-size: 14px;
}
.fullw-blue2 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #cce5e4;
}
.fullw-dark {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #2b3941;
    color: #FFFFFF;
}
.fullw-dark h2 strong {
    color: #FFFFFF;
}


.divider {
    margin: 0 0 30px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    position: relative;
    background-color: #FFDE09;
    width: 28mm;
    padding-top: 8px;
}

.about-top h1 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #73AE50;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 34px;
    /* [disabled]text-transform: uppercase; */
}


.about-top h2 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
}

.about-top h3 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
}



.header-top p {
    color: #FFFFFF;
    font-weight: 600;
}
.whitebox {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-top: 5px solid #036268;
    color: #73b9b3;
    font-size: 1.2em;
    margin-bottom: 20px;
}
.homepagebox {
    background-color: #F9DCE6;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

}
.homepagebox2 {
    background-color: #F8F3F0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

}
.about-top .homepagebox p {
    /* [disabled]color: #FFFFFF; */
}

.about-top, .about-bottom {
	padding: 0 80px;
}
.row.about-bottom {
	margin-top: 25px;
}
.single-text p {
	letter-spacing: .5px;
	font-size: 16.5px;
}


.single-touch {
	font-size: 14px;
	letter-spacing: .4px;
}

.single-touch h3 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
.social i {
	font-size: 28px;
	color: #000;
	margin-right: 10px;
}
.social {
	margin-bottom: 35px;
}
.single-touch h5 {
	font-weight: bold;
	letter-spacing: 1px;
}

.single-touch ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-touch li a {
	color: #000;
	letter-spacing: .45px;
	display: inline-block;
	margin-bottom: 3px;
}
.footer-top {
	padding: 50px 0;
	background: #F9DCE6;
}

.shp {
	width: 100%;
	height: 200px;
	background-image: url(https://www.vitanottinghamconsultation.co.uk/assets/img/shp.png);
    background-size: cover;
    background-position: center;
}


.footer-bottom {
    padding: 50px 0;
    background-color: #e9004c;
    letter-spacing: .5px;
    color: #FFFFFF;
}
.footer-bottom-right {
	padding-top: 12px;
}

.footer-bottom-right img {
	float: right;
}
















/*slide-menu style*/

.menu-bar {
  width: 40px;
  height: 35px;
  border: 0px solid #fff;
  display: block;
  float: right;
  margin-top: 22px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 9;
  padding: 6px 4px !important;
}
.menu-bar span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  margin-bottom: 7px;
}
.menu-bar{display: none}








.slide-menu{
    display: none
}
.slide-menu {
    position: fixed;
    background-color: #e9004c;
    top: 0;
    right: -300px;
    width: 270px;
    height: 100%;
    z-index: 9999;
    -webkit-transition: .4s;
    transition: .4s;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFFFFF;
}

.cross-btn {
  position: absolute;
  top: 8px;
  font-size: 23px;
  color: #000;
  cursor: pointer;
}
.slide-menu.active {
  right: 0;
  z-index: 999999;
}
.slide-menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-menu-main li {
  display: block;
  float: none;
  border-bottom: 1px solid #ddd;
}
.slide-menu-main ul li a {
    font-size: 13px;
    letter-spacing: .7px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.slide-menu-main li a i {
  font-size: 19px;
  position: relative;
  top: 3px;
}


.slide-menu {
  display: block;
  -webkit-box-shadow: -1px 0 3px #b8b8b8;
  box-shadow: -1px 0 3px #b8b8b8;
}
.slide-menu-main ul li a:hover {
    color: #000000;
}
.signin-area a {
  padding: 8px 30px;
  background: #eac000;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
  float: left;
}
.signin-area {
  margin-top: 50px;
}

.slide-menu-main li ul li a {
  font-size: 12px;
  padding-left: 15px;
}




/*slide-menu style*/