/*

Theme Name: Aslan
Theme URI: http://demo.lunartheme.com/aslan/
Author: lunartheme
Author URI: http://lunartheme.com
Description: K-shortcodes plugin.
Version: 1.0.0

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Pie Chart
//   02. Progress Bar
//	 03. Icon box 
//	 04. Testimonial 
//	 05. Counter
//	 06. google map
//	 07. brand
//   08. Flip countdown
//   09. Pricing table
//   09. Blog categories listing
//   11. Page Nav
// ========================================================================== */
.aslan-youtube .wpb_wrapper {
  cursor: pointer;
  position: relative;
}
.aslan-youtube .wpb_wrapper:before {
  content: '';
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.aslan-youtube .wpb_wrapper:after {
  content: '\f3a9';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  z-index: 100;
}
.aslan-youtube .wpb_wrapper:hover:after {
  color: #ff5722;
}
.aslan-youtube .wpb_wrapper.active:before,
.aslan-youtube .wpb_wrapper.active:after {
  display: none;
}
/*--------------------------------------------------------------
	01. Pie Chart
--------------------------------------------------------------*/
.k2t-piechart {
  float: left;
  text-align: center;
}
.k2t-piechart .chart {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.k2t-piechart .chart .chart-content {
  color: #252525;
  text-align: center;
}
.k2t-piechart .chart .chart-content .number {
  color: #252525;
  display: inline-block;
  font-size: 150%;
  font-weight: 300;
  position: relative;
}
.k2t-piechart .chart .chart-content .number:before {
  content: '%';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -8px);
  -ms-transform: translate(100%, -8px);
  -o-transform: translate(100%, -8px);
  transform: translate(100%, -8px);
}
.k2t-piechart .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.k2t-piechart .text .title {
  color: #636363;
  font-size: 87.5%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
/*--------------------------------------------------------------
	02. Progress Bar
--------------------------------------------------------------*/
.k2t-progress .text {
  line-height: 14px;
  position: relative;
}
.k2t-progress .text .percent {
  color: #ff5722;
  font-size: 87.5%;
  font-style: italic;
  line-height: 14px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.k2t-progress .progress-background {
  background: #d0d0d0;
  position: relative;
  height: 20px;
  width: 100%;
}
.k2t-progress .progress-background .percent {
  color: #000;
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  padding-right: 7px;
  position: absolute;
  top: 0;
  right: 0;
  left: initial !important;
  height: 20px;
  line-height: 20px;
  z-index: 99;
}
.k2t-progress .bar-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.k2t-progress .bar-outer .bar {
  background: #ff5722;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 90%;
  opacity: 0;
  z-index: 11;
}
.k2t-progress.striped .bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  animation: 10s linear 0s normal none infinite running progress_striped;
  -moz-animation: 10s linear 0s normal none infinite running progress_striped;
  -webkit-animation: 10s linear 0s normal none infinite running progress_striped;
}
@keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-moz-keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
@-webkit-keyframes progress_striped {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
/*--------------------------------------------------------------
	03. Icon box
--------------------------------------------------------------*/
.svg-iconbox .svg-icon {
  display: inline-block;
}
.k2t-iconbox.layout-2,
.k2t-iconbox.layout-3 {
  padding-top: 80px;
  padding-bottom: 76px;
  text-align: center;
}
.k2t-iconbox.layout-2 .iconbox-image,
.k2t-iconbox.layout-3 .iconbox-image {
  margin-bottom: 51px;
}
.k2t-iconbox.layout-2 .iconbox-image img,
.k2t-iconbox.layout-3 .iconbox-image img {
  display: block;
  margin: 0 auto;
}
.k2t-iconbox.layout-2 .desc,
.k2t-iconbox.layout-3 .desc {
  padding: 0 30px;
  line-height: 187.5%;
}
.k2t-iconbox.layout-3:hover .h a {
  color: #ff5722 !important;
}
.k2t-iconbox {
  margin-bottom: 30px;
}
.k2t-iconbox:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.k2t-iconbox.layout-4:hover .character-icon span {
  background: #ff5722;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-iconbox.layout-4 .character-icon {
  float: left;
  width: 100px;
}
.k2t-iconbox.layout-4 .character-icon span {
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  color: #ff5722;
  display: block;
  font-size: 36px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.k2t-iconbox.layout-4 .iconbox-text {
  float: right;
  width: calc(100% - 100px);
}
.k2t-iconbox.layout-4 .iconbox-text .h {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-bottom: 0;
}
.k2t-iconbox.layout-4 .iconbox-text .desc {
  line-height: 187.5%;
}
/*--------------------------------------------------------------
	04. Testimonial
--------------------------------------------------------------*/
.k2t-testimonial.style-1 .owl-stage-outer {
  margin-top: -15px;
  padding-top: 15px;
}
.k2t-testimonial .owl-item .testi-avatar {
  margin-bottom: 45px;
}
.k2t-testimonial .owl-item .testi-avatar img {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  height: 74px;
  width: 74px;
}
.k2t-testimonial .owl-item .testimonial-content .speech {
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 110px;
  padding: 0 130px;
}
@media only screen and (max-width: 1024px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 25px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 22px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial .owl-item .testimonial-content .speech {
    font-size: 16px;
    padding: 0 10px;
  }
}
.k2t-testimonial .owl-item .testimonial-name {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.k2t-testimonial.style-2 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 {
    margin-bottom: 100px;
  }
}
.k2t-testimonial.style-2 .align-center {
  text-align: left;
}
.k2t-testimonial.style-2 .owl-dots {
  bottom: -70px;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 .owl-dots {
    bottom: -45px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-2 .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.k2t-testimonial.style-2 .owl-item {
  background: #fff;
  padding: 30px 50px 40px 30px;
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-2 .owl-item {
    padding: 30px 15px 40px;
  }
}
.k2t-testimonial.style-2 .owl-item .testi-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
}
.k2t-testimonial.style-2 .owl-item .testi-avatar img {
  height: 70px;
  width: 70px;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-name {
  color: #252525;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 9px;
}
.k2t-testimonial.style-2 .owl-item .testimonial-info .testimonial-job {
  color: #ff5722;
  font-size: 14px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.k2t-testimonial.style-2 .owl-item .testimonial-content {
  float: left;
  width: 100%;
}
.k2t-testimonial.style-2 .owl-item .testimonial-content .speech {
  color: #636363;
  font-size: 16px;
  font-weight: 300;
  line-height: 187.5%;
  margin-bottom: 0;
  padding: 0;
}
.k2t-testimonial.style-3 {
  margin-bottom: 30px;
}
.k2t-testimonial.style-3 .align-center {
  text-align: left;
}
.k2t-testimonial.style-3 .testi-item {
  padding: 0 15px;
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .k2t-testimonial.style-3 .testi-item {
    padding: 0;
    width: 100%;
  }
}
.k2t-testimonial.style-3 .testi-item > div {
  background: #fff;
  padding: 30px 50px 40px 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-3 .testi-item > div {
    padding: 30px 15px 40px 20px;
  }
}
.k2t-testimonial.style-3 .testi-item .testi-avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 29px;
}
.k2t-testimonial.style-3 .testi-item .testi-avatar img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.k2t-testimonial.style-3 .testi-item .testimonial-info .testimonial-name {
  color: #252525;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 9px;
  text-transform: uppercase;
}
.k2t-testimonial.style-3 .testi-item .testimonial-info .testimonial-job {
  color: #ff5722;
  font-size: 14px;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.k2t-testimonial.style-3 .testi-item .testimonial-content {
  float: left;
  width: 100%;
}
.k2t-testimonial.style-3 .testi-item .testimonial-content .speech {
  color: #636363;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 187.5%;
  margin-bottom: 0;
  padding: 0;
}
.k2t-testimonial.style-3 .filter-all {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .k2t-testimonial.style-3 .filter-all {
    margin-top: 25px;
  }
}
.k2t-testimonial.style-3 .filter-all .k2t-btn {
  background: #afafaf;
  padding: 0 54px;
}
.k2t-testimonial.style-3 .filter-all .k2t-btn:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
  box-shadow: 0px 10px 40px 0px rgba(175, 175, 175, 0.7);
}
/*--------------------------------------------------------------
	05. Testimonial
--------------------------------------------------------------*/
.k2t-counter {
  padding: 0 30px;
}
.k2t-counter .counter-number h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.2em;
}
.k2t-counter .counter-text {
  -webkit-transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  -o-transform: translateY(-29px);
  transform: translateY(-29px);
}
.k2t-counter .counter-text .title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	06. map
--------------------------------------------------------------*/
.k2t-wrap-map {
  display: block;
  width: 100%;
  float: left;
}
.k2t-map {
  position: relative;
}
.k2t-map .gm-style {
  background: #EBEBEB;
}
.map-pop-up {
  background: #fff;
  display: block;
  padding: 43px 15px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 570px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.map-pop-up.hidden {
  padding: 0;
  overflow: hidden;
  top: 50px;
  left: initial;
  right: 20px;
  width: 43px;
  height: 43px;
}
.map-pop-up.hidden .open-btn {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 43px;
  height: 43px;
  width: 43px;
  opacity: 1;
  z-index: 999;
  text-align: center;
}
.map-pop-up.hidden .open-btn:hover {
  border-color: #ff5722;
  color: #ff5722;
  cursor: pointer;
}
.map-pop-up .top-popup {
  text-align: center;
}
.map-pop-up .top-popup h4 {
  margin-bottom: 0;
}
.map-pop-up .top-popup .list-help {
  display: block;
  list-style: none;
  margin: 0 auto 28px;
  padding-left: 0;
}
.map-pop-up .top-popup .list-help li {
  display: inline-block;
  font-size: 14px;
  padding: 0 25px;
}
.map-pop-up .top-popup .list-help li a:hover {
  text-decoration: underline;
}
.map-pop-up .wrap-map-select {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
.map-pop-up .wrap-map-select i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-pop-up .map-select {
  background: transparent;
  border: 2px solid #ebebeb;
  border-radius: 30px;
  display: block;
  margin: 0 auto 29px;
  padding: 0 30px;
  line-height: 58px;
  height: 58px;
  width: 100%;
  max-width: 480px;
  text-align: center;
}
.map-pop-up .map-select option {
  padding: 5px 0;
}
.map-pop-up .map-select:after {
  content: '';
}
.map-pop-up .map-select:focus + i {
  color: #ff5722;
}
.map-pop-up .map-locations {
  display: none;
}
.map-pop-up .k2t-btn {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  line-height: 40px;
  height: 40px;
}
.map-pop-up .open-btn {
  opacity: 0;
}
/*--------------------------------------------------------------
	07. brand
--------------------------------------------------------------*/
.k2t-brands.brands-6-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-4-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-5-columns .brand-cell {
  width: 20%;
}
.k2t-brands.brands-3-columns .brand-cell {
  width: 16.66666667%;
}
.k2t-brands.brands-2-columns .brand-cell {
  width: 50%;
}
.k2t-brands .brand-cell {
  float: left;
}
.k2t-brands .owl-carousel:hover .owl-nav {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-brands .owl-carousel .owl-nav {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2t-brands .owl-carousel .owl-nav .owl-prev,
.k2t-brands .owl-carousel .owl-nav .owl-next {
  margin-left: 0;
  margin-right: 0;
}
.k2t-brands .owl-carousel .brand-cell {
  width: 100%;
}
.k2t-brands .owl-carousel .brand-cell img {
  width: auto;
}
.k2t-brands.opacity-hover .brand-cell img {
  display: block;
  opacity: 0.5;
  margin: 0 auto;
}
.k2t-brands.opacity-hover .brand-cell img:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
	08. Flip countdown
--------------------------------------------------------------*/
.k2t-shortcode-countdown .k2t-countdown.center {
  text-align: center;
}
.k2t-shortcode-countdown .k2t-countdown.left {
  text-align: left;
}
.k2t-shortcode-countdown .k2t-countdown.right {
  text-align: right;
}
.k2t-shortcode-countdown .event-countdown-container {
  display: inline-block;
}
.k2t-shortcode-countdown .countdown-container > p {
  display: none;
}
.k2t-shortcode-countdown .event-countdown-container,
.k2t-shortcode-countdown .countdown-container {
  width: 100%;
}
.k2t-shortcode-countdown .wrap-item-count {
  float: left;
  width: 25%;
  text-align: center;
}
.k2t-shortcode-countdown .wrap-item-count .time > *:not(:nth-child(2)) {
  display: none;
}
.k2t-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
  display: block;
  color: #ff5722;
  font-size: 120px;
  font-style: italic;
  font-weight: 900;
  line-height: 100%;
  text-shadow: 0px 25px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .k2t-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
    font-size: 80px;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
    font-size: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-shortcode-countdown .wrap-item-count .time > *:nth-child(2) {
    font-size: 40px;
  }
}
.k2t-shortcode-countdown .wrap-item-count .time .label {
  color: #252525;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
}
/*--------------------------------------------------------------
	09. Pricing table
--------------------------------------------------------------*/
.k2t-pricing {
  margin: 0 -15px;
}
.k2t-pricing.table-2col .pricing-column {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-2col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-3col .pricing-column {
  width: 33.33333333%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-3col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-3col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-4col .pricing-column {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-4col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-4col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing.table-5col .pricing-column {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .k2t-pricing.table-5col .pricing-column {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-pricing.table-5col .pricing-column {
    width: 100%;
  }
}
.k2t-pricing .pricing-column {
  display: block;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item {
  background: #fff;
  max-width: 420px;
  margin: 0 15px 35px;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column .wrap-pricing-item {
    margin: 0 auto 35px;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item .feature {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
  height: 95px;
  overflow: hidden;
}
.k2t-pricing .pricing-column .wrap-pricing-item .feature:before {
  background: #ff5722;
  color: #fff;
  content: 'Most popular';
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 31px;
  left: -13px;
  height: 20px;
  width: 135px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  text-transform: uppercase;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header {
  padding-top: 48px;
  margin-bottom: 50px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .pricing-title {
  color: #898989;
  font-size: 36px;
  margin-bottom: 32px;
  text-align: center;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price {
  color: #ff5722;
  font-size: 72px;
  font-weight: 300;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price > div {
  min-height: 62px;
  margin-top: 59px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price > div * {
  line-height: 100%;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-header .price .pricer-per {
  color: #252525;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 4px;
  text-transform: uppercase;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description {
  margin-bottom: 56px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul {
  list-style: none;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul li {
  color: #636363;
  font-size: 16px;
  line-height: 300%;
}
.k2t-pricing .pricing-column .wrap-pricing-item .description ul li.hidden {
  visibility: hidden;
}
@media only screen and (max-width: 568px) {
  .k2t-pricing .pricing-column .wrap-pricing-item .description ul li.hidden {
    display: none;
  }
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-footer {
  margin-bottom: 50px;
}
.k2t-pricing .pricing-column .wrap-pricing-item .pricing-footer .k2t-btn {
  color: #fff;
  height: 40px;
  line-height: 40px;
}
/*--------------------------------------------------------------
	10. Heading
--------------------------------------------------------------*/
.vc_row.ovf-visible {
  overflow: visible !important;
}
.vc_row.vc-inner-pt-0 .vc_column-inner {
  padding-top: 0px !important;
}
.k2t-heading.tf-none .h {
  text-transform: none;
}
.k2t-heading.ts-none .h {
  font-style: normal;
}
.k2t-heading.light .h {
  font-weight: 300;
}
.k2t-heading.normal .h {
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .k2t-heading h2 {
    font-size: 26px;
  }
}
.aslan-background-icon {
  animation: bg_icon_move_1 30s infinite;
  position: absolute;
  z-index: 0;
}
@keyframes bg_icon_move_1 {
  10% {
    transform: translateY(60px);
  }
  20% {
    transform: translate(40px, 40px) rotate(40deg);
  }
  30% {
    transform: translateX(-60px);
  }
  40% {
    transform: translate(100px, -100px) rotate(90deg);
  }
  50% {
    transform: translateY(160px);
  }
  60% {
    transform: translateY(0, 0) rotate(360deg);
  }
  70% {
    transform: translateX(60px);
  }
  80% {
    transform: translate(-150px, 150px);
  }
  100% {
    tranform: translate(0, 0);
  }
}
@keyframes bg_icon_move_2 {
  10% {
    transform: translate(100px, -100px) rotate(90deg);
  }
  20% {
    transform: translate(40px, 40px) rotate(40deg);
  }
  30% {
    transform: translateX(-60px);
  }
  40% {
    transform: translateY(0, 0) rotate(360deg);
  }
  50% {
    transform: translate(-150px, 150px);
  }
  60% {
    transform: translateY(160px);
  }
  80% {
    transform: translateX(60px);
  }
  90% {
    transform: translateY(60px);
  }
  100% {
    tranform: translate(0, 0);
  }
}
@keyframes bg_icon_move_3 {
  10% {
    transform: translateY(60px) rotate(180deg);
  }
  20% {
    transform: translate(40px, 40px) rotate(40deg);
  }
  30% {
    transform: translateX(-60px);
  }
  40% {
    transform: translateY(0, 0) rotate(360deg);
  }
  50% {
    transform: translate(-150px, 150px);
  }
  60% {
    transform: translate(100px, -100px) rotate(90deg);
  }
  70% {
    transform: translateY(160px);
  }
  80% {
    transform: translateX(60px);
  }
  100% {
    tranform: translate(0, 0);
  }
}
@keyframes bg_icon_move_4 {
  10% {
    transform: translateY(0, 0) rotate(360deg);
  }
  20% {
    transform: translateY(60px) rotate(180deg);
  }
  30% {
    transform: translate(40px, 40px) rotate(40deg);
  }
  40% {
    transform: translateX(-60px);
  }
  50% {
    transform: translateY(160px);
  }
  60% {
    transform: translate(-150px, 150px);
  }
  70% {
    transform: translate(100px, -100px) rotate(90deg);
  }
  80% {
    transform: translateX(60px);
  }
  100% {
    tranform: translate(0, 0);
  }
}
.aslan-tab {
  margin-bottom: 25px;
}
.aslan-tab .etabs {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 87px;
  padding: 0;
}
@media (max-width: 800px) {
  .aslan-tab .etabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .aslan-tab .etabs {
    margin-bottom: 30px;
  }
}
.aslan-tab .etabs li {
  display: flex-item;
}
.aslan-tab .etabs li.has-image-hover.active img:nth-child(1),
.aslan-tab .etabs li.has-image-hover:hover img:nth-child(1) {
  opacity: 0;
}
.aslan-tab .etabs li.has-image-hover.active img:nth-child(2),
.aslan-tab .etabs li.has-image-hover:hover img:nth-child(2) {
  opacity: 1;
}
.aslan-tab .etabs li img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.aslan-tab .etabs li.active .nav-icon *,
.aslan-tab .etabs li:hover .nav-icon * {
  color: #ff5722;
}
.aslan-tab .etabs li .nav-icon {
  position: relative;
}
.aslan-tab .etabs li .nav-icon .fa {
  font-size: 80px;
}
.aslan-tab .etabs li .nav-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
.aslan-tab > div {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 166.66666667%;
  max-width: 770px;
  margin: 45px auto 0;
}
.aslan-tab > div .content-title {
  color: #ff5722;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  margin-bottom: 26px;
}
.aslan-tab > div p {
  margin-bottom: 30px;
}
.vc_row[data-vc-stretch-content='true'] .aslan-gallery.layout-1.loaded .wrap-inner {
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1170px) {
  .vc_row[data-vc-stretch-content='true'] .aslan-gallery.layout-1 .wrap-inner {
    left: calc(50% - 585px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.aslan-gallery {
  margin-bottom: 100px;
}
.aslan-gallery:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.aslan-gallery.layout-1.columns-4 .wrap-image,
.aslan-gallery.layout-1.columns-4 .isotope-item {
  width: 25%;
}
.aslan-gallery.layout-1.columns-4 .first-item:before {
  padding-top: 150%;
}
.aslan-gallery.layout-1.columns-5 .wrap-image,
.aslan-gallery.layout-1.columns-5 .isotope-item {
  width: 20%;
}
.aslan-gallery.layout-1.columns-5 .first-item:before {
  padding-top: 120%;
}
.aslan-gallery.layout-1.columns-3 .wrap-image,
.aslan-gallery.layout-1.columns-3 .isotope-item {
  width: 33.33333333%;
}
.aslan-gallery.layout-1.columns-3 .first-item:before {
  padding-top: 178%;
}
.aslan-gallery.layout-1.columns-2 .wrap-image,
.aslan-gallery.layout-1.columns-2 .isotope-item {
  width: 50%;
}
.aslan-gallery.layout-1.columns-2 .first-item:before {
  padding-top: 178%;
}
.aslan-gallery.layout-1 .wrap-inner {
  position: relative;
}
.aslan-gallery.layout-1 .wrap-inner:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.aslan-gallery.layout-1 .wrap-inner .first-item {
  float: left;
  position: relative;
  width: 16.66666667%;
  z-index: 1;
}
.aslan-gallery.layout-1 .wrap-inner .first-item:before {
  content: '';
  display: block;
  width: 100%;
}
.aslan-gallery.layout-1 .wrap-inner .first-item:after {
  content: '';
  background: #ff5722;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-height: 76%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.aslan-gallery.layout-1 .wrap-inner .first-item span {
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 667px) {
  .aslan-gallery.layout-1 .wrap-inner .first-item span {
    font-size: 17px;
    line-height: 1.3em;
  }
}
.aslan-gallery.layout-1 .wrap-inner > .wrap-image {
  float: left;
  overflow: hidden;
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.3);
}
.aslan-gallery.layout-1 .wrap-inner > .wrap-image:last-child {
  position: absolute;
  top: 0px;
  right: 8.33333333%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.aslan-gallery.layout-1.loaded .wrap-inner .first-item {
  width: 0;
  transition: all 0.3s ease 0s;
}
.aslan-gallery.layout-1.loaded .wrap-inner .first-item span {
  font-size: 0;
}
.aslan-gallery.layout-1.loaded .wrap-inner .wrap-image:last-child {
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: all 0.3s ease 0s;
}
.aslan-gallery .k2t-popup-link {
  display: block;
  position: relative;
}
.aslan-gallery .k2t-popup-link:before {
  content: '';
  background: rgba(255, 87, 34, 0.7);
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-gallery .k2t-popup-link:after {
  content: '\f16d';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  position: absolute;
  top: calc(90%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-gallery .k2t-popup-link:hover:before,
.aslan-gallery .k2t-popup-link:hover:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aslan-gallery .k2t-popup-link:hover:after {
  top: 50%;
}
.aslan-gallery .k2t-shortcode-isotope .isotope-item {
  width: 25%;
}
.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .mfp-close {
  display: none !important;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close {
  cursor: pointer;
  font-size: 0;
  min-width: 0;
  padding: 0;
  margin: 0;
  line-height: 44px;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 99;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '\f16c';
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5722;
  font-size: 24px;
  line-height: 44px;
}
.aslan-lightbox {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.aslan-lightbox.left {
  float: left;
}
.aslan-lightbox.center {
  display: table;
  margin: 0 auto;
}
.aslan-lightbox.right {
  float: right;
}
.aslan-lightbox.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aslan-lightbox .icon {
  background: #ff5722;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
}
.aslan-lightbox .insider {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33px;
  height: 38px;
  transform: translate(-50%, -50%);
  transition: transform ease-out 0.1s, background 0.2s;
}
.aslan-lightbox .insider:after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9);
  content: '';
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.aslan-lightbox i {
  background: url("../images/video-play.png");
  background-size: auto;
  background-position: center center;
  display: block;
  width: 33px;
  height: 38px;
  transform: translateX(3px);
}
.aslan-lightbox:hover .insider:after {
  animation: sonarEffect 1.3s ease-out 75ms;
}
.mfp-container .mfp-content .mfp-close {
  display: block;
  padding: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
}
.mfp-container .mfp-content .mfp-close:hover {
  background: transparent;
}
.mfp-container .mfp-content .mfp-close:after {
  display: none;
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
.aslan-social .social li {
  border: none;
  color: #fff;
  display: inline-block;
  float: none;
}
.aslan-social .social li a {
  border: none;
}
.aslan-social .social li i {
  color: #fff;
}
.aslan-social .social li:hover i {
  color: #000;
}
/*--------------------------------------------------------------
	11. Blog categories listing
--------------------------------------------------------------*/
.blog_categories_listing {
  margin: 0 -15px;
}
.blog_categories_listing:before,
.blog_categories_listing:after {
  content: " ";
  display: table;
}
.blog_categories_listing:after {
  clear: both;
}
.blog_categories_listing.column-2 .item {
  width: 50%;
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-2 .item {
    width: 100%;
  }
}
.blog_categories_listing.column-3 .item {
  width: 33.33333333%;
}
@media only screen and (max-width: 768px) {
  .blog_categories_listing.column-3 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-3 .item {
    width: 100%;
  }
}
.blog_categories_listing.column-4 .item {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .blog_categories_listing.column-4 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .blog_categories_listing.column-4 .item {
    width: 100%;
  }
}
.blog_categories_listing .item {
  padding: 0 15px;
  margin: 0 0 40px;
}
.blog_categories_listing .item.cat-video .entry-thumb {
  position: relative;
}
.blog_categories_listing .item.cat-video .entry-thumb:hover i {
  color: #ff5722;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_categories_listing .item.cat-video .entry-thumb a:before {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}
.blog_categories_listing .item.cat-video .entry-thumb i {
  color: #fff;
  display: block;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_categories_listing .item .entry-title {
  background: #fff;
  padding: 27px 0 28px;
  width: 100%;
  text-align: center;
}
.blog_categories_listing .item .entry-title .title {
  margin-bottom: 0;
}
.blog_categories_listing .item .entry-title .info {
  font-weight: 300;
}
/*--------------------------------------------------------------
	12. Blog categories listing
--------------------------------------------------------------*/
.page-nav-shortcode {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (max-width: 667px) {
  .page-nav-shortcode {
    right: 20px !important;
  }
}
.page-nav-shortcode ul {
  list-style: none;
}
.page-nav-shortcode ul li a {
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 667px) {
  .page-nav-shortcode ul li a {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.page-nav-shortcode ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li a:hover:before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li .pni-active:before {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li img {
  border-radius: 50%;
  opacity: 0.5;
  max-width: 100%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-nav-shortcode ul li span {
  display: none;
}
