/*

Theme Name: Express
Theme URI: http://demo.sunrisetheme.com/express/
Author: sunrisetheme
Author URI: http://sunrisetheme.com
Description: Main theme.
Version: 1.0.1

*/
/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Reset
//   02. Typography
//   03. General class
//   04. Layout
//	 05. Carousel
//   06. Header
//   07. Titlebar
//   08. Social
//   09. Widget
//   10. Footer
//   10. Pages
//   11. Blog single
//   12. Comment
//   13. Blog large archive
//   14. Blog grid archive
//   15. Shadow style
//   16. 3rd plugin style
//   17. 404 page
//   18. Blog video 
// ========================================================================== */
.express-youtube .wpb_wrapper {
  cursor: pointer;
  position: relative;
}
.express-youtube .wpb_wrapper:before {
  content: '';
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.express-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;
}
.express-youtube .wpb_wrapper:hover:after {
  color: #d5d6d7;
}
.express-youtube .wpb_wrapper.active:before,
.express-youtube .wpb_wrapper.active:after {
  display: none;
}
/*--------------------------------------------------------------
	01. Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 14px;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http: //clagnut.com/blog/348/#c790 */
  overflow-x: hidden;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http: //www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http: //caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http: //caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 210%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}
table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}
th,
td {
  padding: 6px;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}
td {
  border-width: 0 1px 1px 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
a {
  color: #31353d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
  color: #3498db;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a img {
  border: 0;
}
iframe {
  display: block;
}
/*--------------------------------------------------------------
	02. Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: none;
}
h1,
.h1 {
  font-size: 428.57142857%;
}
@media only screen and (max-width: 1024px) {
  h1 *,
  .h1 * {
    display: inline-block;
    font-size: 50px;
    line-height: 1.1em;
  }
}
h2,
.h2 {
  font-size: 257.14285714%;
}
h3,
.h3 {
  font-size: 214.28571429%;
}
h4,
.h4 {
  font-size: 171.42857143%;
}
h5,
.h5 {
  font-size: 157.14285714%;
}
h6,
.h6 {
  font-size: 128.57142857%;
}
p {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 700;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
q {
  display: block;
}
blockquote,
q {
  background-color: #fff;
  color: #252525;
  line-height: 202%;
  font-size: 100%;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 30px 20px;
  position: relative;
  text-transform: none;
}
blockquote p,
q p {
  margin-bottom: 5px;
}
blockquote:before,
q:after,
blockquote + .author:after {
  content: '\f1b2';
  color: #000;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  line-height: 1;
  position: absolute;
  bottom: 16px;
  right: 9px;
}
blockquote:after {
  font-size: 30px;
  right: 0;
  bottom: 27px;
}
blockquote:before {
  font-size: 30px;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.quote-content {
  background: #fff;
}
.quote-inner blockquote:after {
  content: '';
}
blockquote + .author:after {
  font-size: 30px;
  bottom: 25px;
  right: 4px;
}
blockquote * {
  line-height: 202%;
  padding: 0;
  margin: 0;
}
blockquote + .author {
  color: #252525;
  margin: -36px 20px 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #f6f6f6;
  color: #666;
  font-size: 100%;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}
code,
kbd,
tt,
var {
  font-size: 100%;
}
abbr,
acronym {
  border-bottom: 1px dotted #d5d6d7;
  cursor: help;
}
mark,
ins {
  background: #f6f6f6;
  color: #d5d6d7;
  text-decoration: none;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
ul,
ol {
  padding-left: 14px;
}
ol {
  margin: 0 0 1.5em 3em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 1.3em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
  border: 0;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}
hr {
  background-color: #d5d6d7;
  height: 2px;
  padding: 0;
  margin: 0;
  clear: both;
  border: 0;
  border-top: 1px solid #666;
}
::selection {
  background: #fff;
  /* Safari */
  color: #3498db;
}
::-moz-selection {
  background: #fff;
  /* Firefox */
  color: #3498db;
}
/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  border: 0;
  color: #444;
  font-size: 142.85714286%;
  /* Corrects font size not being inherited in all browsers */
  max-width: 100%;
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  outline: 0;
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}
button,
input:not(input[type='checkbox']):not(input[type='radio']),
select,
textarea {
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.k2t-btn {
  background: #3498db;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  height: 50px;
  line-height: 49px;
  min-width: 171px;
  text-align: center;
  outline: 0;
  text-transform: uppercase;
}
.k2t-btn.medium {
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  text-align: center;
}
.k2t-btn.small {
  height: 30px;
  line-height: 40px;
  min-width: 130px;
  text-align: center;
}
.k2t-btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
}
.k2t-btn:hover {
  color: #fff;
}
.mejs-inner button {
  min-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: #fff;
  border: 0 solid transparent;
  color: #555555;
  font-family: inherit;
  font-size: inherit;
  padding: 15px 30px;
}
.post-password-form input[type="password"] {
  border: 1px solid #e9e9e9;
  padding: 13px 30px;
  height: 50px;
}
.post-password-form input[type="submit"] {
  border: 1px solid  #3498db;
  vertical-align: bottom;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #000000;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: auto;
}
select {
  border: 0 solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
iframe {
  max-width: 100%;
}
/* some global setting */
.avatar {
  border-radius: 50%;
  padding: 5px;
}
/*--------------------------------------------------------------
	03. General class
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 1.5em 35px 0;
}
.alignright {
  float: right;
  margin: 0 0 1.5em 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 35px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
  display: inline;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  color: #898989;
  font-size: 70%;
  font-style: italic;
  font-weight: 300;
  margin-top: 12px;
  margin-bottom: 64px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 100%;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 9999;
  /* Above WP toolbar */
}
.gallery {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: 72px !important;
}
@media only screen and (max-width: 667px) {
  .gallery {
    margin-bottom: 40px !important;
  }
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33333333% !important;
}
.gallery img {
  border: none !important;
}
.gallery .gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery .gallery-caption {
  display: none;
}
.sticky {
  z-index: 100;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.elem-ratio {
  position: relative;
  overflow: hidden;
}
.elem-ratio:after {
  content: '';
  display: block;
  position: relative;
  padding-bottom: 42%;
  width: 100%;
}
.elem-ratio > div {
  padding-top: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
	04. Layout
--------------------------------------------------------------*/
.col-1 {
  float: left;
  min-height: 1px;
  width: 8.33333333%;
}
.col-2 {
  float: left;
  min-height: 1px;
  width: 16.66666667%;
}
.col-3 {
  float: left;
  min-height: 1px;
  width: 25%;
}
.col-4 {
  float: left;
  min-height: 1px;
  width: 33.33333333%;
}
.col-5 {
  float: left;
  min-height: 1px;
  width: 41.66666667%;
}
.col-6 {
  float: left;
  min-height: 1px;
  width: 50%;
}
.col-7 {
  float: left;
  min-height: 1px;
  width: 58.33333333%;
}
.col-8 {
  float: left;
  min-height: 1px;
  width: 66.66666667%;
}
.col-9 {
  float: left;
  min-height: 1px;
  width: 75%;
}
.col-10 {
  float: left;
  min-height: 1px;
  width: 83.33333333%;
}
.col-11 {
  float: left;
  min-height: 1px;
  width: 91.66666667%;
}
.col-12 {
  float: left;
  min-height: 1px;
  width: 100%;
}
.k2t-body {
  margin: 0 auto;
  max-width: 100%;
}
.k2t-wrap {
  margin: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1170px;
}
@media only screen and (max-width: 667px) {
  .k2t-wrap {
    padding: 0 10px;
  }
}
.no-sidebar .k2t-wrap {
  max-width: 1170px;
  padding: 0;
}
.single .no-sidebar .k2t-wrap {
  max-width: none;
}
.no-sidebar .wrap-thumb {
  margin-top: 110px;
}
@media only screen and (max-width: 667px) {
  .no-sidebar .wrap-thumb {
    margin-top: 40px;
  }
}
.k2t-container {
  position: relative;
}
.vc_row:not([data-vc-full-width='true']) {
  max-width: 1200px;
  margin: 0 auto;
}
.vc_row.vc_row-flex {
  margin: 0 auto;
}
.vc_row.vc_row-has-fill .wrap-stretch-row {
  max-width: 1170px;
  margin: 0 auto;
}
.k2t-body,
.k2t-wrap,
.k2t-row,
.k2t-content,
.k2t-footer,
.k2t-info {
  display: inline-block;
  display: block;
}
.k2t-body:before,
.k2t-wrap:before,
.k2t-row:before,
.k2t-content:before,
.k2t-footer:before,
.k2t-info:before,
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  content: " ";
  display: table;
}
.k2t-body:after,
.k2t-wrap:after,
.k2t-row:after,
.k2t-content:after,
.k2t-footer:after,
.k2t-info:after {
  clear: both;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow: hidden;
  }
}
body.blog .k2t-content:not(.no-sidebar) .k2t-blog,
body.archive .k2t-content:not(.no-sidebar) .k2t-blog {
  padding-top: 63px;
}
.k2t-content {
  position: relative;
  z-index: 2;
}
.k2t-content.no-sidebar .k2t-blog,
.k2t-content.no-sidebar .k2t-main {
  width: 100%;
}
.k2t-content.left-sidebar .k2t-wrap {
  max-width: 1170px !important;
}
.k2t-content.left-sidebar .k2t-sidebar {
  float: left;
  padding-right: 15px;
}
.k2t-content.left-sidebar .k2t-blog {
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.left-sidebar .k2t-blog {
    padding-left: 0;
  }
}
.k2t-content.left-sidebar .k2t-main {
  float: right;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.left-sidebar .k2t-main {
    padding-left: 0;
  }
}
.k2t-content.right-sidebar .k2t-wrap {
  max-width: 1170px !important;
}
.k2t-content.right-sidebar .k2t-sidebar {
  float: right;
  padding-left: 15px;
}
.k2t-content.right-sidebar .k2t-blog {
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.right-sidebar .k2t-blog {
    padding-right: 0;
  }
}
.k2t-content.right-sidebar .k2t-main {
  float: left;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .k2t-content.right-sidebar .k2t-main {
    padding-right: 0;
  }
}
.k2t-content .k2t-blog {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .k2t-content .k2t-blog {
    width: calc(100% - 300px);
  }
  .k2t-content .k2t-blog > *:last-child {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-content .k2t-blog {
    width: 100%;
  }
}
.k2t-content .k2t-blog .k2t-blog-inner {
  background: transparent;
}
.k2t-content .k2t-blog .post-item .post-inner {
  background-color: #fff;
}
.k2t-content .k2t-sidebar {
  float: left;
  padding-top: 62px;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .k2t-content .k2t-sidebar {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .k2t-content .k2t-sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner {
  background: transparent;
}
.k2t-content .k2t-sidebar .k2t-sidebar-inner .widget {
  margin-bottom: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k2t-content .k2t-sidebar .widget .widget-contact > * {
  color: #000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.k2t-content .k2t-sidebar .widget .widget-contact i {
  font-size: 16px;
  padding-right: 10px;
}
.k2t-content .k2t-sidebar .widget ul {
  list-style: none;
  padding: 0;
}
.k2t-content .k2t-sidebar .widget .brochures .download {
  position: relative;
}
.k2t-content .k2t-sidebar .widget .brochures .download:hover {
  background: #3498db;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
}
.k2t-content .k2t-sidebar .widget .brochures .download:hover a {
  color: #fff;
}
.k2t-content .k2t-sidebar .widget .brochures .download a {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding-left: 50px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.k2t-content .k2t-sidebar .widget .brochures .download a:before {
  position: absolute;
  content: url('../img/icons/icon-download.png');
  left: 10px;
  top: 8px;
}
.k2t-content:not(.no-sidebar) .k2t-main {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .k2t-content:not(.no-sidebar) .k2t-main {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .k2t-content:not(.no-sidebar) .k2t-main {
    width: 100%;
  }
}
body.page.page-template .k2t-content > .k2t-wrap {
  max-width: 1200px;
  padding: 0 15px;
}
body.page .k2t-content > .k2t-wrap {
  padding: 0;
  max-width: 100%;
}
body.page .k2t-content.no-sidebar .content-page {
  max-width: 100%;
}
body.page .k2t-content .content-page .vc_row.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
body.page .k2t-content .content-page:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
body.page .k2t-content .k2t-blog + .k2t-sidebar {
  padding-top: 50px;
}
body.page.no-vc .k2t-content .content-page {
  background: #fff;
  margin-top: 63px;
  padding: 30px;
}
body.page.no-vc .k2t-content .content-page > p {
  margin-bottom: 15px;
}
.content-page {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
}
.vc_row .wpb_button,
.vc_row .wpb_content_element,
.vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
.no-vc .k2t-header-mid .k2t-row > div:last-child {
  text-align: right;
}
.no-vc .k2t-menu > li {
  padding: 0 15px;
}
.no-vc .k2t-menu > li:last-child {
  padding-right: 0;
}
.no-vc .k2t-content {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.no-vc .k2t-content .content-page {
  font-size: 16px;
  line-height: 210%;
  text-align: left;
}
.no-vc .k2t-footer {
  padding-top: 0;
}
.mask-gradient {
  position: relative;
}
.mask-gradient .vc_column-inner:hover:before {
  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;
}
.mask-gradient .vc_column-inner: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;
}
.mask-gradient .vc_column-inner:before {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: -o-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0.0) );
  background: -moz-linear-gradient(right,rgba(0,0,0,0.8),rgba(0,0,0,0) );
  background: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0) );
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 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;
}
.mask-gradient .vc_column-inner:after {
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0) );
  background: -o-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0.0) );
  background: -moz-linear-gradient(right,rgba(255,87,34,0.8),rgba(0,0,0,0) );
  background: linear-gradient(to right, rgba(255,87,34,0.8),rgba(0,0,0,0) );
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 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;
}
.mask-gradient .vc_column-inner > * {
  position: relative;
  z-index: 2;
}
.mask-0-4:before {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mask-0-4 > * {
  position: relative;
  z-index: 2;
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.owl-carousel + p,
.owl-carousel + h1,
.owl-carousel + h2,
.owl-carousel + h3,
.owl-carousel + h4,
.owl-carousel + ul,
.owl-carousel + ol,
.owl-carousel + blockquote,
.owl-carousel + q {
  margin-top: 35px;
}
.owl-carousel {
  margin-bottom: 15px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  height: 0;
  width: 100%;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 33px;
  height: 33px;
  width: 33px;
  text-align: center;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background: #3498db;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  line-height: 33px;
}
.owl-nav .owl-prev {
  float: left;
  margin-left: 30px;
}
.owl-nav .owl-next {
  float: left;
  margin-left: 5px;
}
.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 41px;
  height: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-dots .owl-dot {
  float: left;
  margin-right: 20px;
  line-height: 10px;
  height: 10px;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #d5d6d7;
  border-color: #d5d6d7;
}
.owl-dots .owl-dot span {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}
/*--------------------------------------------------------------
	05. Header
--------------------------------------------------------------*/
.admin-bar .k2t-header.fixed {
  margin-top: 32px;
}
.admin-bar .k2t-header .sticky {
  top: 32px !important;
}
.k2t-header {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 768px) {
  .k2t-header {
    overflow: visible !important;
  }
}
.k2t-header * {
  box-sizing: border-box;
}
.k2t-header .k2t-logo-m {
  line-height: 60px;
  max-height: 60px;
}
.k2t-header .k2t-logo-m .logo-text {
  margin-bottom: 0;
}
.k2t-header .k2t-logo-m .logo-text a {
  color: #fff;
  line-height: 60px;
  height: 60px;
}
.k2t-header .k2t-header-top {
  background: #fff;
  height: 62px;
}
.k2t-header .k2t-header-top .k2t-wrap {
  padding: 0 10px;
  max-width: 1200px;
}
.k2t-header .social {
  list-style: none;
  float: right;
  padding: 0;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  padding-right: 15px;
}
.k2t-header .social li {
  display: inline-block;
}
.k2t-header .social li:not(:first-child) {
  padding-left: 40px;
}
.k2t-header .social li a {
  color: #3498db;
}
.k2t-header:before {
  background: transparent;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 999;
}
.k2t-header:after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.k2t-header .full-width.k2t-header-top .k2t-wrap,
.k2t-header .full-width.k2t-header-mid .k2t-wrap,
.k2t-header .full-width.k2t-header-bottom .k2t-wrap {
  max-width: 100%;
}
.k2t-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  overflow-y: scroll;
}
.k2t-header.fixed > div {
  background: none;
}
@media (min-width: 800px) {
  .k2t-header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}
@media (max-width: 799px) {
  .k2t-header {
    height: 60px !important; 
  }
}
.k2t-header > div {
  margin: 0 auto;
  width: 100%;
}
.k2t-header .sticky {
  background-color: #31353d;
  position: fixed;
  top: 0;
  left: 0;
}
.k2t-header .align-right > :last-child {
  margin-right: 0;
}
.info-contact {
  float: right;
  height: 62px;
  padding-right: 30px;
}
.info-contact span {
  font-size: 14px;
}
.info-contact span:after {
  content: "";
  border-left: 1px solid #dedede;
  width: 0;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 27px;
}
.info-contact span:last-child:after {
  margin-right: 0;
}
.laguage-selection {
  padding-left: 15px;
}
.laguage-selection ul {
  list-style: none;
  font-size: 14px;
  padding: 0;
  background: #fff;
  width: 250px;
  position: absolute;
  padding: 15px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  top: 100px;
}
.laguage-selection ul a {
  color: #000;
}
.laguage-selection ul a i {
  color: #000;
  padding-left: 15px;
}
.laguage-selection:hover ul {
  top: auto;
  visibility: visible;
}
.h-element {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #888;
  font-family: 'Open Sans', sans-serif;
}
.h-element i {
  color: #3498db;
  font-size: 142.85714286%;
  vertical-align: middle;
  padding-right: 14px;
  height: 62px;
  line-height: 62px;
}
/* k2t-menu */
.k2t-menu .collapse-menu {
  display: none;
}
.k2t-menu .collapse-menu.is-active {
  display: inline-block;
  height: 80px;
  line-height: 80px;
}
.k2t-menu .collapse-menu .hamburger {
  padding: 0;
}
.k2t-menu .collapse-menu .hamburger .hamburger-box {
  height: 16px;
}
.k2t-menu .collapse-menu .hamburger .hamburger-inner,
.k2t-menu .collapse-menu .hamburger .hamburger-inner:before,
.k2t-menu .collapse-menu .hamburger .hamburger-inner:after {
  border-radius: 0;
  width: 25px;
  height: 2px;
}
.k2t-menu .collapse-menu .hamburger .hamburger-inner:before {
  top: 8px;
}
.k2t-menu .collapse-menu .hamburger .hamburger-inner:after {
  top: 16px;
}
.k2t-menu .collapse-menu .hamburger.is-active .hamburger-inner,
.k2t-menu .collapse-menu .hamburger.is-active .hamburger-inner:before,
.k2t-menu .collapse-menu .hamburger.is-active .hamburger-inner:after {
  height: 3px;
}
.k2t-menu .collapse-menu .hamburger.is-active .hamburger-inner:after {
  top: 20px;
  bottom: initial;
}
.k2t-menu .collapse-item {
  background: #fff;
  height: 0 !important;
  line-height: 50px !important;
  overflow: hidden !important;
  position: absolute !important;
  padding: 0 30px !important;
  min-width: 260px !important;
}
.k2t-menu .collapse-item.is-active {
  overflow: visible !important;
  height: 50px !important;
  right: 0 !important;
}
.k2t-menu .collapse-item.is-active > .sub-menu {
  left: -258px;
  top: 10px !important;
}
.k2t-menu .collapse-item.is-active li:hover .submenu {
  left: calc( -100% - 60px) !important;
}
.k2t-menu:not(.custom-menu-style-1) .k2t-row > div:last-child > div:last-child {
  margin-right: 15px;
}
.k2t-menu:not(.custom-menu-style-1) .active > a,
.k2t-menu:not(.custom-menu-style-1) .current-menu-item > a,
.k2t-menu:not(.custom-menu-style-1) .current-menu-parent > a {
  color: #3498db !important;
}
.k2t-menu:not(.custom-menu-style-1) > li {
  display: inline-block;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 1024px) {
  .k2t-menu:not(.custom-menu-style-1) > li {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.k2t-menu:not(.custom-menu-style-1) > li a {
  color: #fff;
}
.k2t-menu:not(.custom-menu-style-1) > li a:hover {
  color: #3498db;
}
.k2t-menu:not(.custom-menu-style-1) li:not(.k2t-megamenu) {
  position: relative;
}
.k2t-menu:not(.custom-menu-style-1) li:last-child {
  padding-right: 0;
}
.k2t-menu:not(.custom-menu-style-1) li {
  list-style: none;
}
.k2t-menu:not(.custom-menu-style-1) li:hover > ul {
  visibility: visible;
  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-menu:not(.custom-menu-style-1) li ul {
  background-color: #31353d;
  padding: 20px 30px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  height: auto;
  -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;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  text-align: left;
}
.k2t-menu:not(.custom-menu-style-1) li ul li {
  line-height: 30px;
}
.k2t-menu:not(.custom-menu-style-1) li ul li a {
  display: block;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 15px;
}
.k2t-menu:not(.custom-menu-style-1) li ul li a:hover {
  color: #d5d6d7;
}
.k2t-menu:not(.custom-menu-style-1) li ul li a:hover span {
  border-bottom: 1px solid #d5d6d7;
}
.k2t-menu:not(.custom-menu-style-1) li ul li ul {
  top: -50%;
  left: 210px;
}
.k2t-menu:not(.custom-menu-style-1) .k2t-megamenu:not(.collapse-item) {
  position: initial;
}
.k2t-menu:not(.custom-menu-style-1) .k2t-megamenu:not(.collapse-item):hover .mega-container:not(.not-active),
.k2t-menu:not(.custom-menu-style-1) .k2t-megamenu:not(.collapse-item):hover ul {
  opacity: 1;
  visibility: visible;
  -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-menu:not(.custom-menu-style-1) .k2t-megamenu:not(.collapse-item) .mega-container:not(.not-active) {
  opacity: 0;
  visibility: hidden;
  -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-menu:not(.custom-menu-style-1) .k2t-megamenu.collapse-item:hover .mega-container {
  position: absolute;
  top: 0;
  left: -250px;
}
.k2t-menu:not(.custom-menu-style-1) .k2t-megamenu.collapse-item:hover .mega-container > ul {
  visibility: visible;
  opacity: 1;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) {
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul {
  display: table;
  table-layout: fixed;
  max-width: 1170px;
  margin: 0 auto;
  padding: 4px 30px 0;
  position: relative;
  width: 100%;
  vertical-align: top;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li {
  display: table-cell;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li:not(.menu-feature) > a {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.1em;
  min-width: 200px;
  padding-left: 10px;
  padding-right: 12px;
  position: absolute;
  top: 10px;
  left: -80px;
  text-transform: uppercase;
  text-align: right;
  -webkit-transform: rotate(270deg) translateX(-50%);
  -o-transform: rotate(270deg) translateX(-50%);
  -ms-transform: rotate(270deg) translateX(-50%);
  transform: rotate(270deg) translateX(-50%);
  z-index: 9999;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li:not(.menu-feature) > a:before {
  content: '';
  background-color: #d5d6d7;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
  height: 4px;
  width: 4px;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li:not(.menu-feature) > a:hover {
  text-indent: 0;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li.menu-feature .feature-img {
  margin-top: 40px;
  float: left;
  max-width: 100%;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li.menu-feature > a {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  float: left;
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li > ul {
  float: left;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul > li ul {
  margin-left: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul li .menu-feature > a {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  float: left;
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 14px;
  padding-bottom: 9px;
  text-align: center;
  text-transform: uppercase;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul li .menu-feature > a:hover {
  color: #d5d6d7;
}
.k2t-menu:not(.custom-menu-style-1) .mega-container:not(.not-active) > ul li + * {
  clear: both;
}
.cm-style-1 .cm-toggle {
  padding: 24px 15px 18px;
}
.cm-style-1 .cm-toggle.is-active .hamburger-inner:before {
  top: 0;
}
.cm-style-1 .cm-toggle.is-active .hamburger-inner:after {
  bottom: 0;
}
.cm-style-1 .cm-toggle .hamburger-inner {
  background: #fff;
  width: 20px;
  height: 2px;
}
.cm-style-1 .cm-toggle .hamburger-inner:after,
.cm-style-1 .cm-toggle .hamburger-inner:before {
  background: #fff;
  width: 20px;
  height: 2px;
}
.cm-style-1 .cm-toggle .hamburger-inner:before {
  top: -6px;
}
.cm-style-1 .cm-toggle .hamburger-inner:after {
  bottom: -6px;
}
.cm-style-1 .cm-toggle.is-active + .wrap-menu {
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 9999;
}
.cm-style-1 .wrap-menu {
  background: #000000;
  padding-top: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: -1;
}
.cm-style-1 .wrap-menu .cm-toggle {
  padding: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}
.cm-style-1 .back-to-parent {
  display: inline-block;
  color: #747474;
  font-size: 30px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 99999;
}
.cm-style-1 .back-to-parent:hover {
  color: #fff;
}
.cm-style-1 .back-to-parent.is-active {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -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;
}
.cm-style-1 ul {
  background: #000;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.cm-style-1 ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.cm-style-1 ul li a {
  color: #747474;
  font-size: 48px;
  font-weight: 300 !important;
  line-height: 187.5%;
  text-transform: none !important;
}
.cm-style-1 ul li a:hover {
  color: #fff;
}
.cm-style-1 ul li ul {
  padding-top: 159px;
  position: absolute;
  top: 0;
  left: 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;
}
.cm-style-1 .crr-child {
  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;
}
/* k2t-logo */
.k2t-logo img {
  height: 100px;
  width: auto;
}
.k2t-logo .logo-text {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  margin-bottom: 0;
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase ;
}
.k2t-header-m {
  display: none;
}
.admin-bar .mobile-menu-wrap {
  padding-top: 50px;
}
.admin-bar .mobile-menu-wrap .m-trigger {
  top: 48px !important;
}
.search-box {
  height: 60px;
  line-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.search-box .icon-search {
  color: #fff;
  font-size: 24px;
  line-height: 100px;
}
.search-box .icon-search:hover {
  color: #3498db;
  cursor: pointer;
}
.k2t-searchbox {
  display: table;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100000;
  visibility: hidden;
}
.k2t-searchbox .hamburger {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 9999;
}
.k2t-searchbox .hamburger .hamburger-inner,
.k2t-searchbox .hamburger .hamburger-inner::before,
.k2t-searchbox .hamburger .hamburger-inner::after {
  background-color: #fff;
}
.k2t-searchbox .mark {
  background-color: rgba(0, 0, 0, 0.97);
  height: 200%;
  width: 200%;
  position: absolute;
  top: -50%;
  right: -50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
.k2t-searchbox .searchform {
  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%);
  z-index: 999;
}
.k2t-searchbox .searchform input {
  background-color: transparent;
  color: #fff;
  font-size: 48px;
  font-weight: 300;
  min-width: 750px;
  text-transform: none;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .k2t-searchbox .searchform input {
    display: block;
    font-size: 30px;
    margin: 0 auto;
    min-width: 480px;
  }
  .k2t-sidebar {
	  display: none;
  }
  .col-md-12 {
	  width: 100%;
	  float: none;
  }
  .table-scroll .wpb_wrapper {
	  overflow: auto;
  }
}
@media only screen and (max-width: 480px) {
  .k2t-searchbox .searchform input {
    font-size: 20px;
    min-width: 340px;
  }
}
.k2t-searchbox .searchform input::-webkit-input-placeholder {
  color: #fff !important;
}
.k2t-searchbox .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.k2t-searchbox .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.k2t-searchbox .searchform input:focus::-webkit-input-placeholder {
  opacity: 0.1;
  -webkit-transition: all 0.3 ease 0s;
  -moz-transition: all 0.3 ease 0s;
  -o-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s;
}
.k2t-searchbox .searchform input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0.1;
  -webkit-transition: all 0.3 ease 0s;
  -moz-transition: all 0.3 ease 0s;
  -o-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s;
}
.k2t-searchbox .searchform input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.1;
  -webkit-transition: all 0.3 ease 0s;
  -moz-transition: all 0.3 ease 0s;
  -o-transition: all 0.3 ease 0s;
  transition: all 0.3 ease 0s;
}
.k2t-searchbox .searchform button {
  display: none;
}
.mode-search .k2t-searchbox {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .k2t-header .k2t-menu > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile {
    display: inline-block;
    display: block;
    padding: 0 10px;
    position: relative;
    z-index: 10;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:before,
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile > * {
    height: 40px;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info {
    font-size: 14px;
    width: 50%;
    float: left;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-m-info p {
    margin-bottom: 0;
    line-height: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right {
    width: 50%;
    float: left;
    text-align: right;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart {
    padding-right: 3px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right > *:last-child .shop-item,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .shop-cart .shop-item {
    top: 44px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i.zmdi-share {
    color: #fff;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share {
    top: 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;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social:hover + .k2t-social-share ul,
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social i:hover + .k2t-social-share ul {
    opacity: 1;
    width: 400px;
    -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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: 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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover {
    -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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share:hover ul {
    opacity: 1;
    height: 40px;
    width: 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;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul {
    background: #fff;
    padding: 2px !important;
    width: 0;
    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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul:hover {
    opacity: 1;
    width: 400px;
    -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-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a {
    padding-left: 10px;
    width: 40px;
  }
  .k2t-header .k2t-header-m .top-main-menu-mobile .top-mm-right .top-m-social .k2t-social-share ul li a:hover {
    background: none;
  }
  .k2t-header .k2t-header-m > div {
    width: 100%;
  }
  .k2t-header .k2t-header-m .main-menu-m {
    display: inline-block;
    display: block;
  }
  .k2t-header .k2t-header-m .main-menu-m:before,
  .k2t-header .k2t-header-m .main-menu-m:after {
    content: " ";
    display: table;
  }
  .k2t-header .k2t-header-m .main-menu-m:after {
    clear: both;
  }
  .k2t-header .k2t-header-m .main-menu-m > div {
    float: left;
    line-height: 60px;
    max-height: 60px;
  }
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 15px;
    height: 80px;
    width: 16.66666667%;
  }
  .k2t-header .k2t-header-m .k2t-menu-m .hamburger.is-active {
    z-index: 9999;
    -webkit-transform: translateY(-43px);
    -ms-transform: translateY(-43px);
    -o-transform: translateY(-43px);
    transform: translateY(-43px);
    -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-header .k2t-header-m .k2t-menu-m .hamburger .hamburger-box > * {
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    width: 66.66666667%;
    text-align: center;
  }
  .k2t-header .k2t-header-m .k2t-logo-m img {
    display: block;
    max-height: 60px;
    margin: 0 auto;
    height: auto;
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 15px;
    width: 16.66666667%;
    text-align: right;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control {
    line-height: 216%;
  }
  .k2t-header .k2t-header-m .k2t-right-m .cart-control i {
    line-height: 168%;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .k2t-header .k2t-header-m .k2t-right-m i {
    color: #fff;
  }
  .k2t-header .k2t-header-m .k2t-right-m i:hover {
    color: #3498db;
  }
  .k2t-header > div:not(.k2t-header-m) {
    display: none;
  }
  .k2t-header .m-trigger .hamburger {
    padding: 0;
  }
  .k2t-header .m-trigger .hamburger-box {
    height: 13px;
  }
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-box:hover .hamburger-inner:after {
    background: #3498db;
  }
  .k2t-header .m-trigger .hamburger-inner,
  .k2t-header .m-trigger .hamburger-inner:before,
  .k2t-header .m-trigger .hamburger-inner:after {
    background: #fff;
    border-radius: 0;
    height: 2px;
    width: 20px;
  }
  .k2t-header .m-trigger .hamburger-inner:before {
    top: 5px;
  }
  .k2t-header .m-trigger .hamburger-inner:after {
    top: 10px;
  }
  .k2t-header .m-trigger .hamburger.is-active .hamburger-inner:after {
    top: 20px;
  }
  .k2t-header .k2t-header-m {
    display: block;
    background: #000;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap {
    background: #3498db;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100%;
    width: 260px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap.active {
    left: 0;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger {
    position: absolute;
    top: -2px;
    left: 10px;
    z-index: 999;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .m-trigger .hamburger.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle {
    display: block;
    margin-top: 15px 0 30px;
    padding-left: 6px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: right;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .mobile-menu-toggle i {
    font-size: 24px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu {
    overflow: hidden;
    height: 60px;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu > *:first-child:last-child {
    float: right;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a {
    color: #fff;
    display: block;
    font-size: 30px;
    margin: 0 auto;
    width: 50px;
    text-align: center;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .view-wishlist > a:hover {
    color: #d5d6d7;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login {
    float: left;
    width: 50%;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a {
    color: #fff;
    display: table;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    padding-right: 40px;
    text-align: center;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:active,
  .k2t-header .k2t-header-m .mobile-menu-wrap .top-mobile-menu .mobi-menu-login > a:hover {
    color: #d5d6d7;
  }
  .k2t-header .k2t-header-m ul,
  .k2t-header .k2t-header-m ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul > li,
  .k2t-header .k2t-header-m ol > li {
    line-height: 68px;
  }
  .k2t-header .k2t-header-m ul > li a,
  .k2t-header .k2t-header-m ol > li a {
    padding-left: 20px;
    padding-right: 30px;
  }
  .k2t-header .k2t-header-m ul ul > li,
  .k2t-header .k2t-header-m ol ul > li {
    line-height: 40px;
  }
  .k2t-header .k2t-header-m ul ul > li a,
  .k2t-header .k2t-header-m ol ul > li a {
    padding-left: 40px;
  }
  .k2t-header .k2t-header-m ul ul ul > li a,
  .k2t-header .k2t-header-m ol ul ul > li a {
    padding-left: 60px;
  }
  .k2t-header .k2t-header-m .mobile-menu {
    padding-left: 0;
    max-width: 260px;
  }
  .k2t-header .k2t-header-m ul {
    padding-left: 0;
  }
  .k2t-header .k2t-header-m ul li {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item {
    position: relative;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover > a {
    background: #d5d6d7;
    color: #fff !important;
  }
  .k2t-header .k2t-header-m ul li .wrap-link-item:hover .open-sub-menu:before {
    color: #fff !important;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item a {
    color: #d5d6d7;
  }
  .k2t-header .k2t-header-m ul li.active > .wrap-link-item:hover a,
  .k2t-header .k2t-header-m ul li.current-menu-ancestor > .wrap-link-item:hover a {
    color: #fff !important;
  }
  .k2t-header .k2t-header-m ul li a {
    display: inline-block;
    color: #252525;
    font-size: 14px;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    text-transform: uppercase;
  }
  .k2t-header .k2t-header-m ul li a:hover {
    background: #d5d6d7;
    color: #fff;
  }
  .k2t-header .k2t-header-m ul.mobile-menu > li > .wrap-link-item a {
    font-size: 16px;
    min-height: 68px;
    line-height: 68px;
  }
  .k2t-header .k2t-header-m ul.sub-menu {
    display: none;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu:before {
    /*color: #252525;*/
    color: #fff;
    display: inline-block;
    content: '\f2f9';
    font-family: 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -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;
	font-size: 25px;
  }
  .k2t-header .k2t-header-m ul .menu-item-has-children > .wrap-link-item .open-sub-menu.active:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -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-header .k2t-header-m ul .menu-item-has-children.current-menu-ancestor > .wrap-link-item .open-sub-menu:before,
  .k2t-header .k2t-header-m ul .menu-item-has-children:hover > .wrap-link-item .open-sub-menu:before {
    color: #d5d6d7;
  }
}
@media only screen and (max-width: 568px) {
  .k2t-header .k2t-header-m .k2t-menu-m {
    padding-left: 10px;
    width: 25%;
  }
  .k2t-header .k2t-header-m .k2t-logo-m {
    width: 50%;
  }
  .k2t-header .k2t-header-m .k2t-right-m {
    padding-right: 10px;
    width: 25%;
  }
  .k2t-header .search-box {
    margin: 0;
    text-align: right;
  }
}
.h2_header_ .k2t-header-mid .k2t-menu {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: center;
}
.k2t-menu {
  text-transform: uppercase;
}
.h3_header_ .k2t-header-mid {
  background: #31353d;
}
@media only screen and (max-width: 1024px) {
  .h3_header_ .k2t-header-mid .k2t-wrap {
    padding-left: 0;
  }
}
@keyframes fixed {
  100% {
    position: fixed;
    top: 40px;
  }
}
/*--------------------------------------------------------------
	06. Titlebar
--------------------------------------------------------------*/
.k2t-title-bar {
  background-color: #fff;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 142px;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .k2t-title-bar {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.k2t-title-bar.hidden-all .main-title,
.k2t-title-bar.hidden-all .main-excerpt,
.k2t-title-bar.hidden-all .breadcrumb {
  opacity: 0;
}
.k2t-title-bar.hidden-excerpt .main-excerpt {
  opacity: 0;
}
.k2t-title-bar.hidden-bc .breadcrumb {
  opacity: 0;
}
.k2t-title-bar > *:not(.mask) {
  position: relative;
  z-index: 2;
}
.k2t-title-bar .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.k2t-title-bar .mask.pattern {
  background: #000;
  opacity: .75;
}
.k2t-title-bar .main-title {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 52px;
  font-style: normal;
  letter-spacing: 11px;
  text-transform: uppercase;
  /* line-height: 50px; */
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .k2t-title-bar .main-title {
    font-size: 150%;
    margin-bottom: 0;
  }
}
.k2t-title-bar .main-excerpt {
  color: #fff;
  opacity: 0.75;
  font-weight: 300;
}
.k2t-title-bar .main-excerpt span:first-child:not(:last-child) {
  margin-right: 5px;
}
.k2t-title-bar .k2t-breadcrumbs {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
}
.k2t-title-bar .k2t-breadcrumbs a {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs li {
  opacity: 0.7;
  color: #fff;
  display: inline-block;
  font-size: 114.28571429%;
}
.k2t-title-bar .k2t-breadcrumbs li:not(:last-child):after {
  content: '/';
  margin-left: 5px;
  margin-right: 5px;
}
.k2t-title-bar .k2t-breadcrumbs li.current {
  opacity: 1;
  font-weight: 400;
}
.k2t-title-bar .k2t-breadcrumbs li * {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs li a {
  color: #fff;
}
.k2t-title-bar .k2t-breadcrumbs li a:hover {
  color: #d5d6d7;
}
/*--------------------------------------------------------------
	07. Social
--------------------------------------------------------------*/
.social ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  float: left;
  margin-left: 84px;
}
@media only screen and (max-width: 1366px) {
  .social ul {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .social ul {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .social ul {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 667px) {
  .social ul {
    margin-left: 15px;
  }
}
.social ul.had-shadow {
  padding-top: 5px;
  padding-bottom: 5px;
}
.social ul li {
  font-size: 12px;
  max-width: 30px;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .social ul li {
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .social ul li {
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .social ul li {
    float: left;
    text-align: left;
  }
}
.social ul li:not(:last-child) {
  margin-right: 10px;
}
.social ul li:hover a {
  color: #fff;
}
.social ul li a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.social ul li a i {
  color: #313131;
  font-size: 16px;
}
.social ul li a i:hover {
  color: #3498db;
}
.k2t-footer.dark-style .social li a,
.dark-style .social li a {
  color: #fff;
}
.k2t-footer.dark-style .social li a:hover,
.dark-style .social li a:hover {
  color: #fff;
}
.k2t-social-share.social li:hover a {
  color: #3498db;
}
.k2t-social-share.social li a {
  border-width: 0;
  color: #444;
}
.k2t-social-share.social li a:hover {
  color: #3498db;
}
.k2t-social-share.social li a span {
  display: none;
}
/*--------------------------------------------------------------
	08. Widget
--------------------------------------------------------------*/
.widget {
  background: #fff;
  margin-bottom: 30px;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .widget {
    padding: 0 15px;
  }
}
.widget:after {
  content: '';
  display: block;
  clear: both;
}
.widget .widget-title {
  font-size: 128.57142857%;
  text-transform: uppercase;
}
.widget .widget-title span {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 500;
}
.widget select {
  border: 2px solid #e9e9e9;
  font-size: 16px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  white-space: pre-wrap;
}
.widget select:focus {
  border-color: #d5d6d7;
}
.widget select option {
  font-size: 14px;
}
/* widget archive */
/*  Widget RSS   */
.widget_rss ul {
  list-style: none;
  padding-left: 0;
}
.widget_rss ul li {
  margin-bottom: 15px;
}
/*  Widget Search */
.widget_search input[type='text'] {
  border: 2px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 15px;
  width: 100%;
}
.widget_search input[type='text']:focus {
  border-color: #d5d6d7;
}
.widget_search button[type='submit'] {
  height: 40px;
  line-height: 38px;
  margin-bottom: 15px;
}
/*  Widget calendar   */
.widget_calendar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.widget_calendar * {
  text-align: center;
}
.widget_calendar .calendar_wrap {
  padding-top: 83px;
  position: relative;
}
.widget_calendar table > caption {
  color: #252525;
  display: block;
  font-size: 128.57142857%;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 80px;
  height: 83px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.widget_calendar table thead th {
  border-right-width: 0;
  color: #a3a3a3;
  font-size: 100%;
  font-style: italic;
  font-weight: 400;
}
.widget_calendar table tbody td {
  color: #252525;
  font-size: 128.57142857%;
}
.widget_calendar table tbody td#today {
  background: #ebebeb;
}
.widget_calendar table tbody td a {
  position: relative;
}
.widget_calendar table tbody td a:before {
  content: '';
  background: #d5d6d7;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.widget_calendar table tfoot {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 83px;
  width: 100%;
}
.widget_calendar table tfoot tr {
  display: block;
  overflow: hidden;
  width: 100%;
}
.widget_calendar table tfoot tr td {
  border-width: 0;
  height: 83px;
  line-height: 67px;
  padding-left: 0;
  padding-right: 0;
  width: 14.28571%;
}
.widget_calendar table tfoot tr td#prev,
.widget_calendar table tfoot tr td#next {
  display: block;
  float: left;
}
.widget_calendar table tfoot tr td#prev a,
.widget_calendar table tfoot tr td#next a {
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 69px;
  text-indent: 999px;
}
.widget_calendar table tfoot tr td#prev a:before,
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ea';
  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;
  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-indent: 0px;
}
.widget_calendar table tfoot tr td.pad {
  display: none;
}
.widget_calendar table tfoot tr td#next {
  float: right;
}
.widget_calendar table tfoot tr td#next a:before {
  content: '\f2ee';
}
.widget_calendar table tfoot tr td a {
  width: 100%;
}
/*  Widget express recent post   */
.k2t_widget_latest_posts .posts-list {
  margin-top: 14px;
  overflow: hidden;
}
.k2t_widget_latest_posts .posts-list .post-item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding-bottom: 19px;
  overflow: hidden;
  width: 100%;
}
.k2t_widget_latest_posts .posts-list .post-thumb {
  float: left;
}
.k2t_widget_latest_posts .posts-list .post-text {
  float: left;
  padding-left: 20px;
  width: calc(100% - 90px);
}
.k2t_widget_latest_posts .posts-list .post-text h4 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0;
  padding-top: 3px;
}
.list-contact {
  color: #959595;
  font-size: 14px;
  list-style: none;
  line-height: 24px;
  padding-left: 0;
}
.list-contact i {
  margin-right: 24px;
}
.list-contact p {
  margin-bottom: 0;
}
.list-open-hour {
  list-style: none;
  padding-left: 0;
  width: 100%;
}
.list-open-hour li {
  background: #252525;
  border-radius: 10px;
  display: block;
  height: 20px;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 20px;
  width: 100%;
}
.list-open-hour li:hover {
  background: #d5d6d7;
}
.list-open-hour li span {
  color: #fff;
  font-size: 12px;
  font-weight: 300px;
}
.list-open-hour li span:first-child {
  float: left;
  position: relative;
  padding-left: 10px;
}
.list-open-hour li span:first-child:before {
  content: '';
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
}
.list-open-hour li span:last-child:not(:first-child) {
  float: right;
}
.list-open-hour .weekend:hover span:first-child:before {
  background: #fff;
}
.list-open-hour .weekend span:first-child:before {
  background: #d5d6d7;
}
/* instagram */
.k2t-sidebar .widget #sb_instagram {
  position: relative;
  padding-bottom: 45px !important;
}
.k2t-sidebar .widget #sb_instagram #sbi_images {
  padding: 1px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header {
  color: #a9a9a9;
  margin-bottom: 0 !important;
  padding: 25px 0 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #a9a9a9;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #d5d6d7;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  color: #a9a9a9;
  opacity: 1 !important;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  background: none;
  font-size: 14px !important;
  font-style: normal;
  left: 0 !important;
  margin-left: 0 !important;
  width: 15px;
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:before {
  content: '\f34f';
  font-family: 'Material-Design-Iconic-Font';
}
.k2t-sidebar .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.sbi_follow_btn {
  background: #f5f5f5;
  border-radius: 15px;
  position: absolute;
  top: -50px;
  right: 0;
  height: 30px;
  width: 90px;
  overflow: hidden;
}
.sbi_follow_btn:hover {
  background-color: #d5d6d7;
}
.sbi_follow_btn:hover a {
  color: #fff !important;
}
.sbi_follow_btn a {
  background: transparent !important;
  color: #a3a3a3 !important;
  display: inline-block;
  font-size: 85.71428571% !important;
  margin-top: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 30px;
  width: 90px;
  overflow: hidden;
  text-indent: -9999px;
}
.sbi_follow_btn a i {
  display: none;
}
.sbi_follow_btn a:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}
.sbi_follow_btn a:after {
  content: 'follow';
  position: absolute;
  top: 50%;
  left: 31px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 667px) {
  .dark-style .widget {
    margin-bottom: 40px;
  }
}
.dark-style .widget #sb_instagram {
  margin-left: -15px !important;
  margin-right: -15px !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  position: relative;
  width: calc(100% + 30px) !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header {
  color: #fff;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  color: #a1a1a1;
  font-size: 14px !important;
  font-weight: 300;
  margin-left: 22px !important;
  text-transform: none;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_text h3:hover {
  color: #d5d6d7;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img {
  overflow: visible !important;
  height: 53px !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover {
  background: transparent !important;
  opacity: 1 !important;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i {
  background: none !important;
  font-size: 14px !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: 12px;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:before {
  content: '\f34f';
  color: #fff;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_img_hover i:hover:before {
  color: #d5d6d7;
}
.dark-style .widget #sb_instagram .sb_instagram_header .sbi_header_img img {
  visibility: hidden;
  display: none !important;
}
.dark-style .widget #sb_instagram .sbi_follow_btn {
  display: none;
  right: 15px !important;
}
.k2t-footer.dark-style .widget li > ul,
.k2t-footer.dark-style .widget li > ol {
  margin-bottom: 0;
  margin-left: 0.3em;
}
.k2t-footer.dark-style .widget p {
  color: #d5d6d7;
}
.k2t-footer.dark-style .widget select,
.k2t-footer.dark-style .widget input {
  background: transparent;
}
.k2t-footer.dark-style .widget.widget_calendar {
  border-color: #959595 !important;
}
.k2t-footer.dark-style .widget.widget_calendar * {
  border-color: #959595 !important;
}
.k2t-footer.dark-style .widget.widget_calendar table caption {
  color: #959595;
}
.k2t-footer.dark-style .widget.widget_calendar table tr th:last-child {
  border-right-width: 1px;
}
.k2t-footer.dark-style .widget.widget_calendar table tbody td {
  border-color: #959595;
  color: #959595;
}
.k2t-footer.dark-style .widget.widget_calendar table tbody #today {
  background: transparent;
  color: #d5d6d7;
}
/* twitter */
.k2t-footer.dark-style .widget_aptf_widget .aptf-template-3 .aptf-single-tweet-wrapper {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-template-3 .clear {
  margin-bottom: 5px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-single-tweet-wrapper {
  margin-bottom: 14px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-actions {
  padding: 0;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content {
  border-bottom: 1px #292929 solid;
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 300;
  line-height: 183.33333333%;
  padding-bottom: 13px;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child {
  color: #959595 !important;
  font-size: 14px;
  font-weight: bold;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child:hover {
  color: #d5d6d7 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content > a:first-child:before {
  content: '\f360';
  color: #3f3f3f;
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: 22px;
  margin-right: 12px;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  -o-transform: translateY(4px);
  transform: translateY(4px);
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content a {
  color: #d5d6d7 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content a:hover {
  color: #959595 !important;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content .aptf-timestamp a {
  color: #959595 !important;
  font-size: 14px;
  font-weight: 300;
}
.k2t-footer.dark-style .widget_aptf_widget .aptf-tweet-content .aptf-timestamp a:hover {
  color: #d5d6d7 !important;
}
/* Mail chimp */
div.mc4wp-form {
  margin-bottom: 30px;
}
div.mc4wp-form input[type='email'],
div.mc4wp-form input[type='text'] {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 270px;
  text-transform: none;
}
div.mc4wp-form input[type="submit"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.mc4wp-form p {
  position: relative;
}
div.mc4wp-form p .icon-submit {
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  z-index: 0;
}
div.mc4wp-form p input[type='submit'] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 7px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  overflow: hidden;
  text-indent: -999px;
  z-index: 1;
}
div.mc4wp-form p input[type='submit']:hover + .icon-submit {
  color: #d5d6d7;
}
.gift-wrap {
  background-color: #a5b4c3;
  margin: -30px -30px -21px;
  padding: 40px 50px 0;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .gift-wrap {
    padding: 40px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .gift-wrap {
    margin: -30px -15px -21px;
  }
}
.gift-wrap ::-webkit-input-placeholder,
.gift-wrap ::-moz-placeholder,
.gift-wrap :-ms-input-placeholder,
.gift-wrap ::placeholder {
  color: #fff;
}
.gift-wrap div.mc4wp-form input[type='email']::-webkit-input-placeholder,
.gift-wrap div.mc4wp-form input[type='text']::-webkit-input-placeholder {
  color: #fff;
}
.gift-wrap div.mc4wp-form input[type='email']:focus,
.gift-wrap div.mc4wp-form input[type='text']:focus {
  background: rgba(255, 255, 255, 0.5);
  color: #d5d6d7;
}
.gift-wrap form p {
  max-width: 270px;
  margin: 0 auto;
}
.gift-wrap > p,
.gift-wrap > h4 {
  color: #fff;
  font-weight: 300;
  text-align: center;
}
.gift-wrap > h4 {
  font-size: 30px;
  font-style: normal;
  margin-bottom: 5px;
  text-transform: none;
}
.gift-wrap > p {
  opacity: 0.5;
  line-height: 150%;
}
.gift-wrap > p:last-child {
  margin-bottom: 17px;
}
.gift-wrap > img {
  display: inline-block;
  margin-bottom: 31px;
}
/*--------------------------------------------------------------
	09. Footer
--------------------------------------------------------------*/
.k2t-footer {
  background: #31353d;
  display: block;
  margin: 0 auto 0;
  padding-top: 60px;
}
.k2t-footer .copyright-default {
  text-align: center;
  width: 100%;
  float: left;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.k2t-footer .k2t-row {
  margin: 0 -15px;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-row > .col-4 {
    width: 100%;
  }
}
.k2t-footer .k2t-row .img-widget {
  padding-bottom: 40px;
}
.k2t-footer .k2t-row #email-newsletter {
  background: #202329;
  padding: 15px;
  width: 100%;
  color: #a1a1a1;
  border: none;
}
.k2t-footer .k2t-row #email-newsletter .placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.k2t-footer .k2t-row #email-newsletter::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.k2t-footer .k2t-row #email-newsletter::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.k2t-footer .k2t-row #email-newsletter:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.k2t-footer .k2t-row #email-newsletter::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.k2t-footer.dark-style .widget {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
.k2t-footer.dark-style .widget:not(:last-child) {
  margin-bottom: 0;
}
.k2t-footer.dark-style .widget.social {
  padding-top: 10px;
}
.k2t-footer.dark-style .widget .widget-title {
  color: #fff;
  font-style: normal;
  padding-bottom: 40px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0;
}
.k2t-footer.dark-style .widget .widget-title:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 15px;
  border-right: 3px solid #3498db;
  margin-right: 10px;
}
.k2t-footer.dark-style .widget .input-group {
  position: relative;
}
.k2t-footer.dark-style .widget .input-group #btn-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: precentage(1.42857143px);
  color: #3498db;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 40px;
  background: transparent;
  -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-footer.dark-style .widget .input-group #btn-arrow:hover {
  box-shadow: none;
  right: 15px;
}
.k2t-footer.dark-style .widget ul {
  list-style: none;
  padding: 0;
}
.k2t-footer.dark-style .widget .col-right ul {
  float: right;
}
.k2t-footer.dark-style .widget h1,
.k2t-footer.dark-style .widget h2,
.k2t-footer.dark-style .widget h3,
.k2t-footer.dark-style .widget h4,
.k2t-footer.dark-style .widget h5,
.k2t-footer.dark-style .widget h6 {
  margin-bottom: 18px;
}
.k2t-footer.dark-style .widget a {
  color: rgba(255, 255, 255, 0.4);
}
.k2t-footer.dark-style .widget a:hover {
  color: #d5d6d7;
}
.k2t-footer.dark-style .widget-mail {
  color: #fff;
}
.k2t-footer.dark-style .widget-mail form {
  margin-top: 40px;
}
.k2t-footer .k2t-bottom {
  padding-bottom: 22px;
}
.k2t-footer .k2t-info {
  background-color: #262a31;
  color: #fff;
  font-size: 85.71428571%;
  font-weight: 300;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 667px) {
  .k2t-footer .k2t-info p {
    font-size: 10px!important;
  }
}
.offcanvas-sidebar {
  display: none !important;
}
.k2t-btt {
  background: rgba(52, 152, 219, 0.6);
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: fixed;
  right: 21px;
  bottom: 21px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .k2t-btt {
    font-size: 13px;
    bottom: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    line-height: 25px;
  }
}
.k2t-btt:hover {
  background: #3498db;
}
.k2t-btt span {
  display: inline-block;
  line-height: 31px;
}
@media only screen and (max-width: 480px) {
  .k2t-btt span {
    line-height: 24px;
  }
}
/*--------------------------------------------------------------
	10. Single blog
--------------------------------------------------------------*/
body.page:not(.has-shortcode) .page-entry {
  position: relative;
}
body.page:not(.has-shortcode).no-vc .content-page > p:first-child {
  margin-top: 0;
}
body.page:not(.has-shortcode) .no-content {
  padding-top: 24px;
}
body.page:not(.has-shortcode) .no-content .content-page {
  margin-top: 39px;
}
body.page:not(.has-shortcode) .no-content .content-page > p:first-child {
  padding-top: 0;
  margin-top: 10px;
}
body.page:not(.has-shortcode) .k2t-footer {
  margin-top: 0;
}
body.page:not(.has-shortcode) .content-page > p:first-child {
  padding-top: 10px;
  margin-top: 61px;
}
body.page:not(.has-shortcode) .content-page > p:first-child:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .k2t-map {
    max-width: 100%;
  }
}
body.search .k2t-main article {
  margin-bottom: 30px;
}
/* Contact us */
div.sec-contact {
  color: #555;
}
div.sec-contact p {
  line-height: 16px;
  font-size: 14px;
}
div.sec-contact .h > * {
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  div.sec-contact {
    padding-top: 45px !important;
  }
  div.sec-contact .h {
    font-size: 28px !important;
  }
  div.sec-contact .wpb_text_column {
    padding-bottom: 45px !important;
  }
}
.social-icons .k2t-btn {
  background: transparent;
  color: #555;
  min-width: initial;
  display: inline-block;
  float: left;
  font-size: 25px;
  margin-right: 30px;
}
.social-icons .k2t-btn:hover {
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .contact-info {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
.sec-map .vc_column-inner {
  padding: 0 !important;
}
@media only screen and (max-width: 767px) {
  .contact-me > p:last-child {
    margin-bottom: 0 !important;
  }
}
/* About us */
.sec-intro {
  font-family: 'Oswald', sans-serif;
  max-width: 790px !important;
}
.sec-intro h3.h {
  margin-bottom: 0;
}
.sec-intro h3.h > * {
  color: #555555;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 2px;
}
.sec-intro h2.h {
  margin: 0;
  line-height: 50px;
}
.sec-intro h2.h > * {
  font-family: 'Oswald', sans-serif;
  color: #3498db;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 5px;
}
.sec-intro h6.h {
  margin: 0;
  line-height: 1px;
  padding-left: 96px;
  letter-spacing: 8px;
  font-weight: 400;
}
.sec-intro h6.h > * {
  color: #a1a1a1;
  font-size: 12px;
}
.sec-intro p {
  font-family: 'Oswald', sans-serif;
  color: #777777;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
}
.sec-intro .slogan {
  padding-top: 50px;
  line-height: 28px;
  color: #a3a3a3;
}
.sec-intro .light-color {
  color: #dadada;
}
.sec-intro .signal {
  margin: 30px 0;
}
.sec-intro .text-signal > * {
  letter-spacing: 2px;
}
.sec-intro .text-signal strong {
  font-size: 20px;
}
.sec-intro .year-exp {
  margin-top: 118px;
}
@media only screen and (max-width: 767px) {
  .sec-intro .year-exp {
    margin-top: 10px;
  }
}
.sec-mission {
  margin-top: 80px;
  color: #777;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
}
.sec-mission p {
  line-height: 25px;
}
.sec-mission .vc_column-inner {
  padding: 0 70px !important;
}
@media only screen and (max-width: 767px) {
  .sec-mission .vc_column-inner {
    padding-left: 70px !important;
    padding-right: 15px !important	;
    margin-bottom: 15px;
  }
}
.sec-mission .vc_column-inner .k2t-heading-inner h3.h {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
.sec-background {
  height: 866px;
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .sec-background {
    height: 300px;
    margin-top: 40px;
  }
}
.sec-team {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .sec-team {
    margin-top: 40px;
  }
}
.sec-team .vc_column-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/*OUR SERVICE*/
.content-page .has-two-line .h {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-page .has-two-line .h span {
  position: relative;
}
.content-page .has-two-line .h span:before {
  position: absolute;
  content: "";
  background: url('../img/icons/left-line.png');
  right: 105%;
  top: 50%;
  background-size: cover;
  height: 2px;
  width: 88px;
}
.content-page .has-two-line .h span {
  display: block;
}
.content-page .has-two-line .h span:after {
  position: absolute;
  content: "";
  background: url('../img/icons/right-line.png');
  top: 50%;
  background-size: cover;
  height: 2px;
  width: 88px;
  display: block !important;
  left: initial !important;
  right: 0 !important;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.content-page .has-two-line-white .h {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.content-page .has-two-line-white .h span {
  position: relative;
}
.content-page .has-two-line-white .h span:before {
  position: absolute;
  content: "";
  background: url('../img/icons/left-line-white.png');
  right: 105%;
  top: 50%;
  background-size: cover;
  height: 2px;
  width: 88px;
}
.content-page .has-two-line-white .h span:after {
  position: absolute;
  content: "";
  background: url('../img/icons/right-line-white.png');
  left: 105%;
  top: 50%;
  background-size: cover;
  height: 2px;
  width: 88px;
}
.content-page .sec-our-services {
  margin-bottom: 50px;
}
.content-page .sec-our-services > * {
  font-family: 'Oswald', sans-serif;
  text-align: center;
}
.content-page .sec-our-services h2 {
  margin: 0;
}
.content-page .sec-list-services {
  margin-bottom: 110px;
}
.content-page .sec-list-services .vc_column-inner {
  padding: 0;
}
.content-page .sec-list-services h2 {
  font-size: 40px;
  margin: 0;
}
.content-page .sec-choose-us {
  margin-bottom: 110px;
}
.content-page .sec-choose-us h2 {
  font-size: 40px;
  margin: 0;
}
.content-page .sec-choose-us > * {
  text-align: center;
}
.content-page .sec-list-chooses {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.content-page .sec-list-chooses > * {
  color: #484848;
}
.content-page .sec-list-chooses .item-choose {
  padding: 30px 15px 0 15px;
}
.content-page .sec-list-chooses .h {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
}
.content-page .sec-list-chooses h4 {
  font-size: 18px;
}
.content-page .sec-list-chooses .vc_column-inner {
  padding-bottom: 60px;
  -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;
}
.content-page .sec-list-chooses .vc_column-inner:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
}
.comming-page {
  height: 100%;
  background: #1e2126;
}
@media only screen and (max-width: 767px) {
  .comming-page {
    overflow: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming {
    padding-left: 15px !important;
  }
}
.sec-time-comming .input-group {
  position: relative;
  margin: 0 60px 60px 60px;
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming .input-group {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-time-comming .input-group {
    margin-right: 15px;
  }
}
.sec-time-comming .input-group input {
  border: none;
  background: #191b21;
  color: #a1a1a1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  width: 100%;
}
.sec-time-comming .input-group input .placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #50545b;
}
.sec-time-comming .input-group input::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #50545b;
}
.sec-time-comming .input-group input::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #50545b;
}
.sec-time-comming .input-group input:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #50545b;
}
.sec-time-comming .input-group input::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #50545b;
}
.sec-time-comming .group-btn {
  text-align: center;
  margin: 0 60px;
}
@media only screen and (max-width: 768px) {
  .sec-time-comming .group-btn {
    margin: 0 0 20px 0;
  }
}
.sec-time-comming .group-btn .k2t-button:not(:last-child) a {
  padding-right: 40px;
}
.sec-time-comming .wpcf7-response-output {
  margin: 20px 60px !important;
}
.sec-time-comming .k2t-button {
  display: inline-block;
}
.sec-time-comming .k2t-button a {
  background: none;
  border: none;
  color: #525b6a;
  min-width: 30px;
  float: left;
  height: auto;
  font-size: 20px;
}
.sec-time-comming .k2t-button a:hover {
  color: #3498db;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec-time-comming .logo-comming {
  padding-top: 293px;
  padding-left: 128px;
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming .logo-comming {
    padding-top: 100px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-time-comming .logo-comming {
    padding-top: 50px;
    padding-left: 0;
  }
}
.sec-time-comming .k2t-shortcode-countdown {
  margin: 60px;
  padding: 30px;
  background: #272c34;
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming .k2t-shortcode-countdown {
    margin: 20px 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-time-comming .k2t-shortcode-countdown {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-time-comming .k2t-shortcode-countdown {
    margin-right: 15px;
  }
}
.sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count {
  position: relative;
}
.sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #5f5f5f;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count:after {
    top: 5px;
    height: 35px;
  }
}
.sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count:last-child:after {
  display: none;
}
.sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count .time {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count .time > *:nth-child(2) {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-time-comming .k2t-shortcode-countdown .countdown-container .wrap-item-count .time .label {
    margin-top: 0;
    font-size: 14px;
  }
}
.sec-title-comming .vc_column-inner {
  height: 100%;
}
.sec-title-comming .wrap-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .sec-title-comming .wrap-title {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.sec-title-comming .wrap-title h2 {
  font-size: 60px;
  letter-spacing: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .sec-title-comming .wrap-title h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 667px) {
  .sec-title-comming .wrap-title h2 {
    font-size: 35px;
  }
}
.sec-title-comming .wrap-title .h {
  text-transform: uppercase;
}
.sec-title-comming .wrap-title .h > * {
  font-family: 'Oswald', sans-serif;
  color: #fff;
}
.h1_header_ {
  background: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.h1_header_ .k2t-header-top .k2t-wrap {
  padding: 0;
}
.h1_header_ .k2t-header-mid .k2t-wrap {
  padding: 0;
}
.page .k2t-content.no-sidebar {
  margin-top: 0;
}
.sec-intro-home1 {
  float: none;
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
  margin-top: 70px;
  margin-bottom: 85px;
}
.sec-intro-home1 .h {
  margin-bottom: 0;
}
.sec-intro-home1 p {
  line-height: 25px;
}
.sec-intro-home1 .signel-text span {
  font-size: 16px;
  letter-spacing: 1.5px;
}
.sec-desc p {
  font-family: 'Open Sans', sans-serif;
}
.sec-count-home1 .k2t-counter {
  width: 33.33333333%;
  float: left;
  padding: 0;
  padding-left: 15px;
}
.sec-count-home1 .k2t-counter .counter-inner .wrap-thumb {
  margin-top: 33px;
}
.sec-count-home1 .k2t-counter .counter-inner .wrap-thumb .counter-number h3 {
  margin: 0;
}
.sec-who-what-why {
  max-width: 1170px;
  margin-left: auto !important	;
  margin-right: auto !important	;
  font-size: 14px;
}
.sec-who-what-why .wpb_column {
  min-height: 420px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sec-who-what-why .wpb_column:hover {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
}
.sec-who-what-why .k2t-button {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .sec-who-what-why .k2t-button {
    position: relative;
    margin-top: 30px;
  }
}
.sec-who-what-why .k2t-button a {
  height: 60px;
  line-height: 60px;
  min-width: 190px;
  margin-bottom: 10px;
  background: #31353d;
  font-family: 'Oswald', sans-serif;
}
.sec-who-what-why .k2t-button a:hover {
  background: #3498db;
}
.sec-video-company {
  max-width: 1920px;
  height: 700px;
}
.sec-video-company .sec-content-video {
  top: 250px;
  position: relative;
}
/*HEADING*/
.h-big {
  display: inline;
  float: left;
  padding-right: 30px;
}
.h-big .h {
  margin: 0;
}
.h-bold .h {
  margin: 0 !important	;
}
.h-bold > * {
  padding-top: 60px;
  margin: 0;
}
p {
  line-height: 25px;
  font-size: 14px;
}
.sec-last-news {
  /*DATE META*/
}
.sec-last-news .vc_column_container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 14px;
  color: #a1a1a1;
}
.sec-last-news .k2t-blog-post {
  padding-top: 0;
}
.sec-last-news .entry-content {
  width: 85%;
  float: right;
}
.sec-last-news .entry-content .entry-title {
  line-height: 15px;
}
.sec-last-news .entry-content .entry-title a {
  font-size: 16px;
  color: #000;
  font-family: 'Oswald', sans-serif;
}
.sec-last-news .entry-content .entry-title a:hover {
  color: #3498db;
}
.sec-last-news .top-meta {
  padding: 0;
  list-style: none;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #3498db;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
}
.sec-last-news .top-meta li {
  display: inline-block;
}
.sec-last-news .top-meta li a {
  color: #3498db;
}
.sec-last-news .top-meta li:after {
  content: '/';
  padding: 0 5px;
}
.sec-last-news .top-meta li:last-child:after {
  content: none;
}
.sec-last-news .date-meta {
  position: relative;
  width: 15%;
  top: 20px;
}
.sec-last-news .date-meta .date-post {
  font-family: 'Oswald', sans-serif;
  position: absolute;
  font-size: 80px;
  color: #e2e7e6;
  font-weight: 400;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-last-news .date-meta .month-post {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000;
  background: transparent;
  z-index: 3;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sec-last-news .date-meta .year-post {
  display: none;
}
.sec-form-quick-qoute .wpb_wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
/*RESPONSIVE HOME1*/
@media only screen and (max-width: 768px) {
  .sec-slider-home1.vc_row {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home1 .vc_col-sm-4,
  .sec-intro-home1 .vc_col-sm-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .sec-intro-home1 .vc_col-sm-4,
  .sec-intro-home1 .vc_col-sm-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home1 .vc_col-sm-5 {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-intro-home1 .k2t-counter {
    width: 25%;
  }
}
@media only screen and (max-width: 667px) {
  .sec-intro-home1 .k2t-counter {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-video-company {
    height: 0;
    background: #1e2126;
  }
}
@media only screen and (max-width: 667px) {
  .sec-video-company .sec-content-video {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec-last-news .date-meta {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-last-news .entry-content {
    width: 75%;
  }
}
@media only screen and (max-width: 736px) {
  .sec-last-news .b-grid .column-2 .post-item,
  .sec-last-news .b-masonry .column-2 .post-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-who-what-why .wpb_column {
    width: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .sec-who-what-why .wpb_column {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form-quick-quote .col-1,
  .form-quick-quote .col-2,
  .form-quick-quote .col-3,
  .form-quick-quote .col-4,
  .form-quick-quote .col-5,
  .form-quick-quote .col-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form-quick-quote .col-1 input,
  .form-quick-quote .col-2 input,
  .form-quick-quote .col-3 input,
  .form-quick-quote .col-4 input,
  .form-quick-quote .col-5 input,
  .form-quick-quote .col-6 input,
  .form-quick-quote .col-1 select,
  .form-quick-quote .col-2 select,
  .form-quick-quote .col-3 select,
  .form-quick-quote .col-4 select,
  .form-quick-quote .col-5 select,
  .form-quick-quote .col-6 select {
    width: 100%;
  }
}
.k2t-slider .vc_column_container {
  z-index: -1;
  margin-top: -100px;
}
.sec-intro-home2 .wpb_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sec-intro-home2 .vc_column-inner {
  padding-top: 0 !important;
  overflow: hidden;
}
.sec-intro-home2 .sec-service {
  width: 60%;
  float: left;
  margin-top: 110px;
}
.sec-intro-home2 .sec-service .h,
.sec-intro-home2 .sec-service .content-service {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
@media only screen and (max-width: 667px) {
  .sec-intro-home2 .sec-service {
    width: 100%;
    float: none;
  }
}
.sec-intro-home2 .sec-service .item-service {
  width: 50%;
  min-height: 240px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 667px) {
  .sec-intro-home2 .sec-service .item-service {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-intro-home2 .sec-service .item-service:hover .h,
.sec-intro-home2 .sec-service .item-service:hover .content-service {
  color: #3498db !important;
}
.sec-intro-home2 .sec-service .item-service .vc_column-inner {
  padding-right: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home2 .sec-service .item-service .vc_column-inner {
    padding-left: 15px;
  }
}
.sec-intro-home2 .sec-service .item-service:nth-child(even) .vc_column-inner {
  padding-right: 0;
  padding-left: 30px;
}
.sec-intro-home2 .sec-service .item-service .heading-service {
  margin-top: 10px;
  margin-bottom: 30px;
}
.sec-intro-home2 .sec-service .icon-service .vc_figure {
  min-height: 70px;
}
.sec-intro-home2 .sec-form-quick-quote {
  width: 40%;
  float: right;
  position: relative;
  background: #3498db;
  color: #fff;
}
@media only screen and (max-width: 667px) {
  .sec-intro-home2 .sec-form-quick-quote {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
}
.sec-intro-home2 .sec-form-quick-quote .vc_column-inner {
  padding-top: 110px !important;
  padding-left: 30px !important;
}
.sec-intro-home2 .sec-form-quick-quote h2.h {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home2 .sec-form-quick-quote h2.h {
    font-size: 30px !important;
  }
}
.sec-intro-home2 .sec-form-quick-quote .placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote {
  margin-top: 15px;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .fleft .wpcf7-not-valid-tip {
  padding: 0;
  text-align: left;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .fright .wpcf7-not-valid-tip {
  padding: 0;
  text-align: left;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .input-group i {
  top: 15px;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 {
  width: 100%;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select {
  width: 100%;
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 15px 15px 0;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input::-webkit-input-placeholder,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input::-moz-placeholder,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input:-ms-input-placeholder,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input::placeholder,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select {
  background: #3498db;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select option {
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 input,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 textarea,
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote .col-6 select {
  margin-bottom: 10px;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote textarea {
  padding-left: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 65px;
  overflow: hidden;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote textarea::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote .form-quick-quote textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-intro-home2 .sec-form-quick-quote:after {
  content: "";
  background: #3498db;
  width: 300%;
  position: absolute;
  height: 100%;
  right: -300%;
  display: block;
}
@media only screen and (max-width: 667px) {
  .sec-intro-home2 .sec-form-quick-quote:after {
    content: none;
  }
}
.sec-who-what-why .vc_column-inner {
  padding-top: 0 !important;
}
.sec-heading-testimonial .h {
  margin-bottom: 0;
}
.sec-heading-testimonial .vc_column-inner {
  padding-top: 110px !important;
}
.sec-list-item-service {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
.sec-list-item-service .icon-item-service .vc_figure {
  min-height: 60px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.sec-list-item-service .conent-item-service {
  padding: 0 20px 70px 20px;
}
@media only screen and (max-width: 1024px) {
  .sec-list-item-service .conent-item-service {
    padding: 0 0px 70px 0px;
  }
}
.sec-counter-home2 {
  max-width: 1170px;
  margin: 0 auto !important;
  text-align: center;
}
.sec-counter-home2 .vc_column-inner {
  padding-top: 0 !important;
}
.sec-counter-home2 .k2t-counter {
  padding: 50px 0 25px 0;
}
.sec-counter-home2 .k2t-counter .counter-inner .wrap-thumb {
  margin-top: 0;
}
.sec-counter-home2 .k2t-counter .counter-number h3 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
}
.sec-counter-home2 .counter-text .title {
  font-weight: 600;
}
.sec-counter-home2 .counter-text:after {
  content: "";
  width: 60px;
  height: 3px;
  background: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sec-the-best {
  padding: 100px 0;
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sec-the-best blockquote {
  font-weight: 400;
  font-style: normal;
  padding-left: 0;
  background: transparent;
  color: #31353d;
}
.sec-the-best blockquote p {
  font-size: 16px;
  margin-top: 50px;
  line-height: 30px;
}
.sec-the-best blockquote:before {
  color: #31353d;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 70px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.sec-the-best .progress {
  margin-bottom: 36px;
}
.sec-the-best .k2t-progress .text {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.sec-the-best .k2t-progress .text .percent {
  bottom: -30px;
  font-style: normal;
  z-index: 1000;
  top: auto;
  color: #fff;
  padding-right: 10px;
}
.sec-last-news-2 {
  margin-top: 75px;
  /*DATE META*/
}
.sec-last-news-2 .h {
  margin-bottom: 0;
}
.sec-last-news-2 .wpb_wrapper {
  max-width: 1170px;
  margin: auto;
}
.sec-last-news-2 .entry-content {
  width: 80%;
  float: right;
  color: #6a6a6a;
}
@media only screen and (max-width: 667px) {
  .sec-last-news-2 .entry-content {
    width: 70%;
  }
}
.sec-last-news-2 .entry-content .entry-title {
  line-height: 20px;
}
.sec-last-news-2 .entry-content .entry-title a {
  font-size: 20px;
  color: #31353d;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.sec-last-news-2 .entry-content .entry-title a:hover {
  color: #3498db;
}
@media only screen and (max-width: 768px) {
  .sec-last-news-2 .k2t-blog .post-item {
    width: 100% !important;
  }
}
.sec-last-news-2 .k2t-blog .post-item .post-inner {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec-last-news-2 .top-meta {
  list-style: none;
  padding: 0;
  color: #3498db;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-family: 'Oswald', sans-serif;
}
.sec-last-news-2 .top-meta .cats,
.sec-last-news-2 .top-meta .comments {
  display: none;
}
.sec-last-news-2 .date-meta {
  position: absolute;
  width: 20%;
  float: left;
  background: #3498db;
  top: 0;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .sec-last-news-2 .date-meta {
    width: 30%;
  }
}
.sec-last-news-2 .date-meta .date-post {
  font-family: 'Oswald', sans-serif;
  font-size: 55px;
  color: #fff;
  display: block;
  margin-top: 40px;
  margin-bottom: 15px;
}
.sec-last-news-2 .date-meta .month-post {
  font-size: 18px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.sec-last-news-2 .date-meta .year-post {
  color: #fff;
  background: #31353d;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 25px;
  padding: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 667px) {
  .sec-last-news-2 .date-meta .year-post {
    padding: 15px;
  }
}
.has_under_line {
  position: relative;
}
.has_under_line .h:after {
  content: "";
  width: 60px;
  height: 4px;
  background: #fff;
  display: block;
  bottom: -30px;
  position: absolute;
  left: 0;
}
.sec-slider-home3 {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 667px) {
  .sec-slider-home3 .vc_column-inner {
    padding: 0 !important;
  }
}
.sec-slider-home3 .sec-form-quick-quote {
  width: 47%;
  float: right;
  position: absolute;
  background: rgba(52, 152, 219, 0.8);
  color: #fff;
  right: 0;
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .sec-slider-home3 .sec-form-quick-quote {
    width: 100%;
    position: relative;
    float: none;
  }
}
.sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
    width: 130%;
    background: #3498db;
  }
}
@media only screen and (max-width: 667px) {
  .sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 667px) {
  .sec-slider-home3 .sec-form-quick-quote {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
  }
}
.sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
  padding-top: 110px !important;
  padding-left: 30px !important;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 667px) {
  .sec-slider-home3 .sec-form-quick-quote .vc_column-inner {
    padding-top: 20px !important;
    padding-left: 15px !important ;
    padding-right: 15px !important ;
  }
}
.sec-slider-home3 .sec-form-quick-quote h2.h {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote h2.h {
    font-size: 30px !important;
  }
}
.sec-slider-home3 .sec-form-quick-quote .placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote {
  margin-top: 15px;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .fleft .wpcf7-not-valid-tip {
  padding: 0;
  text-align: left;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .fright .wpcf7-not-valid-tip {
  padding: 0;
  text-align: left;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .input-group i {
  top: 10px;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote .form-quick-quote .input-group i {
    top: 5px;
  }
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 {
  width: 100%;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select {
  width: 100%;
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input::-webkit-input-placeholder,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input::-moz-placeholder,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input:-ms-input-placeholder,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input::placeholder,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select {
  background: transparent;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select option {
  color: #fff;
  background: rgba(52, 152, 219, 0.8);
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 textarea,
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 input,
  .sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 textarea,
  .sec-slider-home3 .sec-form-quick-quote .form-quick-quote .col-6 select {
    padding: 5px 15px;
  }
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea {
  padding-left: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 65px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea {
    padding: 5px 15px;
  }
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote .form-quick-quote textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
}
.sec-slider-home3 .sec-form-quick-quote:after {
  content: "";
  background: #3498db;
  width: 300%;
  position: absolute;
  height: 100%;
  right: -300%;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .sec-slider-home3 .sec-form-quick-quote:after {
    content: none;
  }
}
.sec-intro-home3 .wpb_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sec-intro-home3 .vc_column-inner {
  padding-top: 0 !important;
}
.sec-intro-home3 .sec-service {
  width: 70%;
  float: left;
  margin-top: 110px;
}
.sec-intro-home3 .sec-service .h,
.sec-intro-home3 .sec-service .content-service {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home3 .sec-service {
    width: 60%;
    float: right;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-intro-home3 .sec-service {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 667px) {
  .sec-intro-home3 .sec-service {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.sec-intro-home3 .sec-service .item-service {
  width: 50%;
  min-height: 220px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 667px) {
  .sec-intro-home3 .sec-service .item-service {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec-intro-home3 .sec-service .item-service:hover .h,
.sec-intro-home3 .sec-service .item-service:hover .content-service {
  color: #3498db !important;
}
.sec-intro-home3 .sec-service .item-service .content-service {
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home3 .sec-service .item-service .content-service {
    padding: 0 15px 15px 15px;
  }
}
.sec-intro-home3 .sec-service .item-service .vc_column-inner {
  padding-right: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .sec-intro-home3 .sec-service .item-service .vc_column-inner {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 667px) {
  .sec-intro-home3 .sec-service .item-service .vc_column-inner {
    padding-left: 0;
  }
}
.sec-intro-home3 .sec-service .item-service .vc_column-inner > .wpb_wrapper {
  padding-top: 30px;
  background: #2f343a;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sec-intro-home3 .sec-service .item-service:nth-child(even) .vc_column-inner {
  padding-right: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .sec-intro-home3 .sec-service .item-service:nth-child(even) .vc_column-inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 667px) {
  .sec-intro-home3 .sec-service .item-service:nth-child(even) .vc_column-inner {
    padding: 0;
  }
}
.sec-intro-home3 .sec-service .item-service .heading-service {
  margin-top: 10px;
}
.sec-intro-home3 .sec-service .icon-service .vc_figure {
  min-height: 70px;
}
.sec-content-intro {
  width: 30%;
  float: left;
  margin-top: 110px;
}
@media only screen and (max-width: 1024px) {
  .sec-content-intro {
    width: 40%;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-content-intro {
    width: 100%;
    float: none;
    padding: 0 15px;
  }
}
.sec-content-intro .h {
  margin-bottom: 0;
}
.sec-testimonial {
  overflow: hidden;
}
.sec-testimonial .wpb_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sec-testimonial .owl-carousel .owl-stage-outer {
  overflow: inherit;
}
.sec-testimonial .owl-carousel .owl-item {
  visibility: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.sec-testimonial .owl-carousel .owl-item.active {
  visibility: visible;
}
.sec-testimonial .owl-carousel .owl-controls {
  width: 60%;
  position: absolute;
  float: right;
  left: 40%;
  bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .sec-testimonial .owl-carousel .owl-controls {
    bottom: 10px;
  }
}
@media only screen and (max-width: 667px) {
  .sec-testimonial .owl-carousel .owl-controls {
    left: 0;
    width: 100%;
  }
}
.sec-testimonial .sec-heading-testimonial {
  width: 60%;
  text-align: left;
  float: right;
}
.sec-testimonial .sec-heading-testimonial .vc_column-inner {
  padding-top: 70px !important;
}
@media only screen and (max-width: 667px) {
  .sec-testimonial .sec-heading-testimonial {
    width: 100%;
    float: none;
  }
}
.sec-testimonial .k2t-testimonial {
  clear: both;
}
.sec-last-news-3 .wpb_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sec-last-news-3 .k2t-blog {
  padding-top: 50px;
}
.sec-last-news-3 .post-item {
  padding: 0 !important;
}
.sec-last-news-3 .post-item .thumb-wrap img {
  width: 100%;
}
.sec-last-news-3 .post-item:nth-child(odd) .thumb-wrap.top {
  display: none;
}
.sec-last-news-3 .post-item:nth-child(odd) .thumb-wrap.bottom {
  display: block;
}
.sec-last-news-3 .post-item:nth-child(odd) .entry-content {
  background: #3498db;
  color: #fff;
  min-height: 400px;
}
@media only screen and (max-width: 768px) {
  .sec-last-news-3 .post-item:nth-child(odd) .entry-content {
    min-height: initial;
  }
}
.sec-last-news-3 .post-item:nth-child(odd) .entry-content .entry-title > *,
.sec-last-news-3 .post-item:nth-child(odd) .entry-content .top-meta > * {
  color: #fff;
}
.sec-last-news-3 .post-item:nth-child(odd) .entry-content .top-meta a {
  color: #fff;
}
.sec-last-news-3 .post-item:nth-child(even) .thumb-wrap.bottom {
  display: none;
}
.sec-last-news-3 .post-inner .entry-title {
  font-size: 20px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0;
  text-transform: uppercase;
}
.sec-last-news-3 .post-inner .entry-title > * {
  font-family: 'Oswald', sans-serif;
}
.sec-last-news-3 .post-inner .top-meta {
  list-style: none;
  padding: 0;
  font-size: 12px;
}
.sec-last-news-3 .post-inner .top-meta > * {
  font-family: 'Oswald', sans-serif;
  color: #393939;
}
.sec-last-news-3 .post-inner .top-meta li {
  display: inline-block;
  padding-right: 10px;
}
.sec-last-news-3 .post-inner .top-meta li span,
.sec-last-news-3 .post-inner .top-meta li a {
  text-transform: capitalize;
}
.sec-last-news-3 .post-inner .top-meta .comments {
  display: none;
}
.sec-last-news-3 .post-inner .mask {
  display: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sec-last-news-3 .post-inner:hover .thumb-wrap {
  position: relative;
}
.sec-last-news-3 .post-inner:hover .thumb-wrap .mask {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.32);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sec-last-news-3 .post-inner:hover .thumb-wrap .mask i:before {
  content: url(../img/icons/plus.png);
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.masonry-layout .wrap-readmore .k2t-readmore {
  background: none;
  border: none;
  color: #000;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.masonry-layout .wrap-readmore .k2t-readmore:after {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2ee';
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.masonry-layout .wrap-readmore .k2t-readmore:hover {
  color: #3498db !important;
}
.masonry-layout .wrap-readmore .k2t-readmore:hover:after {
  color: #3498db;
  padding-left: 25px;
}
.masonry-layout .wrap-readmore:hover .k2t-readmore {
  background: none;
  border: none;
  color: #000;
  text-align: left;
  font-size: 14px;
}
.masonry-layout .post-item:nth-child(odd) .wrap-readmore .k2t-readmore {
  background: none;
  border: none;
  color: #fff;
  text-align: left;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.masonry-layout .post-item:nth-child(odd) .wrap-readmore .k2t-readmore:after {
  font-family: 'Material-Design-Iconic-Font';
  content: '\f2ee';
  padding-left: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.masonry-layout .post-item:nth-child(odd) .wrap-readmore .k2t-readmore:hover {
  color: #fff;
}
.masonry-layout .post-item:nth-child(odd) .wrap-readmore .k2t-readmore:hover:after {
  color: #fff;
  padding-left: 25px;
}
.masonry-layout .post-item:nth-child(odd) .wrap-readmore:hover .k2t-readmore {
  background: none;
  border: none;
  color: #fff !important;
  text-align: left;
  font-size: 14px;
}
.sec-company-link .wpb_wrapper {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.sec-company-link .vc_column-inner {
  padding: 50px 0 !important;
}
.sec-company-link .vc_column-inner .k2t-carousel {
  margin: 0;
}
.input-group select {
  overflow: hidden;
}
/* FAQ PAGE */
.sec-faq {
  margin-top: 40px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .sec-faq {
    margin-bottom: 20px;
  }
}
.sec-faq .vc_toggle_title {
  border: 1px solid #ccc;
  padding: 20px;
  border-left: 3px solid #3498db;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.sec-faq .vc_toggle_title h4 {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .sec-faq .vc_toggle_title {
    padding: 5px;
  }
}
.sec-faq .vc_toggle_title > * {
  color: #505050;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 667px) {
  .sec-faq .vc_toggle_title > * {
    font-size: 14px;
  }
}
.sec-faq .vc_toggle_title .vc_toggle_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .sec-faq .vc_toggle_title .vc_toggle_icon {
    right: 5px;
  }
}
.sec-faq .vc_toggle_title .vc_toggle_icon:before,
.sec-faq .vc_toggle_title .vc_toggle_icon:after {
  border-color: #888 !important;
}
.sec-faq .vc_toggle_title .vc_toggle_icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sec-faq .vc_toggle_active .vc_toggle_title {
  background: #3498db;
}
.sec-faq .vc_toggle_active .vc_toggle_title > * {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.sec-faq .vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  border-color: #fff !important;
}
.sec-faq .vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
  border-color: #fff !important;
}
.sec-faq .vc_toggle_content {
  padding: 10px 30px 30px 30px;
  color: #a1a1a1;
  font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 768px) {
  .sec-faq .vc_toggle_content {
    padding: 5px;
  }
}
/*--------------------------------------------------------------	
	10. Single blog
--------------------------------------------------------------*/
.k2t-btn.k2t-readmore {
  font-size: 100%;
  float: left;
  height: 60px;
  line-height: 60px;
  min-width: 187px;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #31353d;
}
.k2t-btn.k2t-readmore:hover {
  background: #3498db;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry {
    margin-bottom: 40px;
  }
}
.single-post .post-entry blockquote {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  padding-left: 35px;
  line-height: 30px;
  margin: 30px auto;
}
.single-post .post-entry blockquote p {
  margin-bottom: 5px;
  line-height: 1.25;
  color: #000;
}
.single-post .post-entry blockquote:before {
  -webkit-transform: rotateX(-180deg) rotateY(180deg);
  -moz-transform: rotateX(-180deg) rotateY(180deg);
  -ms-transform: rotateX(-180deg) rotateY(180deg);
  -o-transform: rotateX(-180deg) rotateY(180deg);
  transform: rotateX(-180deg) rotateY(180deg);
}
.single-post .post-entry p {
  line-height: 180%;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry p {
    margin-bottom: 15px;
    line-height: 160%;
  }
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry .wp-caption {
    margin-bottom: 20px;
  }
}
.single-post .post-entry .wp-caption img {
  display: block;
  max-width: 770px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .single-post .post-entry .wp-caption img {
    max-width: 100%;
  }
}
.single-post .post-entry .wp-caption p.wp-caption-text {
  margin-top: 23px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 667px) {
  .single-post .post-entry .wp-caption p.wp-caption-text {
    margin-bottom: 0;
  }
}
.single-post .post-entry > p + .wp-caption {
  margin-top: 33px !important;
}
.single-post .post-entry > p + .gallery {
  margin-top: 23px !important;
}
.single-post .k2t-blog {
  padding: 0;
}
.single-post .k2t-blog .k2t-blog-inner {
  background-color: transparent;
  position: relative;
}
.single-post .k2t-blog .format-audio .placeholder {
  display: none;
}
.single-post .k2t-blog .flx-entry-thumb {
  margin-bottom: 50px;
  float: left;
}
.single-post .k2t-blog .flx-entry-thumb.no-post-thumbnail {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .single-post .k2t-blog .flx-entry-thumb {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 667px) {
  .single-post .k2t-blog .flx-entry-thumb {
    margin-bottom: 40px;
  }
}
.single-post #main-col {
  background-color: #fff;
  margin-bottom: 97px;
  padding: 0 50px 80px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-post #main-col:hover {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 667px) {
  .single-post #main-col {
    margin-bottom: 40px;
    padding: 0 15px 3px;
  }
}
.single-post .post .wp-video .control,
.single-post .post .wp-video .next,
.single-post .post .wp-video .prev {
  display: none;
}
body:not(.has-shortcode).single .k2t-blog {
  margin-top: 62px;
}
body:not(.has-shortcode) .k2t-content:not(.no-sidebar) #main-col {
  padding: 0 15px;
  margin: 0;
}
.single-post .top-meta {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  font-family: 'Oswald', sans-serif;
}
.single-post .top-meta li {
  display: inline-block;
  color: #444;
  text-transform: uppercase;
  font-size: 85.71428571%;
  font-weight: 300;
}
.single-post .top-meta li:after {
  content: "/";
}
.single-post .top-meta .date-meta {
  color: #444;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.single-post .top-meta .date-meta:after {
  content: none;
}
.single-post .categories-list a {
  color: #444;
  display: inline-block;
  font-weight: 300;
}
.single-post .categories-list a:hover {
  color: #3498db;
}
.single-post .categories-list a:not(:last-child) {
  margin-right: 1px;
}
.entry-box .entry-title {
  margin-top: 4px;
  margin-bottom: 10px;
  word-wrap: break-word;
  text-transform: capitalize;
  font-size: 342.85714286%;
}
.entry-box .entry-title a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 667px) {
  .entry-box .entry-title {
    margin-bottom: 40px;
  }
}
.entry-box .post-entry {
  margin-bottom: 75px;
}
.entry-box iframe {
  width: 100% !important;
}
.bottom-meta {
  border-bottom: 1px #f8f8f8 solid;
  margin-bottom: 55px;
  padding-bottom: 7px;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 667px) {
  .bottom-meta {
    margin-bottom: 30px;
  }
}
.bottom-meta > * {
  float: left;
}
.bottom-meta .social ul li {
  float: left;
  width: auto;
  max-width: initial;
}
.bottom-meta .social ul li a {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 300;
}
.bottom-meta .social ul li a i {
  display: none;
}
.bottom-meta .social ul li a span {
  display: inline-block;
  text-transform: uppercase;
}
.bottom-meta .social ul li a:hover {
  color: #000;
}
.bottom-meta .share-meta {
  float: right;
  padding-top: 3px;
}
.bottom-meta .share-meta .share-title {
  display: none;
}
#main-col .tagcloud span {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 10px;
}
#main-col .tagcloud a {
  color: #484848;
  display: inline-block;
  font-size: 100%;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  text-align: center;
  padding: 0 5px;
  text-transform: uppercase;
}
#main-col .tagcloud a:hover {
  color: #000;
}
#main-col .tagcloud a:not(:last-child) {
  margin-right: 5px;
}
.about-author {
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding: 30px 30px 19px;
}
.about-author .author-avatar {
  float: left;
}
.about-author .author-info {
  float: right;
  padding-left: 20px;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 667px) {
  .about-author .author-info {
    padding: 0px;
    width: 100%;
  }
}
.about-author .author-info h4 {
  float: left;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-size: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 667px) {
  .about-author .author-info h4 {
    padding-top: 10px;
  }
}
.about-author .author-info .social ul {
  margin-left: 0;
}
.about-author .author-info .social ul li {
  float: left;
  text-align: left;
}
.about-author .author-info .social ul li a {
  font-size: 14px;
}
.about-author .author-info .user-location {
  clear: both;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 100%;
}
.about-author .description {
  clear: both;
  color: #a1a1a1;
  padding-top: 3px;
  width: 100%;
}
.related-posts {
  margin-bottom: 120px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .related-posts {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 667px) {
  .related-posts {
    margin-bottom: 0;
  }
}
.related-posts .related-title {
  margin-bottom: 70px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 667px) {
  .related-posts .related-title {
    margin-bottom: 40px;
  }
}
.related-posts .owl-stage-outer {
  padding: 30px 30px 45px;
  margin: -30px -30px -45px;
}
.related-posts .owl-stage-outer .owl-item {
  -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;
}
.related-posts .owl-stage-outer .owl-item:not(.active) {
  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;
}
.related-posts .related-item {
  background-color: #fff;
}
.related-posts .related-item.no-post-thumbnail {
  padding-top: 10px;
}
.related-posts .related-item .related-thum {
  margin-bottom: 12px;
}
.related-posts .related-item .top-meta {
  padding: 0 20px;
}
.related-posts .related-item .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.related-posts .related-item h5 {
  font-size: 114.28571429%;
  font-style: italic;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 2px;
  word-wrap: break-word;
}
.related-posts .related-item .date-meta,
.related-posts .related-item .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 85.71428571%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.related-posts .related-item .date-meta {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 13px;
  margin-right: 10px;
}
.related-posts .related-item .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.related-posts .related-item .author-meta {
  display: inline-block;
  margin-bottom: 37px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.related-posts .related-item .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.related-posts .related-item .wrap-readmore:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.related-posts .related-item .wrap-readmore .k2t-readmore {
  margin-bottom: 33px;
}
.single-format-video.video-style .k2t-title-bar {
  background: #000;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .single-format-video.video-style .k2t-title-bar {
    padding-top: 50% !important;
    padding-bottom: 0 !important;
  }
  .single-format-video.video-style .k2t-title-bar > * {
    display: none;
  }
}
.single-format-video.video-style .k2t-content {
  margin-top: 120px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .single-format-video.video-style .k2t-content {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.single-format-video.video-style .k2t-blog-inner:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .single-format-video.video-style .k2t-blog-inner {
    margin-bottom: 10px !important;
  }
}
.single-format-video.video-style #main-col {
  overflow: hidden;
}
.single.video-style .post.format-video section > *:not(.wrap-left) {
  background: #fff;
  float: left;
}
.single.video-style .post.format-video .flx-entry-thumb {
  background: #fff;
  margin-bottom: 40px;
  padding: 0 0 0;
  width: 100%;
}
.single.video-style .post.format-video .flx-entry-thumb > * {
  display: block;
  margin: 0 auto;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video {
  position: relative;
  opacity: 0;
  width: 100% !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-offscreen {
  background: #cccccc !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-inner:before {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-inner.hide-video-thumb:before {
  display: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls {
  background: #ccc;
  border-radius: 20px;
  margin: 0 0 20px 30px;
  padding: 0 20px;
  height: 40px;
  width: calc(100% - 60px);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls {
    margin: 0 0 10px 15px;
    height: 20px;
    width: calc(100% - 30px);
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button {
  color: #fff;
  font-size: 24px;
  position: relative;
  width: 100px;
  height: 40px;
  line-heigh: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button:before {
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button:before {
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.mejs-play:before {
  content: '\f3aa';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.mejs-pause:before {
  content: '\f3a7';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button.hover {
  color: #d5d6d7;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button button {
  background: none;
  padding: 0;
  margin: 0;
  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%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button span {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button span {
    height: 20px;
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i {
  color: #fff;
  display: none;
  font-family: 'Material-Design-Iconic-Font';
  line-height: 40px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i,
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i {
    line-height: 20px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .next i:hover,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-playpause-button .prev i:hover {
  color: #d5d6d7;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-currenttime-container {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-currenttime-container {
    padding-top: 5px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail {
    padding-top: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-image: url('../img/video-status-bar-bg.jpg');
  background-repeat: repeat-x;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: -webkit-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: -moz-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: -o-linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
  background: linear-gradient(to right, rgba(255,255,255, 1) , rgba(255,89,36,0.8), rgba(255,89,36,1));
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-duration-container {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-duration-container {
    padding-top: 5px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button {
  color: #fff;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button {
    font-size: 18px;
    margin-top: -5px;
    padding: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button:before {
  content: '\f3b9';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button.mejs-unmute:before {
  content: '\f3ba';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button:hover {
  color: #d5d6d7;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button button {
  background: none;
  height: 40px;
  width: 20px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-volume-button .mejs-offscreen {
  display: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button {
  color: #fff;
  font-size: 24px;
  padding-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button {
    font-size: 18px;
    margin-top: -5px;
    padding: 0;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button:before {
  content: '\f16d';
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen:before {
  content: '\f16c';
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button:hover {
  color: #d5d6d7;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-controls .mejs-fullscreen-button button {
  background: none;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video.control-hover .mejs-controls {
  opacity: 1 !important;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control {
  font-size: 24px;
  position: absolute;
  bottom: 60px;
  left: 50px;
  height: 0;
  width: 100px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .flx-entry-thumb .wp-video .control {
    font-size: 18px;
    bottom: 40px;
    left: 33px;
  }
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control > span {
  color: #fff;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: center;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control > span:hover {
  color: #d5d6d7;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .control .next {
  float: right;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .next i,
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .prev i {
  display: block !important;
  width: 30px;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .prev {
  left: 6px;
  text-align: left;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen .mejs-playpause-button .next {
  right: 10px;
  text-align: right;
}
.single.video-style .post.format-video .flx-entry-thumb .wp-video .mejs-container-fullscreen + .control {
  display: none !important;
}
.single.video-style .post.format-video .wrap-left {
  float: left;
  padding-right: 20px;
  width: calc(100% - 370px);
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .wrap-left {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .wrap-left {
    padding-right: 0;
    width: 100%;
  }
}
.single.video-style .post.format-video .wrap-left > * {
  background: #fff;
}
.single.video-style .post.format-video .wrap-left .entry-content {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 37px 30px 0;
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .wrap-left .entry-content {
    padding: 37px 15px 0;
  }
}
.single.video-style .post.format-video .wrap-left .entry-content .entry-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .wrap-left .entry-content .entry-title {
    font-size: 26px;
  }
}
.single.video-style .post.format-video .wrap-left .entry-content .post-entry {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 38px;
}
.single.video-style .post.format-video .video-related {
  padding: 40px 30px 20px;
  position: relative;
  width: 370px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .single.video-style .post.format-video .video-related {
    padding: 40px 15px 20px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .single.video-style .post.format-video .video-related {
    margin-top: 40px;
    width: 100%;
  }
}
.single.video-style .post.format-video .video-related .related-title {
  font-size: 24px;
}
.single.video-style .post.format-video .video-related .related-item {
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  margin-bottom: 22px;
  padding-bottom: 20px;
}
.single.video-style .post.format-video .video-related .related-item.curr-video {
  display: none;
}
.single.video-style .post.format-video .video-related .related-item:hover .flx-entry-thumb .mask-item {
  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;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 3px;
  position: relative;
  float: left;
  width: 90px;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb .mask-item {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  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-align: center;
  -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;
}
.single.video-style .post.format-video .video-related .related-item .flx-entry-thumb .mask-item:before {
  content: '\f3aa';
  color: #7d8683;
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 30px;
  margin-left: 3px;
}
.single.video-style .post.format-video .video-related .related-item .meta {
  padding-left: 20px;
  float: left;
  width: calc(100% - 90px);
}
.single.video-style .post.format-video .video-related .related-item .meta h5 {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 5px;
}
.single.video-style .post.format-video .video-related .related-item .meta .date-meta {
  font-size: 13px;
  line-height: 1.2em;
}
.single.video-style .post.format-video .video-related .total {
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 40px;
  right: 30px;
}
.single.video-style .post.format-video .video-related .total:before {
  content: '(';
  display: inline-block;
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}
.single.video-style .post.format-video .video-related .total:after {
  content: ')';
  display: inline-block;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  -o-transform: translateX(-2px);
  transform: translateX(-2px);
}
/*--------------------------------------------------------------
	10. Comment
--------------------------------------------------------------*/
body.page .comments-area {
  background: #fff;
  margin: 40px auto;
  max-width: 1200px;
  padding: 27px 30px 10px;
}
.bypostauthor {
  background: #fff6f4;
}
.bypostauthor .comment-meta {
  background: transparent !important;
}
.comments-area {
  background: #fff;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .comments-area {
    padding: 30px 15px;
  }
}
.comments-area .reply-title {
  margin-bottom: 0;
}
.comments-area > .comments-title {
  margin-bottom: 60px;
  font-size: 100%;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.comments-area > .comments-title span {
  color: #d5d6d7;
}
.comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area > ul li.comment {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment ul.children {
  padding-left: 20px;
}
@media only screen and (max-width: 667px) {
  .comments-area > ul li.comment ul.children {
    padding: 0;
  }
}
.comments-area > ul li.comment > article {
  display: inline-block;
  display: block;
  margin-bottom: 20px;
  padding: 0px;
}
.comments-area > ul li.comment > article:before,
.comments-area > ul li.comment > article:after {
  content: " ";
  display: table;
}
.comments-area > ul li.comment > article:after {
  clear: both;
}
@media only screen and (max-width: 667px) {
  .comments-area > ul li.comment > article {
    margin-bottom: 0;
  }
}
.comments-area > ul li.comment > article > * {
  float: left;
}
.comments-area > ul li.comment > article .comment-top {
  padding-left: 20px;
  width: calc( 100% - 90px );
}
@media only screen and (max-width: 667px) {
  .comments-area > ul li.comment > article .comment-top {
    padding: 0;
    width: 100%;
  }
}
.comments-area > ul li.comment > article .comment-top .comment-meta {
  overflow: hidden;
  width: 100%;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info {
  float: left;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author {
  display: block;
  font-size: 128.57142857%;
  font-style: italic;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 6px;
  padding-top: 7px;
  text-transform: none;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info .comment-author span {
  color: #000;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .comment-info > span {
  color: #000;
  display: block;
  font-size: 100%;
  line-height: 14px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link {
  float: right;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a {
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 2.4px;
  font-family: "Oswald";
  text-transform: uppercase;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:not(:last-child) {
  margin-right: 20px;
}
.comments-area > ul li.comment > article .comment-top .comment-meta .action-link a:hover {
  color: #3498db;
}
.comments-area > ul li.comment > article .comment-content {
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  margin-top: 18px;
  width: 100%;
  color: #a1a1a1;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea {
  color: #a1a1a1;
  background: transparent;
  font-weight: 300;
  padding: 15px 30px;
  text-transform: none;
  border: none;
  border-bottom: 1px dotted #464646;
}
.comments-area textarea {
  font-size: 128.57142857%;
  font-weight: 300;
  font-style: normal;
  word-spacing: 0.1em;
}
.comments-area .logged-in-as {
  margin-bottom: 22px;
}
.comments-area .comment-respond .comment-notes {
  opacity: 0;
  height: 0;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 0;
  opacity: 0;
  height: 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 only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author,
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form-author.active,
.comments-area .comment-respond .comment-form-email.active {
  opacity: 1;
  height: 51px;
  margin-bottom: 30px;
  -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;
}
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
  width: 100%;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
  position: relative;
}
.comments-area .comment-respond .comment-form-author i,
.comments-area .comment-respond .comment-form-email i {
  color: #ccc;
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 20px;
}
.comments-area .comment-respond .comment-form-author input:focus + i,
.comments-area .comment-respond .comment-form-email input:focus + i {
  color: #d5d6d7;
}
.comments-area .comment-respond .comment-form-author {
  padding-right: 15px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author {
    padding-right: 0;
  }
}
.comments-area .comment-respond .comment-form-author i {
  top: 18px;
  right: 35px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-author i {
    right: 20px;
  }
}
.comments-area .comment-respond .comment-form-email {
  padding-left: 15px;
}
@media only screen and (max-width: 480px) {
  .comments-area .comment-respond .comment-form-email {
    padding-left: 0;
  }
}
.comments-area .comment-respond .comment-form-comment {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-respond .comment-form-comment > span {
  font-size: 24px;
  position: absolute;
  top: 38px;
  left: 28px;
}
.comments-area .comment-respond .comment-form-comment textarea {
  line-height: 16px;
  padding-top: 100px;
}
.comments-area .comment-respond .comment-form-comment textarea:focus + span {
  color: #d5d6d7;
}
.comments-area .comment-respond .form-submit {
  height: 0;
  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;
  text-align: right;
}
.comments-area .comment-respond .form-submit.active {
  height: 40px;
  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;
}
.comments-area .comment-respond .form-submit.active input[type="submit"] {
  height: 40px;
  -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;
}
.comments-area .comment-respond .form-submit input[type="submit"] {
  min-width: 200px;
  height: 0;
  line-height: 38px;
  font-family: 'Oswald', sans-serif;
  -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;
}
/*--------------------------------------------------------------
	11. Blog archive
--------------------------------------------------------------*/
/* general for bog */
.k2t-blog .post-item.sticky .flx-entry-thumb {
  position: relative;
}
.k2t-blog .post-item.sticky .flx-entry-thumb:before {
  content: '';
  border: 10px #d5d6d7 solid;
  border-top-width: 15px;
  border-bottom-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.k2t-blog .no-readmore-button {
  padding-top: 20px;
}
.k2t-blog .wrap-readmore.custom {
  margin-top: 15px;
}
/* Navigation */
.k2t-navigation {
  margin-bottom: 100px;
  margin-top: 80px;
  text-align: right;
}
.k2t-navigation ul {
  display: inline-block;
  list-style: none;
}
.k2t-navigation ul li {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.k2t-navigation ul li a {
  color: #1e1e1e;
  display: block;
  position: relative;
  font-weight: 700;
}
.k2t-navigation ul li a:hover {
  color: #3498db;
  border: .5px solid #3498db;
}
.k2t-navigation ul li:not(:first-child) * {
  margin-left: 10px;
  min-width: 33px;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.k2t-navigation ul li .page-numbers.dots {
  border: none;
}
.k2t-navigation ul li .current {
  color: #3498db;
  cursor: default;
  position: relative;
  display: inline-block;
  border: 1px solid #3498db;
  text-align: center;
  font-weight: 700;
  min-width: 33px;
}
.k2t-navigation ul li .next,
.k2t-navigation ul li .prev {
  display: none;
}
.k2t-navigation ul li .prev {
  margin-right: 5px;
}
.k2t-navigation ul li .next {
  margin-left: 6px;
}
.page-break a {
  padding: 0 5px;
}
/* Isotope filter */
.k2t-isotop-filter {
  text-align: center;
  width: 100%;
}
.k2t-isotop-filter .menu-filter {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
}
.k2t-isotop-filter .menu-filter li {
  display: inline-block;
  margin-left: 14px;
  margin-right: 14px;
}
.k2t-isotop-filter .menu-filter li span {
  color: #a3a3a3;
  cursor: pointer;
  display: block;
  font-size: 100%;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -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 only screen and (min-width: 1200px) {
  .k2t-isotop-filter .menu-filter li span:hover {
    color: #252525;
    -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-isotop-filter .menu-filter li span:not(.active):before {
    content: '';
    background-color: #d5d6d7;
    position: absolute;
    bottom: 4px;
    left: 51%;
    height: 2px;
    width: 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-isotop-filter .menu-filter li span:not(.active):after {
    content: '';
    background-color: #d5d6d7;
    position: absolute;
    bottom: 4px;
    right: 51%;
    height: 2px;
    width: 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-isotop-filter .menu-filter li span:not(.active):hover:before {
    left: 0;
    width: 51%;
    -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-isotop-filter .menu-filter li span:not(.active):hover:after {
    right: 0;
    width: 51%;
    -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-isotop-filter .menu-filter li .active {
  color: #252525;
}
.k2t-isotop-filter .menu-filter li .active:before {
  content: '';
  background-color: #d5d6d7;
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 2px;
  width: 100%;
}
.k2t-blog {
  padding-top: 100px;
}
.k2t-blog iframe {
  max-width: 100%;
}
/* Blog large */
.b-large .post-item:nth-child(odd) .flx-entry-thumb {
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .b-large .post-item:nth-child(odd) .flx-entry-thumb {
    margin-right: 15px;
  }
}
.b-large .post-item:nth-child(odd) .entry-content {
  padding-right: 15px;
}
.b-large .post-item:nth-child(even) .flx-entry-thumb {
  float: right;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .b-large .post-item:nth-child(even) .flx-entry-thumb {
    margin-left: 15px;
  }
}
.b-large .post-item:nth-child(even) .entry-content {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .b-large .post-item .entry-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .entry-content {
    padding: 0 15px;
  }
}
.b-large .post-item .entry-content ul {
  margin-bottom: 15px;
  padding-top: 15px;
}
.b-large .post-item .entry-content ul ul {
  margin-bottom: 0;
}
/*@media 667px {
  .b-large .post-item .entry-content {
    padding: 0 15px;
  }
}*/
@media only screen and (max-width: 768px) {
  .b-large .post-item .flx-entry-thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .b-large .post-item .flx-entry-thumb {
    width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 568px) {
  .b-large .post-item .flx-entry-thumb {
    width: 100%;
    padding: 0 15px;
  }
}
.b-large .post-item .flx-entry-thumb.no-post-thumbnail {
  background: #fff;
  padding-top: 20px;
}
.b-large .post-item .flx-entry-thumb img {
  display: block;
}
.b-large .post-item.quote-post .flx-entry-thumb {
  padding: 20px 20px 0;
}
.b-large .post-item.quote-post .flx-entry-thumb blockquote {
  padding: 15px 40px;
}
.b-large .post-item .top-meta {
  list-style: none;
  padding: 0;
  font-family: 'Oswald', sans-serif;
}
.b-large .post-item .top-meta li {
  display: inline-block;
  padding-right: 5px;
}
.b-large .post-item .top-meta li.author-meta {
  padding-right: 2px;
}
.b-large .post-item .top-meta li .font-top {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.b-large .post-item .top-meta li span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  /*color: #;*/
  padding-right: 5px;
}
.b-large .post-item .top-meta li strong,
.b-large .post-item .top-meta li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #6a6a6a;
  text-transform: capitalize;
}
.b-large .post-item .top-meta .categories-list a:before {
  content: '-';
  display: inline-block;
  padding-right: 5px;
}
.b-large .post-item .top-meta .categories-list a:hover {
  color: #3498db;
}
.b-large .post-item .top-meta .author-meta a:hover {
  color: #3498db;
}
.b-large .post-item .top-meta h5 {
  word-wrap: break-word;
}
.b-large .post-item .top-meta .entry-title {
  margin-bottom: 0;
}
.b-large .post-item .top-meta .date-meta,
.b-large .post-item .top-meta .author-meta > * {
  text-transform: none;
}
.b-large .post-item .entry-title {
  font-size: 157.14285714%;
}
.b-large .post-item .entry-title a {
  color: #252525;
  font-family: 'Oswald', sans-serif;
}
.b-large .post-item .entry-title a:hover {
  color: #3498db;
}
.b-large .post-item .tagcloud a:after {
  content: ',';
  padding-right: 5px;
}
.b-large .post-item .tagcloud a:last-child:after {
  content: "";
}
.b-large .post-item .k2t-readmore {
  margin-bottom: 40px;
}
.b-large .sticky .entry-content {
  padding-top: 30px;
}
/*SEARCH*/
.search .top-meta {
  list-style: none;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
.search .top-meta li {
  display: inline-block;
  padding-right: 5px;
}
.search .top-meta li.author-meta {
  padding-right: 2px;
}
.search .top-meta li .font-top {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.search .top-meta li span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  /*color: #;*/
  padding-right: 5px;
}
.search .top-meta li strong,
.search .top-meta li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #6a6a6a;
  text-transform: capitalize;
}
.search .top-meta .categories-list a:before {
  content: '-';
  display: inline-block;
  padding-right: 5px;
}
.search .top-meta .categories-list a:hover {
  color: #3498db;
}
.search .top-meta .author-meta a:hover {
  color: #3498db;
}
.search .top-meta h5 {
  word-wrap: break-word;
}
.search .top-meta .entry-title {
  margin-bottom: 0;
}
.search .top-meta .date-meta,
.search .top-meta .author-meta > * {
  text-transform: none;
}
.search .entry-title {
  font-size: 157.14285714%;
}
.search .entry-title a {
  color: #252525;
  font-family: 'Oswald', sans-serif;
}
.search .entry-title a:hover {
  color: #3498db;
}
.search .tagcloud a:after {
  content: ',';
  padding-right: 5px;
}
.search .tagcloud a:last-child:after {
  content: "";
}
body:not(.has-shortcode) .b-large:not(.no-sidebar) .post-item:nth-child(odd) .flx-entry-thumb {
  float: none;
  margin: auto;
}
body:not(.has-shortcode) .b-large:not(.no-sidebar) .post-item:first-child .post-inner {
  margin-top: 0;
}
body:not(.has-shortcode) .b-large:not(.no-sidebar) .post-item .entry-title {
  font-size: 285.71428571%;
}
body:not(.has-shortcode) .b-large:not(.no-sidebar) .post-item:nth-child(even) .flx-entry-thumb {
  float: none;
  margin: auto;
}
body:not(.has-shortcode) .b-large:not(.no-sidebar) .post-inner {
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-top: 10px;
}
/* margin for showing excerpt */
.k2t-content.show-excerpt .post-item .blog-content {
  margin-bottom: 29px;
}
/*--------------------------------------------------------------
	12. Blog Grid & Masonry
--------------------------------------------------------------*/
.page-template .k2t-navigation {
  margin-top: 20px;
  margin-bottom: 50px;
}
.page-template .space-no-nav {
  padding-bottom: 50px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .page-template .space-no-nav {
    padding-bottom: 0;
  }
}
.page-template .k2t-navigation + .space-no-nav {
  padding-bottom: 0;
}
.b-grid .audio-post .flx-entry-thumb {
  position: relative;
}
.b-grid .audio-post .flx-entry-thumb .placeholder {
  opacity: 0;
}
.b-grid .audio-post .flx-entry-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-masonry .audio-post .flx-entry-thumb .placeholder,
.b-large .audio-post .flx-entry-thumb .placeholder {
  display: none;
}
.b-grid .grid-layout,
.b-masonry .grid-layout,
.b-grid .masonry-layout,
.b-masonry .masonry-layout {
  margin: 0 -15px;
}
.b-grid .k2t-blog-inner,
.b-masonry .k2t-blog-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.b-grid .column-2 .post-item,
.b-masonry .column-2 .post-item {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .b-grid .column-2 .post-item,
  .b-masonry .column-2 .post-item {
    width: 100%;
  }
}
.b-grid .column-3 .post-item,
.b-masonry .column-3 .post-item {
  width: 33.33333333%;
}
@media only screen and (max-width: 568px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .b-grid .column-3 .post-item,
  .b-masonry .column-3 .post-item {
    width: 100%;
  }
}
.b-grid .column-4 .post-item,
.b-masonry .column-4 .post-item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .b-grid .column-4 .post-item,
  .b-masonry .column-4 .post-item {
    width: 100%;
  }
}
.b-grid .column-4 .post-item .top-meta .entry-title,
.b-masonry .column-4 .post-item .top-meta .entry-title {
  font-size: 114.28571429%;
}
.b-grid .post-item,
.b-masonry .post-item {
  float: left;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.b-grid .post-item .flx-entry-thumb,
.b-masonry .post-item .flx-entry-thumb {
  margin-bottom: 12px;
}
.b-grid .post-item .entry-content,
.b-masonry .post-item .entry-content {
  padding: 0 20px;
}
.b-grid .post-item .top-meta .categories-list,
.b-masonry .post-item .top-meta .categories-list {
  margin-bottom: 28px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .categories-list a,
.b-masonry .post-item .top-meta .categories-list a {
  margin-right: 5px;
}
.b-grid .post-item .top-meta .entry-title,
.b-masonry .post-item .top-meta .entry-title {
  font-size: 171.42857143%;
  line-height: 150%;
  margin-bottom: 3px;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta,
.b-grid .post-item .top-meta .author-meta > *,
.b-masonry .post-item .top-meta .author-meta > * {
  color: #959595;
  display: inline-block;
  font-size: 85.71428571%;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
}
.b-grid .post-item .top-meta .date-meta,
.b-masonry .post-item .top-meta .date-meta {
  margin-right: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.b-grid .post-item .top-meta .date-meta i,
.b-masonry .post-item .top-meta .date-meta i {
  display: inline-block;
  margin-right: 4px;
}
.b-grid .post-item .top-meta .author-meta,
.b-masonry .post-item .top-meta .author-meta {
  display: inline-block;
  margin-bottom: 38px;
  position: relative;
  top: initial;
  left: initial;
  text-transform: uppercase;
}
.b-grid .post-item .top-meta .author-meta:hover *,
.b-masonry .post-item .top-meta .author-meta:hover * {
  color: #d5d6d7;
}
.b-grid .post-item .top-meta .author-meta i,
.b-masonry .post-item .top-meta .author-meta i {
  font-style: normal;
  margin-right: 5px;
}
.b-grid .post-item .k2t-readmore,
.b-masonry .post-item .k2t-readmore {
  margin-bottom: 31px;
}
.b-grid .column-4 .flx-entry-thumb iframe {
  height: 100%;
}
/*--------------------------------------------------------------
	13. Shadow style
--------------------------------------------------------------*/
.career-list {
  list-style: none;
  padding-left: 0;
}
.career-list li {
  background: #fff;
  margin-bottom: 30px;
  padding: 19px 30px 0;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .career-list li {
    padding: 19px 15px 0;
  }
  .career-list li h4 {
    margin-bottom: 4px;
  }
}
.career-list li > *:first-child {
  float: left;
}
.career-list li > *:last-child {
  float: right;
}
@media only screen and (max-width: 768px) {
  .career-list li > *:last-child {
    float: left;
    margin-bottom: 19px !important;
    width: 100%;
  }
}
.express-shadow.page:not(.page-template) .k2t-body,
.express-shadow .k2t-testimonial.style-2 .owl-item,
.express-shadow .k2t-header,
.express-shadow .k2t-menu:not(.custom-menu-style-1) .mega-container,
.express-shadow .k2t-event-main-content,
.express-shadow .k2t-related-event,
.express-shadow .k2t-related-course,
.express-shadow.single-post:not(.video-style) .post,
.express-shadow.single-post.video-style .format-video > section > *:not(.wrap-left),
.express-shadow.single-post.video-style .format-video .wrap-left > *,
.express-shadow .event-sidebar .k2t-speakers .speaker-avatar img,
.express-shadow .k2t-sidebar .widget,
.express-shadow .social .had-shadow,
.express-shadow .woocommerce-checkout input[type='text'],
.express-shadow .woocommerce-checkout textarea,
.express-shadow .woocommerce-checkout a.select2-choice,
.express-shadow .single-post-k-service .event-meta,
.express-shadow .top-mobile-menu,
.express-shadow .top-main-menu-mobile,
.express-shadow .size-guide-close,
.express-shadow .content-page > p:first-child:after,
.express-shadow .k2t-header li:not(.k2t-megamenu-submenu) > .sub-menu,
.express-shadow .k2t-megamenu.collapse-item ul {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.express-shadow .size-guide-popup .inner-popup {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.express-shadow .single-post .k2t-blog #main-col,
.express-shadow .related-posts .related-item,
.express-shadow.single-post .author-meta img,
.express-shadow.single-post-k-teacher .teacher-top-info,
.express-shadow.single-post-k-teacher .teacher-circle-graph,
.express-shadow.single-post-k-teacher .teacher-line-graph,
.express-shadow.single-post-k-teacher .teacher-connect,
.express-shadow .event-grid-style .event-wrap-inner,
.express-shadow .event-listing-style .event-classic-item .event-wrap-inner,
.express-shadow .k2t-related-event .related-event,
.express-shadow .k-course-sidebar-meta,
.express-shadow.single-post-k-course .course-content,
.express-shadow.single-post-k-course .course-teacher-box,
.express-shadow .k2t-related-course .related-inner,
.express-shadow .course-listing-style .course-item .course-item-inner,
.express-shadow .course-grid-style .course-item-inner,
.express-shadow .course-teacher-box .teacher-box-thumb img,
.express-shadow .career-list li,
.express-shadow .rev_slider .tp-thumb-image,
.express-shadow .k2t-iconbox.layout-2,
.express-shadow .contact-me input:not([type="submit"]),
.express-shadow .contact-me textarea,
.express-shadow .k2t-testimonial.style-3 .testi-item > div,
.express-shadow .style-1 .testi-avatar img,
.express-shadow .wpb_video_wrapper iframe,
.express-shadow .wrap-pricing-item,
.express-shadow .express-youtube .wpb_wrapper:not(.active),
.express-shadow .blog_categories_listing .item .wrap-inner,
.express-shadow .page-nav-shortcode a {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .single-post .k2t-blog #main-col:hover,
.express-shadow .related-posts .related-item:hover,
.express-shadow.single-post .author-meta img:hover,
.express-shadow.single-post-k-teacher .teacher-top-info:hover,
.express-shadow.single-post-k-teacher .teacher-circle-graph:hover,
.express-shadow.single-post-k-teacher .teacher-line-graph:hover,
.express-shadow.single-post-k-teacher .teacher-connect:hover,
.express-shadow .event-grid-style .event-wrap-inner:hover,
.express-shadow .event-listing-style .event-classic-item .event-wrap-inner:hover,
.express-shadow .k2t-related-event .related-event:hover,
.express-shadow .k-course-sidebar-meta:hover,
.express-shadow.single-post-k-course .course-content:hover,
.express-shadow.single-post-k-course .course-teacher-box:hover,
.express-shadow .k2t-related-course .related-inner:hover,
.express-shadow .course-listing-style .course-item .course-item-inner:hover,
.express-shadow .course-grid-style .course-item-inner:hover,
.express-shadow .course-teacher-box .teacher-box-thumb img:hover,
.express-shadow .career-list li:hover,
.express-shadow .rev_slider .tp-thumb-image:hover,
.express-shadow .k2t-iconbox.layout-2:hover,
.express-shadow .contact-me input:not([type="submit"]):hover,
.express-shadow .contact-me textarea:hover,
.express-shadow .k2t-testimonial.style-3 .testi-item > div:hover,
.express-shadow .style-1 .testi-avatar img:hover,
.express-shadow .wpb_video_wrapper iframe:hover,
.express-shadow .wrap-pricing-item:hover,
.express-shadow .express-youtube .wpb_wrapper:not(.active):hover,
.express-shadow .blog_categories_listing .item .wrap-inner:hover,
.express-shadow .page-nav-shortcode a:hover,
.express-shadow .single-post .k2t-blog #main-col:focus,
.express-shadow .related-posts .related-item:focus,
.express-shadow.single-post .author-meta img:focus,
.express-shadow.single-post-k-teacher .teacher-top-info:focus,
.express-shadow.single-post-k-teacher .teacher-circle-graph:focus,
.express-shadow.single-post-k-teacher .teacher-line-graph:focus,
.express-shadow.single-post-k-teacher .teacher-connect:focus,
.express-shadow .event-grid-style .event-wrap-inner:focus,
.express-shadow .event-listing-style .event-classic-item .event-wrap-inner:focus,
.express-shadow .k2t-related-event .related-event:focus,
.express-shadow .k-course-sidebar-meta:focus,
.express-shadow.single-post-k-course .course-content:focus,
.express-shadow.single-post-k-course .course-teacher-box:focus,
.express-shadow .k2t-related-course .related-inner:focus,
.express-shadow .course-listing-style .course-item .course-item-inner:focus,
.express-shadow .course-grid-style .course-item-inner:focus,
.express-shadow .course-teacher-box .teacher-box-thumb img:focus,
.express-shadow .career-list li:focus,
.express-shadow .rev_slider .tp-thumb-image:focus,
.express-shadow .k2t-iconbox.layout-2:focus,
.express-shadow .contact-me input:not([type="submit"]):focus,
.express-shadow .contact-me textarea:focus,
.express-shadow .k2t-testimonial.style-3 .testi-item > div:focus,
.express-shadow .style-1 .testi-avatar img:focus,
.express-shadow .wpb_video_wrapper iframe:focus,
.express-shadow .wrap-pricing-item:focus,
.express-shadow .express-youtube .wpb_wrapper:not(.active):focus,
.express-shadow .blog_categories_listing .item .wrap-inner:focus,
.express-shadow .page-nav-shortcode a:focus {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .k2t-blog .post-inner:hover,
.express-shadow .k2t-blog .post-inner:focus {
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .k2t-shop .add_to_cart_button:hover,
.express-shadow .woocommerce-message .wc-forward:hover,
.express-shadow .checkout-button:hover,
.express-shadow .k2t-shop .add_to_cart_button:active,
.express-shadow .woocommerce-message .wc-forward:active,
.express-shadow .checkout-button:active,
.express-shadow .k2t-shop .add_to_cart_button:focus,
.express-shadow .woocommerce-message .wc-forward:focus,
.express-shadow .checkout-button:focus {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
}
.express-shadow .event-sidebar .k2t-speakers .speaker-avatar img,
.express-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img,
.express-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img {
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .event-sidebar .k2t-speakers .speaker-avatar img:hover,
.express-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:hover,
.express-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:hover,
.express-shadow .event-sidebar .k2t-speakers .speaker-avatar img:active,
.express-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:active,
.express-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:active,
.express-shadow .event-sidebar .k2t-speakers .speaker-avatar img:focus,
.express-shadow.single-post-k-course .k2t-content .k-course-sidebar-meta .course-teacher img:focus,
.express-shadow.single-post-k-course .k2t-content .k2t-related-course .related-meta .related-teacher img:focus {
  -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  -webkit-transition-property: transform opacity;
  transition-property: transform opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:before,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -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;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:after,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.15);
  -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;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover {
  -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;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover a,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover a {
  -webkit-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover:before,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner:hover:before {
  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;
}
.express-shadow .teacher-listing-style .post-k-teacher .wrap-inner:hover:after,
.express-shadow .teacher-grid-style .post-k-teacher .wrap-inner: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;
}
.express-shadow .teacher-listing.is-loading .wrap-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.express-shadow .k-service-listing.is-loading .event-wrap-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.express-shadow .course-listing.is-loading .course-item-inner {
  -webkit-animation: isotope-loading 0.5s 1;
  -o-animation: isotope-loading 0.5s 1;
  animation: isotope-loading 0.5s 1;
}
.express-shadow .map-pop-up {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
}
.express-shadow .k2t-event-main-content .calendar-export p a:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.15);
}
.express-shadow.woocommerce div.product .single_add_to_cart_button:hover,
.express-shadow.woocommerce div.product .single_add_to_cart_button:focus {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
  box-shadow: 0px 10px 40px 0px rgba(52, 152, 219, 0.5);
}
.express-shadow .related.products .wrap-product-item {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
.express-shadow #nav.owl-carousel .owl-item {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow #nav.owl-carousel .owl-item:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -5px) rotate(0.01deg);
  -o-transform: translate(0, -5px) rotate(0.01deg);
  -ms-transform: translate(0, -5px) rotate(0.01deg);
  transform: translate(0, -5px) rotate(0.01deg);
  -webkit-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, transform 0.3s ease 0s;
}
.express-shadow .k2t-header:before {
  -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);
}
@-webkit-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-moz-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@-o-keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes isotope-loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
/*--------------------------------------------------------------
	15. Shadow style
--------------------------------------------------------------*/
/* contact form 7 */
.wpcf7-form p:nth-child(1),
.wpcf7-form p:nth-child(2),
.wpcf7-form p:nth-child(3) {
  display: block;
  float: left;
  width: 33.33333333%;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form p:nth-child(1),
  .wpcf7-form p:nth-child(2),
  .wpcf7-form p:nth-child(3) {
    width: 100%;
  }
}
.wpcf7-form .form-control {
  padding-right: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 667px) {
  .wpcf7-form .form-control {
    width: 100%;
  }
}
.wpcf7-form .message-control {
  margin-top: 20px;
  margin-bottom: 60px;
}
.wpcf7-form .wpcf7-validation-errors {
  border: 2px solid #3498db;
}
.wpcf7-form textarea {
  height: 160px;
  resize: none;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px dashed #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.wpcf7-form input:hover,
.wpcf7-form textarea:hover {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15) !important;
}
.wpcf7-form input .base-placeholder,
.wpcf7-form textarea .base-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #a1a1a1;
}
.wpcf7-form input[type="submit"] {
  border: none;
  margin: 40px auto 100px auto;
  display: block;
  font-family: 'Oswald', sans-serif;
}
.wpcf7-form p:nth-child(4) {
  clear: both;
}
.wpcf7 .contact-me .ajax-loader {
  display: block;
  margin: 0 auto;
}
/*FORM ARROW*/
.form-arrow .btn-send,
.sec-time-comming .btn-send {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px !important;
  height: 50px;
  margin: 0;
}
.form-arrow .btn-send:hover i,
.sec-time-comming .btn-send:hover i {
  right: 10px;
}
.form-arrow .btn-send input,
.sec-time-comming .btn-send input {
  height: 50px;
  top: 0;
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  position: absolute;
  min-width: 50px !important;
  right: 0;
  z-index: 10;
}
.form-arrow .btn-send i,
.sec-time-comming .btn-send i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  font-size: 24px;
  color: #3498db;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form-arrow .btn-send .ajax-loader,
.sec-time-comming .btn-send .ajax-loader {
  display: none !important;
}
.form-arrow .wpcf7-form-control-wrap,
.sec-time-comming .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: inline-block;
}
.form-arrow .wpcf7-not-valid-tip,
.sec-time-comming .wpcf7-not-valid-tip {
  position: absolute;
  width: 100% !important;
  display: inline-block;
  bottom: -30px;
  right: 0;
  font-size: 14px;
}
.form-arrow .wpcf7-response-output,
.sec-time-comming .wpcf7-response-output {
  font-size: 14px;
  margin: 2em 0;
  border: 1px solid #3498db;
}
/*FORM QUICK QUOTE*/
.form-quick-quote input,
.form-quick-quote select,
.form-quick-quote textarea {
  background: transparent;
  border-bottom: 1px solid #3e424a;
  font-size: 14px;
  color: #ccc;
  padding: 40px 30px 15px 10px;
}
.form-quick-quote input:focus,
.form-quick-quote select:focus,
.form-quick-quote textarea:focus {
  color: #ccc;
}
.form-quick-quote input::-webkit-input-placeholder,
.form-quick-quote select::-webkit-input-placeholder,
.form-quick-quote textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 14px;
}
.form-quick-quote input:-moz-placeholder,
.form-quick-quote select:-moz-placeholder,
.form-quick-quote textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
  font-size: 14px;
}
.form-quick-quote input::-moz-placeholder,
.form-quick-quote select::-moz-placeholder,
.form-quick-quote textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
  font-size: 14px;
}
.form-quick-quote select {
  padding: 45px 30px 15px 10px;
  background-color: #1e2126;
}
.form-quick-quote select:focus {
  background: transparent;
}
.form-quick-quote select option {
  color: #989898;
}
.form-quick-quote select option:focus {
  background: transparent;
}
.form-quick-quote input,
.form-quick-quote select {
  width: 70%;
}
.form-quick-quote input[type="submit"] {
  background: #31353d;
  height: 60px;
  line-height: 60px;
  color: #fff;
  width: auto;
  padding: 0 20px;
  float: left;
  margin-top: 60px;
  margin-bottom: 110px;
  font-family: 'Oswald', sans-serif;
}
.form-quick-quote .fright input,
.form-quick-quote .fright select {
  float: right;
}
.form-quick-quote .fright .wpcf7-not-valid-tip {
  width: 100%;
  text-align: right;
  float: right;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 768px) {
  .form-quick-quote .fright .wpcf7-not-valid-tip {
    text-align: left;
  }
}
.form-quick-quote .fleft .wpcf7-not-valid-tip {
  width: 100%;
  text-align: left;
  float: right;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Oswald', sans-serif;
}
.form-quick-quote .input-group {
  position: relative;
}
.form-quick-quote .input-group i {
  position: absolute;
  right: 5px;
  top: 45px;
}
.sec-form-quick-qoute .wpcf7-validation-errors {
  border: 1px solid #3498db;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Oswald', sans-serif;
}
/*--------------------------------------------------------------
	15. Shadow style
--------------------------------------------------------------*/
.error404 .k2t-container {
  height: 100vh;
  position: relative;
}
.error404 .k2t-not-found {
  position: absolute;
  top: 55%;
  padding-top: 10px;
  left: 50%;
  width: 100%;
  max-width: 770px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.error404 .k2t-not-found > * {
  font-family: 'Oswald', sans-serif;
}
@media only screen and (max-width: 667px) {
  .error404 .k2t-not-found {
    top: 50%;
  }
}
.error404 .k2t-not-found .error-404-image {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  margin-top: 85px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 667px) {
  .error404 .k2t-not-found .error-404-image {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.error404 .k2t-not-found .error-title {
  color: #000;
  letter-spacing: 19px;
  font-weight: 900;
  font-size: 24px;
}
@media only screen and (max-width: 667px) {
  .error404 .k2t-not-found .error-title {
    letter-spacing: 10px;
  }
}
.error404 .k2t-not-found .error-text {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 2.8px;
  color: #ccc;
}
@media only screen and (max-width: 667px) {
  .error404 .k2t-not-found .error-text {
    letter-spacing: 0;
  }
}
.error404 .k2t-not-found .return-home {
  font-size: 12px;
  color: #000;
  margin-top: 35px;
  display: inline-block;
}
@media only screen and (max-width: 667px) {
  .error404 .k2t-not-found .return-home {
    margin-top: 0;
  }
}
.error404 .k2t-not-found .return-home:hover {
  color: #3498db;
}
.error404 .k2t-not-found h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
.error404 .k2t-not-found .desc-404 {
  color: #898989;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 54px;
}
body.search.search-no-results,
.k2t-blog-inner.search-no-results,
body.search .no-results,
.k2t-blog-inner .no-results {
  text-align: center;
}
body.search form input,
.k2t-blog-inner form input {
  border: 1px solid;
}
body.search .k2t-title-bar .main-title,
.k2t-blog-inner .k2t-title-bar .main-title {
  opacity: 1 !important;
}
@media only screen and (max-width: 568px) {
  body.search .k2t-title-bar .main-title,
  .k2t-blog-inner .k2t-title-bar .main-title {
    font-size: 36px !important;
  }
}
body.search .k2t-title-bar .k2t-breadcrumbs,
.k2t-blog-inner .k2t-title-bar .k2t-breadcrumbs {
  display: none;
}
body.search .k2t-content,
.k2t-blog-inner .k2t-content {
  margin-bottom: 60px;
  margin-top: 60px;
}
body.search .k2t-main,
.k2t-blog-inner .k2t-main {
  width: 100% !important;
}
@media only screen and (max-width: 667px) {
  body.search h1,
  .k2t-blog-inner h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
body.search h2,
.k2t-blog-inner h2 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 667px) {
  body.search h2,
  .k2t-blog-inner h2 {
    font-size: 24px;
  }
}
body.search form,
.k2t-blog-inner form {
  margin-top: 20px;
}
body.search form input[type="text"],
.k2t-blog-inner form input[type="text"] {
  display: block;
  margin: 0 auto 30px;
  min-width: 300px;
  padding: 15px 30px;
  width: 100%;
  max-width: 600px;
}
body.search .k2t-sidebar,
.k2t-blog-inner .k2t-sidebar {
  display: none;
}
/*--------------------------------------------------------------
	18. Blog video
--------------------------------------------------------------*/
.archive .b-video .k2t-blog {
  margin-bottom: 87px;
}
@media only screen and (max-width: 480px) {
  .archive .b-video .k2t-blog {
    margin-bottom: 40px;
  }
}
.archive .b-video .post-item .flx-entry-thumb {
  margin-bottom: 20px;
}
.archive .b-video .post-item .entry-content {
  text-align: center;
}
.archive .b-video .post-item .entry-title {
  line-height: 150%;
  margin-bottom: 0;
}
.archive .b-video .post-item .date-meta {
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 26px;
}
.archive .b-video .post-item .wrap-readmore,
.archive .b-video .post-item .author-meta {
  display: none;
}
.archive .b-video .post-item .categories-list {
  display: none;
}
.archive .post-item.video-post .flx-entry-thumb {
  position: relative;
}
.archive .post-item.video-post .flx-entry-thumb:hover a:before {
  color: #d5d6d7;
  -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;
}
.archive .post-item.video-post .flx-entry-thumb a:before {
  content: '\f3a9';
  color: #fff;
  display: block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  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;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.archive .post-item.video-post .flx-entry-thumb a:after {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}
/*--------------------------------------------------------------
	19. Dropdown
--------------------------------------------------------------*/
.dropbtn {
  color: #888;
  border: none;
  cursor: pointer;
  background: transparent;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  height: 62px;
  line-height: 62px;
}
.dropbtn i {
  color: #888;
  font-size: 14px;
  padding-left: 16px;
}
.dropbtn:hover,
.dropbtn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  height: 0;
  position: absolute;
  background-color: #3498db;
  min-width: 200px;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.3s ease-in-out 0s;
  -moz-transition: height 0.3s ease-in-out 0s;
  -o-transition: height 0.3s ease-in-out 0s;
  transition: height 0.3s ease-in-out 0s;
}
.dropdown-content a {
  color: black;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #fff;
}
.dropdown a:hover {
  background-color: #f1f1f1;
  color: #888;
}
.show {
  height: 200%;
}

.k2t-not-found .return-home {
	text-transform: uppercase;
}
