body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #2b2b2b;
  background: #fff;
  scrollbar-face-color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #ffa800;
}
::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #ffcb66;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #ffcb66;
}
a {
  color: #f5a100;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
a:hover {
  color: #b37600;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pre-scrollable::-webkit-scrollbar,
pre::-webkit-scrollbar {
  width: 6px !important;
}
.pre-scrollable::-webkit-scrollbar-track,
pre::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}
.pre-scrollable::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb {
  background-color: #caccd3;
}
.pre-scrollable::-webkit-scrollbar-button,
pre::-webkit-scrollbar-button {
  display: none;
}
.pre-scrollable::-webkit-scrollbar-corner,
pre::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}
.clear {
  clear: both;
}
.row-no-margin {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.form-bordered {
  height: 45px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
  border: 2px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #5f6272;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.form-bordered:focus {
  color: #c28000;
  border-color: #2b2b2b;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: 0;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
textarea {
  height: auto !important;
}
label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 {
  font-size: 34;
  line-height: 36px;
}
h2 {
  font-size: 30px;
  line-height: 34px;
}
h3 {
  font-size: 26px;
  line-height: 30px;
}
h4 {
  font-size: 22px;
  line-height: 28px;
}
h5 {
  font-size: 18px;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
hr {
  border-top-color: #f7f7f7;
}
.fade-01 {
  opacity: 0.1;
}
.fade-02 {
  opacity: 0.2;
}
.fade-03 {
  opacity: 0.3;
}
.fade-04 {
  opacity: 0.4;
}
.fade-05 {
  opacity: 0.5;
}
.fade-06 {
  opacity: 0.6;
}
.border-none {
  border: none !important;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.display-inline-block {
  display: inline-block;
}
.cast-shadow {
  -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
}
.text-big {
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}
.text-big p {
  font-size: 23px !important;
  line-height: 40px !important;
}
.text-big h2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
}
.text-big h3 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
}
.text-big h4 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.text-secondary-bold {
  font-weight: 500 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-theme {
  color: #ffa800;
}
.text-red {
  color: #e74c3c;
}
.text-dark-red {
  color: #c0392b;
}
.text-watermelon {
  color: #ef717a;
}
.text-dark-watermelon {
  color: #f62459;
}
.text-orange {
  color: #fc6e51;
}
.text-dark-orange {
  color: #d35400;
}
.text-yellow {
  color: #ffcd02;
}
.text-dark-yellow {
  color: #ffa800;
}
.text-blue {
  color: #5065a1;
}
.text-dark-blue {
  color: #394c81;
}
.text-skyblue {
  color: #5bc0de;
}
.text-dark-skyblue {
  color: #2980b9;
}
.text-navyblue {
  color: #34495e;
}
.text-dark-navyblue {
  color: #2c3e50;
}
.text-green {
  color: #2ecc71;
}
.text-dark-green {
  color: #27ae60;
}
.text-mint {
  color: #1abc9c;
}
.text-dark-mint {
  color: #16a085;
}
.text-teal {
  color: #3a6f81;
}
.text-dark-teal {
  color: #356272;
}
.text-pink {
  color: #f47cc3;
}
.text-dark-pink {
  color: #d45c9e;
}
.text-purple {
  color: #745ec5;
}
.text-dark-purple {
  color: #5b48a2;
}
.text-magenta {
  color: #9b59b6;
}
.text-dark-magenta {
  color: #8e44ad;
}
.text-black {
  color: #2b2b2b;
}
.text-dark-black {
  color: #262626;
}
.text-brown {
  color: #a38671;
}
.text-dark-brown {
  color: #8e725e;
}
.text-grey {
  color: #6b6e80;
}
.text-light-grey {
  color: #f9f9f9;
}
.text-white {
  color: #fff;
}
.text-dark-white {
  color: #d9dae9;
}
.bg-red {
  background-color: #e74c3c;
}
.bg-dark-red {
  background-color: #c0392b;
}
.bg-watermelon {
  background-color: #ef717a;
}
.bg-dark-watermelon {
  background-color: #f62459;
}
.bg-orange {
  background-color: #fc6e51;
}
.bg-dark-orange {
  background-color: #d35400;
}
.bg-yellow {
  background-color: #ffcd02;
}
.bg-dark-yellow {
  background-color: #ffa800;
}
.bg-blue {
  background-color: #5065a1;
}
.bg-dark-blue {
  background-color: #394c81;
}
.bg-skyblue {
  background-color: #5bc0de;
}
.bg-dark-skyblue {
  background-color: #2980b9;
}
.bg-navyblue {
  background-color: #34495e;
}
.bg-dark-navyblue {
  background-color: #2c3e50;
}
.bg-green {
  background-color: #2ecc71;
}
.bg-dark-green {
  background-color: #27ae60;
}
.bg-mint {
  background-color: #1abc9c;
}
.bg-dark-mint {
  background-color: #16a085;
}
.bg-teal {
  background-color: #3a6f81;
}
.bg-dark-teal {
  background-color: #356272;
}
.bg-pink {
  background-color: #f47cc3;
}
.bg-dark-pink {
  background-color: #d45c9e;
}
.bg-purple {
  background-color: #745ec5;
}
.bg-dark-purple {
  background-color: #5b48a2;
}
.bg-magenta {
  background-color: #9b59b6;
}
.bg-dark-magenta {
  background-color: #8e44ad;
}
.bg-black {
  background-color: #2b2b2b;
}
.bg-dark-black {
  background-color: #121212;
}
.bg-brown {
  background-color: #a38671;
}
.bg-dark-brown {
  background-color: #8e725e;
}
.bg-grey {
  background-color: #6b6e80;
}
.bg-light-grey {
  background-color: #f9f9f9;
}
.bg-white {
  background-color: #fff;
}
.bg-dark-white {
  background-color: #d9dae9;
}
.section-title {
  display: block;
  text-align: center;
}
.section-title h1 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
}
.section-title h2,
.section-title h3 {
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 6px;
  color: #2b2b2b;
}
.section-title h2 span,
.section-title h3 span {
  font-weight: 500;
  color: #121212;
}
.section-title h2 small,
.section-title h3 small {
  display: block;
  color: #121212;
}
.section-title p {
  margin-top: -30px;
  margin-bottom: 40px;
}
.main-title-primary {
  font-family: Poppins, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.main-title-primary span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.main-title-secondary {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.padd-20-top {
  padding-top: 20px;
}
.padd-20-btm {
  padding-bottom: 20px;
}
.padd-40-top {
  padding-top: 40px;
}
.padd-40-btm {
  padding-bottom: 40px;
}
.padd-60-top {
  padding-top: 60px;
}
.padd-60-btm {
  padding-bottom: 60px;
}
.padd-80-top {
  padding-top: 80px;
}
.padd-80-btm {
  padding-bottom: 80px;
}
.padd-100-top {
  padding-top: 100px;
}
.padd-100-btm {
  padding-bottom: 100px;
}
.padd-20 {
  padding: 20px;
}
.padd-40 {
  padding: 40px;
}
.marg-10-top {
  margin-top: 10px;
}
.marg-10-btm {
  margin-bottom: 10px;
}
.marg-20-top {
  margin-top: 20px;
}
.marg-20-right {
  margin-right: 20px;
}
.marg-20-left {
  margin-left: 20px;
}
.marg-20-btm {
  margin-bottom: 20px;
}
.marg-40-top {
  margin-top: 40px;
}
.marg-40-btm {
  margin-bottom: 40px;
}
.marg-60-top {
  margin-top: 60px;
}
.marg-60-btm {
  margin-bottom: 60px;
}
.marg-80-top {
  margin-top: 80px;
}
.marg-80-btm {
  margin-bottom: 80px;
}
.marg-100-top {
  margin-top: 100px;
}
.marg-100-btm {
  margin-bottom: 100px;
}
.marg--20-top {
  margin-top: -20px;
}
.marg--20-btm {
  margin-bottom: -20px;
}
.marg--40-top {
  margin-top: -40px;
}
.marg--40-btm {
  margin-bottom: -40px;
}
.marg--60-top {
  margin-top: -60px;
}
.marg--60-btm {
  margin-bottom: -60px;
}
.marg--80-top {
  margin-top: -80px;
}
.marg--80-btm {
  margin-bottom: -80px;
}
.marg--100-top {
  margin-top: -100px;
}
.marg--100-btm {
  margin-bottom: -100px;
}
.marg-40-left {
  margin-left: 40px;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn,
.btn:hover {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn,
.btn-md {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-lg {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 12px;
}
.btn-sm {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-xs {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-theme {
  color: #fff;
  background-color: #ffa800;
}
.btn-theme:focus,
.btn-theme:hover {
  color: #fff;
  background-color: #cc8600;
  outline: 0;
}
.btn.btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit) {
  display: inline-block;
  padding: 8px 35px;
  font-size: 11px;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: transparent;
  border: 2px solid #2b2b2b !important;
  color: #2b2b2b;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit).btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit)
  .fa,
.button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit)
  .glyphicon,
.button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit)
  i {
  position: relative;
  top: 1px;
  font-size: 18px;
  margin-right: 5px;
}
.button:active,
.button:focus,
.button:hover {
  color: #fff;
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: 0;
  text-decoration: none;
}
.button:active:not(.more-link):not(.btn):not([class*="icon-"]):not(
    .icon-social
  ):not(.menu-toggle):not(.search-submit),
.button:focus:not(.more-link):not(.btn):not([class*="icon-"]):not(
    .icon-social
  ):not(.menu-toggle):not(.search-submit),
.button:hover:not(.more-link):not(.btn):not([class*="icon-"]):not(
    .icon-social
  ):not(.menu-toggle):not(.search-submit) {
  color: #fff !important;
  border-color: #ffa800 !important;
  background-color: #ffa800;
}
.social-icon {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.social-icon > li {
  display: inline-block;
}
.social-icon > li > a {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #858899;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-icon > li > a:focus,
.social-icon > li > a:hover {
  color: #fff;
  background-color: #2b2b2b;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.social-icon > li:last-child a {
  margin-right: 0;
}
.social-icon.social-icon-color > li > a {
  color: #fff;
}
.social-icon.social-icon-color > li > a,
.social-icon.social-icon-color > li > a:hover {
  background-color: #ffa800;
}
.social-icon.social-icon-color > li > a.icon-twitter {
  background-color: #4099ff;
}
.social-icon.social-icon-color > li > a.icon-twitter:hover {
  background-color: #268bff;
}
.social-icon.social-icon-color > li > a.icon-facebook {
  background-color: #4467ad;
}
.social-icon.social-icon-color > li > a.icon-facebook:hover {
  background-color: #3d5c9b;
}
.social-icon.social-icon-color > li > a.icon-google-plus,
.social-icon.social-icon-color > li > a.icon-youtube {
  background-color: #ff4b4b;
}
.social-icon.social-icon-color > li > a.icon-google-plus:hover,
.social-icon.social-icon-color > li > a.icon-youtube:hover {
  background-color: #ff3131;
}
.social-icon.social-icon-color > li > a.icon-pinterest {
  background-color: #c0392b;
}
.social-icon.social-icon-color > li > a.icon-pinterest:hover {
  background-color: #ab3326;
}
.social-icon.social-icon-color > li > a.icon-instagram {
  background-color: #6e99b2;
}
.social-icon.social-icon-color > li > a.icon-instagram:hover {
  background-color: #5d8da9;
}
.social-icon.social-icon-color > li > a.icon-dribbble {
  background-color: #f47cc3;
}
.social-icon.social-icon-color > li > a.icon-dribbble:hover {
  background-color: #f264b8;
}
.social-icon.social-icon-color > li > a.icon-linkedin {
  background-color: #5bc0de;
}
.social-icon.social-icon-color > li > a.icon-linkedin:hover {
  background-color: #46b8da;
}
.search-form {
  position: relative;
}
.search-form .search-field {
  min-height: 45px;
  padding-left: 20px;
  padding-right: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border-color: #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
}
.search-form .search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: none;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-width: 2px;
}
.alert-success {
  border-color: #3c763d;
}
.alert-info {
  border-color: #31708f;
}
.alert-warning {
  border-color: #8a6d3b;
}
.alert-danger {
  border-color: #a94442;
}
.progress {
  height: 5px;
  background-color: #e6e6e6;
}
.progress .progress-dark {
  background-color: #2b2b2b;
}
.progress .progress-theme {
  background-color: #ffa800;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  line-height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  background-color: #f2f2f2;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: transparent;
}
.panel-heading {
  padding: 6px 20px;
}
.panel-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.panel-title a {
  position: relative;
  display: block;
  padding: 6px 5px;
  color: #6b6e80;
}
.panel-title a:focus,
.panel-title a:hover,
.panel-title a[aria-expanded="true"] {
  text-decoration: none;
  color: #2b2b2b;
}
.panel-title a::after {
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 8px;
  line-height: 26px;
}
.panel-title a.collapsed::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 8px;
  line-height: 26px;
}
.panel-body {
  padding: 10px 20px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top-color: #e6e6e6;
}
.panel-footer {
  border-top-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs li a {
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #2b2b2b;
}
.nav-tabs li a:hover {
  border-color: transparent;
  color: #2b2b2b;
  background-color: transparent;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover {
  border-color: #f2f2f2;
  color: #2b2b2b;
  background-color: #f2f2f2;
}
.nav-tabs.nav-justified li a {
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified li a:hover {
  color: #6b6e80;
  background-color: transparent;
}
.nav-tabs.nav-justified .active a,
.nav-tabs.nav-justified .active a:focus,
.nav-tabs.nav-justified .active a:hover {
  border-color: #f2f2f2;
  color: #2b2b2b;
  background-color: #f2f2f2;
}
.tab-content {
  padding: 40px 16px 16px 20px;
  font-size: 13px;
  line-height: 22px;
  background-color: transparent;
}
.fact-item {
  display: block;
  font-family: Poppins, sans-serif;
  text-align: center;
}
.fact-item .fact-item-number {
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
  color: #5f6272;
}
.fact-item .fact-item-number .icon {
  margin-right: 5px;
  font-size: 43px;
}
.fact-item .fact-item-number .number {
  font-size: 48px;
  line-height: 48px;
}
.fact-item .fact-item-info {
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.fact-item.fact-item-alt .fact-item-number {
  padding-bottom: 0;
}
.fact-item.fact-item-alt .fact-item-number .icon {
  margin-right: 0;
  font-size: 80px;
  line-height: 82px;
}
.fact-item.fact-item-alt .fact-item-number .number {
  display: block;
  margin-top: 20px;
  font-size: 38px;
  line-height: 40px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .fact-item {
    margin-bottom: 30px;
  }
}
.team-item {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.team-item .team-item-image {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.team-item .team-item-image::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item .team-item-image:hover::after {
  background-color: rgba(255, 255, 255, 0.9);
}
.team-item .team-item-image:hover .team-item-detail {
  opacity: 1;
}
.team-item .team-item-image img {
  max-width: 100%;
  height: auto;
}
.team-item .team-item-image .team-item-detail {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 20px 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.team-item .team-item-image .team-item-detail .team-item-title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.team-item .team-item-name {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.team-item .team-item-role {
  display: block;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  color: #858899;
}
@media screen and (max-width: 992px) {
  .team-item .team-item-detail p {
    font-size: 12px;
    line-height: 22px;
  }
  .team-item .team-item-detail .social-icon li a {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-bottom: 3px;
    line-height: 30px;
  }
  .team-item .team-item-detail .social-icon li:last-child a {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .team-item .team-item-image {
    max-width: 370px;
  }
  .team-item .team-item-image .team-item-detail p {
    font-size: 14px;
    line-height: 24px;
  }
  .team-item .team-item-image .team-item-detail .social-icon li a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 40px;
  }
  .team-item .team-item-image .team-item-detail .social-icon li:last-child a {
    margin-right: 0;
  }
}
.skillbar-item-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.skillbar-item-percent {
  float: right;
  color: #6b6e80;
}
.service-item {
  position: relative;
  margin-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.service-item.service-item-icon-top {
  padding-top: 40px;
  text-align: center;
}
.service-item.service-item-icon-top .service-item-icon {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.service-item.service-item-icon-top .service-item-title {
  font-weight: 500;
}
.service-item.service-item-icon-top-left {
  padding-top: 40px;
  padding-left: 0;
  text-align: left;
}
.service-item.service-item-icon-top-left .service-item-icon {
  left: 0;
  top: 0;
}
.service-item.service-item-icon-top-left .service-item-title {
  font-weight: 500;
}
.service-item.service-item-icon-top-right {
  padding-top: 40px;
  padding-right: 0;
  text-align: right;
}
.service-item.service-item-icon-top-right .service-item-icon {
  right: 0;
  top: 0;
}
.service-item.service-item-icon-top-right .service-item-title {
  font-weight: 500;
}
.service-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.service-item-title {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}
.work-filter {
  display: table;
  margin: 0 auto 40px;
  list-style-type: none;
  padding: 0;
}
.work-filter li {
  display: inline-block;
}
.work-filter li a {
  display: block;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #858899;
}
.work-filter li a:focus,
.work-filter li a:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.work-filter li.active a,
.work-filter li.active a:focus,
.work-filter li.active a:hover {
  color: #2b2b2b;
}
.work-grid {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.work-grid .work-item {
  position: relative;
  display: inline-block;
  width: 33.3333333%;
  padding: 0;
  overflow: hidden;
}
.work-grid .work-item a:focus {
  outline: 0;
}
.work-grid .work-item:hover .work-item-image::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
}
.work-grid .work-item:hover .work-item-info {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work-grid .work-item .work-item-image {
  display: block;
  overflow: hidden;
}
.work-grid .work-item .work-item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.work-grid .work-item .work-item-image img {
  max-width: 100%;
  height: auto;
}
.work-grid .work-item .work-item-info {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  padding: 30px 40px;
  text-align: center;
  overflow: hidden;
  opacity: 0;
}
.work-grid .work-item .work-item-info .work-item-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.work-grid .work-item .work-item-info .work-item-desc {
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .work-grid .work-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .work-grid .work-item {
    width: 100%;
  }
}
#testimony.wrapper-bg-image,
.testimony.wrapper-bg-image {
  margin-bottom: 60px;
}
#testimony .carousel-indicators,
.testimony .carousel-indicators {
  bottom: -60px;
}
#testimony .carousel-indicators li,
.testimony .carousel-indicators li {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#testimony .carousel-indicators .active,
.testimony .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
#testimony .carousel-inner .item,
.testimony .carousel-inner .item {
  text-align: center;
}
#testimony .carousel-inner .item,
#testimony .carousel-inner .item p,
.testimony .carousel-inner .item,
.testimony .carousel-inner .item p {
  font-size: 18px;
  line-height: 36px;
}
#testimony .carousel-inner .testimony-item-title,
.testimony .carousel-inner .testimony-item-title {
  font-size: 24px;
  font-weight: 400;
}
#testimony .carousel-inner .testimony-item-image,
.testimony .carousel-inner .testimony-item-image {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
#testimony .carousel-inner .testimony-item-source,
.testimony .carousel-inner .testimony-item-source {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
#testimony .carousel-inner .testimony-item-source::before,
.testimony .carousel-inner .testimony-item-source::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
#testimony .carousel-inner .testimony-item-source.source-alt::before,
.testimony .carousel-inner .testimony-item-source.source-alt::before {
  content: "";
  display: none;
}
#testimony .carousel-inner .testimony-item-source.source-alt strong,
.testimony .carousel-inner .testimony-item-source.source-alt strong {
  display: block;
  margin-top: 15px;
  line-height: 14px;
  text-transform: uppercase;
}
#testimony.testimony-dark .carousel-indicators li,
.testimony.testimony-dark .carousel-indicators li {
  border-color: #2b2b2b;
  background-color: #2b2b2b;
}
#testimony.testimony-dark .carousel-indicators .active,
.testimony.testimony-dark .carousel-indicators .active {
  border: 2px solid #2b2b2b;
  background-color: transparent;
}
#testimony.testimony-dark .carousel-inner .item,
#testimony.testimony-dark .carousel-inner .item h1,
#testimony.testimony-dark .carousel-inner .item h2,
#testimony.testimony-dark .carousel-inner .item h4,
#testimony.testimony-dark .carousel-inner .item p,
#testimony.testimony-dark .carousel-inner .item small,
#testimony.testimony-dark .carousel-inner .item span,
.testimony.testimony-dark .carousel-inner .item,
.testimony.testimony-dark .carousel-inner .item h1,
.testimony.testimony-dark .carousel-inner .item h2,
.testimony.testimony-dark .carousel-inner .item h4,
.testimony.testimony-dark .carousel-inner .item p,
.testimony.testimony-dark .carousel-inner .item small,
.testimony.testimony-dark .carousel-inner .item span {
  color: #2b2b2b;
}
#testimony.testimony-dark .carousel-inner .testimony-item-source,
.testimony.testimony-dark .carousel-inner .testimony-item-source {
  color: #6b6e80;
}
#testimony.testimony-dark .carousel-inner .testimony-item-source::before,
.testimony.testimony-dark .carousel-inner .testimony-item-source::before {
  background-color: #6b6e80;
}
.testimony-item {
  text-align: center;
}
.testimony-item,
.testimony-item p {
  font-size: 18px;
  line-height: 36px;
}
.testimony-item .testimony-item-title {
  font-size: 24px;
  font-weight: 400;
}
.testimony-item .testimony-item-image {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.testimony-item .testimony-item-source {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #fff;
}
.testimony-item .testimony-item-source::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.testimony-item .testimony-item-source.source-alt::before {
  content: "";
  display: none;
}
.testimony-item .testimony-item-source.source-alt strong {
  display: block;
  margin-top: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.testimony-item.testimony-dark,
.testimony-item.testimony-dark h1,
.testimony-item.testimony-dark h2,
.testimony-item.testimony-dark h4,
.testimony-item.testimony-dark p,
.testimony-item.testimony-dark small,
.testimony-item.testimony-dark span {
  color: #2b2b2b;
}
.testimony-item.testimony-dark .testimony-item-source,
.testimony-item.testimony-dark .testimony-item-source.source-alt {
  color: #6b6e80;
}
.testimony-item.testimony-dark .testimony-item-source::before {
  background-color: #6b6e80;
}
.contact-item {
  position: relative;
  margin-top: 20px;
  padding-left: 55px;
}
.contact-item-icon {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.contact-item-icon i,
.contact-item-icon span {
  position: relative;
  z-index: 3;
}
.contact-item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #2b2b2b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.contact-item.contact-item-alt {
  position: relative;
  padding-left: 0;
  padding-top: 50px;
}
.contact-item.contact-item-alt .contact-item-icon {
  top: 0;
  left: 0;
}
.contact-item.contact-item-alt.text-center .contact-item-icon {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-form {
  margin-top: 60px;
}
.contact-form-ninja .form-group {
  position: relative;
}
.contact-form-ninja label {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #a1a3b0;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.contact-form-ninja .label-focus {
  left: 10px;
  top: -10px;
  font-size: 11px;
  font-weight: 700;
  color: #454545;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.contact-form-ninja .form-control {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.contact-form-ninja textarea.form-control {
  padding-top: 17px;
  resize: none;
}
.contact-form-header {
  padding: 30px 40px 40px;
  background-color: #fff;
}
.map {
  width: 100%;
  min-height: 300px;
  height: auto;
}
.map img {
  max-width: none;
}
.subscribe-form {
  margin: 20px 0;
}
.subscribe-form .form-control {
  padding-left: 30px;
  font-size: 13px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.subscribe-form .form-control::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b6e80;
}
.subscribe-form .form-control:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b6e80;
}
.subscribe-form .form-control::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b6e80;
}
.subscribe-form .form-control:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  color: #6b6e80;
}
.subscribe-form .form-control:focus {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.subscribe-form .input-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.subscribe-form .input-group-btn .btn {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
.subscribe-form .input-group-btn .btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.client-slider:hover .owl-buttons {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.client-slider.navigation-hide .owl-buttons,
.client-slider.navigation-hide .owl-pagination {
  display: none;
}
.client-slider .item {
  position: relative;
  margin-top: 30px;
}
.client-slider .item img {
  display: block;
  margin: 20px auto;
}
.client-slider .item:hover .item-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.client-slider .item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.client-slider .owl-buttons {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.client-slider .owl-buttons .owl-next,
.client-slider .owl-buttons .owl-prev {
  position: absolute;
  top: 35%;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.client-slider .owl-buttons .owl-next:hover,
.client-slider .owl-buttons .owl-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #2b2b2b;
}
.client-slider .owl-buttons .owl-prev {
  left: 0;
}
.client-slider .owl-buttons .owl-next {
  right: 0;
}
.client-slider .owl-pagination {
  margin-top: 20px;
  padding: 5px;
}
.client-slider .owl-pagination .owl-page span {
  width: 8px;
  height: 8px;
  margin: 2px;
  padding: 0;
  border: 2px solid #2b2b2b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #2b2b2b;
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.client-slider .owl-pagination .owl-page:hover span {
  background-color: #121212;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.client-slider .owl-pagination .owl-page.active span {
  width: 12px;
  height: 12px;
  border: 2px solid #121212;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.image-block {
  position: relative;
}
.image-block-item {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 0;
}
.image-block-item-background {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.image-block-item-map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .image-block-item {
    position: relative;
    min-height: 300px;
  }
  .image-block-item .image-block-item-background {
    position: absolute;
    width: 100%;
  }
}
.pricing-item {
  margin-top: 30px;
  padding: 30px 40px;
}
.pricing-item h5 {
  margin: 20px 0 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.pricing-item h2 {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.pricing-item h2 span {
  position: relative;
  top: -18px;
  left: -5px;
  font-size: 20px;
  font-weight: 300;
}
.pricing-item h2 small {
  position: relative;
  font-size: 13px;
  left: -8px;
}
.pricing-item h2.bigger {
  bottom: -5px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
}
.pricing-item p {
  font-size: 13px;
  line-height: 22px;
}
.pricing-item ul li {
  margin: 7px 0;
  font-style: italic;
  color: #6b6e80;
}
.pricing-item .btn {
  margin-top: 40px;
  padding: 15px 35px;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.pricing-item .btn + p {
  margin-top: 20px;
}
.pricing-item .btn.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pricing-item.highlight {
  -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
}
.pricing-item.pricing-item-alt h5 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.pricing-item.pricing-item-alt h2 {
  font-family: Poppins, sans-serif;
  font-size: 60px;
  line-height: 64px;
  font-weight: 300;
  margin: 40px 0 40px;
}
.pricing-item.pricing-item-alt h2 span {
  top: -30px;
  left: -10px;
}
.pricing-item.pricing-item-alt h2 small {
  left: -15px;
}
.pricing-item.pricing-item-alt p {
  margin-top: -25px;
}
.pricing-item.pricing-item-alt ul li {
  font-style: normal;
}
.pricing-item.pricing-item-alt .btn {
  background-color: transparent;
  color: #ffa800;
  border-width: 2px;
  border-color: #ffa800;
}
.pricing-item.pricing-item-alt .btn:focus,
.pricing-item.pricing-item-alt .btn:hover {
  color: #fff;
  background-color: #ffa800;
  outline: 0;
}
.pricing-item.pricing-item-alt.highlight,
.pricing-item.pricing-item-alt.highlight p,
.pricing-item.pricing-item-alt.highlight small,
.pricing-item.pricing-item-alt.highlight span,
.pricing-item.pricing-item-alt.highlight ul li {
  color: #fff;
  background-color: #ffa800;
}
.pricing-item.pricing-item-alt.highlight .btn {
  border-color: #fff;
  color: #fff;
}
.pricing-item.pricing-item-alt.highlight .btn:focus,
.pricing-item.pricing-item-alt.highlight .btn:hover {
  border-color: #ffa800;
}
.process-item {
  margin-top: 30px;
}
.process-item img {
  max-width: 100%;
  height: auto;
}
.process-item-icon {
  padding: 60px 30px 80px;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
}
.process-item-content {
  border-top: 1px solid #f2f2f2;
  position: relative;
  padding: 30px;
}
.process-item-number {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border: 5px solid #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffa800;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.process-item-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.process-item.highlight {
  -webkit-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 31px 0 rgba(0, 0, 0, 0.1);
}
.process-item.process-item-alt .process-item-icon {
  padding: 30px 30px 50px;
}
.process-item.process-item-alt .process-item-number {
  top: -23px;
  width: 46px;
  height: 46px;
  font-size: 16px;
  line-height: 35px;
}
.process-item.process-item-alt .process-item-title {
  font-size: 14px;
}
.process-item.process-item-alt .process-item-content {
  padding: 20px;
}
.gallery-slider {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.gallery-slider #slider-thumbnail .item {
  position: relative;
}
.gallery-slider #slider-thumbnail .item:hover .item-caption {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.gallery-slider #slider-thumbnail .item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-slider #slider-thumbnail .item-caption {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(43, 43, 43, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.gallery-slider #slider-thumbnail .item .caption-description {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 30px 60px;
}
.gallery-slider #slider-thumbnail .item .caption-title {
  display: block;
  margin-top: 15px;
}
.gallery-slider #slider-thumbnail .item .caption-title-link {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #fff;
}
.gallery-slider #slider-thumbnail .item .caption-title-link:hover {
  color: #f2f2f2;
}
@media screen and (max-width: 480px) {
  .gallery-slider #slider-thumbnail .item .caption-description {
    bottom: 35%;
  }
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next,
.gallery-slider #slider-thumbnail .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  background-color: transparent;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next:hover,
.gallery-slider #slider-thumbnail .owl-buttons .owl-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-prev {
  left: 20px;
  margin-top: -30px;
}
.gallery-slider #slider-thumbnail .owl-buttons .owl-next {
  right: 20px;
  margin-top: -30px;
}
.gallery-slider #slider-thumbnail .owl-pagination {
  margin-top: -50px;
  padding: 5px;
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page span {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page:hover span {
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gallery-slider #slider-thumbnail .owl-pagination .owl-page.active span {
  background-color: #fff;
  opacity: 0.9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blog-entry {
  margin-bottom: 30px;
}
.blog-entry-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.blog-entry-header .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.blog-entry-header .entry-title.entry-title-big {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}
.blog-entry-header .entry-title a {
  color: #222d4c;
}
.blog-entry-header .entry-title a:hover {
  text-decoration: underline;
}
.blog-entry-header .entry-meta {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
  font-style: italic;
  color: #bfbfbf;
}
.blog-entry-header .entry-meta span {
  position: relative;
  padding-left: 10px;
}
.blog-entry-header .entry-meta span:first-child {
  padding-left: 0;
}
.blog-entry-header .entry-meta .entry-cat .cat-link,
.blog-entry-header .entry-meta .entry-comment .comment-link,
.blog-entry-header .entry-meta .entry-date {
  font-style: normal;
  text-transform: uppercase;
}
.blog-entry-header .entry-meta .entry-cat::after,
.blog-entry-header .entry-meta .entry-comment::after,
.blog-entry-header .entry-meta .posted-on::after {
  content: "/";
  padding-left: 10px;
}
.blog-entry-header .entry-meta .posted-on a {
  color: #2b2b2b;
}
.blog-entry-header .entry-meta .posted-on a:hover {
  color: #858899;
}
.blog-entry-header .entry-meta .entry-cat .cat-link a {
  margin-right: 5px;
  font-weight: 600;
  color: #ffa800;
}
.blog-entry-header .entry-meta .entry-cat .cat-link a:hover {
  color: #ffcb66;
}
.blog-entry-header .entry-meta .entry-cat .cat-link a:last-child {
  margin-right: 0;
}
.blog-entry-header .entry-meta .entry-like a {
  color: #2b2b2b;
  font-style: normal;
}
.blog-entry-header .entry-meta .entry-like a .fa,
.blog-entry-header .entry-meta .entry-like a .glyphicon,
.blog-entry-header .entry-meta .entry-like a i {
  color: #9395a5;
}
.blog-entry-header .entry-meta .entry-like a:hover i {
  color: #e74c3c;
}
.blog-entry-content .read-more {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222d4c;
}
.blog-entry-content .read-more:hover {
  color: #ffa800;
}
.blog-entry-footer {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-entry-footer .share-links {
  display: block;
}
.blog-entry-footer .share-links span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a1a3b0;
}
.blog-entry-footer .share-links a {
  display: inline-block;
  margin-bottom: 3px;
  padding: 5px 18px;
  text-align: center;
  font-size: 11px;
  text-transform: capitalize;
  color: #fff;
}
.blog-entry-footer .share-links a.icon-twitter {
  background-color: #4099ff;
}
.blog-entry-footer .share-links a.icon-twitter:hover {
  background-color: #268bff;
}
.blog-entry-footer .share-links a.icon-facebook {
  background-color: #4467ad;
}
.blog-entry-footer .share-links a.icon-facebook:hover {
  background-color: #3d5c9b;
}
.blog-entry-footer .share-links a.icon-google-plus,
.blog-entry-footer .share-links a.icon-youtube {
  background-color: #ff4b4b;
}
.blog-entry-footer .share-links a.icon-google-plus:hover,
.blog-entry-footer .share-links a.icon-youtube:hover {
  background-color: #ff3131;
}
.blog-entry-footer .share-links a.icon-pinterest {
  background-color: #c0392b;
}
.blog-entry-footer .share-links a.icon-pinterest:hover {
  background-color: #ab3326;
}
.blog-entry-footer .share-links a.icon-linkedin {
  background-color: #46b8da;
}
.blog-entry-footer .share-links a.icon-linkedin:hover {
  background-color: #31b0d5;
}
.blog-entry-footer .share-links a .fa,
.blog-entry-footer .share-links a .glyphicon,
.blog-entry-footer .share-links a i {
  position: relative;
  top: 2px;
  left: -2px;
  font-size: 14px;
  margin-right: 5px;
}
.blog-entry-footer .tags-links {
  display: block;
  margin: 10px 0 40px;
}
.blog-entry-footer .tags-links a {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  text-transform: none;
  color: #afb1bc;
}
.blog-entry-footer .tags-links a:hover {
  color: #2b2b2b;
}
.blog-entry-footer .tags-links a::before {
  content: "#";
}
.blog-entry-list {
  margin-top: -10px;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .blog-entry-list {
    margin-top: 0;
  }
}
.blog-entry-list li {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.blog-entry-list .entry-post-thumbnail img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
  height: auto;
}
.blog-entry-list .entry-post-title {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}
.blog-entry-list .entry-post-title a {
  color: #222d4c;
}
.blog-entry-list .entry-post-title a:hover {
  text-decoration: underline;
}
.blog-entry-list .entry-post-content p {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.blog-entry-author-bio {
  position: relative;
  min-height: 100px;
  margin-bottom: 40px;
  background-color: #fff;
}
.blog-entry-author-bio .author-bio-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-entry-author-bio .author-bio-avatar .avatar {
  max-width: 120px;
  height: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.blog-entry-author-bio .author-bio-description {
  padding-left: 150px;
}
.blog-entry-author-bio .author-bio-description h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #2b2b2b;
}
.blog-entry-author-bio .author-bio-description p {
  font-size: 13px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .blog-entry-author-bio {
    text-align: center;
  }
  .blog-entry-author-bio .author-bio-avatar {
    position: static;
    display: block;
  }
  .blog-entry-author-bio .author-bio-avatar .avatar {
    display: block;
    margin: 0 auto 20px;
  }
  .blog-entry-author-bio .author-bio-description {
    padding-left: 0;
  }
}
.breadcrumbs {
  box-shadow: 0 2px 2px #e6e6e6;
  background-color: #fff;
}
.breadcrumbs .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
}
.breadcrumbs .breadcrumb li {
  padding: 12px 10px;
}
.breadcrumbs .breadcrumb li::before {
  content: "";
  padding: 0;
}
.breadcrumbs .breadcrumb li a {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-weight: 700;
  color: #29375e;
}
.breadcrumbs .breadcrumb li a::after,
.breadcrumbs .breadcrumb li a::before {
  position: absolute;
  content: "";
  height: 28px;
  width: 1px;
  right: 0;
  background: #e6e6e6;
}
.breadcrumbs .breadcrumb li a::before {
  top: -14px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.breadcrumbs .breadcrumb li a::after {
  bottom: -14px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.post-navigation {
  margin-top: 60px;
  margin-bottom: 40px;
}
.post-navigation .nav-links {
  display: block;
  width: 100%;
}
.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous {
  display: inline-block;
  width: 48%;
}
.post-navigation .nav-links .nav-next .image-link img,
.post-navigation .nav-links .nav-previous .image-link img {
  max-width: 90px;
  height: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.post-navigation .nav-links .nav-next span,
.post-navigation .nav-links .nav-previous span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #9395a5;
}
.post-navigation .nav-links .nav-next .next-link,
.post-navigation .nav-links .nav-next .prev-link,
.post-navigation .nav-links .nav-previous .next-link,
.post-navigation .nav-links .nav-previous .prev-link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
}
@media screen and (max-width: 37.5em) {
  .post-navigation .nav-links .nav-next,
  .post-navigation .nav-links .nav-previous {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.post-navigation .nav-links .nav-previous .image-link {
  float: left;
  margin-right: 25px;
}
.post-navigation .nav-links .nav-previous .prev-link::before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 15px;
}
.post-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-links .nav-next .image-link {
  float: right;
  margin-left: 25px;
}
.post-navigation .nav-links .nav-next .next-link::after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .post-navigation {
    margin-bottom: 60px;
  }
}
.posts-navigation {
  margin-top: 60px;
}
.posts-navigation .nav-links {
  display: block;
  margin-bottom: 20px;
}
.posts-navigation .nav-next,
.posts-navigation .nav-previous {
  display: inline-block;
}
.posts-navigation .nav-next a,
.posts-navigation .nav-previous a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  color: #6b6e80;
}
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:hover {
  text-decoration: none;
  color: #9395a5;
  border-bottom: 2px solid #2b2b2b;
}
.posts-navigation .nav-previous a::before {
  content: "\f177";
  font-family: FontAwesome;
  padding-right: 10px;
  font-size: 11px;
}
.posts-navigation .nav-next {
  float: right;
}
.posts-navigation .nav-next a::after {
  content: "\f178";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 11px;
}
.pagination {
  display: block;
}
.pagination .nav-links a {
  color: #2b2b2b;
  border-bottom: 2px solid transparent;
}
.pagination .nav-links a:hover {
  border-bottom: 2px solid #2b2b2b;
  color: #9395a5;
}
.pagination .nav-links a,
.pagination .nav-links span {
  display: inline-block;
  margin: 0 8px;
  padding: 0 5px;
  font-size: 11px;
  text-transform: uppercase;
}
.pagination .nav-links .current {
  border-bottom: 2px solid #2b2b2b;
  color: #9395a5;
}
.comment-list {
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
}
.comment-list:after,
.comment-list:before {
  content: "";
  display: table;
  clear: both;
}
.comment-list ol {
  margin-left: 50px;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .comment-list ol {
    margin-left: 0;
  }
}
.comment-list .comment {
  margin-top: 0;
  padding-bottom: 0;
}
.comment-list .comment-meta .comment-author .avatar {
  position: absolute;
  left: -85px;
  top: 0;
  max-width: 65px;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.comment-list .comment-meta .comment-author .fn {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #2b2b2b;
}
.comment-list .comment-meta .comment-metadata {
  margin-top: -3px;
}
.comment-list .comment-meta .comment-metadata time {
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
}
.comment-list .comment-content {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: #2b2b2b;
}
.comment-list .comment .reply {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.comment-list .comment .reply a {
  display: inline-block;
  color: #9395a5;
}
.comment-list .comment .reply a:hover {
  color: #ffa800;
}
.comment-list .comment .reply a::after {
  content: "\f175";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 10px;
}
.comment-list .comment-body {
  position: relative;
  margin-bottom: 30px;
  margin-left: 85px;
}
.comment-navigation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.comment-navigation .nav-links {
  display: block;
  width: 100%;
}
.comment-navigation .nav-links::after,
.comment-navigation .nav-links::before {
  content: "";
  display: table;
  clear: both;
}
.comment-navigation .nav-links .nav-next,
.comment-navigation .nav-links .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-links .nav-next a,
.comment-navigation .nav-links .nav-previous a {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.comment-navigation .nav-links .nav-next a:hover,
.comment-navigation .nav-links .nav-previous a:hover {
  color: #9395a5;
}
@media screen and (max-width: 37.5em) {
  .comment-navigation .nav-links .nav-next,
  .comment-navigation .nav-links .nav-previous {
    width: 50%;
  }
}
.comment-navigation .nav-links .nav-previous {
  float: left;
  text-align: left;
}
.comment-navigation .nav-links .nav-previous a::before {
  content: "\f177";
  font-family: FontAwesome;
  font-size: 11px;
  padding-right: 5px;
}
.comment-navigation .nav-links .nav-next {
  float: right;
  text-align: right;
}
.comment-navigation .nav-links .nav-next a::after {
  content: "\f178";
  font-family: FontAwesome;
  font-size: 11px;
  padding-left: 5px;
}
.comment-respond {
  padding: 40px;
  background-color: #f2f2f2;
  outline: 0;
}
.comment-form label {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2b2b2b;
}
.comment-form .form-control {
  height: 45px;
  padding: 10px 20px;
  margin: 10px 0;
  border-color: #e6e6e6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #6b6e80;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.comment-form .form-control:focus {
  border-color: #2b2b2b;
  color: #2b2b2b;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.comment-form textarea.form-control {
  height: auto;
  resize: none;
}
.topbar .nav-utility {
  color: #fff;
}
.topbar .nav-utility.nav-right {
  text-align: right;
}
.topbar .nav-utility.nav-right .nav-item {
  margin-right: 0;
  margin-left: 30px;
  color: #fff;
}
.topbar .nav-utility.nav-right .nav-item:hover {
  color: #f2f2f2;
}
.topbar .nav-utility.nav-right .nav-item:first-child {
  margin-left: 0;
}
.topbar .nav-utility .nav-item {
  display: inline-block;
  padding: 10px 0;
  margin-right: 30px;
  font-size: 12px;
  color: #fff;
}
.topbar .nav-utility .nav-item:last-child {
  margin-right: 0;
}
.topbar .nav-utility .nav-item:hover {
  color: #f2f2f2;
}
.topbar .nav-utility .btn {
  margin: 5px 0;
  padding: 8px 14px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  line-height: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  border: 2px solid #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-color: transparent;
  color: #fff;
}
.topbar .nav-utility .btn:hover {
  background-color: #fff;
  color: #2b2b2b;
}
.topbar .nav-utility .btn-theme {
  border-color: #ffa800 !important;
  background-color: #ffa800 !important;
}
.topbar .nav-utility .btn-theme:hover {
  color: #fff;
  border-color: #e69700 !important;
  background-color: #e69700 !important;
}
.topbar .nav-utility .btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  .topbar .nav-utility,
  .topbar .nav-utility.nav-right {
    text-align: center;
  }
  .topbar .nav-utility .btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.topbar.topbar-page {
  background-color: #262626;
  border-bottom: 1px solid #232323;
}
.topbar {
  border-bottom: 1px solid #f2f2f2;
  background-color: transparent;
}
.site-navigation-sticky-wrapper {
  margin-bottom: 40px;
}
.sticky-bar {
  position: fixed !important;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.065);
  -ms-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.065);
  -o-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.065);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.065);
}
.site-header {
  z-index: 24;
  min-height: 55px;
  background-color: transparent;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-light {
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-light ul ul .focus > a,
.site-header.header-light ul ul:hover > a {
  color: #fff;
}
.site-header.header-light ul ul li.current-menu-ancestor > a,
.site-header.header-light ul ul li.current-menu-item > a,
.site-header.header-light ul ul li.current_page_ancestor > a,
.site-header.header-light ul ul li.current_page_item > a {
  text-decoration: none;
  color: #fff;
  background-color: #121212;
}
.site-header.header-light ul ul a {
  color: #d9d9d9;
}
.site-header.header-light ul ul a.focus,
.site-header.header-light ul ul a:hover {
  text-decoration: none;
  color: #fff;
}
.site-header.header-light li.focus > a,
.site-header.header-light li:hover > a {
  color: #2b2b2b;
}
.site-header.header-light li.menu-item-has-children::after {
  content: "+";
  color: #858899;
}
.site-header.header-light li.menu-item-has-children:focus::after,
.site-header.header-light li.menu-item-has-children:hover::after {
  content: "-";
  color: #2b2b2b;
}
.site-header.header-light a {
  color: #858899;
}
.site-header.header-light .current-menu-ancestor > a,
.site-header.header-light .current-menu-item > a,
.site-header.header-light .current_page_ancestor > a,
.site-header.header-light .current_page_item > a {
  color: #2b2b2b;
  text-decoration: none;
}
.site-header.header-light .site-branding .site-title {
  padding-top: 13px;
  font-size: 20px;
  line-height: 28px;
}
.site-header.header-light .site-branding .site-title a {
  color: #2b2b2b;
}
.site-header.header-light .site-branding .site-title a:focus,
.site-header.header-light .site-branding .site-title a:hover {
  color: #6b6e80;
}
.site-header.header-light .site-branding .site-title.title-image img {
  max-height: 15px;
  width: auto;
  max-width: 100%;
  margin-bottom: 5px;
}
.site-header.header-light .menu-toggle {
  color: #2b2b2b;
}
.site-header.header-dark {
  background-color: #121212;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-header.header-dark ul ul {
  background-color: #121212;
}
.site-header.header-dark ul ul .focus > a,
.site-header.header-dark ul ul:hover > a {
  color: #fff;
}
.site-header.header-dark ul ul li.current-menu-ancestor > a,
.site-header.header-dark ul ul li.current-menu-item > a,
.site-header.header-dark ul ul li.current_page_ancestor > a,
.site-header.header-dark ul ul li.current_page_item > a {
  color: #fff;
  background-color: #1e1e1e;
}
.site-header.header-dark ul ul a {
  color: #d9d9d9;
}
.site-header.header-dark ul ul a.focus,
.site-header.header-dark ul ul a:hover {
  color: #fff;
}
.site-header.header-dark li.focus > a,
.site-header.header-dark li:hover > a {
  color: #fff;
}
.site-header.header-dark li.menu-item-has-children::after {
  content: "+";
  color: #9395a5;
}
.site-header.header-dark li.menu-item-has-children:focus::after,
.site-header.header-dark li.menu-item-has-children:hover::after {
  content: "-";
  color: #fff;
}
.site-header.header-dark a {
  color: #9395a5;
}
.site-header.header-dark .current-menu-ancestor > a,
.site-header.header-dark .current-menu-item > a,
.site-header.header-dark .current_page_ancestor > a,
.site-header.header-dark .current_page_item > a {
  color: #fff;
}
.site-header.header-dark .site-branding .site-title {
  /* padding-top: 13px; */
  font-size: 20px;
  line-height: 28px;
}
.site-header.header-dark .site-branding .site-title a {
  color: #fff;
}
.site-header.header-dark .site-branding .site-title a:focus,
.site-header.header-dark .site-branding .site-title a:hover {
  color: #9395a5;
}
.site-header.header-dark .site-branding .site-title.title-image img {
  max-height: 35px;
  width: auto;
  margin-bottom: 0;
}
.site-header.header-dark .menu-toggle {
  margin-top: -45px;
  color: #fff;
}
@media screen and (max-width: 37.5em) {
  .site-header.header-dark ul {
    background-color: #121212;
  }
  .site-header.header-dark ul ul {
    background-color: transparent;
  }
  .site-header.header-dark ul ul .focus > a,
  .site-header.header-dark ul ul:hover > a {
    color: #fff !important;
  }
  .site-header.header-dark ul ul a {
    color: #9395a5;
  }
  .site-header.header-dark ul ul a.focus,
  .site-header.header-dark ul ul a:hover {
    color: #fff;
    background-color: transparent;
  }
  .site-header.header-dark li {
    background-color: transparent;
  }
  .site-header.header-dark li.focus > a,
  .site-header.header-dark li:hover > a {
    color: #fff;
  }
  .site-header.header-dark li.menu-item-has-children:focus,
  .site-header.header-dark li.menu-item-has-children:hover {
    background-color: transparent;
    color: #fff;
  }
  .site-header.header-dark li.menu-item-has-children:focus a,
  .site-header.header-dark li.menu-item-has-children:hover a {
    color: #fff;
  }
  .site-header.header-dark li.menu-item-has-children:focus a:focus,
  .site-header.header-dark li.menu-item-has-children:focus a:hover,
  .site-header.header-dark li.menu-item-has-children:hover a:focus,
  .site-header.header-dark li.menu-item-has-children:hover a:hover {
    color: #9395a5;
  }
  .site-header.header-dark a {
    color: #9395a5;
  }
  .site-header.header-dark a:focus,
  .site-header.header-dark a:hover {
    color: #fff;
  }
  .site-header.header-dark .current-menu-ancestor > a,
  .site-header.header-dark .current-menu-item > a,
  .site-header.header-dark .current_page_ancestor > a,
  .site-header.header-dark .current_page_item > a {
    color: #fff;
    background-color: transparent !important;
  }
}
.main-navigation {
  display: block;
  clear: both;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}
@media screen and (min-width: 37.5em) {
  .main-navigation.navigation-left ul {
    float: left;
  }
}
@media screen and (min-width: 37.5em) {
  .main-navigation.navigation-left ul li:first-child a {
    padding-left: 0;
  }
}
.main-navigation.navigation-center ul {
  float: none;
  margin: 0 auto;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  float: right;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: #2b2b2b;
}
.main-navigation ul ul .focus > a,
.main-navigation ul ul:hover > a {
  color: #fff;
}
.main-navigation ul ul li {
  position: relative;
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation ul ul li.current_page_item > a {
  text-decoration: none;
  color: #fff;
  background-color: #121212;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul li {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: none;
  }
  .main-navigation ul ul li.current-menu-ancestor > a,
  .main-navigation ul ul li.current-menu-item > a,
  .main-navigation ul ul li.current_page_ancestor > a,
  .main-navigation ul ul li.current_page_item > a {
    color: #e69700;
    background-color: transparent;
  }
}
.main-navigation ul ul a {
  width: 200px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  color: #d9d9d9;
}
.main-navigation ul ul a.focus,
.main-navigation ul ul a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul a.focus,
  .main-navigation ul ul a:hover {
    background-color: transparent;
  }
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
@media screen and (max-width: 37.5em) {
  .main-navigation ul ul ul {
    background-color: transparent;
  }
}
.main-navigation li {
  float: left;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.main-navigation li.focus > a,
.main-navigation li:hover > a {
  position: relative;
  color: #fff;
}
.main-navigation li.focus > ul,
.main-navigation li:hover > ul {
  left: auto;
}
.main-navigation li.menu-item-has-children {
  position: relative;
  padding-right: 15px;
}
.main-navigation li.menu-item-has-children::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 13px;
  color: #fff;
}
.main-navigation li.menu-item-has-children:focus::after,
.main-navigation li.menu-item-has-children:hover::after {
  content: "-";
  color: #fff;
}
.main-navigation li.menu-item-has-children .menu-item-has-children {
  padding-right: 0;
}
.main-navigation li.menu-item-has-children .menu-item-has-children::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 13px;
  color: #fff;
}
.main-navigation li.menu-item-has-children .menu-item-has-children:focus::after,
.main-navigation
  li.menu-item-has-children
  .menu-item-has-children:hover::after {
  content: "-";
  color: #fff;
}
.main-navigation a {
  display: block;
  padding: 14px 18px 16px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_item > a {
  color: #fff;
  text-decoration: underline;
}
.main-navigation .menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (max-width: 37.5em) {
  .main-navigation .menu-toggle {
    float: right;
    margin-top: -44px;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 15px 10px;
    border: none;
    color: #fff;
    background-color: transparent;
  }
  .main-navigation .menu-toggle:focus {
    outline: 0;
  }
  .main-navigation #primary-menu {
    position: relative;
    z-index: 4;
    max-height: 300px;
    overflow-x: auto;
  }
  .main-navigation #primary-menu::-webkit-scrollbar {
    width: 3px;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-track {
    background-color: #bdbec7;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-thumb {
    background-color: #6b6e80;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-button {
    display: none;
  }
  .main-navigation #primary-menu::-webkit-scrollbar-corner {
    background-color: #bdbec7;
  }
  .main-navigation ul {
    float: none;
    border-top: none;
    background-color: #fff;
  }
  .main-navigation ul ul {
    display: block;
    margin-top: 0;
    float: none;
    position: static;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
  }
  .main-navigation ul ul .focus > a,
  .main-navigation ul ul:hover > a {
    color: #ffa800;
  }
  .main-navigation ul ul a {
    width: 100%;
    padding: 10px 12px;
    font-size: 12px;
    color: #6b6e80;
  }
  .main-navigation ul ul a.focus,
  .main-navigation ul ul a:hover {
    text-decoration: none;
    color: #ffa800;
    background-color: #fff;
  }
  .main-navigation li {
    display: block;
    float: none;
  }
  .main-navigation li.focus > a,
  .main-navigation li:hover > a {
    color: #2b2b2b;
  }
  .main-navigation li.menu-item-has-children {
    position: relative;
    padding-right: 15px;
  }
  .main-navigation li.menu-item-has-children::after {
    content: "";
    display: none;
  }
  .main-navigation li.menu-item-has-children:focus,
  .main-navigation li.menu-item-has-children:hover {
    background-color: #fff;
    color: #ffa800;
  }
  .main-navigation li.menu-item-has-children:focus a,
  .main-navigation li.menu-item-has-children:hover a {
    color: #6b6e80;
  }
  .main-navigation li.menu-item-has-children:focus a:focus,
  .main-navigation li.menu-item-has-children:focus a:hover,
  .main-navigation li.menu-item-has-children:hover a:focus,
  .main-navigation li.menu-item-has-children:hover a:hover {
    color: #ffa800;
  }
  .main-navigation li.menu-item-has-children .menu-item-has-children {
    padding-right: 0;
  }
  .main-navigation li.menu-item-has-children .menu-item-has-children::after {
    content: "";
    display: none;
  }
  .main-navigation a {
    display: block;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #6b6e80;
  }
  .main-navigation a:focus,
  .main-navigation a:hover {
    color: #2b2b2b;
  }
  .main-navigation .current-menu-ancestor > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current_page_item > a {
    color: #2b2b2b;
    text-decoration: none;
  }
}
@media screen and (min-width: 601px) {
  .main-navigation .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: table;
  }
}
@media screen and (max-width: 767px) and (min-width: 601px) {
  .main-navigation {
    float: none;
  }
  .main-navigation ul {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-navigation.text-black ul ul {
  background-color: #2b2b2b;
}
.main-navigation.text-black ul ul .focus > a,
.main-navigation.text-black ul ul:hover > a {
  color: #fff;
}
.main-navigation.text-black ul ul li.focus > a,
.main-navigation.text-black ul ul li:hover > a {
  color: #fff;
}
.main-navigation.text-black ul ul li.current-menu-ancestor > a,
.main-navigation.text-black ul ul li.current-menu-item > a,
.main-navigation.text-black ul ul li.current_page_ancestor > a,
.main-navigation.text-black ul ul li.current_page_item > a {
  color: #fff;
  background-color: #121212;
}
@media screen and (max-width: 37.5em) {
  .main-navigation.text-black ul ul li {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .main-navigation.text-black ul ul li.current-menu-ancestor > a,
  .main-navigation.text-black ul ul li.current-menu-item > a,
  .main-navigation.text-black ul ul li.current_page_ancestor > a,
  .main-navigation.text-black ul ul li.current_page_item > a {
    color: #e69700;
    background-color: transparent;
  }
}
.main-navigation.text-black ul ul a {
  color: #d9d9d9;
}
.main-navigation.text-black ul ul a.focus,
.main-navigation.text-black ul ul a:hover {
  color: #fff;
}
@media screen and (max-width: 37.5em) {
  .main-navigation.text-black ul ul a.focus,
  .main-navigation.text-black ul ul a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 37.5em) {
  .main-navigation.text-black ul ul ul {
    background-color: transparent;
  }
}
.main-navigation.text-black li.focus > a,
.main-navigation.text-black li:hover > a {
  color: #050505;
}
.main-navigation.text-black li.menu-item-has-children::after {
  content: "+";
  color: #2b2b2b;
}
.main-navigation.text-black li.menu-item-has-children:focus::after,
.main-navigation.text-black li.menu-item-has-children:hover::after {
  content: "-";
  color: #2b2b2b;
}
.main-navigation.text-black
  li.menu-item-has-children
  .menu-item-has-children::after {
  content: "+";
  color: #fff;
}
.main-navigation.text-black
  li.menu-item-has-children
  .menu-item-has-children:focus::after,
.main-navigation.text-black
  li.menu-item-has-children
  .menu-item-has-children:hover::after {
  content: "-";
  color: #fff;
}
.main-navigation.text-black a {
  color: #2b2b2b;
}
.main-navigation.text-black .current-menu-ancestor > a,
.main-navigation.text-black .current-menu-item > a,
.main-navigation.text-black .current_page_ancestor > a,
.main-navigation.text-black .current_page_item > a {
  color: #050505;
}
@media screen and (max-width: 37.5em) {
  .main-navigation.text-black .menu-toggle {
    color: #2b2b2b;
    background-color: transparent;
  }
  .main-navigation.text-black ul {
    background-color: #fff;
  }
  .main-navigation.text-black ul ul {
    background-color: #fff;
  }
  .main-navigation.text-black ul ul .focus > a,
  .main-navigation.text-black ul ul:hover > a {
    color: #ffa800;
  }
  .main-navigation.text-black ul ul a {
    color: #6b6e80;
  }
  .main-navigation.text-black ul ul a.focus,
  .main-navigation.text-black ul ul a:hover {
    color: #ffa800;
    background-color: #fff;
  }
  .main-navigation.text-black li.focus > a,
  .main-navigation.text-black li:hover > a {
    color: #2b2b2b;
  }
  .main-navigation.text-black a {
    color: #6b6e80;
  }
  .main-navigation.text-black a:focus,
  .main-navigation.text-black a:hover {
    color: #2b2b2b;
  }
  .main-navigation.text-black .current-menu-ancestor > a,
  .main-navigation.text-black .current-menu-item > a,
  .main-navigation.text-black .current_page_ancestor > a,
  .main-navigation.text-black .current_page_item > a {
    color: #2b2b2b;
  }
}
.site-branding {
  margin-bottom: 0;
}
.site-branding .site-title {
  position: relative;
  z-index: 10000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.site-branding .site-title.text-black a {
  color: #2b2b2b;
}
.site-branding .site-title a {
  color: #fff;
}
.site-branding .site-title a:focus,
.site-branding .site-title a:hover {
  text-decoration: none;
  outline: 0;
}
.site-branding .site-title.title-image {
  margin-top: 0;
}
.site-branding .site-title.title-image img {
  max-height: 35px;
  width: auto;
  margin-bottom: 5px;
}
.site-branding .site-description {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9395a5;
}
@media screen and (max-width: 768px) {
  .site-branding {
    text-align: center;
  }
}
@media screen and (max-width: 37.5em) {
  .site-branding {
    text-align: left;
  }
  .site-branding .site-title {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  .site-branding .site-title.title-image img {
    max-height: 15px;
    margin-bottom: 5px;
  }
}
.navbar-menu.nav-cta .btn {
  margin-top: 8px;
  float: right;
  display: inline-block;
  padding: 10px 20px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.navbar-menu.nav-cta .btn.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 37.5em) {
  .navbar-menu.nav-cta .btn {
    margin-top: -42px;
    margin-right: 60px;
  }
}
.header {
  width: 100%;
  min-height: 600px;
  height: auto;
  padding: 0 0 80px;
  background-color: transparent;
}
.header.header-page {
  min-height: 10px;
  height: auto;
  padding: 0;
}
.header-caption {
  padding: 80px 0;
  color: #fff;
}
.header-caption,
.header-caption p {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1px;
}
.header-caption .caption-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 4px;
}
.header-caption .caption-title {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
}

/* .header-caption .header-action-button {
  display: block;
  margin: 40px 0;
}
.header-caption .header-action-button .btn {
  margin-right: 20px;
  padding: 15px 40px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 10px;
}
.header-caption .header-action-button .btn:last-child {
  margin-right: 0;
}
.header-caption .header-action-button .btn.btn-theme {
  color: #fff;
  border-color: #ffa800;
  background-color: #ffa800;
}
.header-caption .header-action-button .btn.btn-theme:hover {
  background-color: #e69700;
  border-color: #e69700;
}
.header-caption .header-action-button .btn.btn-danger {
  border-color: #d43f3a;
}
.header-caption .header-action-button .btn.btn-danger:hover {
  border-color: #ac2925;
}
.header-caption .header-action-button .btn.btn-primary {
  border-color: #2e6da4;
}
.header-caption .header-action-button .btn.btn-primary:hover {
  border-color: #204d74;
}
.header-caption .header-action-button .btn.btn-success {
  border-color: #4cae4c;
}
.header-caption .header-action-button .btn.btn-success:hover {
  border-color: #398439;
}
.header-caption .header-action-button .btn.btn-info {
  border-color: #46b8da;
}
.header-caption .header-action-button .btn.btn-info:hover {
  border-color: #269abc;
}
.header-caption .header-action-button .btn.btn-warning {
  border-color: #eea236;
}
.header-caption .header-action-button .btn.btn-warning:hover {
  border-color: #d58512;
}
.header-caption .header-action-button .btn-bordered {
  background-color: transparent;
  color: #fff;
}
.header-caption .header-action-button .btn-bordered:hover {
  background-color: #fff;
  color: #2b2b2b;
}
.header-caption .header-action-button .btn-bordered.btn-theme {
  border-color: #ffa800;
  background-color: transparent;
}
.header-caption .header-action-button .btn-bordered.btn-theme.text-black {
  color: #2b2b2b;
}
.header-caption .header-action-button .btn-bordered.btn-theme.text-theme {
  color: #ffa800;
}
.header-caption .header-action-button .btn-bordered.btn-theme:hover {
  color: #fff;
  border-color: #e69700;
  background-color: #e69700;
}
.header-caption .header-action-button .btn-bordered.btn-danger:hover,
.header-caption .header-action-button .btn-bordered.btn-info:hover,
.header-caption .header-action-button .btn-bordered.btn-primary:hover,
.header-caption .header-action-button .btn-bordered.btn-success:hover,
.header-caption .header-action-button .btn-bordered.btn-warning:hover {
  color: #fff;
}
.header-caption .header-action-button .btn-bordered.btn-danger:hover {
  background-color: #ac2925;
}
.header-caption .header-action-button .btn-bordered.btn-primary:hover {
  background-color: #204d74;
}
.header-caption .header-action-button .btn-bordered.btn-success:hover {
  background-color: #398439;
}
.header-caption .header-action-button .btn-bordered.btn-info:hover {
  background-color: #269abc;
}
.header-caption .header-action-button .btn-bordered.btn-warning:hover {
  background-color: #d58512;
}
.header-caption .header-action-button .btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.header-content {
  padding-top: 60px;
  display: block;
}
.header-content img {
  max-width: 100%;
  height: auto;
}
.header-content iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .header-content {
    padding-top: 80px;
  }
  .header-content img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .header-content {
    padding-top: 40px;
  }
  .header-content img {
    display: block;
    margin: 0 auto;
  }
} */
.site-main p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #777a8d;
}
.block-section,
.content-section {
  width: 100%;
}
.block-section.bg-grey,
.content-section.bg-grey {
  background-color: #f2f2f2;
}
.block-section.bg-light,
.content-section.bg-light {
  background-color: #fcfcfc;
}
.block-section.bg-white,
.content-section.bg-white {
  background-color: #fff;
}
.block-section.bg-dark,
.content-section.bg-dark {
  background-color: #2b2b2b;
}
.block-section.bg-dark,
.block-section.bg-dark h2,
.block-section.bg-dark h3,
.block-section.bg-dark h4,
.block-section.bg-dark p,
.block-section.bg-dark small,
.block-section.bg-dark span,
.content-section.bg-dark,
.content-section.bg-dark h2,
.content-section.bg-dark h3,
.content-section.bg-dark h4,
.content-section.bg-dark p,
.content-section.bg-dark small,
.content-section.bg-dark span {
  color: #fff;
}
.block-section.bg-black,
.content-section.bg-black {
  color: #fff;
  background-color: #121212;
}
.block-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit),
.block-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit),
.content-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit),
.content-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit) {
  color: #e6e6e6;
  border-color: #e6e6e6 !important;
}
.block-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.block-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover,
.block-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.block-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover,
.content-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.content-section.bg-black
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover,
.content-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.content-section.bg-dark
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover {
  border-color: #ffa800 !important;
}
.block-section.bg-theme,
.content-section.bg-theme {
  color: #fff;
  background-color: #ffa800;
}
.block-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit),
.content-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit) {
  color: #fff;
  border-color: #ffb933 !important;
}
.block-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.block-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover,
.content-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):focus,
.content-section.bg-theme
  .button:not(.more-link):not(.btn):not([class*="icon-"]):not(.icon-social):not(
    .menu-toggle
  ):not(.search-submit):hover {
  border-color: #fff !important;
}
.block-section.bg-theme h2,
.block-section.bg-theme h3,
.block-section.bg-theme p,
.block-section.bg-theme span,
.content-section.bg-theme h2,
.content-section.bg-theme h3,
.content-section.bg-theme p,
.content-section.bg-theme span {
  color: #fff;
}
.block-section.bg-image,
.content-section.bg-image {
  background-color: transparent;
}
.block-section.bg-image .fact-item,
.block-section.bg-image .fact-item-number,
.block-section.bg-image .section-title h2,
.block-section.bg-image .section-title h3,
.block-section.bg-image .wrapper-bg-image,
.block-section.bg-image p,
.content-section.bg-image .fact-item,
.content-section.bg-image .fact-item-number,
.content-section.bg-image .section-title h2,
.content-section.bg-image .section-title h3,
.content-section.bg-image .wrapper-bg-image,
.content-section.bg-image p {
  color: #fff;
}
.block-section p,
.content-section p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #777a8d;
}
.content-section {
  padding: 80px 0;
}
.entry-content p {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #2b2b2b;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.entry-content .work-item-image img {
  margin-bottom: 0;
}
.entry-content strong {
  font-weight: 700;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.entry-content blockquote {
  position: relative;
  max-width: 70%;
  margin: 20px auto;
  padding: 30px 40px 20px;
  text-align: center;
  border-left: none;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #2b2b2b;
}
.entry-content blockquote p {
  font-size: inherit;
  line-height: inherit;
}
.entry-content blockquote cite,
.entry-content blockquote small {
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9395a5;
}
@media screen and (max-width: 767px) {
  .entry-content blockquote {
    padding: 20px 0;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.widget {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
}
.widget::after,
.widget::before {
  content: "";
  display: table;
  clear: both;
}
.widget select {
  max-width: 100%;
}
.widget-title {
  display: block;
  padding-top: 20px;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  color: #2b2b2b;
}
.widget_search .search-form .search-field {
  border-width: 2px;
  background-color: #fff;
}
.widget_recent_entries ul {
  list-style-type: none;
  padding: 0;
}
.widget_recent_entries ul li {
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.widget_recent_entries ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget_recent_entries ul li a {
  font-size: 18px;
  color: #2b2b2b;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_entries ul li a:hover {
  color: #6b6e80;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_recent_entries ul li span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9395a5;
}
.widget_popular_entries ul {
  list-style-type: none;
  padding: 0;
}
.widget_popular_entries ul li {
  display: block;
  clear: left;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}
.widget_popular_entries ul li:last-child {
  margin-bottom: 0;
}
.widget_popular_entries ul li .popular-entry-thumbnail img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .widget_popular_entries ul li .popular-entry-thumbnail img {
    max-width: 80px;
  }
}
.widget_popular_entries ul li .popular-entry-title {
  display: block;
  margin-top: 10px;
}
.widget_popular_entries ul li .popular-entry-title .popular-entry-title-link {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2b2b2b;
}
.widget_popular_entries
  ul
  li
  .popular-entry-title
  .popular-entry-title-link:hover {
  color: #6b6e80;
}
.widget_popular_entries ul li .popular-entry-title .popular-entry-date {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9395a5;
}
.widget_archive ul {
  list-style-type: none;
  padding: 0;
}
.widget_archive ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #e6e6e6;
}
.widget_archive ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget_archive ul li a {
  color: #6b6e80;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_archive ul li a:hover {
  color: #2b2b2b;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.widget_categories ul {
  list-style-type: none;
  padding: 0;
}
.widget_categories ul li {
  margin-bottom: 10px;
}
.widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget_categories ul li a {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  color: #2b2b2b;
}
.widget_categories ul li a:hover {
  color: #6b6e80;
}
.widget_tag_cloud .tagcloud {
  display: block;
}
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 12px;
  margin-right: 5px;
  margin-bottom: 8px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px !important;
  line-height: 22px !important;
  text-transform: capitalize;
  color: #6b6e80;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #2b2b2b;
}
.widget_tag_cloud .tagcloud a span {
  display: inline-block;
  position: relative;
  line-height: 14px;
  padding: 3px 0 3px 10px;
  margin-left: 6px;
  border-left: 1px solid #e6e6e6;
}
.widget_text .textwidget {
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: #484a56;
}
.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget_brocure ul li a {
  padding: 0;
  margin-bottom: 10px;
  background-color: #e6e6e6;
  color: #6b6e80;
}
.widget_brocure ul li a:hover {
  background-color: #ffa800;
  color: #2b2b2b;
}
.widget_brocure ul li a:hover .fa {
  background-color: #fff;
  color: #2b2b2b;
}
.widget_brocure ul li a::after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-top: 16px;
  margin-right: 15px;
  float: right;
}
.widget_brocure ul li a .fa {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  margin: 2px;
  font-size: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fafafa;
  color: #6b6e80;
}
.widget_brocure ul li a span {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 700;
}
.widget_brocure ul .active a,
.widget_brocure ul .active a:focus,
.widget_brocure ul .active a:hover {
  background-color: #ffa800;
  color: #2b2b2b;
}
.widget_brocure ul .active a .fa,
.widget_brocure ul .active a:focus .fa,
.widget_brocure ul .active a:hover .fa {
  background-color: #fff;
  color: #2b2b2b;
}
.widget_nav_menu ul {
  padding: 0;
  list-style-type: none;
}
.widget_nav_menu ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
  border-left: 3px solid #e6e6e6;
}
.widget_nav_menu ul li.current-menu-ancestor::before,
.widget_nav_menu ul li.current-menu-item::before,
.widget_nav_menu ul li.current_page_ancestor::before,
.widget_nav_menu ul li.current_page_item::before,
.widget_nav_menu ul li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffa800;
}
.widget_nav_menu ul li.current-menu-ancestor::after,
.widget_nav_menu ul li.current-menu-item::after,
.widget_nav_menu ul li.current_page_ancestor::after,
.widget_nav_menu ul li.current_page_item::after,
.widget_nav_menu ul li:hover::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #ffa800;
}
.widget_nav_menu ul li.current-menu-ancestor a,
.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li.current_page_ancestor a,
.widget_nav_menu ul li.current_page_item a,
.widget_nav_menu ul li:hover a {
  background-color: #f2f2f2;
  color: #2b2b2b;
}
.widget_nav_menu ul li.current-menu-ancestor li a,
.widget_nav_menu ul li.current-menu-item li a,
.widget_nav_menu ul li.current_page_ancestor li a,
.widget_nav_menu ul li.current_page_item li a,
.widget_nav_menu ul li:hover li a {
  background-color: #fafafa;
  color: #6b6e80;
}
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-ancestor::before,
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-item::before,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_ancestor::before,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_item::before,
.widget_nav_menu ul li.current-menu-ancestor li:hover::before,
.widget_nav_menu ul li.current-menu-item li.current-menu-ancestor::before,
.widget_nav_menu ul li.current-menu-item li.current-menu-item::before,
.widget_nav_menu ul li.current-menu-item li.current_page_ancestor::before,
.widget_nav_menu ul li.current-menu-item li.current_page_item::before,
.widget_nav_menu ul li.current-menu-item li:hover::before,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-ancestor::before,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-item::before,
.widget_nav_menu ul li.current_page_ancestor li.current_page_ancestor::before,
.widget_nav_menu ul li.current_page_ancestor li.current_page_item::before,
.widget_nav_menu ul li.current_page_ancestor li:hover::before,
.widget_nav_menu ul li.current_page_item li.current-menu-ancestor::before,
.widget_nav_menu ul li.current_page_item li.current-menu-item::before,
.widget_nav_menu ul li.current_page_item li.current_page_ancestor::before,
.widget_nav_menu ul li.current_page_item li.current_page_item::before,
.widget_nav_menu ul li.current_page_item li:hover::before,
.widget_nav_menu ul li:hover li.current-menu-ancestor::before,
.widget_nav_menu ul li:hover li.current-menu-item::before,
.widget_nav_menu ul li:hover li.current_page_ancestor::before,
.widget_nav_menu ul li:hover li.current_page_item::before,
.widget_nav_menu ul li:hover li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ffa800;
}
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-ancestor::after,
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-item::after,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_ancestor::after,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_item::after,
.widget_nav_menu ul li.current-menu-ancestor li:hover::after,
.widget_nav_menu ul li.current-menu-item li.current-menu-ancestor::after,
.widget_nav_menu ul li.current-menu-item li.current-menu-item::after,
.widget_nav_menu ul li.current-menu-item li.current_page_ancestor::after,
.widget_nav_menu ul li.current-menu-item li.current_page_item::after,
.widget_nav_menu ul li.current-menu-item li:hover::after,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-ancestor::after,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-item::after,
.widget_nav_menu ul li.current_page_ancestor li.current_page_ancestor::after,
.widget_nav_menu ul li.current_page_ancestor li.current_page_item::after,
.widget_nav_menu ul li.current_page_ancestor li:hover::after,
.widget_nav_menu ul li.current_page_item li.current-menu-ancestor::after,
.widget_nav_menu ul li.current_page_item li.current-menu-item::after,
.widget_nav_menu ul li.current_page_item li.current_page_ancestor::after,
.widget_nav_menu ul li.current_page_item li.current_page_item::after,
.widget_nav_menu ul li.current_page_item li:hover::after,
.widget_nav_menu ul li:hover li.current-menu-ancestor::after,
.widget_nav_menu ul li:hover li.current-menu-item::after,
.widget_nav_menu ul li:hover li.current_page_ancestor::after,
.widget_nav_menu ul li:hover li.current_page_item::after,
.widget_nav_menu ul li:hover li:hover::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #ffa800;
}
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-ancestor a,
.widget_nav_menu ul li.current-menu-ancestor li.current-menu-item a,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_ancestor a,
.widget_nav_menu ul li.current-menu-ancestor li.current_page_item a,
.widget_nav_menu ul li.current-menu-ancestor li:hover a,
.widget_nav_menu ul li.current-menu-item li.current-menu-ancestor a,
.widget_nav_menu ul li.current-menu-item li.current-menu-item a,
.widget_nav_menu ul li.current-menu-item li.current_page_ancestor a,
.widget_nav_menu ul li.current-menu-item li.current_page_item a,
.widget_nav_menu ul li.current-menu-item li:hover a,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-ancestor a,
.widget_nav_menu ul li.current_page_ancestor li.current-menu-item a,
.widget_nav_menu ul li.current_page_ancestor li.current_page_ancestor a,
.widget_nav_menu ul li.current_page_ancestor li.current_page_item a,
.widget_nav_menu ul li.current_page_ancestor li:hover a,
.widget_nav_menu ul li.current_page_item li.current-menu-ancestor a,
.widget_nav_menu ul li.current_page_item li.current-menu-item a,
.widget_nav_menu ul li.current_page_item li.current_page_ancestor a,
.widget_nav_menu ul li.current_page_item li.current_page_item a,
.widget_nav_menu ul li.current_page_item li:hover a,
.widget_nav_menu ul li:hover li.current-menu-ancestor a,
.widget_nav_menu ul li:hover li.current-menu-item a,
.widget_nav_menu ul li:hover li.current_page_ancestor a,
.widget_nav_menu ul li:hover li.current_page_item a,
.widget_nav_menu ul li:hover li:hover a {
  background-color: #f2f2f2;
  color: #2b2b2b;
}
.widget_nav_menu ul li.focus ul,
.widget_nav_menu ul li:hover ul {
  left: 100%;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 15px 20px;
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: none;
  background-color: #fafafa;
  color: #6b6e80;
}
.widget_nav_menu ul ul {
  position: absolute;
  top: 0;
  left: -999em;
  z-index: 99999;
  margin-left: 0;
  box-shadow: 4px 2px 8px 1px rgba(0, 0, 0, 0.2);
}
.widget_nav_menu ul ul a {
  width: 200px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(43, 43, 43, 0.8);
  -moz-box-shadow: 0 0 2px 2px rgba(43, 43, 43, 0.8);
  -ms-box-shadow: 0 0 2px 2px rgba(43, 43, 43, 0.8);
  -o-box-shadow: 0 0 2px 2px rgba(43, 43, 43, 0.8);
  box-shadow: 0 0 2px 2px rgba(43, 43, 43, 0.8);
  clip: auto !important;
  color: #28a1c5;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #9395a5;
}
.site-footer {
  width: 100%;
  padding: 60px 0 80px;
  color: #858899;
}
.site-footer h2,
.site-footer h3,
.site-footer h4 {
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
}
.site-footer a {
  color: #9395a5;
}
.site-footer a:hover {
  color: #fff;
}
.site-footer .widget {
  margin-bottom: 30px;
  color: #858899;
}
.site-footer .widget-title {
  margin-bottom: 30px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-top: none;
  color: #e6e6e6;
}
.site-footer .widget ul {
  list-style-type: none;
  padding: 0;
}
.site-footer .widget ul li {
  padding-top: 5px;
  font-size: 14px;
  line-height: 24px;
}
.site-footer .social-icon li a {
  color: #fff;
  background-color: #282828;
}
.site-footer .social-icon li a:hover {
  background-color: #ffa800;
}
.copyright {
  width: 100%;
  padding: 30px 0;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #858899;
  background-color: #282828;
}
.copyright.bg-black {
  background-color: #121212;
}
.copyright.bg-white {
  background-color: #fff;
}
.copyright .copy-left {
  padding-top: 20px;
}
.copyright .copy-right {
  text-align: right;
}
.copyright .link-to-top {
  width: 50px;
  height: 50px;
  margin-top: -80px;
  padding: 0;
}
.copyright .link-to-top span {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}
.copyright .link-to-top.btn-rounded {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .copyright,
  .copyright .copy-left,
  .copyright .copy-right {
    text-align: center;
  }
  .copyright .link-to-top {
    margin-top: 20px;
  }
}
