.anim {
  transition: all 0.25s ease-out;
}
.font-1 {
  font-family: 'Open Sans', sans-serif;
}
.font-2 {
  font-family: 'Montserrat', sans-serif;
}
.v-align {
  transform: translateY(-50%);
  top: 50%;
}
.c-align {
  transform: translateX(-50%);
  left: 50%;
}
/* Loader CSS
/******************************/
.ckav-page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.ckav-loader,
.ckav-loader:before,
.ckav-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation: load7 1.8s infinite ease-in-out;
}
.ckav-loader {
  color: #999;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.ckav-loader:before,
.ckav-loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.ckav-loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.ckav-loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* Background colors used 
/******************************/
.default-bg {
  background-color: #3b5afb;
}
.primary-bg {
  background-color: #ff6123;
}
.dark-bg {
  background-color: #343e45;
}
.light-bg {
  background-color: #f7f9fb;
}
.white-bg {
  background-color: #fff;
}
/*
 * Typography
 ********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #343e45;
}
h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
h6 {
  font-size: 13px;
  margin-bottom: 20px;
}
.page-title {
  font-size: 30px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #343e45;
}
.section-title {
  font-size: 20px;
  margin-bottom: 60px;
  font-family: 'Montserrat', sans-serif;
  color: #343e45;
}
.section-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #ff6123;
  margin-top: 15px;
}
.section-title.xxlarge {
  font-size: 60px;
}
.section-title.xlarge {
  font-size: 40px;
}
.section-title.large {
  font-size: 30px;
}
.section-title.small {
  font-size: 20px;
}
.section-title.mini {
  font-size: 16px;
}
.section-title.tiny {
  font-size: 14px;
}
.sub-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #343e45;
}
.sub-title.xxlarge {
  font-size: 30px;
}
.sub-title.xlarge {
  font-size: 25px;
}
.sub-title.large {
  font-size: 20px;
}
.sub-title.small {
  font-size: 16px;
}
.sub-title.mini {
  font-size: 14px;
}
.sub-title.tiny {
  font-size: 12px;
}
.content-title {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}
.content-title.xxlarge {
  font-size: 20px;
}
.content-title.xlarge {
  font-size: 18px;
}
.content-title.large {
  font-size: 16px;
}
.content-title.small {
  font-size: 13px;
}
.content-title.mini {
  font-size: 12px;
}
.content-title.tiny {
  font-size: 11px;
}
.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p {
  color: #fff;
}
/* List classes
=========================*/
ul.row {
  list-style-type: none;
}
.list-3,
.list-2,
.list-1 {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
/*== List 1 ===============*/
.list-1 {
  margin-bottom: 30px;
}
.list-1 li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 20px;
}
.list-1 li::before {
  content: '';
  display: block;
  width: 8px;
  height: 0;
  border-bottom: 2px solid #3b5afb;
  position: absolute;
  top: 12px;
  left: 0;
}
/* Pop label
/******************************/
.pop-label {
  position: absolute;
  display: inline-flex;
  padding: 4px 12px;
  border-radius: 50px;
  background-color: #ff6123;
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
  font-style: italic;
}
.pop-label::after {
  content: '';
  display: block;
  border-top: 6px solid #ff6123;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -6px;
}
/* Font styles
/******************************/
.italic {
  font-style: italic;
}
.l-through {
  text-decoration: line-through;
}
.bold {
  font-weight: bold;
}
.bold-n {
  font-weight: normal;
}
.bold-0 {
  font-weight: 200;
}
.bold-1 {
  font-weight: 300;
}
.bold-2 {
  font-weight: 400;
}
.bold-3 {
  font-weight: 500;
}
.bold-4 {
  font-weight: 600;
}
.bold-5 {
  font-weight: 700;
}
.bold-6 {
  font-weight: 800;
}
.bold-7 {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
/*
 * Layout
 ********************************/
body {
  padding: 0 0 0 0;
}
.section {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.container {
  position: relative;
  z-index: 999;
}
.container:after {
  content: '';
  clear: both;
  display: table;
}
.container.small {
  width: 960px;
}
.main-container {
  padding: 100px 0 0 100px;
}
.page-header {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.page-header .desc {
  margin-top: 10px;
}
.page-header .desc p {
  margin: 0;
}
.page-header .desc p + p {
  margin-bottom: 20px;
}
/* Footer
/******************************/
.site-footer {
  padding: 20px 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}
.admin-bar .main-header {
  top: 32px;
}
.admin-bar .side-header {
  height: calc(100% - 132px);
  top: 132px;
}
/* Layout 2
/******************************/
@media (min-width: 992px) {
  body.layout-2 .main-container {
    padding-top: 0;
  }
}
/*
 * Header
 ********************************/
.main-header {
  background-color: #3b5afb;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0px;
}
.main-header .theme-logo {
  width: 100px;
  height: 100px;
  align-items: stretch;
  display: flex;
}
.main-header .theme-logo img {
  width: 100%;
  display: block;
  max-width: 100%;
  opacity: 0;
}
.main-header .menu-wrp {
  position: relative;
}
.main-header .menu-wrp .search-handle,
.main-header .menu-wrp .widget-handle {
  display: none;
}
.main-header .profile-info-wrp {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  align-items: center;
}
.main-header .profile-info {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.main-header .profile-info h1,
.main-header .profile-info p {
  margin: 0px;
  color: inherit;
}
.main-header .profile-info .main-title {
  font-size: 22px;
}
.main-header .about-info {
  margin-left: 20px;
}
.main-header .about-info p {
  margin: 0px;
}
/*
 * Header search
 ********************************/
.header-search-wrp {
  position: relative;
}
.header-search-wrp .header-search {
  position: absolute;
  left: 100px;
  width: calc(100% - 100px);
}
.header-search.off {
  height: 0;
  opacity: 0;
}
.header-search.on {
  height: 100px;
  opacity: 1;
}
.header-search {
  background-color: #343e45;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-search .search-frm {
  height: 100%;
}
.header-search .search-frm button {
  width: 100px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  border: none;
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease;
}
.header-search .search-frm button:hover {
  background-color: #3b5afb;
}
.header-search .search-frm button:focus {
  outline: none;
}
.header-search .search-frm input {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 20px 30px;
  font-size: 20px;
  transition: all 0.3s ease;
}
.header-search .search-frm input:focus {
  outline: none;
}
/* Main menu
/******************************/
.main-menu {
  position: absolute;
  left: 100px;
  right: 100px;
  height: 100%;
  background-color: #343e45;
  transition: all 0.3s ease;
  text-align: center;
}
.main-menu.off {
  opacity: 0;
  top: -100%;
}
.main-menu.on {
  opacity: 1;
  top: 0px;
}
.main-menu .about-info {
  display: none;
}
.ckav-menu {
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  margin: 0px auto;
  padding: 0;
  text-align: left;
  height: 100%;
  flex-wrap: wrap;
  /*----------  Mobile menu handler ----------*/
}
.ckav-menu ul {
  list-style: none;
}
.ckav-menu li a:hover {
  opacity: 1;
}
.ckav-menu .menu-item {
  position: relative;
  /* flex-start | flex-end | center | space-between | space-around */
  justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  align-items: center;
  display: flex;
  padding: 0 1px;
  line-height: 1.3;
}
.ckav-menu .menu-item > a,
.ckav-menu .menu-item > span {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  max-width: 100%;
  white-space: normal;
  display: block;
  padding: 4px 20px;
  position: relative;
  border: 1px solid transparent;
}
.ckav-menu .menu-item > a > .description,
.ckav-menu .menu-item > span > .description {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  display: block;
  font-style: italic;
  letter-spacing: 0;
  font-size: 12px;
  opacity: 0.6;
}
.ckav-menu .menu-item.active:hover > a,
.ckav-menu .menu-item > a:hover,
.ckav-menu .menu-item.active:hover > span,
.ckav-menu .menu-item > span:hover {
  background-color: #ff6123;
  border-radius: 50px;
}
.ckav-menu .menu-item.has-dropdown > a,
.ckav-menu .menu-item.has-dropdown > span {
  padding-right: 35px;
  position: relative;
}
.ckav-menu .menu-item > .sub {
  position: absolute;
  z-index: 99;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  display: none;
  background-color: #343e45;
  border-top: 2px solid #3b5afb;
  margin-top: -15px;
  line-height: 1.6;
}
.ckav-menu .menu-item > .sub:not([class*="pd-"]) {
  padding: 15px 10px;
}
.ckav-menu .menu-item > .sub > li > a,
.ckav-menu .menu-item > .sub .dropdown > li > a,
.ckav-menu .menu-item > .sub > li > span,
.ckav-menu .menu-item > .sub .dropdown > li > span {
  transition: all 0.3s ease;
  left: 0;
  height: auto;
  font-size: 13px;
  padding: 6px 15px;
  display: block;
  position: relative;
}
.ckav-menu .menu-item > .sub > li > a:hover,
.ckav-menu .menu-item > .sub .dropdown > li > a:hover,
.ckav-menu .menu-item > .sub > li > span:hover,
.ckav-menu .menu-item > .sub .dropdown > li > span:hover {
  left: 5px;
}
.ckav-menu .has-dropdown {
  position: relative;
}
.ckav-menu .has-dropdown > .dropdown {
  transition: all 0.3s ease;
  left: 100%;
  top: 0;
  padding: 15px 10px;
  position: absolute;
  z-index: 99;
  opacity: 0;
  display: none;
  visibility: hidden;
  margin-top: 0px;
  min-width: 200px;
  background-color: #343e45;
  border-top: 2px solid #3b5afb;
  margin-top: -15px;
}
.ckav-menu .has-dropdown > .r.dropdown {
  left: auto;
  right: 100%;
}
.ckav-menu .has-dropdown.active > .sub {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100%;
  left: 0px;
  margin-top: 0;
}
.ckav-menu .has-dropdown.active > .sub:not([class*="min-px-w"]) {
  min-width: 200px;
}
.ckav-menu .has-dropdown.active > .dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.ckav-menu .sub-r {
  right: 0;
  left: auto !important;
}
.ckav-menu .has-dropdown > a:after,
.ckav-menu .has-dropdown > span:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  content: "\f105";
}
.ckav-menu .has-dropdown > a:after,
.ckav-menu .has-dropdown > span:after,
.ckav-menu .sub-handler {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 15px;
  font-size: 13px;
}
.ckav-menu .menu-item.has-dropdown > a:after,
.ckav-menu .menu-item.has-dropdown > span:after {
  content: "\f107";
}
.ckav-menu .sub-handler {
  display: none;
  top: 1px;
  right: 0px;
  width: 30px;
  height: 30px;
  transform: none;
  text-align: center;
  line-height: 30px;
  z-index: 9999;
  cursor: pointer;
}
.ckav-menu .menu-item .has-dropdown > .sub-handler {
  top: 6px;
}
.ckav-menu .menu-item > .sub-handler {
  top: 6px;
}
.menu.inline-block {
  width: auto;
}
/*
 * Side sticky bar
 ********************************/
.side-header {
  background-color: #3b5afb;
  color: #fff;
  position: fixed;
  width: 100px;
  height: calc(100% - 100px);
  left: 0;
  top: 100px;
  z-index: 9999;
  opacity: 0;
}
.side-header .social-profile {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 30px;
}
.side-header .social-profile a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 16px;
  margin: 15px 0 0 0;
}
.sticky-sidebar {
  transition: all 0.3s ease;
  position: absolute;
  height: 100%;
  width: 0px;
  left: 100px;
  top: 0px;
  overflow: hidden;
  /*== Display header information in small screens ===============*/
}
.sticky-sidebar > aside {
  transition: all 0.3s ease;
  position: absolute;
  padding: 40px;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  color: #666;
  width: 350px;
  left: 0px;
}
.sticky-sidebar.off {
  width: 0px;
  opacity: 0;
}
.sticky-sidebar.on {
  width: 350px;
  opacity: 1;
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
}
.sticky-sidebar .sidebar-info {
  margin-bottom: 40px;
  display: none;
}
.sticky-sidebar .sidebar-info .theme-logo {
  display: block;
  margin-bottom: 20px;
}
.sticky-sidebar .sidebar-info ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
.sticky-sidebar .sidebar-info ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sticky-sidebar .sidebar-info ul li .content-title {
  margin: 0px;
}
.sticky-sidebar .sidebar-info ul li p {
  margin: 0;
}
.sticky-sidebar .sidebar-info .sidebar-social a {
  display: inline-flex;
  margin: 10px;
}
/* All icon links 
/******************************/
.menu-handle,
.search-handle,
.widget-handle {
  transition: all 0.3s ease;
  width: 100px;
  height: 100px;
  color: #fff;
  border: none;
  background-color: transparent;
}
.menu-handle i,
.search-handle i,
.widget-handle i {
  font-size: 20px;
}
.menu-handle:focus,
.search-handle:focus,
.widget-handle:focus,
.menu-handle:active,
.search-handle:active,
.widget-handle:active {
  outline: none;
}
.menu-handle {
  background-color: #343e45;
}
.menu-handle:hover {
  background-color: #ff6123;
}
.widget-handle,
.search-handle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.widget-handle:hover,
.search-handle:hover {
  background-color: #343e45;
}
.menu-handle.on,
.widget-handle.on,
.search-handle.on {
  background-color: #ff6123;
}
.menu-handle.on i,
.widget-handle.on i,
.search-handle.on i {
  font-size: 50px;
}
/* Layout 2
/******************************/
@media (min-width: 992px) {
  body.layout-2 .main-header {
    background-color: transparent;
  }
  body.layout-2 .main-header .profile-info-wrp,
  body.layout-2 .main-header .about-info-wrp {
    display: none;
  }
  body.layout-2 .menu-handle {
    transition: all 0s ease;
  }
  body.layout-2 .menu-handle:not(.on) {
    width: 60px;
    height: 60px;
    transform: translate(-20px, 20px);
    border-radius: 60px;
  }
  body.layout-2 .sticky-sidebar {
    position: fixed;
    top: 0;
  }
  body.layout-2 .header-search {
    position: fixed;
    top: 0;
    display: flex;
    height: 0;
  }
  body.layout-2 .header-search .search-frm {
    width: 80%;
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.4);
    height: auto;
  }
  body.layout-2 .header-search.on {
    height: 100%;
  }
}
/* Layout 3
/******************************/
body.layout-3 .main-header .theme-logo {
  width: 60px;
  height: 60px;
}
body.layout-3 .main-header .about-info p {
  line-height: 1.4;
  font-size: 12px;
}
body.layout-3 .main-header .profile-info .main-title {
  font-size: 18px;
}
body.layout-3 .main-header .profile-info p {
  line-height: 1.3;
  font-size: 12px;
}
body.layout-3 .menu-handle,
body.layout-3 .search-handle,
body.layout-3 .widget-handle {
  width: 60px;
  height: 60px;
}
body.layout-3 .side-header {
  width: 60px;
}
/* Buttons
/******************************/
.ckav-btn {
  transition: all 0.3s ease;
  border-radius: 40px;
  padding: 6px 16px;
  font-size: 12px;
  box-sizing: border-box;
  border: 2px solid transparent;
  background-color: transparent;
  line-height: 1;
  position: relative;
  outline: 0px auto -webkit-focus-ring-color !important;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.ckav-btn:active,
.ckav-btn.active,
.ckav-btn:focus {
  box-shadow: none;
}
/*== Default button ===============*/
.default-btn {
  background-color: #3b5afb;
  border-color: #3b5afb;
  color: #fff;
}
.default-btn:hover,
.default-btn:focus,
.default-btn:active,
.default-btn.active {
  background-color: #343e45;
  border-color: #343e45;
  color: #fff;
}
/*== Primary button ===============*/
.primary-btn {
  background-color: #ff6123;
  border-color: #ff6123;
  color: #fff;
}
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active,
.primary-btn.active {
  background-color: #343e45;
  border-color: #343e45;
  color: #fff;
}
/*== Dark button ===============*/
.dark-btn {
  background-color: #343e45;
  border-color: #343e45;
  color: #fff;
}
.dark-btn:hover,
.dark-btn:focus,
.dark-btn:active,
.dark-btn.active {
  background-color: #ff6123;
  border-color: #ff6123;
  color: #fff;
}
/*== Dark button ===============*/
.white-btn {
  background-color: #fff;
  border-color: #fff;
  color: #343e45;
}
.white-btn:hover,
.white-btn:focus,
.white-btn:active,
.white-btn.active {
  background-color: #343e45;
  border-color: #343e45;
  color: #fff;
}
.glass.white-btn {
  background-color: transparent;
  border-color: transparent;
}
.white-btn:hover,
.white-btn:focus,
.white-btn:active,
.white-btn.active {
  background-color: #343e45;
  border-color: #343e45;
  color: #fff;
}
.tag-btn {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 5px 12px 4px 12px;
  font-size: 11px;
}
.tag-btn:hover {
  background-color: #343e45;
  color: #fff;
}
.tag-btn.light {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.tag-btn.light:hover {
  background-color: #fff;
  color: #343e45;
}
/* FORMS
********************************************/
.form-group label {
  font-weight: normal;
}
.datetimepicker {
  z-index: 99999;
}
/* Form controls
=========================*/
.post-password-form input,
.widget_archive select,
.postform,
.form-control,
.wpcf7-form-control:not([type="submit"]) {
  display: block;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  height: auto;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-weight: normal;
  width: 100%;
  -webkit-appearance: none;
}
.widget_archive select:not([class*="bdr-op-"]),
.postform:not([class*="bdr-op-"]),
.form-control:not([class*="bdr-op-"]),
.wpcf7-form-control:not([type="submit"]):not([class*="bdr-op-"]),
.post-password-form input {
  border-color: rgba(0, 0, 0, 0.15);
}
.wpcf7-form-control:hover,
.wpcf7-form-control:focus,
.form-control:hover,
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: none;
  outline: none;
}
/* Light form control */
.footer-dark .postform,
.footer-dark .form-control,
.form-control-light,
.form-control-light.wpcf7-form-control:not([class*="bdr-op-"]) {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.form-control-light option {
  color: #333;
}
.footer-dark .postform:hover,
.footer-dark .form-control:hover,
.form-control-light:hover,
.form-control-light:focus,
.form-control-light.wpcf7-form-control:focus,
.form-control-light.wpcf7-form-control:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.form-control-light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-control-light::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-control-light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-control-light:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-group [type="checkbox"],
.form-group [type="radio"] {
  margin-right: 10px;
}
/* form control sizes */
.large.form-control {
  font-size: 18px;
  padding: 15px 25px;
}
.medium.form-control {
  font-size: 16px;
  padding: 10px 15px;
}
.small.form-control {
  font-size: 14px;
  padding: 8px 10px;
}
.mini.form-control {
  font-size: 13px;
  padding: 5px 8px;
}
textarea.form-control {
  height: 150px;
}
.field-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0px;
}
.field-list li {
  margin: 0 0 3px 0;
}
.field-list li > span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.field-list li input {
  position: relative;
  top: -2px;
}
.error {
  display: block;
  font-weight: normal;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  color: #e74c3c;
}
.error.valid {
  display: none !important;
}
.form-control + .error {
  margin-bottom: 10px;
  margin-top: -4px;
}
.typo-light .error {
  color: #fff;
}
/**
 * Contact form 7 messages
 */
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid rgba(255, 0, 0, 0.7);
  border-radius: 4px;
  background-color: rgba(255, 0, 0, 0.1);
  margin: 0px;
  padding: 5px 10px;
}
div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
  background-color: rgba(156, 220, 35, 0.17);
}
/*Form table row*/
.form-inline-tbl {
  display: table;
  table-layout: fixed;
  border-spacing: 10px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  padding: 0px;
}
.form-inline-tbl > li {
  display: table-cell;
}
/* Password form
/******************************/
.post-password-form input {
  display: inline-flex;
  width: auto;
  margin: 0px;
}
/*
***************************************************************
Subscribe blocks
***************************************************************
*/
.subscribe-block .form-group {
  position: relative;
  margin: 0 0 5px 0;
  padding-bottom: 1px;
}
.subscribe-block .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 20px;
  min-height: inherit;
}
.subscribe-block .btn i {
  position: relative;
  top: -1px;
}
.subscribe-block .btn,
.subscribe-block [type="email"],
.subscribe-block [type="text"] {
  height: 50px;
}
.subscribe-block.inline > .form-widget {
  display: flex;
}
.subscribe-block.inline > .form-widget > .form-group {
  flex-grow: 3;
  box-sizing: border-box;
  margin-right: 10px;
}
.subscribe-block.inline > .form-widget > .form-group:last-child {
  margin-right: 0;
}
.subscribe-block.dark .btn {
  background-color: #fff;
  color: #343e45;
}
/*
Large size
------------------------------------
*/
.large.subscribe-block .btn {
  padding: 0px 30px;
}
.large.subscribe-block .btn,
.large.subscribe-block [type="email"],
.large.subscribe-block [type="text"] {
  height: 70px;
}
.large.subscribe-block [type="email"] {
  padding-left: 30px;
}
/*
Large size
------------------------------------
*/
.small.subscribe-block .btn {
  padding: 0px 15px;
}
.small.subscribe-block .btn,
.small.subscribe-block [type="email"],
.small.subscribe-block [type="text"] {
  height: 40px;
}
/*
====================================
Subscribe blocks 1
====================================
*/
.subscribe-block._1 .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*
====================================
Subscribe blocks 2
====================================
*/
.subscribe-block._2 .btn {
  height: 38px;
  right: 6px;
  top: 6px;
}
.large.subscribe-block._2 .btn {
  height: 58px;
}
.small.subscribe-block._2 .btn {
  height: 28px;
}
/*
====================================
Subscribe blocks 3
====================================
*/
.subscribe-block._3 > .form-widget > .form-group:last-child {
  flex-grow: 1;
}
.subscribe-block._3 .btn {
  position: static;
}
.subscribe-block._3.inline .btn {
  width: 100%;
}
/*
***************************************************************
Search field
***************************************************************
*/
.search-frm {
  position: relative;
}
.search-frm .ckav-btn {
  position: absolute;
  height: 100%;
  border-radius: 0;
  right: 0px;
  width: 50px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  top: 0px;
  font-size: 14px;
}
.search-frm input {
  border-radius: 0;
  width: 100%;
  margin: 0px;
  padding: 10px 20px;
}
/*
***************************************************************
Contact form style 1
***************************************************************
*/
.typo-light .widget_archive select:not([class*="bdr-op-"]),
.light .widget_archive select:not([class*="bdr-op-"]),
.typo-light .postform:not([class*="bdr-op-"]),
.light .postform:not([class*="bdr-op-"]),
.typo-light .form-control:not([class*="bdr-op-"]),
.light .form-control:not([class*="bdr-op-"]),
.typo-light .wpcf7-form-control:not([type="submit"]):not([class*="bdr-op-"]),
.light .wpcf7-form-control:not([type="submit"]):not([class*="bdr-op-"]),
.typo-light .post-password-form input,
.light .post-password-form input {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.typo-light .form-control:hover,
.light .form-control:hover,
.typo-light .form-control:focus,
.light .form-control:focus,
.typo-light .widget_archive select:not([class*="bdr-op-"]):hover,
.light .widget_archive select:not([class*="bdr-op-"]):hover,
.typo-light .postform:not([class*="bdr-op-"]):hover,
.light .postform:not([class*="bdr-op-"]):hover,
.typo-light .form-control:not([class*="bdr-op-"]):hover,
.light .form-control:not([class*="bdr-op-"]):hover,
.typo-light .wpcf7-form-control:not([type="submit"]):not([class*="bdr-op-"]):hover,
.light .wpcf7-form-control:not([type="submit"]):not([class*="bdr-op-"]):hover,
.typo-light .post-password-form input:hover,
.light .post-password-form input:hover {
  border-color: rgba(255, 255, 255, 0.8);
}
.typo-light div.wpcf7-mail-sent-ok,
.light div.wpcf7-mail-sent-ok,
.typo-light div.wpcf7-validation-errors,
.light div.wpcf7-validation-errors,
.typo-light div.wpcf7-acceptance-missing,
.light div.wpcf7-acceptance-missing {
  color: #fff;
}
/* Carousel
/******************************/
.carousel-widget {
  overflow: hidden;
  min-height: 2px;
}
.carousel-widget .item {
  position: relative;
}
.carousel-widget.op-items .item {
  opacity: 0.4;
}
.carousel-widget.op-items .center .item {
  opacity: 1;
}
/*== Carousel controls ===============*/
.ctrl-1 .owl-controls {
  padding: 1px;
  height: auto;
}
.ctrl-1 .owl-nav {
  position: absolute;
  top: 50%;
  height: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
}
.ctrl-1 .owl-nav > button,
.ctrl-1 .owl-nav > div {
  position: absolute;
  left: 0px;
  opacity: 0;
  top: 0;
  display: flex;
  /* flex-start | flex-end | center | space-between | space-around */
  justify-content: center;
  /* flex-start | flex-end | center | baseline | stretch */
  align-items: center;
  margin-top: -30px;
}
.ctrl-1 .owl-nav > button:before,
.ctrl-1 .owl-nav > div:before {
  display: none;
}
.ctrl-1 .owl-nav > .owl-next {
  right: 0px;
  left: auto;
}
.ctrl-1 [data-dots="true"] .owl-nav {
  margin-top: -42px;
}
.ctrl-1 .owl-nav > div,
.ctrl-1 .owl-nav > button,
.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  /*line-height: 56px;*/
  text-align: center;
  font-size: 40px;
  height: 60px;
  width: 60px;
  z-index: 999;
}
.ctrl-1 .owl-nav > div:focus,
.ctrl-1 .owl-nav > button:focus,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next {
  right: 0px;
}
.ctrl-1:hover .owl-nav:not(.disabled) > button,
.ctrl-1:hover .owl-nav:not(.disabled) > div {
  opacity: 1;
}
.ctrl-1.small-arrows .owl-nav > button,
.ctrl-1.small-arrows .owl-nav > div {
  top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}
.ctrl-1.small-arrows .owl-nav > .owl-next {
  right: -40px;
}
.ctrl-1.small-arrows .owl-nav > .owl-prev {
  left: -40px;
}
/*== Carousel dots ===============*/
.owl-dots {
  text-align: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
}
.owl-dots > .owl-dot {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  margin: 0 5px;
  border-radius: 10px;
  background-color: transparent;
  padding: 0px;
}
.owl-dots > .owl-dot:focus {
  outline: none;
}
.owl-dots .active {
  background-color: rgba(0, 0, 0, 0.4);
}
.ctrl-light .owl-dots > .owl-dot {
  border-color: rgba(255, 255, 255, 0.4);
}
.ctrl-light .owl-dots .active {
  background-color: rgba(255, 255, 255, 0.4);
}
.ctrl-light .owl-nav > div {
  color: #fff;
}
.ctrl-light .owl-nav > div:hover {
  background-color: #fff;
  color: #333;
}
.mr-0 .owl-dots {
  margin: 0px;
}
.ctrl-l .owl-dots {
  text-align: left;
}
.ctrl-r .owl-dots {
  text-align: right;
}
.pager-in .owl-controls {
  padding: 0;
}
.pager-in .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 9999;
  bottom: 0;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}
/*
====================================
Zoom carousel
====================================
*/
.zoom-carousel .swiper-wrapper,
.zoom-carousel .owl-stage-outer {
  /*padding-top: 30px;
		padding-bottom: 30px;*/
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.zoom-carousel .swiper-slide > img,
.zoom-carousel .swiper-slide > .content,
.zoom-carousel .item > .content {
  position: relative;
  opacity: 0.4;
  transform: scale(0.7);
  transition: all 0.5s ease-out;
}
.zoom-carousel .swiper-slide-next > img,
.zoom-carousel .swiper-slide-prev > img,
.zoom-carousel .swiper-slide-next > .content,
.zoom-carousel .swiper-slide-prev > .content,
.zoom-carousel .item > .content {
  transform: scale(0.86);
}
.zoom-carousel .swiper-slide-active > img,
.zoom-carousel .swiper-slide-active > .content,
.zoom-carousel .center .content {
  position: relative;
  z-index: 9;
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.3);
}
.full.swiper-container {
  width: 100%;
  height: 100%;
}
.full.swiper-container .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.vertical.swiper-container {
  width: 100%;
  height: 100%;
}
.vertical.swiper-container .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
====================================
Caption styles
====================================
*/
/*
caption style 1
------------------------------------
*/
.caption-1-hd {
  padding: 10px 30px;
  font-size: 70px;
  display: inline-block;
  margin-bottom: 1px;
}
.caption-1-sub-text {
  font-size: 30px;
  padding: 10px 30px;
  margin: 0px;
}
/*
====================================
Caption animations
====================================
*/
/*
caption animate 1
------------------------------------
*/
.caption-up .caption {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.caption-up .caption {
  animation-name: rg_down;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.swiper-slide-active.caption-up .caption,
.swiper-slide-active .caption-up .caption,
.carousel-widget[data-center="false"] .active .caption-up .caption,
.carousel-widget[data-center="true"] .center .caption-up .caption {
  animation-name: rg_fadeup;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
/*
caption animate 2
------------------------------------
*/
.caption-left .caption {
  opacity: 0;
  transition: all 0.5s ease-out;
}
.caption-left .caption {
  animation-name: rg_left;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.swiper-slide-active .caption-left .caption,
.owl-carousel .active .caption-left .caption,
.owl-carousel[data-center] .center .caption-left .caption {
  animation-name: rg_fadeleft;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
/*
====================================
Swiper gallery
====================================
*/
.swiper-gallery {
  position: relative;
  height: 100%;
}
.swiper-gallery .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-gallery .gallery-top:not([class*="vh"]) {
  height: 100%;
}
.swiper-gallery .swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-gallery .gallery-thumbs {
  position: absolute;
  height: 100px;
  padding: 10px 0;
  bottom: 0px;
  z-index: 999;
}
.swiper-gallery .gallery-thumbs .swiper-slide {
  width: 80px;
  height: 100%;
  opacity: 0.5;
  cursor: pointer;
  border: 5px solid transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-gallery .gallery-thumbs .swiper-slide:hover,
.swiper-gallery .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  border-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}
.swiper-gallery .gallery-thumbs:not([class*="bg-"]) {
  background-color: rgba(0, 0, 0, 0.4);
}
.light.gallery-thumbs {
  background-color: rgba(255, 255, 255, 0.3);
}
/*
Swiper gallery 1
------------------------------------
*/
.swiper-gallery.layout-1 .gallery-thumbs:not([class*="bg-"]) {
  background-color: rgba(0, 0, 0, 0.05);
}
.swiper-gallery.layout-1 .gallery-thumbs {
  position: relative;
}
/*
Swiper gallery 2
------------------------------------
*/
.swiper-gallery.layout-2 .gallery-thumbs {
  position: relative;
}
.swiper-gallery.layout-2 .gallery-thumbs .swiper-slide {
  border: none;
  opacity: 0.25;
  transform: scale(0.9);
  transition: all 0.25s ease-out;
}
.swiper-gallery.layout-2 .gallery-thumbs .swiper-slide:hover,
.swiper-gallery.layout-2 .gallery-thumbs .swiper-slide-active {
  opacity: 1;
  transform: none;
}
.swiper-gallery.layout-2 .gallery-thumbs {
  position: relative;
}
/*
***************************************************************
INFO BOXES
***************************************************************
*/
.info-obj {
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.info-obj .img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.info-obj .info {
  flex: 1;
  margin-bottom: 0px;
}
.info-obj-wrp,
.info-obj {
  margin-bottom: 20px;
}
/*
Image position
------------------------------------
*/
.info-obj.mid {
  align-items: center;
}
.info-obj.bot {
  align-items: flex-end;
}
.info-obj.img-r .img {
  order: 1;
}
.info-obj.img-t {
  width: 100%;
  display: block;
}
/*
Image sizes
------------------------------------
*/
.info-obj.ico-xlarge .img {
  width: 100px;
  font-size: 100px;
}
.info-obj.ico-large .img {
  width: 80px;
  font-size: 80px;
}
.info-obj.ico-medium .img {
  width: 50px;
  font-size: 50px;
}
.info-obj.ico-small .img {
  width: 40px;
  font-size: 40px;
}
.info-obj.ico-mini .img {
  width: 30px;
  font-size: 30px;
}
.info-obj.ico-tiny .img {
  width: 20px;
  font-size: 20px;
}
/*
Icon sizes
------------------------------------
*/
.info-obj.ico-xlarge .iconwrp {
  max-height: 100px;
  min-height: 100px;
}
.info-obj.ico-large .iconwrp {
  max-height: 80px;
  min-height: 80px;
}
.info-obj.ico-medium .iconwrp {
  max-height: 50px;
  min-height: 50px;
}
.info-obj.ico-small .iconwrp {
  max-height: 40px;
  min-height: 40px;
}
.info-obj.ico-mini .iconwrp {
  max-height: 30px;
  min-height: 30px;
}
.info-obj.ico-tiny .iconwrp {
  max-height: 20px;
  min-height: 20px;
}
.info-obj.ico-xlarge .sq,
.info-obj.ico-xlarge .rd {
  font-size: 70px;
}
.info-obj.ico-large .sq,
.info-obj.ico-large .rd {
  font-size: 60px;
}
.info-obj.ico-medium .sq,
.info-obj.ico-medium .rd {
  font-size: 30px;
}
.info-obj.ico-small .sq,
.info-obj.ico-small .rd {
  font-size: 25px;
}
.info-obj.ico-mini .sq,
.info-obj.ico-mini .rd {
  font-size: 20px;
}
.info-obj.ico-tiny .sq,
.info-obj.ico-tiny .rd {
  font-size: 16px;
}
/*
Image alignment
------------------------------------
*/
.info-obj.align-c .img {
  margin-left: auto;
  margin-right: auto;
}
.info-obj.align-r .img {
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 200px) and (max-width: 991px) {
  .info-obj.ico-xlarge,
  .info-obj.ico-large {
    display: block;
  }
  .info-obj.ico-xlarge .info,
  .info-obj.ico-large .info {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 40px;
  }
}
/* Post single
/******************************/
.single-post-header {
  padding: 100px 0;
  background-color: #343e45;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.single-post-header .page-title {
  margin-bottom: 10px;
}
.single-post-header .post-tags {
  margin-bottom: 20px;
}
.single-post-header .ckav-post-meta {
  margin-bottom: 0;
}
.single-post-header .post-pager {
  color: #fff;
  display: flex;
}
.single-post-header .post-pager a {
  margin: 0 10px;
}
.single-post-header .stikly-post-tag {
  font-size: 40px;
}
.single-post-header .stikly-post-tag > i {
  position: relative;
  top: -8px;
  color: #fff;
}
.single-post-content::after {
  content: '';
  clear: both;
  display: block;
}
.single-post-content .post-img {
  min-height: 400px;
  display: block;
  margin-bottom: 40px;
}
.single-post-content .post-meta {
  padding: 6px 20px 5px 20px;
  border-radius: 4px;
}
.single-post-content .post-tags {
  margin-bottom: 40px;
}
.single-post-content .post-author {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.single-post-content .post-author img {
  border-radius: 100%;
}
/*== Related posts ===============*/
.single-relate-post .carousel-widget {
  margin: 0 -15px;
}
.single-relate-post .item {
  margin: 0 15px 10px 15px;
}
/*== Single post types ===============*/
[class*="gallery-columns-"] .gallery-item {
  margin-bottom: 30px;
}
[class*="gallery-columns-"] img {
  width: 100%;
  height: auto;
  display: block;
}
[class*="gallery-columns-"] .gallery-caption,
[class*="gallery-columns-"] figcaption {
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  line-height: 1.3;
}
.wp-block-embed {
  width: 100%;
}
.wp-block-embed iframe {
  width: 100%;
}
.format-video iframe {
  width: 100%;
  height: 650px;
}
/* Blog post box
/******************************/
.ckav-postbox1 {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ckav-postbox1 figure {
  display: block;
}
.ckav-postbox1 figure img {
  margin: auto;
  width: 100%;
}
.ckav-postbox1 figure,
.ckav-postbox1 .carousel-widget {
  margin-bottom: 40px;
}
.ckav-postbox1 figure iframe,
.ckav-postbox1 .carousel-widget iframe {
  width: 100%;
}
.ckav-postbox1 .content-title {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ckav-postbox1 .ckav-post-meta {
  margin-bottom: 30px;
}
.ckav-postbox1 .post-date {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  color: #343e45;
  font-style: italic;
  width: 150px;
}
.ckav-postbox1 .post-date .dd {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-style: normal;
  display: block;
  line-height: 1.2;
}
.ckav-postbox1 .post-text {
  margin-bottom: 20px;
}
.ckav-postbox1.tag-sticky-2 .ckav-meta-wrp,
.ckav-postbox1.category-sticky .ckav-meta-wrp,
.ckav-postbox1.sticky .ckav-meta-wrp {
  padding-left: 50px;
  position: relative;
}
.ckav-postbox1.tag-sticky-2 .ckav-meta-wrp > i,
.ckav-postbox1.category-sticky .ckav-meta-wrp > i,
.ckav-postbox1.sticky .ckav-meta-wrp > i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 40px;
  color: #3b5afb;
}
.ckav-postbox2 {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}
.ckav-postbox2 figure {
  min-height: 250px;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 1px;
  overflow: hidden;
  position: relative;
}
.ckav-postbox2 figure .figure-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ckav-postbox2 figure img {
  height: 200px;
  width: 200px;
  opacity: 0;
}
.ckav-postbox2 .info {
  padding: 40px;
  min-height: 160px;
}
.ckav-postbox2 .post-text {
  margin-top: 20px;
}
.ckav-postbox2 .content-title {
  margin-bottom: 5px;
}
.ckav-postbox2 .content-title a {
  text-overflow: ellipsis;
  display: block;
}
.ckav-postbox2 .ckav-post-meta1 {
  margin-bottom: 0px;
}
.ckav-postbox2.light {
  color: #fff;
}
.ckav-postbox2.light .content-title {
  color: inherit;
}
.ckav-postbox2.tag-sticky-2 .ckav-meta-wrp,
.ckav-postbox2.category-sticky .ckav-meta-wrp,
.ckav-postbox2.sticky .ckav-meta-wrp {
  padding-left: 50px;
  position: relative;
}
.ckav-postbox2.tag-sticky-2 .ckav-meta-wrp > i,
.ckav-postbox2.category-sticky .ckav-meta-wrp > i,
.ckav-postbox2.sticky .ckav-meta-wrp > i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 40px;
  color: #3b5afb;
}
.ckav-postbox3 figure {
  position: relative;
  min-height: 300px;
  display: block;
}
.ckav-postbox3 figure .post-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ckav-postbox3 .entry-date-wrp {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3b5afb;
  width: 55px;
  padding: 8px 10px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3;
  z-index: 1;
}
.ckav-postbox3 .entry-date-wrp .dd {
  display: block;
}
.ckav-postbox3 .post-categories {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: 0px;
  font-size: 12px;
  font-style: italic;
  z-index: 2;
}
.ckav-postbox3 .post-categories a {
  background-color: #fff;
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
  margin-right: 5px;
}
.ckav-postbox3 .info {
  margin-top: 20px;
}
.ckav-postbox3 .info > ul {
  font-size: 12px;
  font-style: italic;
}
.ckav-postbox3 .info > ul > li:nth-child(1):after {
  content: '';
  border-bottom: 1px solid #3b5afb;
  display: inline-flex;
  width: 20px;
  vertical-align: middle;
  margin: 0 10px;
}
.ckav-postbox3 .info .content-title {
  margin-bottom: 0px;
  text-transform: uppercase;
}
.ckav-postbox3 .info .post-author {
  margin-bottom: 0;
  /* &:after {
				content: '';
				border-bottom: 1px solid @default;
				display: inline-flex;
				width: 25px;
				vertical-align: middle;
				margin: 0 10px;
			} */
}
.ckav-postbox3 .post-text {
  margin-top: 20px;
}
.ckav-postbox3.tag-sticky-2 .info,
.ckav-postbox3.category-sticky .info,
.ckav-postbox3.sticky .info {
  padding-left: 50px;
  position: relative;
}
.ckav-postbox3.tag-sticky-2 .info > i,
.ckav-postbox3.category-sticky .info > i,
.ckav-postbox3.sticky .info > i {
  position: absolute;
  left: 0px;
  font-size: 40px;
  color: #3b5afb;
}
.ckav-postbox3.light {
  color: #fff;
}
.ckav-postbox3.light .content-title {
  color: inherit;
}
.ckav-postbox3.light .post-categories {
  color: rgba(0, 0, 0, 0.8);
}
/*== Post grid customization ===============*/
.blogpost-grid.eq1 .ckav-postbox2 {
  margin-bottom: 60px;
}
.blogpost-grid.eq1 .ckav-postbox2 figure {
  min-height: 600px;
}
.blogpost-grid.eq1 .ckav-postbox3 {
  padding-bottom: 60px;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blogpost-grid.eq1 .ckav-postbox3 figure {
  min-height: 600px;
}
.blogpost-grid.eq1 > .cl:last-child .ckav-postbox3 {
  border-bottom: none;
}
.blogpost-grid.eq2 .ckav-postbox1 .gt60 {
  margin-right: -20px;
  margin-left: -20px;
}
.blogpost-grid.eq2 .ckav-postbox1 .gt60 > [class*="col-"],
.blogpost-grid.eq2 .ckav-postbox1 .gt60 > [class*="col"] {
  padding-right: 20px;
  padding-left: 20px;
}
.blogpost-grid.eq2 .ckav-postbox1 .post-date {
  width: 110px;
}
.blogpost-grid.eq3 .ckav-postbox1 .gt60 {
  margin-right: -15px;
  margin-left: -15px;
}
.blogpost-grid.eq3 .ckav-postbox1 .gt60 > [class*="col-"],
.blogpost-grid.eq3 .ckav-postbox1 .gt60 > [class*="col"] {
  padding-right: 15px;
  padding-left: 15px;
}
.blogpost-grid.eq3 .ckav-postbox1 .post-date {
  width: 90px;
}
.blogpost-grid.eq3 .ckav-postbox1 .post-date .dd {
  font-size: 24px;
}
/*== Post meta style ===============*/
.ckav-post-meta {
  list-style-type: none;
  padding: 0;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 0px;
}
.ckav-post-meta p {
  margin: 0px;
  display: inline-flex;
  flex-wrap: wrap;
}
.ckav-post-meta [class*="col-"]:after {
  content: '';
  border-bottom: 1px solid #3b5afb;
  display: inline-flex;
  width: 20px;
  vertical-align: middle;
  margin: 0 15px;
}
.ckav-post-meta [class*="col-"]:last-child:after {
  display: none;
}
.ckav-post-meta a:hover {
  text-decoration: underline;
}
.ckav-post-meta1 {
  list-style-type: none;
  padding: 0px;
  font-style: italic;
  font-size: 12px;
}
.ckav-post-meta1 p {
  margin: 0px;
  display: inline-flex;
  flex-wrap: wrap;
}
.ckav-post-meta1 [class*="col-"]:after {
  content: '-';
  display: inline-flex;
  margin: 0 5px;
  line-height: 1;
}
.ckav-post-meta1 [class*="col-"]:last-child:after {
  display: none;
}
.ckav-post-meta1 a:hover {
  text-decoration: underline;
}
/* Pagination
/******************************/
.paging-navigation {
  text-align: center;
}
.paging-navigation .pagination {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
  border-radius: 40px;
}
.paging-navigation .pagination .page-numbers {
  font-family: 'Montserrat', sans-serif;
  margin: 2px;
  border-radius: 50px;
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 12px;
}
.paging-navigation .pagination .page-numbers:hover {
  background-color: #ff6123;
  opacity: 1;
  color: #fff;
}
.paging-navigation .pagination .page-numbers.current {
  background-color: #343e45;
  color: #fff;
}
.post-pagination .prev,
.post-pagination .next {
  padding-top: 40px;
  padding-bottom: 40px;
}
.post-pagination .prev span,
.post-pagination .next span {
  display: inline-block;
  white-space: nowrap;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.post-pagination .prev {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}
.post-pagination .next {
  padding-left: 30px;
  text-align: right;
}
/*  Comment form box
/******************************/
.comment-respond {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.comment-respond .comment-reply-title {
  margin: 0;
  position: relative;
  font-family: inherit;
  font-size: inherit;
}
.comment-respond .comment-reply-title > a {
  position: absolute;
  right: 0px;
  top: -30px;
  font-size: 12px;
}
.comment-respond .required-notice {
  float: right;
  font-size: 12px;
  font-style: italic;
}
.comment-respond .icon-check {
  color: red;
}
.comment-respond .comment-form-cookies-consent input {
  margin-right: 10px;
}
/* Comment list
/******************************/
.comment-container {
  width: 80%;
  margin: auto;
}
.comments-title {
  margin-bottom: 0;
}
.comment-list {
  list-style-type: none;
  margin: 0 0 70px 0;
  padding: 0px;
  position: relative;
}
.comment-list > ol,
.comment-list > ol ol {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.comment-list .children {
  position: relative;
  list-style-type: none;
  padding: 0px;
  padding-left: 40px;
  margin-left: 25px;
}
.comment-list .children > .comment > .info-obj {
  position: relative;
}
.comment-list .comment-wrp {
  position: relative;
  z-index: 10;
  padding: 1px 0;
}
.comment-list .comment-box {
  position: relative;
  display: flex;
  margin: 10px 0;
}
.comment-list .comment-box .comment-author {
  margin-bottom: 0px;
}
.comment-list .comment-box .comment-permalink {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-flex;
}
.comment-list .comment-box .info-wrp {
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
}
.comment-list .comment-box .info {
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}
.comment-list .comment-box .img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}
.comment-list .comment-box + .comment-respond {
  margin: 20px 0;
}
/* Wordpress post links
/******************************/
.post-nav-links {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-align: center;
}
.post-nav-links .post-page-numbers {
  display: inline-flex;
  padding: 3px 10px;
  font-size: 12px;
  margin: 0 5px;
  font-style: normal;
  border-radius: 50px;
}
.post-nav-links .post-page-numbers:first-child {
  margin-left: 10px;
}
.post-nav-links .post-page-numbers.current {
  background-color: #ff6123;
  color: #fff;
}
/* General widget area
**********************************/
.widget {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
}
.widget .widget-title {
  text-transform: uppercase;
  margin: 0px 0 20px 0;
}
.widget select {
  max-width: 100%;
}
/* Category and archive widgets
**********************************/
.widget_nav_menu ul,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px;
  margin-left: 0px;
}
.widget_nav_menu ul > li,
.widget_categories ul > li,
.widget_archive ul > li,
.widget_meta ul > li,
.widget_pages ul > li,
.widget_recent_entries ul > li,
.widget_recent_comments ul > li,
.widget_rss ul > li {
  display: block;
  padding: 2px 0 2px 20px;
  position: relative;
  margin: 0 0 0 0;
  color: #343e45;
}
.widget_nav_menu ul > li a,
.widget_categories ul > li a,
.widget_archive ul > li a,
.widget_meta ul > li a,
.widget_pages ul > li a,
.widget_recent_entries ul > li a,
.widget_recent_comments ul > li a,
.widget_rss ul > li a {
  display: inline-block;
  padding: 0px;
  border: none;
}
.widget_nav_menu ul > li a:hover,
.widget_categories ul > li a:hover,
.widget_archive ul > li a:hover,
.widget_meta ul > li a:hover,
.widget_pages ul > li a:hover,
.widget_recent_entries ul > li a:hover,
.widget_recent_comments ul > li a:hover,
.widget_rss ul > li a:hover {
  text-decoration: underline;
}
.widget_nav_menu ul > li:before,
.widget_categories ul > li:before,
.widget_archive ul > li:before,
.widget_meta ul > li:before,
.widget_pages ul > li:before,
.widget_recent_entries ul > li:before,
.widget_recent_comments ul > li:before,
.widget_rss ul > li:before {
  content: '';
  width: 8px;
  height: 1px;
  border-bottom: 1px solid #3b5afb;
  position: absolute;
  left: 0px;
  top: 15px;
  border-radius: 100px;
}
.widget_nav_menu ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child {
  border: none;
}
.widget_nav_menu .sub-menu,
.widget_categories .sub-menu,
.widget_archive .sub-menu,
.widget_meta .sub-menu,
.widget_pages .sub-menu,
.widget_recent_entries .sub-menu,
.widget_recent_comments .sub-menu,
.widget_rss .sub-menu,
.widget_nav_menu .children,
.widget_categories .children,
.widget_archive .children,
.widget_meta .children,
.widget_pages .children,
.widget_recent_entries .children,
.widget_recent_comments .children,
.widget_rss .children {
  padding-left: 5px;
  margin: 0!important;
  font-size: 13px;
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
}
.widget_nav_menu .sub-menu > li,
.widget_categories .sub-menu > li,
.widget_archive .sub-menu > li,
.widget_meta .sub-menu > li,
.widget_pages .sub-menu > li,
.widget_recent_entries .sub-menu > li,
.widget_recent_comments .sub-menu > li,
.widget_rss .sub-menu > li,
.widget_nav_menu .children > li,
.widget_categories .children > li,
.widget_archive .children > li,
.widget_meta .children > li,
.widget_pages .children > li,
.widget_recent_entries .children > li,
.widget_recent_comments .children > li,
.widget_rss .children > li {
  padding: 2px 0 2px 10px;
}
.widget_nav_menu .sub-menu > li:before,
.widget_categories .sub-menu > li:before,
.widget_archive .sub-menu > li:before,
.widget_meta .sub-menu > li:before,
.widget_pages .sub-menu > li:before,
.widget_recent_entries .sub-menu > li:before,
.widget_recent_comments .sub-menu > li:before,
.widget_rss .sub-menu > li:before,
.widget_nav_menu .children > li:before,
.widget_categories .children > li:before,
.widget_archive .children > li:before,
.widget_meta .children > li:before,
.widget_pages .children > li:before,
.widget_recent_entries .children > li:before,
.widget_recent_comments .children > li:before,
.widget_rss .children > li:before {
  width: 8px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  top: 13px;
  left: -5px;
}
/* Recent post widget
**********************************/
.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px;
  font-style: italic;
  opacity: 0.6;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 2px;
}
/* RSS
**********************************/
.widget_rss ul li {
  padding: 15px 0;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss .rsswidget {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.widget_rss .rsswidget img {
  display: inline-block;
}
.widget_rss .rss-date {
  display: block;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  opacity: 0.6;
}
.widget_rss .rssSummary {
  opacity: 0.7;
  font-size: 13px;
}
/* Media widget
**********************************/
.widget_media_video iframe {
  width: 100%;
}
.widget_media_video .mejs-mediaelement {
  position: relative;
}
/* Gallery widget
**********************************/
.sticky-sidebar .widget_media_gallery .gallery {
  margin-right: -5px;
  margin-left: -5px;
}
.sticky-sidebar .widget_media_gallery [class*="gallery-columns-"] .gallery-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.sticky-sidebar .widget_media_gallery .gallery-caption {
  line-height: 1.4;
}
/* Calender
**********************************/
.calendar_wrap table {
  width: 100%;
  text-align: center;
}
.calendar_wrap table thead {
  background-color: rgba(0, 0, 0, 0.05);
}
.calendar_wrap table td,
.calendar_wrap table th {
  padding: 5px;
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
}
/* Tag cloud
**********************************/
.widget_tag_cloud .tag-cloud-link {
  display: inline-flex;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.05);
}
/* IMAGE widget
**********************************/
.widget_search,
.widget_media_image {
  padding: 0px;
  border: none;
}
/* Grid filters
/******************************/
.filter-wrp {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.filter-wrp .filter-btn {
  padding: 0px 0px 19px 0;
  border-bottom: 1px solid transparent;
  margin: 0 15px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  opacity: 0.4;
  cursor: pointer;
  position: relative;
  color: #343e45;
  text-transform: uppercase;
}
.filter-wrp .filter-btn::before {
  content: '';
  display: inline-flex;
  width: 1px;
  border-right: 1px solid transparent;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.filter-wrp .filter-btn.active {
  opacity: 1;
  border-color: #3b5afb;
}
.filter-wrp .filter-btn.active::before {
  border-color: #3b5afb;
}
/* Masonry grids
/******************************/
.masonry-wrp {
  opacity: 0;
  overflow: hidden;
}
.masonry-wrp .masonry-grid {
  position: relative;
}
.masonry-wrp .masonry-item {
  box-sizing: border-box;
  /*overflow: hidden;*/
}
.masonry-wrp .masonry-item img {
  width: 100%;
  display: block;
  max-width: 100%;
}
.masonry-wrp figure {
  display: block;
  position: relative;
}
.masonry-wrp .ratio-square .portfolio-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.masonry-wrp .ratio-square figure {
  padding-top: 100%;
}
.masonry-wrp .ratio-square figure.half {
  padding-top: 50%;
}
.masonry-wrp .ratio-square figure.double {
  padding-top: 200%;
}
.masonry-wrp .ratio-square.gt4 figure.half {
  padding-top: calc(50% - 2px);
}
.masonry-wrp .ratio-square.gt10 figure.half {
  padding-top: calc(50% - 5px);
}
.masonry-wrp .ratio-square.gt20 figure.half {
  padding-top: calc(50% - 10px);
}
.masonry-wrp .ratio-square.gt30 figure.half {
  padding-top: calc(50% - 15px);
}
.masonry-wrp .ratio-square.gt40 figure.half {
  padding-top: calc(50% - 20px);
}
.masonry-wrp .ratio-square.gt4 figure.double {
  padding-top: calc(200% + 3px);
}
.masonry-wrp .ratio-square.gt10 figure.double {
  padding-top: calc(200% + 9px);
}
.masonry-wrp .ratio-square.gt20 figure.double {
  padding-top: calc(200% + 19px);
}
.masonry-wrp .ratio-square.gt30 figure.double {
  padding-top: calc(200% + 29px);
}
.masonry-wrp .ratio-square.gt40 figure.double {
  padding-top: calc(200% + 39px);
}
.masonry-wrp .ratio-horizontal .portfolio-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.masonry-wrp .ratio-horizontal figure {
  padding-top: 76%;
}
.masonry-wrp .ratio-horizontal figure.half {
  padding-top: 38%;
}
.masonry-wrp .ratio-horizontal figure.double {
  padding-top: 152%;
}
.masonry-wrp .ratio-horizontal.gt4 figure.half {
  padding-top: calc(38% - 2px);
}
.masonry-wrp .ratio-horizontal.gt10 figure.half {
  padding-top: calc(38% - 5px);
}
.masonry-wrp .ratio-horizontal.gt20 figure.half {
  padding-top: calc(38% - 10px);
}
.masonry-wrp .ratio-horizontal.gt30 figure.half {
  padding-top: calc(38% - 15px);
}
.masonry-wrp .ratio-horizontal.gt40 figure.half {
  padding-top: calc(38% - 20px);
}
.masonry-wrp .ratio-horizontal.gt4 figure.double {
  padding-top: calc(152% + 3px);
}
.masonry-wrp .ratio-horizontal.gt10 figure.double {
  padding-top: calc(152% + 9px);
}
.masonry-wrp .ratio-horizontal.gt20 figure.double {
  padding-top: calc(152% + 19px);
}
.masonry-wrp .ratio-horizontal.gt30 figure.double {
  padding-top: calc(152% + 29px);
}
.masonry-wrp .ratio-horizontal.gt40 figure.double {
  padding-top: calc(152% + 39px);
}
.masonry-wrp .ratio-vertical .portfolio-item {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.masonry-wrp .ratio-vertical figure {
  padding-top: 130%;
}
.masonry-wrp .ratio-vertical figure.half {
  padding-top: 65%;
}
.masonry-wrp .ratio-vertical figure.double {
  padding-top: 260%;
}
.masonry-wrp .ratio-vertical.gt4 figure.half {
  padding-top: calc(65% - 2px);
}
.masonry-wrp .ratio-vertical.gt10 figure.half {
  padding-top: calc(65% - 5px);
}
.masonry-wrp .ratio-vertical.gt20 figure.half {
  padding-top: calc(65% - 10px);
}
.masonry-wrp .ratio-vertical.gt30 figure.half {
  padding-top: calc(65% - 15px);
}
.masonry-wrp .ratio-vertical.gt40 figure.half {
  padding-top: calc(65% - 20px);
}
.masonry-wrp .ratio-vertical.gt4 figure.double {
  padding-top: calc(260% + 3px);
}
.masonry-wrp .ratio-vertical.gt10 figure.double {
  padding-top: calc(260% + 9px);
}
.masonry-wrp .ratio-vertical.gt20 figure.double {
  padding-top: calc(260% + 19px);
}
.masonry-wrp .ratio-vertical.gt30 figure.double {
  padding-top: calc(260% + 29px);
}
.masonry-wrp .ratio-vertical.gt40 figure.double {
  padding-top: calc(260% + 39px);
}
@media (min-width: 200px) and (max-width: 991px) {
  .masonry-wrp [class*="col-md-"] {
    width: 100%;
  }
}
/* Portfolio single
/******************************/
.portfolio-single {
  height: 90vh;
  padding: 0;
}
.portfolio-info {
  width: 100%;
  padding: 80px 0;
}
.portfolio-info .ckav-post-meta {
  color: #fff;
}
.portfolio-info .ckav-post-meta [class*="col-"]:after {
  border-color: rgba(255, 255, 255, 0.5);
}
/* Portfolio box
/******************************/
.portfolio-box {
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}
.portfolio-box .portfolio-img {
  position: relative;
}
.portfolio-box .portfolio-img img {
  opacity: 0;
}
.portfolio-box .portfolio-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 1;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
  display: flex;
  opacity: 0;
  transition: all 0.3s ease;
}
.portfolio-box figcaption {
  padding: 15px 20px;
}
.portfolio-box figcaption .content-title {
  margin: 0;
}
.portfolio-box:hover .portfolio-img a {
  opacity: 1;
}
.masonry-grid.square .portfolio-img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.masonry-grid.ratio-3x4 .portfolio-img {
  width: 100%;
  height: 0;
  padding-bottom: calc(3/4 * 100%);
  overflow: hidden;
}
.light.masonry-wrp {
  color: #fff;
}
.light.masonry-wrp .filter-wrp {
  border-color: rgba(255, 255, 255, 0.25);
}
.light.masonry-wrp .portfolio-box {
  background-color: rgba(255, 255, 255, 0.2);
}
.light.masonry-wrp .portfolio-box .content-title {
  color: inherit;
  opacity: 0.75;
}
/* Progress bars
/******************************/
.progress-wrp .progress-title {
  font-style: italic;
  margin-bottom: 10px;
}
.progress-wrp .progress {
  background-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 20px;
  overflow: visible;
  height: auto;
}
.progress-wrp .progress-bar {
  position: relative;
  min-height: 5px;
  float: none;
  text-align: center;
  color: #fff;
  line-height: 20px;
  font-size: 11px;
  background-color: #3b5afb;
}
.progress-wrp .percentage {
  position: absolute;
  top: -25px;
  background-color: #343e45;
  color: #fff;
  right: 0px;
  font-weight: normal;
  font-size: 11px;
  line-height: 1;
  padding: 4px 6px 5px 6px;
  border-radius: 3px;
}
.progress-wrp .percentage i {
  position: absolute;
  top: 15px;
  color: #343e45;
  left: 50%;
  font-size: 14px;
  margin-left: -3px;
}
.progress-wrp.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.progress-wrp.light .content-title {
  color: inherit;
}
.progress-wrp.light .progress {
  background-color: rgba(255, 255, 255, 0.25);
}
.progress-wrp.light .percentage {
  background-color: rgba(255, 255, 255, 0.25);
}
.progress-wrp.light .percentage i {
  color: rgba(255, 255, 255, 0.25);
}
/* Education list
/******************************/
.edu-list {
  list-style-type: none;
  margin: 0px;
  padding: 10px 0 10px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.edu-list .edu-item + .edu-item {
  margin-top: 30px;
}
.edu-list .label {
  display: inline-flex;
  background-color: #343e45;
  padding: 4px 10px 4px 5px;
  color: #fff;
  font-style: italic;
  line-height: 1.2;
  border-color: #343e45;
  position: relative;
  left: -5px;
  margin-bottom: 15px;
}
.edu-list .label::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #ff6123;
  border-radius: 30px;
  left: -31px;
  top: 50%;
  margin-top: -6px;
}
.edu-list .label::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 100%;
  left: -12px;
  top: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #343e45;
}
.edu-list.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.edu-list.light .content-title {
  color: inherit;
}
.edu-list.light .label {
  background-color: rgba(255, 255, 255, 0.2);
}
.edu-list.light .label::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}
/* Experience list
/******************************/
.exp-list {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.exp-list .exp-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.exp-list .exp-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.exp-list .exp-title .pop-label {
  top: -140%;
}
.exp-list .exp-title .content-title,
.exp-list .exp-title .sep,
.exp-list .exp-title p {
  display: inline-flex;
  margin: 0px;
  vertical-align: middle;
}
.exp-list .exp-title .sep {
  height: 1px;
  border-bottom: 1px solid #3b5afb;
  width: 30px;
  margin: 0 10px;
}
.exp-list .exp-info {
  padding: 30px;
}
.exp-list .exp-info p:last-child {
  margin-bottom: 0px;
}
.exp-list .year-info {
  max-width: 100px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 0px;
}
.exp-list .year-info .content-title {
  font-size: inherit;
}
.exp-list.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.exp-list.light .content-title {
  color: inherit;
}
.exp-list.light .exp-item,
.exp-list.light .year-info {
  border-color: rgba(255, 255, 255, 0.2);
}
/* Price packages
/******************************/
.price-pack {
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.price-pack .iconbox {
  font-size: 40px;
  margin-right: 20px;
  color: #ff6123;
}
.price-pack .content-title {
  margin: 0;
}
.price-pack .price-wrp {
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.price-pack .price-wrp .content-title {
  font-size: 20px;
}
.price-pack .price-wrp .duration {
  font-style: italic;
  margin: 0 0 0 10px;
  line-height: 1.4;
}
.price-pack.popular {
  border-color: #3b5afb;
  box-shadow: inset 0 0 0 2px #3b5afb;
}
.price-pack.popular .pop-label {
  top: -30px;
  transform: translateX(-50%);
  left: 50%;
}
.price-pack.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.price-pack.light .content-title {
  color: inherit;
}
.price-pack.light .price-wrp {
  border-color: rgba(255, 255, 255, 0.2);
}
/* Testimonials
/******************************/
.testimonial-wrp .row {
  margin-bottom: -20px;
  margin-left: 30px;
}
.testimonial-wrp .img {
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  background-color: #f7f7f7;
  margin-right: 30px;
}
.testimonial-wrp .content-title {
  margin-bottom: 0px;
}
.testimonial-wrp .desc {
  padding: 30px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
}
.testimonial-wrp.light {
  color: #fff;
}
.testimonial-wrp.light .title-info p {
  opacity: 0.6;
}
.testimonial-wrp.light .desc,
.testimonial-wrp.light .content-title {
  color: inherit;
}
.testimonial-wrp.light .desc {
  border-color: rgba(255, 255, 255, 0.25);
}
