/*!
 * Project_Name: Themezy Hosting Theme
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.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: 1.17em;
  margin: 1em 0;
}

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;
}

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%;
}

small1 {
  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: #2CB4D5;
  line-height: normal;
  border: inherit;
  outline: none;
  font-size: 14px;
  font-size: 0.875em;
}
.button.secondary {
  background-color: #e9eaed;
  color: #7d808c;
}

.fullwidth-block {
  padding: 50px 0;
  position: relative;
}

@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;
  background: #f6f7f9;
  margin-bottom: 50px;
}
.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;
}
.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: #2EC84A;
  margin: 0 0 10px;
  font-size: 55px;
  font-size: 3.4375em;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  line-height: 55px;
}
.slider .slide-subtitle {
  color: #01a6d4;
  display: block;
  margin: 0 0 50px;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25em;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.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: 30px;
  position: relative;
}
.feature [class^="icon-"] {
  font-size: 48px;
  float: left;
  margin-right: 20px;
  color: #01a6d4;
  position: relative;
  top: 5px;
}
.feature .feature-title {
  color: #152559;
  margin-bottom: 20px;
}
.feature .feature-title .title, .feature .feature-title .subtitle {
  display: table;
}
.feature .feature-title .title {
  font-size: 24px;
  font-size: 1.5em;
  margin: 0;
}
.feature .feature-title .subtitle {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 100;
  color: #7d808c;
}
.feature .feature-summary {
  margin-bottom: 50px;
  padding-right: 20px;
 
}
.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-title {
  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-table1 {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pricing-table2 {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pricing-table3 {
  border: 2px solid #dedfe2;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pricing-table4 {
  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-table1 .pricing-title1 {
  background-color: #2ec84a;
  text-align: center;
  padding: 20px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}

.pricing-table2 .pricing-title2 {
  background-color: #AA1ED7;
  text-align: center;
  padding: 20px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}

.pricing-table3 .pricing-title3 {
  background-color: #CF540B;
  text-align: center;
  padding: 20px 0;
  margin: -2px -2px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white !important;
}

.pricing-table4 .pricing-title4 {
  background-color: #A7E30B;
  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-table1 .pricing-title1 .pricing-type1 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}

.pricing-table2 .pricing-title2 .pricing-type2 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}

.pricing-table3 .pricing-title3 .pricing-type3 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}

.pricing-table4 .pricing-title4 .pricing-type4 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  color: white !important;
}

.pricing-table .pricing-title small {
  font-size: 1em;
}

.pricing-table1 .pricing-title1 small {
  font-size: 1em;
}

.pricing-table2 .pricing-title2 small {
  font-size: 1em;
}

.pricing-table3 .pricing-title3 small {
  font-size: 1em;
}

.pricing-table4 .pricing-title4 small {
  font-size: 1em;
}

.pricing-table .price-tag {
  padding: 20px 30px;
}
.pricing-table1 .price-tag1 {
  padding: 20px 30px;
}

.pricing-table2 .price-tag2 {
  padding: 20px 30px;
}

.pricing-table3 .price-tag3 {
  padding: 20px 30px;
}

.pricing-table4 .price-tag4 {
  padding: 20px 30px;
}

.pricing-table .price-tag strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}
.pricing-table1 .price-tag1 strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}

.pricing-table2 .price-tag2 strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}

.pricing-table3 .price-tag3 strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}

.pricing-table4 .price-tag4 strong {
  font-size: 30px;
  font-size: 1.875em;
  color: #152559;
}

.pricing-table .price-tag small {
  font-size: 1em;
}

.pricing-table1 .price-tag1 small {
  font-size: 1em;
}
.pricing-table2 .price-tag2 small {
  font-size: 1em;
}
.pricing-table3 .price-tag3 small {
  font-size: 1em;
}
.pricing-table4 .price-tag4 small {
  font-size: 1em;
}

.pricing-table .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}
.pricing-table1 .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}

.pricing-table2 .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}

.pricing-table3 .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}

.pricing-table4 .pricing-desc {
  font-size: 14px;
  font-size: 0.875em;
  color: #adafb8;
  padding: 0 30px;
  margin: 0;
}
.pricing-descp {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}
.pricing-descp1 {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}

.pricing-descp2 {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}

.pricing-descp3 {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}

.pricing-descp4 {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}
.parafos {
	font-size: 14px;
	font-size: 0.875em;
	color: #adafb8;
	padding: 0 30px;
	line-height: normal;
	
}
.pricing-table .list-fa {
  padding: 0 30px;
}

.pricing-table1 .list-fa1 {
  padding: 0 30px;
}


.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #adafb8;
  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: hidden;
  height: 350px;
  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("views/fonts/icomoon.eot");
  src: url("views/fonts/icomoon.eot") format("embedded-opentype"), 
  url("views/fonts/icomoon.woff") format("woff"), 
  url("views/fonts/icomoon.ttf") format("truetype"), 
  url("views/fonts/icomoon.svg") 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";
}
.icon-redes:before {
	content: "\ea82";
}
.icon-elec:before {
	content: "\eaac";
}
.icon-renov:before {
	content: "\e9a4";
}
.icon-precio:before {
	content: "\e93b";
}
.icon-efecient:before {
	content: "\e99b";
}
.icon-atencion:before {
	 content: "\e9de";
}
.icon-phone:before {
	content: "\e942";
}
.icon-mesenger:before {
	content: "\e96e";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container-fluid:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.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-md-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-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  color: #7d808c;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

.site-header {
  position: relative;
  z-index: 99;
  line-height: normal;
}

.top-header {
  background:#00Aff0;
  color: #FFFFFF;
  padding: 20px 0;
}
.top-header a {
  color: #FFFFFF;
  text-decoration: none;
}

.member-navigation .fa {
  margin-right: 5px;
}
.member-navigation a {
  display: inline-block;
  margin-left: 20px;
}

.bottom-header {
  background: white;
  -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: 10px;
}
.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.75em;
  margin: 0;
}

.main-navigation .menu-toggle {
  display: none;
  background: none;
  padding: 10px;
  margin-top: 10px;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
.main-navigation .menu {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  
  *zoom: 1;
}
.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;
  }
}
@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;
}
@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: 30px 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;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.alig-center {
  text-align: center;
}

.aling-Justify { 
	text-align: justify;
	line-height: normal;
}

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: #01a6d4;
  font-weight: 300;
}
.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: #292c35;
  padding: 60px 0;
  color: #aaacb5;
}
.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: 30px 0 0;
}
@media screen and (max-width: 480px) {
  .social-links {
    text-align: left;
  }
}
.social-links a {
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #454851;
  color: #aaacb5;
  display: inline-block;
  border-radius: 50%;
  line-height: 35px;
  margin-left: 10px;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.social-links a:hover {
  background-color: #5c606d;
}

.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(views/images/quote.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.widget blockquote cite {
  font-weight: 500;
  font-style: normal;
}

/*! fin =======================================================================*/

display-flex, .form-group, .form-select, .form-radio, .form-textarea, .form-date, .form-radio-item, .form-flex, .form-date-item .select-icon, .form-date-item .select-icon i, #val, #button, .steps ul, .actions ul, .actions ul li a, .title, .number {
  display: flex;
  display: -webkit-flex; }

list-type-ulli, ul, .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s; }
input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important; }

input[type=checkbox] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important; }

input[type=radio] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important; }

input:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset;
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent !important; }
.clear {
  clear: both; }

.signup-form {
  padding: 0 20px;
  position: relative; }
.form-group, .form-select, .form-radio, .form-textarea, .form-date {
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
  position: relative; }

label {
  display: inline-block;
  width: 155px;
  text-align: right;
  margin-right: 27px; }

label.error {
  position: absolute;
  right: 92px;
  /* display: block; */
  font-size: 11px;
  color: #ff0000; }

input, select, textarea {
  box-sizing: border-box;
  background: transparent;
  font-size: 14px;
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  font-family: 'Roboto Slab';
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  display: block;
  width: 345px;
  margin-right: 20px;
  font-weight: bold; }

input:focus, select:focus, textarea:focus {
    background: none; }
  input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 400; }
  input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    font-weight: 400; }
  input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 400; }
  input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    font-weight: 400; }

select {
  color: #999;
  font-weight: 400; }

.form-radio {
  margin-bottom: 40px; }

.form-radio-item input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.form-radio-item input + label {
  margin: 0px;
  padding: 12px 10px;
  width: 85px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
  color: #f8f8f8;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.form-radio-item input:checked + label {
  background-color: #1abc9c;
  color: #FFF;
  z-index: 1; }
.form-radio-item input:focus + label {
  outline: none; }
.form-radio-item input:hover {
  background-color: #1abc9c;
  color: #FFF; }
.form-radio-item input + label:first-of-type {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-right: none; }
.form-radio-item input + label:last-of-type {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  border-left: none; }

.form-radio-flex input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px; }
.form-radio-flex input + label {
  margin: 0px;
  padding: 12px 10px;
  width: 86px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border: 1px solid #ebebeb;
  text-align: center;
  text-transform: none;
  transition: border-color .15s ease-out,  color .25s ease-out,  background-color .15s ease-out, box-shadow .15s ease-out;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px; }
.form-radio-flex input:checked + label {
  border: 1px solid #1abc9c;
  z-index: 1; }
.form-radio-flex input:focus + label {
  outline: none; }
.form-radio-flex input:hover {
  border: 1px solid #1abc9c; }

#signup-form-p-2 .form-radio-flex, #signup-form-p-2 .form-flex, #signup-form-p-2 .form-group input {
  width: 534px; }
#signup-form-p-2 #credit_card {
  width: 275px; }
#signup-form-p-2 #cvc {
  width: 143px; }
.form-row {
  padding-left: 80px; }
  .form-row .form-group label {
    width: auto; }
  .form-row .form-group:first-child {
    float: left; }
  .form-row .form-group:last-child {
    float: right; }

.form-date {
  clear: both; }

.form-date-item {
  position: relative;
  overflow: hidden; }
  .form-date-item:last-child:after {
    width: 0px; }
  .form-date-item select {
    position: relative;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
    margin-right: 10px; }
  .form-date-item #expiry_date {
    width: 86px; }
  .form-date-item #expiry_year {
    width: 104px; }
  .form-date-item .select-icon {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
    .form-date-item .select-icon i {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -moz-align-items: center;
      -webkit-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      width: 30px;
      height: 20px;
      font-size: 22px;
      color: #999; }
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden; }

input[type='file'] {
  height: 50px;
  opacity: 0; }

#button {
  cursor: pointer;
  width: 130px;
  background: #f8f8f8;
  height: 50px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  text-align: center;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  transition: 500ms all;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center; }
  #button:hover {
    background-color: #dfdfdf; }

.form-file {
  width: 488px;
  position: relative; }

.form-password {
  position: relative; }

.bar-strength {
  width: 60px;
  height: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  background: #f8f8f8;
  position: absolute;
  right: 193px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.bar-process {
  width: 100%;
  height: 100%;
  position: relative; }

.bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px; }

.pw-very-weak .bar {
  background: #d00;
  width: 25px; }

.pw-very-weak .label, .pw-weak .label {
  color: #d00; }

.pw-weak .bar {
  background: #d00;
  width: 25px; }

.pw-mediocre .bar {
  background: #fca812;
  width: 35px; }

.pw-strong .bar {
  background: #fca812;
  width: 42px; }

.pw-mediocre .label, .pw-strong .label {
  color: #fca812; }

.pw-very-strong .bar {
  background: #1abc9c;
  width: 100%; }

.pw-very-strong .label {
  color: #1abc9c; }

.label {
  font-size: 11px; }
  .label i {
    font-size: 12px; }

fieldset {
  border: none;
  padding: 0px;
  margin: 0px; }

.steps {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 12px 20px; }
  .steps ul {
    justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around; }
    .steps ul li {
      padding-right: 80px;
      padding-left: 0px;
      position: relative; }
      .steps ul li:after {
        position: absolute;
        width: 1px;
        height: 30px;
        content: "";
        background: #ebebeb;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      .steps ul li a {
        color: #999;
        text-decoration: none;
        font-weight: bold; }
      .steps ul li:last-child:after {
        width: 0px; }
    .steps ul .current a {
      color: #222; }
      .steps ul .current a .number {
        border: 2px solid #222; }
    .steps ul .done a {
      color: #1abc9c; }
      .steps ul .done a .number {
        position: relative;
        font-size: 0px;
        border: 2px solid #1abc9c; }
        .steps ul .done a .number:after {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -webkit-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          font-size: 14px;
          color: #1abc9c;
          font-family: 'Material-Design-Iconic-Font';
          content: '\f26b';
          font-weight: bold; }
.actions {
  position: absolute;
  bottom: 14px;
  width: 100%;
  /* text-align: right; */
  padding: 0 20px;
  /* margin: 0 15px; */
  right: 0; }
  .actions ul {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -o-justify-content: flex-end;
    -ms-justify-content: flex-end;
    width: 100%; }
    .actions ul .disabled {
      display: none; }
    .actions ul li {
      margin-left: 10px; }
      .actions ul li:first-child a {
        background: #f8f8f8;
        color: #999; }
        .actions ul li:first-child a:hover {
          background-color: #dfdfdf; }
      .actions ul li a {
        width: 150px;
        height: 50px;
        color: #fff;
        background: #1abc9c;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        text-decoration: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; }
        .actions ul li a:hover {
          background-color: #148f77; }

.content {
  overflow: hidden; }
  .content .current {
    padding-top: 60px; }
  .content h3 {
    display: none; }

.fieldset-content {
  height: 465px;
  border-bottom: 1px solid #ebebeb;
  padding-right: 110px; }

.fieldset-footer {
  padding: 28px 0; }
  .fieldset-footer span {
    color: #999; }
.number {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  border: 2px solid #999;
  margin-right: 15px; }
@media screen and (max-width: 992px) {
  .container {
    width: calc(100% - 40px);
    max-width: 100%; }

  .bar-strength {
    display: none; } }
@media screen and (max-width: 768px) {
  .steps ul, .form-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .steps ul li:after {
    width: 0px; }

  .title {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }

  .form-row .form-date, .form-row .form-select, .form-file, input, select, textarea, .form-textarea textarea, #signup-form-p-2 #credit_card, #signup-form-p-2 #cvc,
  #signup-form-p-2 .form-radio-flex, #signup-form-p-2 .form-flex, #signup-form-p-2 .form-group input, .form-row .form-group label {
    width: 100%; }

  .form-row .form-group:first-child, .form-row .form-group:last-child {
    float: none; }

  input, select, textarea {
    margin-right: 0px; }

  .fieldset-content {
    padding-right: 0px;
    height: 600px; }

  .form-group, .form-select, .form-radio, .form-textarea, .form-date {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  label {
    width: 100%;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 15px; }

  .form-row {
    padding-left: 0px; } }
@media screen and (max-width: 600px) {
  #val {
    width: 99%; }

  #button {
    top: 60px;
    width: 100%; }

  .fieldset-footer {
    padding: 78px 0; }

  .actions ul li a {
    width: 100px; }

  .steps ul li {
    padding-right: 0px; } }
@media screen and (max-width: 480px) {
  .signup-form {
    padding-left: 30px;
    padding-right: 30px; }

  .form-radio-flex input + label {
    margin-bottom: 20px; }

  .form-flex {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; }

  .form-date-item #expiry_date, .form-date-item #expiry_year {
    width: 100%;
    margin-bottom: 10px; }

  .fieldset-content {
    height: 750px; } }

