/*!
 * Project_Name: EPS site
 * Author: john
 * Email: johnaxr@gmail.com
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: white;
  color: black;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
	font-size: 9pt;
	text-decoration: none;
	color: #09F;
	text-align: center;
	list-style-image: none;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	color: #000066;
	font-size: 16px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  color: white;
  text-decoration: none;
  background-color: #152559;
  line-height: normal;
  border: none;
  outline: none;
  font-size: 14px;
  font-size: 0.875em;
}
.button.secondary {
  background-color: #e9eaed;
  color: #7d808c;
}

.fullwidth-block {
	position: relative;
	padding-right: 0;
	padding-left: 0px;
	padding-top: 5%;
	padding-bottom: 0%;
	top: 20px;
}

@media screen and (max-width: 510px) {
  .col-us {
    width: 100% !important;
    float: none;
  }
}

.breadcrumbs {
  background: #f6f7f9;
  padding: 10px;
  font-size: 14px;
  font-size: 0.875em;
  color: #aeb0b9;
  font-weight: 300;
}
.breadcrumbs a {
  color: #aeb0b9;
  text-decoration: none;
}

.slider {
	position: relative;
	margin-bottom: 50px;
	top: 60px;
}
.slider .slides {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.slider .slides:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.slider .slides li {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 30px 0;
}
.slider .slides li img {
  float: right;
}
.slider .slide-caption {
	padding: 70px 50px 30px 0;
	text-align: left;
}
.slider .slide-title, .slider .slide-subtitle, .slider .slide-summary, .slider .button {
  -webkit-transition: .3s ease-in;
          transition: .3s ease-in;
  opacity: 0;
}
.slider .slide-title {
	color: #152559;
	margin: 0 0 10px;
	font-size: 55px;
	font-size: 24pt;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	line-height: 36px;
	text-align: left;
}
.slider .slide-subtitle {
	color: #01a6d4;
	display: block;
	margin: 0 0 50px;
	font-weight: 300;
	font-size: 36px;
	font-size: 18px;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	line-height: 25px;
}
.slider .slide-summary {
  -webkit-transform: translateX(200px);
      -ms-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  margin-bottom: 50px;
}
.slider .button {
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}
.slider .flex-active-slide .slide-title, .slider .flex-active-slide .slide-subtitle {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-active-slide .slide-summary {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.slider .flex-active-slide .button {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.slider .flex-control-nav {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.slider .flex-control-nav li {
  display: inline-block;
  margin: 0 2px;
}
.slider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cbccce;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}
.slider .flex-control-nav li a.flex-active {
  background: #01a6d4;
}

.feature {
	margin-bottom: 10px;
	position: relative;
	margin-right: 0px;
}
.feature [class^="icon-"] {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  color: #01a6d4;
  position: relative;
  top: 5px;
}
.feature .feature-title {
  color: #152559;
  margin-bottom: 10px;
}
.feature .feature-title .title, .feature .feature-title .subtitle {
  display: table;
}
.feature .feature-title .title {
	font-size: 24px;
	font-size: 9pt;
	margin: 0;
}
.feature .feature-title .subtitle {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 100;
  color: #7d808c;
}
.feature .feature-summary {
	font-size: 8pt;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
	padding-left: 10px;
}
.feature .feature-summary-right {
	margin-bottom: 20px;
	padding-right: 5px;
	font-size: 8.5pt;
}
.feature.top-icon {
  text-align: center;
}
.feature.top-icon [class^="icon-"] {
  display: block;
  text-align: center;
  font-size: 48px;
  position: relative;
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.feature.top-icon .feature-md-3 {
  color: #01a6d4;
}
.feature.has-connector:before {
  content: " ";
  width: 260px;
  height: 67px;
  background: url(images/connector.png) no-repeat;
  position: absolute;
  top: -75px;
  left: 55%;
}
@media screen and (max-width: 990px) {
  .feature.has-connector:before {
    display: none;
  }
}

.pricing-table {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}
.pricing-table .pricing-title {
  background-color: #01a6d4;
  text-align: center;
  padding: 20px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}
.pricing-table .pricing-title .pricing-type {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}
.pricing-table .pricing-title small {
  font-size: 1em;
}
.pricing-table .price-tag {
  padding: 20px 30px;
}
.pricing-table .price-tag strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}
.pricing-table .price-tag small {
  font-size: 1em;
}
.pricing-table .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}
.pricing-table .list-fa {
  padding: 0 30px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 0px 0 0px 0px;
  position: relative;
}
.feature-list [class^="icon-"] {
  position: absolute;
  font-size: 48px;
  left: 0;
  top: 25px;
  color: #01a6d4;
}
.feature-list h3 {
  color: #152559;
  font-size: 17px;
  font-size: 1.0625em;
  margin: 0 0;
}
.feature-list p {
  margin: 0;
}

.boxed-content {
  border-radius: 10px;
  padding: 30px;
}

.team {
  text-align: center;
}
.team .team-image {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.map {
	border-radius: 10px;
	overflow: scroll;
	height: 500px;
	position: relative;
}
.map iframe {
  width: 100%;
  height: 350px;
}
.map:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

address {
  font-style: normal;
}

form input:not([type="submit"]), form textarea {
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #dedfe2;
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  width: 100%;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
form input:not([type="submit"]):hover, form input:not([type="submit"]):active, form input:not([type="submit"]):focus, form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #01a6d4;
}
form textarea {
  display: block;
  min-height: 180px;
  resize: vertical;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-cop1gd");
  src: url("fonts/icomoon.eot?#iefix-cop1gd") format("embedded-opentype"), url("fonts/icomoon.woff?-cop1gd") format("woff"), url("fonts/icomoon.ttf?-cop1gd") format("truetype"), url("fonts/icomoon.svg?-cop1gd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-person-globe:before {
  content: "\e600";
}

.icon-person-time:before {
  content: "\e601";
}

.icon-chess-knight:before {
  content: "\e602";
}

.icon-maze:before {
  content: "\e603";
}

.icon-bulb:before {
  content: "\e604";
}

.icon-handshake:before {
  content: "\e605";
}

.icon-doc-time:before {
  content: "\e606";
}

.icon-mobile-check:before {
  content: "\e607";
}

.icon-person-move:before {
  content: "\e608";
}

.icon-target:before {
  content: "\e609";
}

.icon-bar-chart-up:before {
  content: "\e60a";
}

.icon-bar-chart-down:before {
  content: "\e60b";
}

.icon-person-target:before {
  content: "\e60c";
}

.icon-bulb-structure:before {
  content: "\e60d";
}

.icon-doc-check:before {
  content: "\e60f";
}

.icon-customer-service:before {
  content: "\e610";
}

.icon-barcode:before {
  content: "\e611";
}

.icon-box-search:before {
  content: "\e612";
}

.icon-box-timer:before {
  content: "\e613";
}

.icon-box-verified:before {
  content: "\e614";
}

.icon-recyclable:before {
  content: "\e615";
}

.icon-broken-glass:before {
  content: "\e616";
}

.icon-umberella:before {
  content: "\e617";
}

.icon-map-pin-alt:before {
  content: "\e618";
}

.icon-box-delivery:before {
  content: "\e619";
}

.icon-box:before {
  content: "\e61a";
}

.icon-globe-plane:before {
  content: "\e61b";
}

.icon-send-receive:before {
  content: "\e61c";
}

.icon-vehicle-run:before {
  content: "\e61d";
}

.icon-cart:before {
  content: "\e61e";
}

.icon-globe:before {
  content: "\e61f";
}

.icon-map-pin:before {
  content: "\e620";
}

.icon-server-update:before {
  content: "\e621";
}

.icon-server-search:before {
  content: "\e622";
}

.icon-server-add:before {
  content: "\e623";
}

.icon-server-lock:before {
  content: "\e624";
}

.icon-expand:before {
  content: "\e625";
}

.icon-shrink:before {
  content: "\e626";
}

.icon-signal:before {
  content: "\e627";
}

.icon-doc-download:before {
  content: "\e628";
}

.icon-icon-27:before {
  content: "\e629";
}

.icon-lock:before {
  content: "\e62a";
}

.icon-unlock:before {
  content: "\e62b";
}

.icon-key:before {
  content: "\e62c";
}

.icon-credit-card-hand:before {
  content: "\e62d";
}

.icon-credit-card:before {
  content: "\e62e";
}

.icon-money-head:before {
  content: "\e62f";
}

.icon-icon-46:before {
  content: "\e630";
}

.icon-diamond:before {
  content: "\e631";
}

.icon-piggy:before {
  content: "\e632";
}

.icon-pie-chart:before {
  content: "\e633";
}

.icon-line-chart-up:before {
  content: "\e634";
}

.icon-line-chart-down:before {
  content: "\e635";
}

.icon-money-paper:before {
  content: "\e636";
}

.icon-mobile-money:before {
  content: "\e637";
}

.icon-mobile-chart:before {
  content: "\e638";
}

.icon-money-storage:before {
  content: "\e639";
}

.icon-cc-terminal:before {
  content: "\e63a";
}

.icon-checque:before {
  content: "\e63b";
}

.icon-money-atm:before {
  content: "\e63c";
}

.icon-cash-machine:before {
  content: "\e63d";
}

.icon-hammer:before {
  content: "\e63e";
}

.icon-bear:before {
  content: "\e640";
}

.icon-bull:before {
  content: "\e641";
}

.icon-person-money:before {
  content: "\e642";
}

.icon-gold:before {
  content: "\e643";
}

.icon-calculator:before {
  content: "\e644";
}

.icon-money-bag:before {
  content: "\e645";
}

.icon-wallet:before {
  content: "\e646";
}

.icon-money-globe:before {
  content: "\e647";
}

.icon-bank:before {
  content: "\e648";
}

.icon-money-doc:before {
  content: "\e649";
}

.icon-abacus:before {
  content: "\e64a";
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
  	*zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 700px;
	
  }
}
@media (min-width: 1022px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;


  }
}
@media (max-width: 768px) {
  .container {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
  *zoom: 1;
	padding-bottom: 2px;
}
.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4,  .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .slider .slide-caption, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 60px;
	padding-bottom: 70px;
	padding-top: 5px;
	
}

.logcol-md-8 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 66.66667%;
	float: left;
		
}

.imgcol-md-8{
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-left: 50px;
	
}

.imgcol-md-3{
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 50px;
	width: 20%;
	float: left;
  }
	
}
	

.col-md-4{
position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}



.col-md-12{
position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 70px;
	padding-top: 5px;
	
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .slider .slide-caption, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8, .slider .slide-caption {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
body {
	position: relative;
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
	color: #7d808c;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.site-header {
	position: relative;
	z-index: 99;
	line-height: normal;
	height: 50px;
	width: 100%;
}

.member-navigation .fa {
  margin-right: 5px;
}
.member-navigation a {
  display: inline-block;
  margin-left: 20px;
}

.bottom-header {
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);

  *zoom: 1;
}
.bottom-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.bottom-header .branding {
  padding: 15px 0;
}
.bottom-header .branding {
  color: #152559;
  text-decoration: none;
}
.branding .site-title {
  color: #152559;
}
.branding .site-title span {
  color: #01a6d4;
}
.branding .site-description {
  color: #7d808c;
}
.branding {
  *zoom: 1;
}
.branding:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
.branding img.logo-icon {
  float: left;
  margin-right: 0px;
}
.branding .site-title, .branding .site-description {
  display: table;
}
.branding .site-title {
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.branding .site-title a {
  color: #152559;
  text-decoration: none;
}
.branding .site-title a span {
  color: #01a6d4;
}
.branding .site-description {
	font-size: 12px;
	font-size: 0.8em;
	margin: 0;
}

.main-navigation .menu-toggle {
	display: none;
	background: none;
	padding: 5px;
	margin-top: 5px;
	border: none;
	outline: none;
	position: relative;
	clip: rect(auto,auto,auto,auto);
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-toggle {
	display: block;
	position: relative;
  }
}

.main-navigation .menu {
	list-style: none;
	margin: 10px 0;
	padding: 0;

  *zoom: 1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
	right: 20%
}

.main-navigation .menu:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu {
	display: none;
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	background: white;
	padding: 20px;
	font-family: sans-serif;
  }
}
@media screen and (min-width: 769px) {
  .main-navigation .menu {
    display: block !important;
  }
}
.main-navigation .menu .menu-item {
  float: left;
  padding: 0 20px;
}
.main-navigation .menu .menu-item:last-child {
  padding-right: 0 20px;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item {
    display: block;
    float: none;
  }
  .main-navigation .menu .menu-item a:after {
    display: none;
  }
}
.main-navigation .menu .menu-item a {
  padding: 5px 0;
  display: block;
  text-decoration: none;
  color: inherit;
  font-weight: 300;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .2s ease;
          transition: .2s ease;
}
.main-navigation .menu .menu-item a:after {
  content: "|";
  position: absolute;
  right: -20px;
  font-weight: 100;
  color: #e4e4e4;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu .menu-item a {
    padding: 10px 20px;
  }
}
.main-navigation .menu .menu-item:first-child {
  border-left: none;
}
.main-navigation .menu .menu-item:last-child a {
  padding-right: 0;
}
.main-navigation .menu .menu-item:last-child a:after {
  display: none;
}
.main-navigation .menu .menu-item:hover a, .main-navigation .menu .menu-item.current-menu-item a {
	color: #01a6d4;
	border-bottom: 2px solid #01a6d4;
	font-style: italic;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alig-center {
  text-align: center;
}

hr {
  border: none;
  border-bottom: 1px solid #adafb8;
}

.list-fa {
  padding: 0;
  list-style: none;
}
.list-fa li {
  padding: 6px 0;
}
.list-fa li .fa {
  margin-right: 10px;
  color: #01a6d4;
}

.list-check {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}
.list-check li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}
.list-check li .fa {
  position: absolute;
  top: 7px;
  left: 0;
  color: #01a6d4;
}
.list-check li h3 {
  color: #01a6d4;
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 5px;
}
.list-check li p {
  margin: 0;
}

.leading {
	font-size: 24px;
	font-size: 1.5em;
	color: #29317f;
	font-weight: 300;
	line-height: normal;
}
.leading.muted {
  color: #adafb8;
}

.about-section h2 {
  color: #152559;
  font-size: 36px;
  font-size: 2.25em;
}

.inner-content {
  padding-top: 50px;
}

img.pull-left {
  margin-right: 30px;
}

img.pull-right {
  margin-left: 30px;
}

img.pull-left, img.pull-right {
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  img.pull-left, img.pull-right {
    float: none !important;
    margin: 0 auto 20px;
    display: block;
    text-align: center;
	
  }
}

hr {
  border: none;
  border-bottom: 1px solid #e4e4e4;
}
hr.spacer {
  border: none;
  padding: 20px;
}

.site-footer {
	background-color: #29317f;
	color: #aaacb5;
	position: fixed;
	width: 100%;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height: 30px;
	bottom: 0px;
}
.site-footer .copy {
  font-size: 12px;
  font-size: 0.75em;
}
.site-footer a {
  color: #aaacb5;
}
.site-footer .branding .site-title a, .site-footer .branding .site-title span {
  color: #aaacb5;
}
.site-footer .branding .site-title, .site-footer .branding .site-description {
  line-height: normal;
}
.site-footer .branding .site-description {
  color: #767982;
}
@media screen and (max-width: 480px) {
  .site-footer .branding {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .site-footer {
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .footer-navigation {
    text-align: left;
  }
}
.footer-navigation a {
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  line-height: 15px;
  border-left: 1px solid #767982;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.footer-navigation a:hover {
  color: #01a6d4;
}
.footer-navigation a:first-child {
  border-left: none;
}
.footer-navigation a:last-child {
  padding-right: 0;
}

.social-links {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.social-links a {
	width: 25px;
	height: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	line-height: 35px;
	margin-left: 10px;
}
.social-links a:hover {

}

.post {
  padding: 50px 0;
  border-bottom: 1px solid #ededed;
}
.post:first-child {
  padding-top: 0;
}
.post .entry-title {
  font-size: 30px;
  font-size: 1.875em;
  margin: 0 0 30px;
}
.post .entry-title a {
  color: #152559;
  text-decoration: none;
}
.post .featured-image {
  border-radius: 10px;
  overflow: hidden;
}
.post .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.post .entry-summary {
  margin: 20px 0;
}
.post .entry-summary p {
  margin: 0;
}

.pagination {
  padding: 30px 0;
  text-align: center;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  color: #152559;
  margin: 0 0 10px;
  line-height: normal;
}

.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 20px;
  font-size: 1.25em;
  color: #152559;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget .posts {
  list-style: none;
  padding-left: 0;
}
.widget .posts li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e4e4e4;
}
.widget .posts .entry-title {
  margin: 0;
  font-weight: 300;
  line-height: normal;
  font-size: 16px;
  font-size: 1em;
}
.widget .posts .entry-title a {
  color: #01a6d4;
}
.widget .posts .date {
  font-size: 13px;
  font-size: 0.8125em;
}
.widget blockquote {
  font-size: 16px;
  font-size: 1em;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 30px;
}
.widget blockquote:before {
  content: " ";
  width: 21px;
  height: 22px;
  background: url(images/quote.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.widget blockquote cite {
  font-weight: 500;
  font-style: normal;
}

  
 /*---------------brandnewcontainer-------------*/ 
 
 .brandcontainer {
	padding-left: 10px;
	padding-right: 10px;
  	*zoom: 1;		
	float: left;
	
}

@media (min-width: 1022px) {
  .brandcontainer {
    width: 750px;
	float: right;
  }
}
@media (min-width: 1230px) {
  .brandcontainer {
    width: 800px;
	margin-left: 80px;
  }
}
@media (max-width: 768px) {
  .brandcontainer {
	padding-top: 5px;
	padding-right: 10px;
margin-bottom: 20px;
	padding-left: 40px;
  }
}

.brandcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.brandcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

/*-------start--------left-brandnewcontainer-------------*/ 
 
 .left-brandcontainer {
	padding-left: 10px;
	padding-right: 10px;	
	width: 350px;
  	*zoom: 1;
	float: left;
}

@media (min-width: 1230px) {
  .left-brandcontainer {
    width: 350px;
	

  }
}
@media (max-width: 768px) {
  .left-brandcontainer {

	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
	
  }
}
@media screen and (max-width: 480px) {
	.left-brandcontainer {

	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-top: 10px;
  }
}


.left-brandcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.left-brandcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

 /*-------end--------left-brandnewcontainer-------------*/ 
 
 

/*---------------new items-------------------------------*/ 

.top-header {
	color: #aaacb5;
	background-color: #29317f;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	height: 36px;
	width: 100%;
}
.top-header a {
  color: #aaacb5;
  text-decoration: none;
}

/*---------------logos-------------*/ 

.logos {
	width: 180px;
	height: 160px;
	z-index: 10;
}

@media screen and (max-width: 991px) {
  .logos {
	width: 100%;
	height: 100%;
	
  }}
   
/*---------------brandnewcontainer-------------*/ 
.logo-header {
	width: 180px;
	height: 160px;
	z-index: 0;
	position: absolute;
	top: 5px;
	left: 50px;
	background-color: #FFF;
		
}

@media screen and (max-width: 991px) {
  .logo-header {
	width: 160px;
	height: 130px;
	position: absolute;
	top: 5px;
	left: 20px;
	background-color: #FFF;

}}

.topstrip-header {
	background-color: #29317f;
	width: 100%;
	height: 36px;
	position: relative;
	top: 50px;
}
@media screen and (max-width: 768px) {
 .topstrip-header {
	background-color: #29317f;
	height: 36px;
	position: relative;
	top: 80px;
	width: 100%;
}}

	

@media screen and (max-width: 768px) {
.col-md-3 {
    width: 50%;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
  }}
  
 @media screen and (max-width: 480px) {
.col-md-3 {
    width: 90%;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
  }}
  
  @media screen and (max-width: 1022px) {
.col-md-3 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
  }}
  @media (max-width: 1230px) {
  .col-md-3 {
    width: 80%;
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
  }
  }
 

@media screen and (max-width: 768px) {
.container {
	margin-top: 50px;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
  	*zoom: 1;
}}

/*---------------Page_brandnewcontainer-------------*/ 
 
 .page_brandcontainer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 12.5%;
	padding-right: 10px;
	width: 80%;
  	*zoom: 1;
}

@media screen and (max-width: 480px) {
	 .page_brandcontainer {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .page_brandcontainer {
    width: 600px;
  }
}
@media (min-width: 1022px) {
  .page_brandcontainer{
    width: 1000px;
	
  }
}
@media (min-width: 1230px) {
  .page_brandcontainer {
    width: 1250px;
  }
}
@media (max-width: 768px) {
  .page_brandcontainer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
margin-left: 12.5%;
	width: 100%;
  }
}

.page_brandcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.page_brandcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
} 
/*---------------brandnewcontainer-------------*/

.slidecontainer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
  	*zoom: 1;
	width: 100%;
}
 
 .feature-summarynoborder{
	padding-left: 10px;
	font-size: 16px;
	line-height: 30px;
}
.socialicons {
	text-align: center;
}
@media screen and (max-width: 768px) {
  .socialicons {
	text-align: center;
	position: relative;
	z-index: 999;
  }
}

/* web address link*/
        
		.title .webnames {
	font-size: 12px;
	color: #29317f;
	text-decoration: none;
	text-align: center;
}
        
        .leftbarblue {
	background-color: #FFF;
	float: left;
	height: 90px;
	width: 20px;
}
    .title .webnames a:link {
	text-decoration: none;
	color: #29317f;
}
.title .webnames a:visited {
	text-decoration: none;
	color: #29317f;
}
.title .webnames a:hover {
	text-decoration: none;
	color: #29317f;
}
.title .webnames a:active {
	text-decoration: none;
	color: #29317f;
}


/* web address link*/

/* product list link link*/
   .feature-summary a:link {
	text-decoration: none;
	color: #666666;
}
.feature-summary a:visited {
	text-decoration: none;
	color: #666666;
}
.feature-summary a:hover {
	text-decoration: none;
	color: #666666;
}
.feature-summary a:active {
	text-decoration: none;
	color: #666666;
}
/* product list link link*/


/* ---firstpagecontainer-----------*/

.firstcontainer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
  	*zoom: 1;
}
.firstcontainer:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

}
@media (min-width: 1022px) {
  .firstcontainer {
    width: 1000px;
	

  }
}
@media (min-width: 1230px) {
  .firstcontainer {
    width: 1250px;
	background-image: url(images/bg.jpg);

  }
}
@media (max-width: 768px) {
  .firstcontainer {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;

  }
}

.firstcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.firstcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
  }
/* --------------firstpagecontainer----end----------*/
  


/*---------------slidebrandnewcontainer-------------*/ 
 
 .slidebrandcontainer {
	
	padding-right: 20px;
  	*zoom: 1;		
	margin-right: auto;
	margin-top: 20px;

}

}
@media (min-width: 1022px) {
  ..slidebrandcontainer {
    width: 900px;
	margin-top: 30px;

  }
}
@media (min-width: 1230px) {
  .slidebrandcontainer {
    width: 1200px;
	margin-top: 20px;
	margin-left: 100px;
	padding-left: 75px;

  }
}
@media (max-width: 768px) {
  .slid3ebrandcontainer{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 30px;
  }
}

.slidebrandcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.slidebrandcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
/*---------------productcontainer-------------*/ 
 
 .productcontainer {
	padding-left: 20px;
	padding-right: 20px;
  	*zoom: 1;		
	margin-right: auto;
	margin-top: 30px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;

}

@media (max-width: 768px) {
  .productcontainer{
	padding-left: 20px;
	padding-right: 20px;
  	*zoom: 1;		
	margin-right: auto;
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 10%;
  }
}


.productcontainer-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.productcontainer-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

/*---------------profiletext-------------*/ 
.profiletext{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333;
	font-style: normal;
}
	
.profilehead-1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	line-height: normal;
	color: #009;
	font-weight: 900;
}

.profilehead-2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #009;
	font-weight: normal;
}

.profileleading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #009;
	font-weight: normal;
}

.textlist{
	font-size: 7pt;
	color: #000;
	font-weight: normal;
}



/*---------------Page_brandnewcontainer-------------*/ 
 
 .contact_box{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8%;
	padding-top: 7%;
	padding-right: 10px;
	width: 80%;
  	*zoom: 1;
}

@media (min-width: 768px) {
  .contact_box {
    width: 600px;
  }
}
@media (min-width: 1022px) {
  .contact_box{
    width: 1000px;
	
  }
}
@media (min-width: 1230px) {
  .contact_box {
    width: 1250px;
  }
}
@media (max-width: 768px) {
  .contact_box{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	width: 100%;
  }
}

.contact_box-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.contact_box-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}