@charset "UTF-8";
/**
 * ----------------------------------------------------------------------------------------
 * 1. VARIABLES & MIXINS
 * ----------------------------------------------------------------------------------------
 */
body, html {
  font-family: "Open Sans", "微軟正黑體";
  font-weight: normal;
  color: #2b2c2d;
}
@media (max-width: 600px) {
  body, html {
    font-size: 16px;
  }
}

@media (min-width: 601px) {
  body, html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  body, html {
    font-size: 15px;
  }
}

@media (min-width: 1140px) {
  body, html {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

p, blockquote, pre,
address,
dl, ol, ul,
table {
  margin-bottom: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "微軟正黑體", sans-serif;
  font-weight: 700;
  color: #2b2c2d;
  clear: both;
}

h1 {
  font-size: 27.85439px;
  margin-top: 0.9424em;
  line-height: 1.13088em;
  margin-bottom: 0.18848em;
}

@media (min-width: 1140px) {
  h1 {
    font-size: 32.49679px;
    margin-top: 0.9424em;
    line-height: 1.13088em;
    margin-bottom: 0.18848em;
  }
}

h2 {
  font-size: 23.537px;
  margin-top: 1.11527em;
  line-height: 1.33832em;
  margin-bottom: 0.25148em;
}

@media (min-width: 600px) {
  h1 {
    font-size: calc( 27.85439px + (32.49679 - 27.85439) * ((100vw - 600px) / (1140 - 600)));
}
  h2 {
    font-size: calc( 23.537px + (27.45984 - 23.537) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h2 {
    font-size: 27.45984px;
    margin-top: 1.11527em;
    line-height: 1.33832em;
    margin-bottom: 0.24742em;
  }
}

h3 {
  font-size: 19.8888px;
  margin-top: 1.31984em;
  line-height: 1.58381em;
  margin-bottom: 0.30378em;
}

@media (min-width: 600px) {
  h3 {
    font-size: calc( 19.8888px + (23.20361 - 19.8888) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h3 {
    font-size: 23.20361px;
    margin-top: 1.31984em;
    line-height: 1.58381em;
    margin-bottom: 0.2981em;
  }
}

h4 {
  font-size: 16.80607px;
  margin-top: 1.56194em;
  line-height: 1.87432em;
  margin-bottom: 0.36815em;
}

@media (min-width: 600px) {
  h4 {
    font-size: calc( 16.80607px + (19.60708 - 16.80607) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h4 {
    font-size: 19.60708px;
    margin-top: 1.56194em;
    line-height: 1.87432em;
    margin-bottom: 0.36018em;
  }
}

h5 {
  font-size: 14.20116px;
  margin-top: 1.84844em;
  line-height: 2.21813em;
  margin-bottom: 0.36969em;
}

@media (min-width: 600px) {
  h5 {
    font-size: calc( 14.20116px + (16.56802 - 14.20116) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h5 {
    font-size: 16.56802px;
    margin-top: 1.84844em;
    line-height: 2.21813em;
    margin-bottom: 0.36969em;
  }
}

h6 {
  font-size: 12px;
  margin-top: 2.1875em;
  line-height: 2.625em;
  margin-bottom: 0.51042em;
}

@media (min-width: 600px) {
  h6 {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  h6 {
    font-size: 14px;
    margin-top: 2.1875em;
    line-height: 2.625em;
    margin-bottom: 0.47396em;
  }
}

@media (max-width: 1000px) {
  .img-in-article {
    display:block;
    max-width:100%;
    height:auto;
    padding: 0px;
  }
}

@media (min-width: 1001px) {
  .img-in-article {
    float: right;
    max-width:50%;
    height:auto;
    padding: 5px;
  }
}

blockquote {
  font-style: italic;
}

blockquote cite {
  display: block;
  font-style: normal;
}

pre {
  padding: 0.875em;
  margin-bottom: 1.75em;
}

pre code {
  padding: 0;
}

code {
  font-family: "Courier New", "Courier", "Lucida Sans Typewriter", "Lucida Typewriter", "monospace";
  padding: 0.0875em 0.2625em;
  line-height: 0;
}

big, small, sub, sup {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

address {
  font-style: normal;
}

dt {
  color: #2b2c2d;
  font-weight: bold;
}

ul {
  padding-left: 1.1em;
}

ol {
  padding-left: 1.4em;
}

fieldset {
  padding: 0.875em 1.75em 1.75em;
  border-width: 1px;
  border-style: solid;
  max-width: 100%;
  margin-bottom: 1.875em;
}

@media (min-width: 1140px) {
  fieldset {
    margin-bottom: 2.03125em;
  }
}

fieldset button, fieldset input[type="submit"] {
  margin-bottom: 0;
}

legend {
  color: #2b2c2d;
  font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  max-width: 100%;
  padding: 0.4375em;
  font-size: 12px;
  margin-bottom: 1.3125em;
}

@media (min-width: 600px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    font-size: 14px;
    margin-bottom: 0.54688em;
  }
}

input[type="submit"], button {
  display: block;
  cursor: pointer;
  font-size: 12px;
  padding: 0.4375em 1.75em;
  margin-bottom: 1.125em;
}

@media (min-width: 600px) {
  input[type="submit"], button {
    font-size: calc( 12px + (14 - 12) * ((100vw - 600px) / (1140 - 600)));
  }
}

@media (min-width: 1140px) {
  input[type="submit"], button {
    font-size: 14px;
    margin-bottom: 1.3125em;
  }
}

label {
  display: block;
  padding-bottom: 0.21875em;
  margin-bottom: -0.125em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 2.375em;
}

@media (min-width: 1140px) {
  table {
    margin-bottom: 2.125em;
  }
}

th {
  text-align: left;
  color: #2b2c2d;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  th {
    padding: 0.4375em 0.875em;
  }
}

td {
  padding: 0.875em;
  padding: 0.21875em 0.875em;
}

@media (min-width: 1140px) {
  td {
    padding: 0.4375em 0.875em;
  }
}

/**
 * ----------------------------------------------------------------------------------------
 * 2. COMMON - Margin, Padding
 * ----------------------------------------------------------------------------------------
 */
body {
  font-family: "微軟正黑體", sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #787878;
  text-rendering: optimizeLegibility !important;
  letter-spacing: 0.5px;
}

::-moz-selection {
  background-color: #2b2c2d;
  color: #fff;
}

::selection {
  background-color: #2b2c2d;
  color: #fff;
}

ul {
  list-style: none;
}

a {
  outline: none !important;
  text-decoration: none !important;
  color: #008490;
  transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #00eaff !important;
}

p a {
  color: #009fa8;
}

.light-text {
  color: #c2c2c2;
}

.zero-padding {
  padding: 0px !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mtn {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mln {
  margin-left: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mrn {
  margin-right: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pbn {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.ptn {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pln {
  padding-left: 0;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.prn {
  padding-right: 0;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr60 {
  padding-right: 60px;
}

.mtm-80 {
  margin-top: -80px;
}

.white-color {
  color: #fff !important;
}

.underline {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.underline:after {
  content: "";
  width: 32px;
  height: 1px;
  background: #c2c2c2;
  position: absolute;
  bottom: 0;
  left: 0;
}

.full-underline::after {
  width: 100%;
}

.longer-underline::after {
  width: 60px;
}

.text-center .underline::after {
  width: 4%;
  left: 48%;
}

.text-center .longer-underline::after {
  width: 8%;
  left: 46%;
}
.underline-list {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.underline-list:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-muted {
  font-size: 85%;
  font-style: italic;
}

.label {
  font-size: 60%;
  border-radius: 0px;
  font-weight: inherit;
}

.cornered-pic {
  border-radius: 20px;
}

.default-ul {
  list-style: disc;
}

.new-label {
  position: relative;
  background-color: #009fa8;
  font-size: 60%;
  border-radius: 5px;
  font-weight: bold;
  padding: 0 3px 0 3px;
  color: #fff;
}
.st-label {
  position: relative;
  background-color: #009fa8;
}

.st-label:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 5px;
  margin-top: -6px;
  border-right-color: #009fa8 !important;
}

.label-primary {
  background-color: #009fa8;
}

.panel {
  border-radius: 10px;
}

.panel-heading {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.badge {
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-weight: 400;
  padding: 0px;
}

.google-map {
  width: 100%;
  min-height: 400px;
}

.black-color {
  color: #2b2c2d !important;
}

.white-color {
  color: #fff !important;
}

.muted-color {
  color: #787878 !important;
}

.trans {
  transition: all 0.4s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #2b2c2d;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.bold {
  font-weight: bold !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.clearfix {
  clear: both;
}

ul,
ol,
dl {
  list-style-position: outside;
}

.lighter-text {
  color: #787878 !important;
}

.label {
  font-size: 60%;
  border-radius: 0px;
  font-weight: inherit;
}

/**
 * ----------------------------------------------------------------------------------------
 * 3. HEADER & NAVIGATION
 * ----------------------------------------------------------------------------------------
 */
.header {
  position: fixed;
  width: 100%;
  z-index: 101;
  min-height: 60px;
  transition: all 0.4s ease-in-out;
}

.header .logo {
  padding: 20px 10px;
  float: left;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.header .logo-img {
  max-height: 50px;
  transition: all 0.4s ease-in-out;
}

.header .menu-item {
  float: none;
  display: inline-block;
  background: none;
}

.header .menu-item a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 10px;
  line-height: 80px;
  transition: all 0.4s ease-in-out;
}

.header .menu-item .mega-submenu {
  text-align: left;
}

.header .menu-item .mega-submenu a {
  color: #787878;
  line-height: 22px;
  text-transform: capitalize;
  padding: 8px 10px;
  letter-spacing: 0.5;
  transition: all 0.4s ease-in-out;
}

.header .menu-item .mega-submenu a:hover {
  border-left: 3px solid #d9d9d9;
}

.header .main-menu {
  text-align: right;
}

.secondNav .header {
  min-height: 40px;
  background: #fff;
}

.secondNav .header .main-menu > li a {
  line-height: 60px;
  color: #787878;
}

.secondNav .header .logo {
  padding: 10px 10px 10px 0px;
}

.secondNav .header .logo-img {
  max-height: 50px;
}

/* Megamenu */
.main-menu > li > ul.normal-sub {
  width: 230px;
}

.main-menu > li > ul.normal-sub > li a {
  padding: 5px;
}

.menu ul li.active a {
  color: #00eaff;
}

.menu > ul > li.active {
  border-top: 3px solid #00eaff;
}

.menu > ul > li:hover a {
  color: #009fa8;
}

.main-menu > li > ul {
  border-top: 3px solid #009fa8;
}

.mega-submenu a {
  line-height: 22px !important;
}

.mega-submenu.normal-sub {
  background-image: none;
}

.mega-submenu.normal-sub a {
  transition: all 0.4s ease-in-out;
}

.mega-submenu.normal-sub a:hover {
  border-left: 0px !important;
  background: #f2f2f2;
}

.mega-submenu.normal-sub a i {
  width: 22px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.mega-submenu.normal-sub .sub-submenu {
  display: none;
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 100%;
  background: #fff;
  list-style: none;
  border-top: 3px solid #009fa8;
  width: 200px;
  padding-left: 0px;
  box-shadow: 0 8px 30px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
}

.mega-submenu.normal-sub .sub-submenu.on-left {
  right: 100%;
  left: auto;
}

.mega-submenu.normal-sub .has-subsubmenu {
  position: relative;
  z-index: 100;
}

.mega-submenu.normal-sub .has-subsubmenu:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #009fa8;
  top: 15px;
  right: 15px;
  position: absolute;
}

.mega-submenu {
  background-color: #fff !important;
  background: url(../images/nav-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.mega-submenu.no-image {
  background: transparent;
}

.header-shadow .mega-submenu {
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

.header-border .mega-submenu {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}

.secondNav.header-shadow .header {
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.07);
}

.secondNav.header-border .header {
  border-bottom: 1px solid #d9d9d9;
}

.submenu-column ul li a i {
  width: 22px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}


.light-header .header {
  background: #fff;
}

.light-header .header .menu-item a {
  color: #787878;
}

.light-header .main {
  padding-top: 80px;
}

.light-header.semi-trans-header .main {
  padding-top: 0px;
}

.light-header.small-header .main {
  padding-top: 50px;
}

.bold-menu a {
  font-weight: 600;
}



.light-header .left-separator {
  border-left: 1px solid #f2f2f2;
}


.small-header .header {
  min-height: 50px;
}

.small-header .header .main-menu > li a {
  line-height: 50px;
}

.small-header .header .logo {
  padding: 10px;
}

.small-header .header .logo-img {
  max-height: 30px;
}

.open-nav-button {
  visibility: hidden;
  color: #2b2c2d;
  line-height: 83px;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  z-index: 100;
  position: relative;
  cursor: pointer;
}

.secondNav .open-nav-button, .small-header .open-nav-button {
  line-height: 50px;
}

.nav-hidden .main-menu {
  display: none;
  transition: all 0.4s ease-in-out;
}

.nav-hidden .open-nav-button {
  visibility: visible;
}

.sidr {
  box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.sidr .logo {
  width: 220px;
  padding: 20px;
}

.sidr .logo img {
  width: 100%;
}

.sidr ul {
  list-style: none;
  padding-left: 0px;
}

.sidr ul li a {
  line-height: 45px;
  display: inline-block;
  padding-left: 20px;
  color: #d9d9d9;
  width: 100%;
  transition: all 0.2s ease;
}

.sidr ul li a:hover {
  background: #f2f2f2;
  border-left: 3px solid #009fa8;
}

.top-separator {
  border-top: 1px solid #f2f2f2;
}

.dark-header .sidr {
  background: #787878;
}

.dark-header .sidr ul li a {
  color: #fff;
}

.dark-header .open-nav-button {
  color: #fff;
}

.mega-submenu.normal-sub {
  background-image: none;
}

.mega-submenu.normal-sub a {
  transition: all 0.4s ease-in-out;
}

.mega-submenu.normal-sub a:hover {
  border-left: 0px !important;
  background: #f2f2f2;
}

.mega-submenu.normal-sub a i {
  width: 22px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.mega-submenu.normal-sub .sub-submenu {
  display: none;
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 100%;
  background: #fff;
  list-style: none;
  border-top: 3px solid #009fa8;
  width: 200px;
  padding-left: 0px;
  box-shadow: 0 8px 30px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease-in-out;
}

.mega-submenu.normal-sub .sub-submenu.on-left {
  right: 100%;
  left: auto;
}

.mega-submenu.normal-sub .has-subsubmenu {
  position: relative;
  z-index: 100;
}

.mega-submenu.normal-sub .has-subsubmenu:after {
  content: ' ';
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #009fa8;
  top: 15px;
  right: 15px;
  position: absolute;
}

.menu-style-2 .menu-icon {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}

.menu-style-2 .menu > ul > li.active {
  border-top: 0px;
}

.menu-style-2 .menu > ul > li.active > a {
  color: #009fa8;
}

.menu-style-3 .menu-icon {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}

.menu-style-3 .menu > ul > li.active {
  background: #009fa8;
  border-top-color: #bf6516;
}

.menu-style-3 .menu > ul > li.active > a {
  color: #fff;
}

.menu-style-3 .menu > ul > li.active > a:hover {
  color: #fff !important;
}

.top-menu {
  width: 100%;
  background: #f2f2f2;
  padding: 10px;
}

.top-menu .right-div {
  text-align: right;
}

.top-menu .right-div a {
  margin-left: 10px;
}

.top-menu .left-div {
  text-align: left;
}

.top-menu .left-div a {
  margin-right: 10px;
}

.top-menu a {
  font-size: 12px;
  color: #787878;
  padding: 5px 10px;
}

.dark-header .mega-submenu.normal-sub .sub-submenu {
  background: #2b2c2d;
}

.dark-header .mega-submenu.normal-sub a:hover {
  background: #37393a;
}

.static-header .header {
  position: static;
}

.menu-style-5 .menu-item {
  padding: 20px 5px;
  transition: all 0.4s ease-in-out;
}

.menu-style-5 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.menu-style-5 .menu > ul > li.active {
  border-top: 0px;
}

.menu-style-5 .menu > ul > li.active > a {
  background: #009fa8;
  border-radius: 4px;
  color: #fff;
}

.menu-style-5 .menu > ul > li.active > a:hover {
  color: #fff !important;
  border-radius: 4px 4px 0px 0px;
}

.secondNav .menu-style-5 .menu-item {
  padding: 0px 5px;
}

.secondNav .menu-style-5 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.secondNav .menu-style-5 .menu > ul > li.active > a {
  border-radius: 0px;
}

.menu-style-6 .menu-item {
  padding: 20px 5px;
  transition: all 0.4s ease-in-out;
}

.menu-style-6 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.menu-style-6 .menu > ul > li.active {
  border-top: 0px;
}

.menu-style-6 .menu > ul > li.active > a {
  background: #009fa8;
  border-radius: 4px;
  color: #fff;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.menu-style-6 .menu > ul > li.active > a:hover {
  color: #fff !important;
  border-radius: 4px 4px 0px 0px;
}

.menu-style-6 .menu > ul > li > a:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #009fa8;
  color: #fff !important;
  border-radius: 4px;
}

.secondNav .menu-style-6 .menu-item {
  padding: 0px 5px;
}

.secondNav .menu-style-6 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.secondNav .menu-style-6 .menu > ul > li.active > a {
  border-radius: 0px;
}

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

.menu-style-8 .menu-item {
  padding: 20px 5px;
  transition: all 0.4s ease-in-out;
}

.menu-style-8 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.menu-style-8 .menu > ul > li.active {
  border-top: 0px;
}

.menu-style-8 .menu > ul > li.active > a {
  border: 1px solid #009fa8;
  border-radius: 4px;
  color: #009fa8;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
}

.menu-style-8 .menu > ul > li.active > a:hover {
  color: #fff !important;
  border-radius: 4px 4px 0px 0px;
}

.menu-style-8 .menu > ul > li > a:hover {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: #009fa8;
  color: #fff !important;
  border-radius: 4px;
}

.secondNav .menu-style-8 .menu-item {
  padding: 0px 5px;
}

.secondNav .menu-style-8 .menu-item > a {
  padding: 0px 10px;
  line-height: 40px;
}

.secondNav .menu-style-8 .menu > ul > li.active > a {
  border-radius: 0px;
}

.menu-style-9 .menu-icon {
  font-size: 13px;
  display: inline-block;
  margin-right: 5px;
}

.menu-style-9 .menu > ul > li {
  height: 83px;
  vertical-align: bottom;
  transition: all 0.4s ease-in-out;
}

.menu-style-9 .menu > ul > li > a {
  line-height: 20px;
  padding-top: 40px;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

.menu-style-9 .menu > ul > li > a span.text-muted {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  color: #787878;
}

.menu-style-9 .menu > ul > li.active {
  background: #009fa8;
  border-top-color: #d67118;
}

.menu-style-9 .menu > ul > li.active > a {
  color: #fff;
}

.menu-style-9 .menu > ul > li.active > a:hover {
  color: #fff !important;
}

.menu-style-9 .menu > ul > li.active > a span.text-muted {
  color: #f2f2f2;
}

.secondNav .menu-style-9 .menu > ul > li {
  height: 53px;
}

.secondNav .menu-style-9 .menu > ul > li > a {
  padding-top: 5px;
  line-height: 20px;
}

.menu-style-10 .menu-icon {
  font-size: 18px;
  display: block;
  margin-right: 5px;
}

.menu-style-10 .menu > ul > li {
  height: 83px;
  vertical-align: bottom;
  transition: all 0.4s ease-in-out;
}

.menu-style-10 .menu > ul > li > a {
  line-height: 20px;
  padding-top: 25px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.menu-style-10 .menu > ul > li > a span.text-muted {
  display: block;
  font-size: 10px;
  text-transform: capitalize;
  color: #d9d9d9;
}

.menu-style-10 .menu > ul > li.active {
  background: #009fa8;
  border-top-color: #d67118;
}

.menu-style-10 .menu > ul > li.active > a {
  color: #fff;
}

.menu-style-10 .menu > ul > li.active > a:hover {
  color: #fff !important;
}

.menu-style-10 .menu > ul > li.active > a span.text-muted {
  color: #f2f2f2;
}

.secondNav .menu-style-10 .menu > ul > li {
  height: 53px;
}

.secondNav .menu-style-10 .menu > ul > li > a {
  padding-top: 5px;
  line-height: 20px;
}

.sidr {
  box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.sidr .logo {
  width: 220px;
  padding: 20px;
}

.sidr .logo img {
  width: 100%;
}

.sidr ul {
  list-style: none;
  padding-left: 0px;
}

.sidr ul li a {
  line-height: 45px;
  display: inline-block;
  padding-left: 20px;
  color: #787878;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

.sidr ul li a:hover {
  background: #f2f2f2;
  border-left: 3px solid #009fa8;
}

.top-separator {
  border-top: 1px solid #f2f2f2;
}

.search-icon {
  position: relative;
}

.search-icon .search-bar {
  position: absolute;
  right: 0;
  display: none;
  box-shadow: 0 8px 30px 8px rgba(0, 0, 0, 0.05);
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
}

.search-icon:hover .search-bar {
  display: block;
}

@media only screen and (max-width: 991px) {
  .header .logo {
    padding-bottom: 0px;
  }
  .menu-mobile {
    color: #fff;
    padding-top: 30px;
  }
  .small-header .menu-mobile {
    padding-top: 20px;
  }
  .light-header .menu-mobile {
    color: #787878;
  }
  .left-menu .menu-mobile {
    float: left;
  }
  .secondNav .menu-mobile {
    color: #787878;
    padding-top: 20px;
  }
  .main-menu.show-on-mobile {
    background: #fff;
    text-align: left;
    color: #787878;
    max-height: 600px;
    overflow: scroll;
  }
  .dark-header .main-menu.show-on-mobile {
    background: #2b2c2d;
  }
  .dark-menu .main-menu.show-on-mobile {
    background: #2b2c2d;
  }
  .header .menu-item.search-icon, .header .menu-item.cart-icon {
    display: none;
  }
  .header .menu-item .mega-submenu {
    margin-left: 30px;
  }
  .header-shadow .mega-submenu, .mega-submenu.normal-sub .sub-submenu {
    box-shadow: none;
    border-top: 0px;
  }
  .mega-submenu.normal-sub .sub-submenu {
    position: static;
    margin-left: 40px;
  }
  .main-menu > li > ul {
    border-top: 0px;
  }
  .menu > ul > li.active {
    border-top: 0px;
  }
  .header .menu-item a {
    color: #787878;
    line-height: 50px;
  }
  .feature {
    margin-bottom: 30px;
  }
  .footer {
    /* h2{
            font-size: 20px;
        } */
  }
  .footer .col-md-6 {
    text-align: center;
  }
  .footer .footer-top .pull-right {
    float: none !important;
    margin: auto;
  }
  .footer .text-right {
    text-align: center;
  }
  .menu-style-6 .menu > ul > li.active > a {
    background: #fff;
    color: #009fa8;
  }
  .menu-style-6 .menu > ul > li > a:hover {
    background: #fff;
    color: #009fa8 !important;
  }
  .menu-style-6 .menu-item {
    padding: 5px;
  }
  .menu-style-3 .menu > ul > li.active {
    background: #fff;
    color: #009fa8;
  }
  .menu-style-3 .menu > ul > li.active > a {
    color: #009fa8 !important;
  }
  .top-menu {
    /* display:none; */
  }
  .open-nav-button {
    display: none;
  }
  .open-nav-button.sidr-btn {
    display: block;
  }
  .nav-hidden .main-menu.show-on-mobile {
    display: block;
  }
  .page-title-row {
    padding: 50px 0px;
  }
}

.headline {
  font-family: "Lato", sans-serif;
  font-size: 4.236em;
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sub-headline {
  font-size: 1em;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
}

/**
 * ----------------------------------------------------------------------------------------
 * 4. SECTIONS
 * ----------------------------------------------------------------------------------------
 */
 section.content-section {
   padding: 60px 0;
 }
section.content-section-about {
  padding: 0 0;
  background: #fff;
  background-image: url("../images/bg-roads.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.content-section-about .section-subtitle {
  color: #787878;
  font-weight: normal;
  font-size: 16px;
}
section.content-section-media {
  padding: 60px 0;
  background: #fff;
}
.content-section-media .section-subtitle {
  color: #787878;
  font-weight: normal;
  font-size: 16px;
}

section.content-section:nth-of-type(even) {
  background-color: #f2f2f2;
}

section.content-section:nth-of-type(odd) {
  background-color: #fff;
}

section.parallax-section {
  background-color: transparent !important;
}

section.parallax-section .white-grad {
  position: relative;
  z-index: 1;
}

.content-section .section-header {
  margin-bottom: 0px;
}

.content-section .section-title {
  font-size: 1.618em;
}

.content-section .section-subtitle {
  color: #787878;
  font-weight: normal;
}
.gray-bg {
  background-color: #f2f2f2;
}

.white-bg {
  background-color: #fff;
}

.white-grad {
  background: linear-gradient(rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 100%);
  padding: 90px 0;
}

/**
 * ----------------------------------------------------------------------------------------
 * 5. FEATURES
 * ----------------------------------------------------------------------------------------
 */
.feature .icon {
  color: #009fa8;
  font-size: 2.618em;
}

.feature-left-icon {
  margin-bottom: 50px;
}

.feature-left-icon .feature-title {
  margin-bottom: 10px;
}

.feature-left-icon .icon {
  color: #009fa8;
  font-size: 60px;
  line-height: 80px;
  width: 14%;
  display: inline-block;
  vertical-align: top;
}

.feature-left-icon .feature-right-side {
  display: inline-block;
  width: 85%;
}

.feature-box {
  background: #f2f2f2;
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
}

.feature-box .icon {
  color: #32b2b9;
  font-size: 52px;
  display: block;
  margin-bottom: 12px;
}

.feature-box .feature-desc {
  text-align: left;
  color: #787878;
}

section.content-section:nth-of-type(even) .feature-box {
  background: #d9d9d9;
}

.feature-box-2 {
  border: 1px dashed #787878;
  border-top: 3px solid #009fa8;
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-2 .feature-title {
  margin-bottom: 20px;
}

.feature-box-2 .icon {
  color: #009fa8;
  font-size: 40px;
  line-height: 70px;
  display: block;
  width: 70px;
  height: 70px;
  margin: -54px auto 15px;
  background: #009fa8;
  color: #fff;
  border-radius: 50%;
}

.feature-box-2 .feature-desc {
  color: #787878;
}

.feature-box-3 {
  border: 1px dashed #a6a6a6;
  border-top: 3px solid #009fa8;
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-3 .feature-title {
  margin-bottom: 20px;
}

.feature-box-3 .icon {
  color: #009fa8;
  font-size: 40px;
  line-height: 70px;
  display: block;
  width: 70px;
  height: 70px;
  margin: -54px auto 15px;
  background: #fff;
  color: #009fa8;
  border-radius: 50%;
}

.feature-box-3 .feature-desc {
  color: #787878;
}

section.content-section:nth-of-type(even) .feature-box-3 .icon {
  background: #f2f2f2;
}

.feature-box-4 .icon {
  color: #009fa8;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
}

.feature-box-4 .feature-title {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 10px;
  margin-left: 10px;
}

.feature-box-4 .feature-desc {
  color: #787878;
}

.feature-type-5 {
  margin: 0;
}

.feature-type-5 [class*="col-md"] {
  padding: 0;
  margin: 0;
}

.feature-type-5 .feature-box-5 {
  position: relative;
  background: #009fa8;
  color: #fff;
  padding: 60px 40px;
  overflow: hidden;
}

.feature-type-5 .feature-box-5 .feature-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.feature-type-5 .feature-box-5 .feature-desc {
  margin-bottom: 0;
}

.feature-type-5 .feature-box-5 .icon {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 10px;
}

.feature-type-5 .feature-box-5 .bg-icon {
  position: absolute;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.5);
  opacity: 0.2;
  bottom: -30px;
  left: -25px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.feature-type-5 .feature-box-5.black-box {
  background: #2b2c2d;
}

.feature-box-8 {
  border: 1px dashed #a6a6a6;
  border-top: 3px solid #009fa8;
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-8 .feature-title {
  margin-bottom: 20px;
}

.feature-box-8 .icon {
  color: #009fa8;
  font-size: 40px;
  line-height: 70px;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: 20px;
  margin-top: -54px;
  margin-bottom: 15px;
  background: #fff;
  color: #009fa8;
  border-radius: 50%;
}

.feature-box-8 .feature-desc {
  color: #787878;
}

section.content-section:nth-of-type(even) .feature-box-8 .icon {
  background: #f2f2f2;
}

.feature-box-9 {
  border: 1px dashed #d9d9d9;
  border-top: 3px solid #009fa8;
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-9 .feature-title {
  margin-bottom: 20px;
}

.feature-box-9 .icon {
  color: #009fa8;
  font-size: 40px;
  line-height: 70px;
  display: block;
  width: 70px;
  height: 70px;
  margin: -54px 20px 15px auto;
  background: #fff;
  color: #009fa8;
  border-radius: 50%;
}

.feature-box-9 .feature-desc {
  color: #787878;
}

section.content-section:nth-of-type(even) .feature-box-9 .icon {
  background: #f2f2f2;
}

.feature-box-10 {
  border-top: 3px solid #009fa8;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-10 .feature-title {
  margin-bottom: 20px;
}

.feature-box-10 .icon {
  color: #009fa8;
  font-size: 32px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: -15px;
  margin-top: -48px;
  margin-bottom: 15px;
  background: #009fa8;
  color: #fff;
  border-radius: 50%;
}

.feature-box-10 .feature-desc {
  color: #787878;
}

.feature-box-11 {
  border-top: 3px solid #009fa8;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 14px;
  position: relative;
}

.feature-box-11 .feature-title {
  margin-bottom: 20px;
}

.feature-box-11 .icon {
  color: #009fa8;
  font-size: 32px;
  line-height: 60px;
  display: block;
  width: 60px;
  height: 60px;
  margin: -48px -15px 15px auto;
  background: #009fa8;
  color: #fff;
  border-radius: 50%;
}

.feature-box-11 .feature-desc {
  color: #787878;
}

.feature-box-12 {
  border-top: 1px solid #52c7d0;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #31485a;
  text-align: center;
  padding: 14px;
}

.feature-box-12 .feature-title {
  margin-bottom: 20px;
  color: #fff;
}

.feature-box-12 .icon {
  color: #009fa8;
  font-size: 20px;
  line-height: 30px;
  display: block;
  width: 120px;
  height: 30px;
  margin: -48px -15px 15px 48px;
  background: #009fa8;
  color: #fff;
  border-radius: 10%;
}

.feature-box-12 .feature-desc {
  color: #fff;
}

.feature-box-13 {
  background: #fff;
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
}

.feature-box-13 .icon {
  color: #32b2b9;
  font-size: 52px;
  display: block;
  margin-bottom: 12px;
}

.feature-box-13 .feature-desc {
  text-align: left;
  color: #787878;
}

.bg-map {
  background-color: #f2f2f2;
  background-image: url("../images/bg-topographic.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media (min-width: 992px) {
  .bg-iov {
    background-color: #193545;
    background-image: url("../images/bg-img-iov.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-bottom: 30px;
  }
  .product-bigdata .right {
    background-image: url("../images/bg-img-data.jpg");
    background-repeat:no-repeat;
    background-position: top right;
    background-size: cover;
  }
  .product-navi .right {
    background-image: url("../images/bg-img-data.jpg");
    background-repeat:no-repeat;
    background-position: top right;
    background-size: cover;
  }
  .media-item {
    margin-bottom: 0px;
    height: 130px;
  }
  .media-title-featured {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .media-featured {
    margin-bottom: 20px;
  }
  .media-featured-pic {
    max-width: 400px;
    height: auto;
    float: left;
    padding: 0 20px 20px 0;
  }
  .media-date {
    font-size: 1.0em;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .media-thumb {
    width: 100px;
    height: auto;
    float: left;
    padding: 0 20px 20px 0;
  }
  .media-more {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .bg-iov {
    background-color: #193545;
    background-image: "none";
    padding-bottom: 10px;
  }
  .product-bigdata .right {
    background-image:url("");
  }
  .product-navi .right {
    background-image:url("");
  }
  .media-item {
    margin-bottom: 0px;
    height: 130px;
  }
  .media-title-featured {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .media-featured {
    margin-bottom: 20px;
  }
  .media-featured-pic {
      float: none;
      padding: 0 0 20px 0;
    }
    .media-thumb {
      width: 100px;
      height: auto;
      float: left;
      padding: 0 20px 20px 0;
    }
  .media-more {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .product-iov-chart-desc {
      color:#ccc;
      line-height:20px;
      text-align: left;
    }
}
@media (max-width: 768px) {
  .product-iov-chart-desc {
      color:#ccc;
      line-height:20px;
      text-align: center;
    }
  .media-item {
      margin-bottom: 10px;
    }
  .media-title-featured {
      font-size: 1.2em;
      color: #333;
      font-weight: bold;
      padding-bottom: 20px;
    }
  .media-featured {
      margin-bottom: 20px;
    }
  .media-featured-pic {
      float: none;
      padding: 0 0 10px 0;
    }
  .media-featured-words {
      width: 100%;
      height: auto;
      padding: 20px;
    }
    .media-thumb {
      width: 100px;
      height: auto;
      float: left;
      padding: 0 20px 20px 0;
    }
  .media-more {
      text-align: right;
    }
}
.product-title {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.product-title .icon {
  width: 10vh;
}
.product-title .words{
  color:#000;
  font-size:"24px";
}
.product-title-white {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.product-title-white .icon {
  width: 10vh;
}
.product-title-white .words{
  color:#fff;
  font-size:"1.5em";
}
.product-navi {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.product-navi .icon {
  width: 60px;
}
.product-navi .words {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.5px;
  float: right;
  text-align: left;
}
.product-navi .title {
  font-size: 24px;
  line-height: 30px;
}
.product-navi .subtitle {
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color:#666
}
.product-iov-desc {
  color: #ccc;
}
.product-iov-clouds-title {
  font-size: 1.5em;
  color:#fff;
}
.product-iov-clouds-subtitle {
    color:#ccc;
    line-height:20px;
  }
.product-iov-clouds-desc {
    color:#ccc;
    line-height:20px;
    text-align: left;
  }
.product-iov-clouds {
    display: -webkit-flex;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-iov-cloud {
  align-self:center;
  max-width: 220px;
}
.product-iov-cloud-text {
  color:#fff;
  font-size: 16px;
  text-align: center;
}
.product-iov-chart-title {
  font-size: 24px;
  color:#0fc9d4;
}
.product-iov-chart-number{
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 20px;
  position: absolute;
  color: #fff;
}
.product-iov-usage {
  display: -webkit-flex;
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: top;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-iov-usage-title {
  font-size: 1.5em;
  border-bottom: 1px solid #666;
  text-align: center;
  color:#fff;
}
.product-iov-usage-featured {
  display: -webkit-flex;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap:wrap;
  justify-content:center;
}
.product-iov-usage-featured .title {
  font-size: 20px;
  text-align: center;
  color:#fff;
}
.product-iov-usage-featured .text {
  font-size: 14px;
  text-align: left;
  color:#ccc;
}
.product-iov-usage-item {
  text-align: center;
}
.product-iov-usage-item .text {
  font-size: 14px;
  color:#ccc;
}

.pic-grid {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: flex-start !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

.product-bigdata {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
}

.product-bigdata .icon {
  width: 30px;
}
.product-bigdata .words {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  letter-spacing: 1.5px;
  float: right;
  text-align: left;
}
.product-bigdata .title {
  font-size: 24px;
  font-weight: bold;
  color: #009fa8;
}
.product-bigdata .subtitle {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;

}
.devider-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.devide-orange {
  background-image: url("../images/devide-orange.png");
  background-repeat: repeat-x;
  background-position: center;
  align-self: flex-center;
  height: 20px;
}
.devide-blue {
  background-image: url("../images/devide-blue.png");
  background-repeat: repeat-x;
  background-position: center;
  align-self: flex-center;
  height: 20px;
}

/**
 * ----------------------------------------------------------------------------------------
 * 8. BUTTONS
 * ----------------------------------------------------------------------------------------
 */
.btn {
  white-space: nowrap;
  text-transform: left;
  border-color: rgba(255, 255, 255, 0.25);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  border-radius: 0;
  font-style: normal;
  text-decoration: none;
  color: white;
  margin: 0;
  padding: 15px 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
  min-height: 0;
  min-width: 0;
  max-height: none;
  max-width: none;
}

.btn.btn-default {
  background-color: transparent;
}

.btn.btn-primary {
  background-color: #009fa8;
}

.btn.btn-default:hover {
  background-color: white;
  color: #009fa8;
}

.btn.btn-primary:hover {
  background-color: white;
  border-color: #009fa8;
  color: #009fa8;
}

.st-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #d9d9d9;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}

.st-btn.btn-small {
  padding: 5px 15px;
  font-size: 12px;
}

.st-btn.st-btn-thick {
  border-width: 4px;
}

.st-btn.st-btn-3d {
  border-bottom-width: 3px;
}

.st-btn .icon {
  font-size: 16px;
  display: inline-block;
  padding-right: 5px;
}

.st-btn.icon-right .icon {
  padding-left: 5px;
}

.st-btn.hvr-back.full-rounded:before {
  border-radius: 100px;
}

.st-btn.hvr-back:before {
  background: #009fa8;
}

.st-btn.hvr-back:hover, .st-btn.hvr-back:active, .st-btn.hvr-back:focus {
  color: #fff !important;
}

.st-btn.hvr-border.full-rounded:before {
  border-radius: 100px;
}

.st-btn.hvr-border:before {
  border-color: #009fa8;
  background-color: #009fa8;
}

.st-btn.primary-btn {
  background-color: #009fa8;
  color: #fff;
  border-color: #009fa8;
}

.st-btn.primary-btn:hover, .st-btn.primary-btn:active, .st-btn.primary-btn:focus {
  background: transparent;
  color: #009fa8;
}

.st-btn.primary-btn.hvr-back:before {
  background: #fff;
}

.st-btn.primary-btn.hvr-back:hover, .st-btn.primary-btn.hvr-back:active, .st-btn.primary-btn.hvr-back:focus {
  color: #009fa8 !important;
}

.st-btn.dark-btn {
  background-color: #2b2c2d;
  color: #fff;
  border-color: #2b2c2d;
}

.st-btn.dark-btn:hover, .st-btn.dark-btn:active, .st-btn.dark-btn:focus {
  background: transparent;
  border-color: #2b2c2d;
  color: #2b2c2d !important;
}

.st-btn.dark-btn.hvr-back:before {
  background: #fff;
  border-color: #2b2c2d;
}

.st-btn.dark-btn.hvr-back:hover, .st-btn.dark-btn.hvr-back:active, .st-btn.dark-btn.hvr-back:focus {
  color: #2b2c2d !important;
}

.st-btn.dark-btn.hvr-border:before {
  border-color: #2b2c2d;
  background-color: #2b2c2d;
}

.st-btn:hover, .st-btn:active, .st-btn:focus {
  border-color: #009fa8;
}

.st-btn.rounded {
  border-radius: 8px;
}

.st-btn.full-rounded {
  border-radius: 100px;
}

.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #009fa8, 0 0 1px transparent;
}

button {
  outline: none !important;
}

.form-group label {
  font-size: 16px;
}

.form-group .alert {
  font-size: 12px;
}

.form-control {
  box-shadow: none;
  font-size: 20px;
  background: #f2f2f2;
}

.form-control:focus {
  border-color: #d9d9d9;
  box-shadow: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * 9. FOOTER
 * ----------------------------------------------------------------------------------------
 */
.footer {
  background: #f2f2f2;
  background-image: url("../images/footer-light.png");
  background-attachment: fixed;
  background-repeat: repeat;
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 0;
  /*=== Dark Footer ===*/
  /*=== Sticky Footer ===*/
}

.footer .footer-title {
  font-size: 14px;
}

.footer .footer-desc {
  color: #787878;
  line-height: 22px;
}

.footer .ul {
  padding-left: 0;
}

.footer ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #787878;
}

.footer .icon {
  display: inline-block;
  margin-right: 10px;
}

.footer .address {
  font-size: 12px;
}

.footer .footer-last {
  padding: 20px 0;
  background: #2b2c2d;
  color: #d9d9d9;
  font-size: 11px;
}

.footer .footer-last a {
  color: #d9d9d9;
}
@media (min-width: 991px) {
.footer .footer-last .copyright {
  text-align: left;
}

.footer .footer-last .links {
  text-align: right;
}
}
@media (max-width: 990px) {
  .footer .footer-last .copyright {
    text-align: center;
  }
  .footer .footer-last .links {
    text-align: center;
}
}
.footer.dark-footer {
  background: #37393a;
  background-image: url("../images/bg-footer.jpg");
  background-attachment: scroll;
  background-position: bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  border-top: 1px solid #787878;
}

.footer.dark-footer .footer-phone {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #eee;
}
.footer.dark-footer .footer-servicetime {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #ccc;
}

.footer.dark-footer .footer-desc {
  color: #d9d9d9;
}

.footer.dark-footer .footer-title {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 990px) {
.footer-kw-logo {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
.footer-kw-logo-eng {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
.footer-contact {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
}
@media (min-width: 991px) {
.footer-kw-logo {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
.footer-kw-logo-eng {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
.footer-contact {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  color: #eee;
}
}

.footer.dark-footer .lk {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.lk .lk-logo {
  width: 120px;
}
.footer-kw-logo a {
  color: #d9d9d9;
}
.footer-contact a {
  color: #d9d9d9;
}
.lk .lk-sites {
  float: right;
  text-align: left;
}


.footer.dark-footer ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #d9d9d9;
}

.footer.dark-footer h1,
.footer.dark-footer h2,
.footer.dark-footer h3,
.footer.dark-footer h4,
.footer.dark-footer h5,
.footer.dark-footer h6 {
  color: #f2f2f2;
}

.footer.dark-footer label {
  color: #f2f2f2;
}

.footer.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.scroll-to-top {
  position: fixed;
  bottom: -50px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #2b2c2d;
  color: #fff;
  opacity: 0.75;
  text-align: center;
  display: block;
  z-index: 100;
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
}

.scroll-to-top:hover {
  opacity: 1;
}

/**
 * ----------------------------------------------------------------------------------------
 * 10. GRADIENT BACKGROUNDS
 * ----------------------------------------------------------------------------------------
 */
.grad-bg {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.grad-bg-01 {
  background: #005C97;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #005C97, #363795);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-02 {
  background: #43cea2;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #43cea2, #185a9d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-03 {
  background: #FF512F;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FF512F, #DD2476);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-04 {
  background: #FF512F;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #FF512F, #F09819);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-05 {
  background: #EECDA3;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #EECDA3, #EF629F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-06 {
  background: #1D4350;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #1D4350, #A43931);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-07 {
  background: #000000;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #000000, #434343);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-08 {
  background: #fc00ff;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #fc00ff, #00dbde);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-09 {
  background: #1e130c;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #1e130c, #9a8478);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-10 {
  background: #02AAB0;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #02AAB0, #00CDAC);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-11 {
  background: repeating-linear-gradient(45deg, transparent, transparent 1em, moccasin 0, moccasin 2em, transparent 0, transparent 3em, powderblue 0, powderblue 4em, transparent 0, transparent 5em, lavender 0, lavender 6em, transparent 0, transparent 7em, beige 0, beige 8em), repeating-linear-gradient(-45deg, transparent, transparent 1em, khaki 0, khaki 2em, transparent 0, transparent 3em, beige 0, beige 4em, transparent 0, transparent 5em, peachpuff 0, peachpuff 6em), whitesmoke;
  background-blend-mode: multiply;
}

.grad-bg-11 .headline {
  color: #323232 !important;
}

.grad-bg-11 .sub-headline {
  color: #323232 !important;
}

.grad-bg-12 {
  background: repeating-linear-gradient(to top left, beige 0, beige 2em, moccasin 2em, moccasin 4em, wheat 4em, wheat 6em), repeating-linear-gradient(to left, white 0, white 2em, wheat 2em, wheat 4em, beige 4em, beige 6em), white;
  background-blend-mode: multiply;
}

.grad-bg-12 .headline {
  color: #323232 !important;
}

.grad-bg-12 .sub-headline {
  color: #323232 !important;
}

.grad-bg-13 {
  background: #5C258D;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #5C258D, #4389A2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-14 {
  background: #4389A2;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #a044ff, #5C258D);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.grad-bg-15 {
  background: #000000;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #434343, #000000);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-black {
  background: #363636;
  color: #e2e2e2;
}

/**
 * ----------------------------------------------------------------------------------------
 * 11. TABS
 * ----------------------------------------------------------------------------------------
 */
.tabs-section .nav.nav-pills {
  display: table;
  width: 100%;
}

.tabs-section .nav.nav-pills a i {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 42px;
  line-height: 50px;
  margin: auto;
}

.tabs-section .nav-pills > li {
  display: table-cell;
  float: none;
}

.tabs-section .nav-pills > li > a {
  color: #787878;
}

.tabs-section .nav-pills > li.active > a,
.tabs-section .nav-pills > li.active > a:focus,
.tabs-section .nav-pills > li.active > a:hover {
  background-color: transparent !important;
  color: #009fa8 !important;
}

.tabs-section .tab-pane {
  padding: 40px 0 30px;
}

.tab-style-2 .nav-tabs {
  border-bottom: 0;
}

.tab-style-2 .nav-tabs > li > a {
  padding: 10px 25px;
}

.tab-style-2 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-2 .nav-tabs > li.active > a,
.tab-style-2 .nav-tabs > li.active > a:focus,
.tab-style-2 .nav-tabs > li.active > a:hover {
  color: #2b2c2d;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #a6a6a6;
}

.tab-style-2 .tab-content {
  padding: 20px;
}

.tab-style-1 .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-bottom-color: #d9d9d9;
}

.tab-style-1 .nav-tabs li {
  display: inline-block;
  float: none;
}

.tab-style-1 .nav-tabs > li > a {
  background: #d9d9d9;
  border-bottom: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 3px solid #444647;
}

.tab-style-1 .nav-tabs > li.active > a,
.tab-style-1 .nav-tabs > li.active > a:focus,
.tab-style-1 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-top: 3px solid #009fa8;
  border-bottom-color: transparent;
}

.tab-style-1 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 15px;
}

.tab-style-3 .nav-tabs {
  border-bottom: 0;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.tab-style-3 .nav-tabs li {
  display: table-cell;
  text-align: center;
  float: none;
}

.tab-style-3 .nav-tabs > li > a {
  background: #d9d9d9;
  border-bottom: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 3px solid #444647;
  margin-right: 0;
  color: #444647;
}

.tab-style-3 .nav-tabs > li.active > a,
.tab-style-3 .nav-tabs > li.active > a:focus,
.tab-style-3 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-top: 3px solid #009fa8;
  border-bottom: 1px solid #FFF;
  color: #2b2c2d;
}

.tab-style-3 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding: 15px;
}

.tab-style-4 .nav-tabs {
  border-top: 0;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.tab-style-4 .nav-tabs li {
  display: table-cell;
  text-align: center;
  float: none;
}

.tab-style-4 .nav-tabs > li > a {
  background: #d9d9d9;
  border-top: none;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 3px solid #444647;
  margin-right: 0;
  color: #444647;
}

.tab-style-4 .nav-tabs > li.active > a,
.tab-style-4 .nav-tabs > li.active > a:focus,
.tab-style-4 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-left-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-bottom: 3px solid #009fa8;
  border-top: 1px solid #FFF;
  color: #2b2c2d;
}

.tab-style-4 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  padding: 15px;
}

.tab-style-5 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-5 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-style-5 .nav-tabs > li > a {
  padding: 10px 25px;
  color: #a6a6a6;
}

.tab-style-5 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-5 .nav-tabs > li.active > a,
.tab-style-5 .nav-tabs > li.active > a:focus,
.tab-style-5 .nav-tabs > li.active > a:hover {
  color: #2b2c2d;
  background-color: transparent;
  border: 1px solid #787878;
  border-radius: 30px;
}

.tab-style-5 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.tab-style-6 .nav-tabs {
  border-right: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-right-color: #d9d9d9;
}

.tab-style-6 .nav-tabs > li > a {
  background: #d9d9d9;
  border-right: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 3px solid #444647;
}

.tab-style-6 .nav-tabs > li.active > a,
.tab-style-6 .nav-tabs > li.active > a:focus,
.tab-style-6 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-left: 3px solid #009fa8;
  border-right-color: transparent;
}

.tab-style-6 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.tab-style-6 .nav-content-div {
  z-index: 1;
}

.tab-style-6 .nav-tab-div {
  z-index: 2;
  margin-right: -1px;
}

.tab-style-7 .nav-tabs {
  border-left: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  border-left-color: #d9d9d9;
}

.tab-style-7 .nav-tabs > li > a {
  background: #d9d9d9;
  border-left: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 3px solid #444647;
}

.tab-style-7 .nav-tabs > li.active > a,
.tab-style-7 .nav-tabs > li.active > a:focus,
.tab-style-7 .nav-tabs > li.active > a:hover {
  background: #fff;
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-right: 3px solid #009fa8;
  border-left-color: transparent;
}

.tab-style-7 .tab-content {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.tab-style-7 .nav-content-div {
  z-index: 1;
}

.tab-style-7 .nav-tab-div {
  z-index: 2;
  margin-left: -1px;
}

.tab-style-8 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-8 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.tab-style-8 .nav-tabs > li > a {
  padding: 10px 10px;
  color: #999999;
  border-bottom: 3px solid #999999;
}

.tab-style-8 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-8 .nav-tabs > li.active > a,
.tab-style-8 .nav-tabs > li.active > a:focus,
.tab-style-8 .nav-tabs > li.active > a:hover {
  color: #009fa8;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #009fa8;
}

.tab-style-8 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.tab-style-9 .nav-tabs {
  border-bottom: 0;
  text-align: center;
}

.tab-style-9 .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.tab-style-9 .nav-tabs > li > a {
  padding: 10px 25px;
  color: #c5c5c5;
  border: 0;
  border-bottom: 3px solid #c5c5c5;
}

.tab-style-9 .nav-tabs > li > a .icon {
  display: block;
  width: 80px;
  height: 80px;
  border: 2px dotted #c5c5c5;
  margin: auto;
  margin-bottom: 10px;
  line-height: 80px;
  font-size: 44px;
  border-radius: 50%;
}

.tab-style-9 .nav-tabs > li > a:hover {
  background: none;
  border-color: transparent;
}

.tab-style-9 .nav-tabs > li.active > a,
.tab-style-9 .nav-tabs > li.active > a:focus,
.tab-style-9 .nav-tabs > li.active > a:hover {
  color: #009fa8;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #009fa8;
}

.tab-style-9 .nav-tabs > li.active > a .icon,
.tab-style-9 .nav-tabs > li.active > a:focus .icon,
.tab-style-9 .nav-tabs > li.active > a:hover .icon {
  border-color: #009fa8;
}

.tab-style-9 .tab-content {
  padding: 30px 20px 20px;
  text-align: center;
  line-height: 26px;
}

.stat-box {
  padding: 15px;
  border: 1px solid #d9d9d9;
  margin-left: -1px;
  margin-top: -1px;
}

.stat-box span.icon {
  font-size: 42px;
  display: block;
}

.stat-box h5 {
  font-size: 18px;
  display: inline-block;
}

.stat-box h6 {
  font-size: 12px;
  display: inline-block;
}

.stat-box:hover {
  background: #009fa8;
  color: #fff;
}

.stat-box:hover h5 {
  color: #fff;
}

.stat-box:hover h6 {
  color: #fff;
}

.tab-style-10 .nav-tabs {
  border-right: 0px;
  margin: 0;
  padding: 0;
}

.tab-style-10 .nav-tabs > li > a {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 3px solid #444647;
  color: #787878;
}

.tab-style-10 .nav-tabs > li.active > a,
.tab-style-10 .nav-tabs > li.active > a:focus,
.tab-style-10 .nav-tabs > li.active > a:hover {
  border-top-color: #d9d9d9;
  border-bottom-color: #d9d9d9;
  border-left: 3px solid #009fa8;
  border-right-color: #d9d9d9;
  color: #009fa8;
}

.tab-style-10 .tab-content {
  border: 0px;
  padding: 15px 25px;
}

.tab-style-10 .nav-content-div {
  z-index: 1;
}

.tab-style-10 .nav-tab-div {
  z-index: 2;
}

/**
 * ----------------------------------------------------------------------------------------
 * 14. PAGE LOADERS
 * ----------------------------------------------------------------------------------------
 */
.page-loader {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}

.page-loader img.logo-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #009fa8;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* spinner-2 */
.spinner-2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #009fa8;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* spinner-3 */
.spinner-3 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #009fa8;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* spinner-4 */
.spinner-4 {
  margin: auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner-4 > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner-4 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner-4 .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner-4 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner-4 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* spinner-5 */
.spinner-5 {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #333;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* spinner-6 */
.spinner-6 {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner-6 > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-6 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-6 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.border-0 {
  border-radius: 0 !important;
}

/**
 * ----------------------------------------------------------------------------------------
 * 15. SLIDERS
 * ----------------------------------------------------------------------------------------
 */
.Creative-SubTitle,
.tp-caption.Creative-SubTitle {
  font-family: inherit;
  color: #009fa8;
}

.Creative-Button,
.tp-caption.Creative-Button {
  font-family: inherit;
  color: #009fa8;
  border-color: #009fa8;
  transition: all 0.4s ease-in-out;
}

.Creative-Title,
.tp-caption.Creative-Title,
.tp-caption.NotGeneric-Title, .NotGeneric-Title {
  font-family: "Lato", sans-serif;
}

.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle,
.tp-caption.NotGeneric-CallToAction, .NotGeneric-CallToAction,
.tp-caption.NotGeneric-Button, .NotGeneric-Button {
  font-family: inherit;
}

.rev_slider .caption,
.rev_slider .tp-caption {
  color: #009fa8;
}

.primary-bg {
  background-color: #009fa8 !important;
}

.metis .tp-tab-number {
  font-family: inherit;
}

.tp-tab-title {
  font-family: inherit !important;
  font-size: 14px !important;
}

.metis .tp-tab.selected .tp-tab-divider {
  border-right-color: #009fa8 !important;
}

.Agency-Title,
.tp-caption.Agency-Title {
  font-family: "Lato", sans-serif;
  color: #fff !important;
}

.tp-caption.BigBold-Title, .BigBold-Title,
.tp-caption.BigBold-SubTitle, .BigBold-SubTitle,
.tp-caption.BigBold-Button, .BigBold-Button {
  font-family: "Lato", sans-serif;
}

.NotGeneric-SubTitle, .tp-caption.NotGeneric-SubTitle {
  font-size: 1em;
  letter-spacing: 2px;
  line-height: 22px;
}

.slideshow-div .full-content {
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.slideshow-div .full-content h1, .slideshow-div .full-content h2, .slideshow-div .full-content h3, .slideshow-div .full-content h4, .slideshow-div .full-content h5, .slideshow-div .full-content h6 {
  color: #fff;
  text-transform: none;
}

.slideshow-div .full-content h1 {
  font-size: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}

.carousel.slide h1, .carousel.slide h2, .carousel.slide h3, .carousel.slide h4, .carousel.slide h5, .carousel.slide h6 {
  color: #fff;
}

.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
}

.rev-btn, .rev-btn:visited {
  font-family: "Open Sans", sans-serif;
}

.carousel-style-2 {
  /* ken burns effect */
}

.carousel-style-2 .carousel-control {
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  width: 30px;
  height: 60px;
}

.carousel-style-2 .item img {
  transition: all 5s ease-in-out;
}

.carousel-style-2 .item.active.inactiveUntilOnLoad img,
.carousel-style-2 .item img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.carousel-style-2 .item.active img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-style-2 .carousel-control .glyphicon-chevron-left, .carousel-style-2 .carousel-control .glyphicon-chevron-right, .carousel-style-2 .carousel-control .icon-prev, .carousel-style-2 .carousel-control .icon-next {
  margin-top: -15px;
}

.carousel-style-2 .carousel-control .glyphicon-chevron-left, .carousel-style-2 .carousel-control .icon-prev {
  margin-left: -15px;
}

.carousel-style-2 .carousel-control .glyphicon-chevron-right, .carousel-style-2 .carousel-control .icon-next {
  margin-right: -15px;
}

.carousel-style-2 .carousel-caption {
  bottom: 80px;
}

.carousel-style-2 .carousel-caption h3 {
  font-size: 36px;
  text-transform: capitalize;
}

.carousel-style-3 .carousel-indicators {
  left: auto;
  width: auto;
  margin-left: 0px;
  right: 50px;
}

.carousel-style-4 .carousel-control {
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  width: 30px;
  height: 60px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-left, .carousel-style-4 .carousel-control .glyphicon-chevron-right, .carousel-style-4 .carousel-control .icon-prev, .carousel-style-4 .carousel-control .icon-next {
  margin-top: -15px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-left, .carousel-style-4 .carousel-control .icon-prev {
  margin-left: -15px;
}

.carousel-style-4 .carousel-control .glyphicon-chevron-right, .carousel-style-4 .carousel-control .icon-next {
  margin-right: -15px;
}

.carousel-style-4 .carousel-caption {
  bottom: 45%;
}

.carousel-style-4 .carousel-caption h3 {
  font-size: 4.236em;
  text-transform: capitalize;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}

.carousel-style-4 .carousel-indicators {
  left: auto;
  width: auto;
  margin-left: 0px;
  right: 50px;
}

.carousel-style-4 .item {
  transition: all 0.4s ease-in-out;
}

.carousel-style-4 .item,
.carousel-style-4 .active.left,
.carousel-style-4 .active.right {
  opacity: 0;
}

.carousel-style-4 .active,
.carousel-style-4 .next.left,
.carousel-style-4 .prev.right {
  opacity: 1;
}

.carousel-style-4 .next,
.carousel-style-4 .prev,
.carousel-style-4 .active.left,
.carousel-style-4 .active.right {
  left: 0;
}

.carousel-style-4 .carousel-control {
  z-index: 2;
}

/**
 * ----------------------------------------------------------------------------------------
 * DROPCAPS & HIGHLIGHTS
 * ----------------------------------------------------------------------------------------
 */
.dropcap:first-letter {
  float: left;
  color: #444647;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 2px;
}

.dropcap-style-2:first-letter {
  float: left;
  color: #444647;
  background: #d9d9d9;
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  padding: 10px;
  margin: 0 10px 10px 0;
}

.dropcap-style-3:first-letter {
  float: left;
  color: #009fa8;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 2px;
}

.dropcap-style-4:first-letter {
  float: left;
  color: #fff;
  background: #009fa8;
  font-size: 46px;
  line-height: 50px;
  font-weight: bold;
  padding: 10px;
  margin: 0 10px 10px 0;
}

.highlight {
  background: #009fa8;
  padding: 5px;
  color: #fff;
}
.highlight2 {
  color: #009fa8;
}
.highlight_bold {
  font-weight: bold;
}
.highlight_red {
  color: #bf0000;
}

/**
 * ----------------------------------------------------------------------------------------
 * 16. ACCORDIONS
 * ----------------------------------------------------------------------------------------
 */
.acc-default .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-default .panel-title a {
  display: block;
}

.acc-wo-background .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-wo-background .panel-title a {
  display: block;
}

.acc-wo-background .panel-heading {
  background-color: transparent;
}

.acc-wo-gap .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-wo-gap .panel-title a {
  display: block;
}

.acc-wo-gap.panel-group .panel {
  margin-top: -1px;
}

.acc-wo-border .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-wo-border .panel-title a {
  display: block;
}

.acc-wo-border .panel {
  border: 0;
  box-shadow: none;
}

.acc-faq-1 .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-faq-1 .panel-title .icon {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.acc-faq-1 .panel-title .collapsed .icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.acc-faq-1 .panel-body {
  padding-left: 40px;
}

.acc-faq-1 .panel-title a {
  display: block;
}

.acc-faq-1 .panel {
  border: 0;
  box-shadow: none;
}

.acc-faq-1 .panel-heading {
  background: transparent;
  border: 0;
}

.acc-faq-1 .panel-body {
  border: 0 !important;
}

.acc-faq-2 .panel-title {
  font-size: 1em;
  text-transform: capitalize;
}

.acc-faq-2 .panel-title .icon {
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  float: right;
  color: #fff;
  padding: 10px 0px;
}

.acc-faq-2 .panel-title .collapsed .icon {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.acc-faq-2 .panel-body {
  padding-left: 20px;
}

.acc-faq-2 .panel-title a {
  display: block;
}

.acc-faq-2 .panel {
  border: 0;
  box-shadow: none;
}

.acc-faq-2 .panel-heading {
  background: #2b2c2d;
  color: #fff;
  border: 0;
  transition: all 0.4s ease-in-out;
}

.acc-faq-2 .panel-heading:hover {
  background: #2b2c2d;
}

.acc-faq-2 .panel-body {
  border: 0 !important;
}

.nav-tabs > li > a {
  border-radius: 0;
}

.nav-tabs > li > a .icon {
  font-size: 16px;
}

/**
 * ----------------------------------------------------------------------------------------
 * 17. TIMELINE
 * ----------------------------------------------------------------------------------------
 */
.timeline {
  position: relative;
}

.timeline .timeline-row {
  position: relative;
  text-align: left;
}
.timeline .tm-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #009fa8;
  border-radius: 50%;
  position: absolute;
  padding-top: 20px;
}

.timeline .tm-icon span {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
.timeline .tm-icon .year {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.timeline .tm-detail {
  padding-left: 80px;
  margin-top: 0px;
  margin-bottom: 60px;
  color: #787878;
  line-height: 24px;
}

.timeline .pic {
  max-width: 130px;
  float: right;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  width: 2px;
  background: #ccc;
}

.timeline-right {
  position: relative;
}

.timeline-right .timeline-row {
  position: relative;
  text-align: right;
}

.timeline-right .tm-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.timeline-right .tm-icon span {
  color: #009fa8;
  font-size: 30px;
  line-height: 60px;
}

.timeline-right .tm-detail {
  padding-right: 80px;
  margin-bottom: 40px;
  color: #5f5f5f;
  font-size: 12px;
  line-height: 20px;
}

.timeline-right::before {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
  width: 2px;
  background: #f2f2f2;
}

.timeline-center {
  position: relative;
}

.timeline-center .timeline-row:nth-of-type(even) {
  position: relative;
  text-align: left;
  width: 50%;
  margin-left: 50%;
}

.timeline-center .timeline-row:nth-of-type(even) .tm-icon {
  left: -30px;
}

.timeline-center .timeline-row:nth-of-type(even) .tm-detail {
  margin-left: 20px;
  margin-bottom: 0px;
  color: #5f5f5f;
  padding: 20px;
}

.timeline-center .timeline-row:nth-of-type(odd) {
  position: relative;
  text-align: right;
  width: 50%;
  margin-right: 50%;
}

.timeline-center .timeline-row:nth-of-type(odd) .tm-icon {
  right: -30px;
}

.timeline-center .timeline-row:nth-of-type(odd) .tm-detail {
  margin-right: 20px;
  margin-bottom: 0px;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
}

.timeline-center .tm-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #009fa8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  padding-top: 20px;
}

.timeline-center .tm-icon .year {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

.timeline-center .month {
  color: #009fa8;
  font-size: 24px;
  font-weight: normal;
}

.timeline-center::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #ccc;
}

section.content-section:nth-of-type(even) .timeline-right .tm-icon {
  background-color: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline-right .tm-detail {
  color: #5f5f5f;
}

section.content-section:nth-of-type(even) .timeline-right::before {
  background: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline .tm-icon {
  background-color: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline .tm-detail {
  color: #787878;
}

section.content-section:nth-of-type(even) .timeline::before {
  background: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline-center .timeline-row:nth-of-type(even) .tm-detail {
  background: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline-center .timeline-row:nth-of-type(odd) .tm-detail {
  background: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline-center .tm-icon {
  background-color: #d9d9d9;
}

section.content-section:nth-of-type(even) .timeline-center::before {
  background: #d9d9d9;
}

/**
 * ----------------------------------------------------------------------------------------
 * 18. SOCIAL ICONS
 * ----------------------------------------------------------------------------------------
 */
.si-style-1 {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 10px;
  font-size: 22px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #2b2c2d;
}

.si-style-2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 8px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #2b2c2d;
  border: 1px solid #787878;
  border-radius: 2px;
}

.si-style-2:hover {
  background: #009fa8;
  color: #fff !important;
  border-color: #bf6516;
}

.si-style-3 {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 8px;
  font-size: 16px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #2b2c2d;
  border: 1px solid #787878;
  border-radius: 20px;
}

.si-style-3:hover {
  background: #009fa8;
  color: #fff !important;
  border-color: #bf6516;
}

.si-style-4 {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 8px;
  font-size: 22px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: #2b2c2d;
  border: 1px solid #787878;
  border-radius: 2px;
}

.si-style-4:hover {
  background: #009fa8;
  color: #fff !important;
  border-color: #bf6516;
}

/**
 * ----------------------------------------------------------------------------------------
 * 19. FORMS & INPUTS
 * ----------------------------------------------------------------------------------------
 */
.login-box {
  background: #f2f2f2;
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.login-box .checkbox label,
.login-box .radio label {
  padding-left: 0;
}

.login-box .st-checkbox-1-label:before,
.login-box .st-checkbox-2-label:before,
.login-box .st-radio-1-label:before,
.login-box .st-radio-2-label:before {
  padding: 3px;
  width: 20px;
  height: 20px;
}

.login-box .st-checkbox:checked + .st-checkbox-2-label:before,
.login-box .st-radio:checked + .st-radio-2-label:before {
  font-size: 11px;
}

.login-box input,
.login-box textarea {
  background: #fff;
}

.bootstrap-switch {
  border-radius: 0px;
  border-color: #d9d9d9;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-radius: 0px;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #009fa8;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  border-radius: 0px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-radius: 0px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-radius: 0px;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 80px;
  height: 40px;
  background-color: #d9d9d9;
  border-radius: 40px;
  margin: auto;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #d9d9d9;
  border-radius: 60px;
  transition: background 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 38px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #009fa8;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 40px;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 80px;
  height: 40px;
  background-color: #d9d9d9;
  border-radius: 40px;
  transition: background 0.4s;
  margin: auto;
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 40px;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 32px;
  background-color: #dddddd;
  border-radius: 32px;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
  background-color: #009fa8;
}

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 40px;
  background-color: #009fa8;
}

input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 80px;
  height: 40px;
  margin: auto;
  font-weight: 400;
}

input.cmn-toggle-yes-no + label:before,
input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

input.cmn-toggle-yes-no + label:before {
  background-color: #d9d9d9;
  content: attr(data-off);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input.cmn-toggle-yes-no + label:after {
  background-color: #009fa8;
  content: attr(data-on);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

input.cmn-toggle-yes-no:checked + label:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

input.cmn-toggle-yes-no:checked + label:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.st-checkbox, .st-radio {
  opacity: 0;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
  font-weight: 400;
}

.st-checkbox-1-label, .st-checkbox-2-label, .st-radio-1-label, .st-radio-2-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}

.st-checkbox-1-label:before, .st-checkbox-2-label:before, .st-radio-1-label:before, .st-radio-2-label:before {
  content: '';
  display: inline-block;
  background: #FFF;
  border: 2px solid #d9d9d9;
  width: 25px;
  height: 25px;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  transition: all 0.4s ease;
}

.st-checkbox:checked + .st-checkbox-1-label:before, .st-radio:checked + .st-radio-1-label:before {
  background: #009fa8;
}

.st-checkbox:checked + .st-checkbox-2-label:before, .st-radio:checked + .st-radio-2-label:before {
  content: "\f00c";
  font: normal normal normal 12px/1 FontAwesome;
  background: #009fa8;
  color: #FFF;
}

.st-radio-2-label:before, .st-radio-1-label:before {
  border-radius: 50%;
  transition: all 0.4s ease;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #bf6516;
  border-color: #bf6516;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #bf6516;
  border-color: #bf6516;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px !important;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.input-style-2 {
  font-size: 13px;
  padding: 10px 30px !important;
  height: auto;
  line-height: 22px;
}

.rounded-input {
  border-radius: 30px;
}
.form-control {
  font-size: 16px;
}
/**
 * ----------------------------------------------------------------------------------------
 * 20. LISTS
 * ----------------------------------------------------------------------------------------
 */
.ol-style-2 {
  list-style-type: none;
}

.ol-style-2 li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.ol-style-2 li:before {
  content: counter(step-counter);
  color: #009fa8;
  padding-right: 8px;
  font-size: 120%;
}

.ol-style-3 {
  list-style-type: none;
}

.ol-style-3 li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.ol-style-3 li:before {
  content: counter(step-counter);
  color: #fff;
  background: #009fa8;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 30px;
  border-radius: 50%;
}

.ol-style-4 {
  list-style-type: none;
}

.ol-style-4 li {
  counter-increment: step-counter;
  margin-bottom: 10px;
}

.ol-style-4 li:before {
  content: counter(step-counter);
  color: #009fa8;
  border: 2px solid #009fa8;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 26px;
  border-radius: 50%;
}

.ul-style-2 {
  list-style-type: none;
}

.ul-style-2 li .list-icon {
  color: #009fa8;
  margin-right: 10px;
  margin-bottom: 8px;
}

.ul-style-3 {
  list-style-type: none;
}

.ul-style-3 li .list-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #009fa8;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 8px;
}

.ul-style-4 {
  list-style-type: none;
}

.ul-style-4 li .list-icon {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border: 2px solid #009fa8;
  color: #009fa8;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 8px;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #009fa8;
  border-color: #bf6516;
}

.panel-primary {
  border-color: #bf6516;
}

.panel-primary > .panel-heading {
  background: #009fa8;
  border-color: #bf6516;
}

.panel-iov {
  border-color: #52c7d0;
  background: transparent;
}

.panel-iov .panel-heading {
  background: #324b5f;
  border-color: #52c7d0;
}
.panel-iov .panel-title {
  color: #fff;
  font-size: 20px;
}

/**
 * ----------------------------------------------------------------------------------------
 * 21. PAGE TITLES
 * ----------------------------------------------------------------------------------------
 */
.page-title-row {
  padding: 80px 10px;
}

.page-title-row .page-title {
  color: #fff;
}

.page-title-row .page-title.black-color {
  color: #2b2c2d;
}

.page-title-div {
  background-color: #f2f2f2;
  color: #2b2c2d;
}

.page-title-div .page-title {
  color: #2b2c2d;
}

.page-title-div .breadcrumb {
  background: transparent;
}

.page-title-div .breadcrumb a {
  color: #787878;
}

.page-title-div .breadcrumb a.active {
  color: #2b2c2d;
}

.gradient-bg {
  background: linear-gradient(141deg, #009fa8 0%, #bf6516 51%, #a85913 75%);
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(141deg, #009fa8 0%, #bf6516 51%, #a85913 75%);
  color: #fff;
}

.gradient-bg .page-title {
  color: #fff;
}

.gradient-bg .breadcrumb a {
  color: #f2f2f2;
}

.gradient-bg .breadcrumb a.active {
  color: #fff;
}

.page-title-mini .page-title-row {
  padding: 10px;
}

.page-title-mini .page-title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 40px;
}

.page-title-mini .breadcrumb {
  margin-bottom: 0;
}
