@charset "UTF-8";
/* ---------------------------------------- */
/* 1.  Base Style
/* ---------------------------------------- */
/* ---------------------------------------- */
/* 1.  Color
/* ---------------------------------------- */
.as-color-main {
  color: #BE5028;
}

/* ---------------------------------------- */
/* 1.  Margin, Padding
/* ---------------------------------------- */
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
var {
  font: inherit inherit 100% inherit;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

caption,
td,
th {
  font-weight: 400;
  text-align: left;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:active,
a:focus,
a:hover {
  outline: 0;
}

a img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #2a2a2a;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px;
}

h1 {
  font-size: 31px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

hr {
  background: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: 700;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font: 1.5rem/1.6 "Courier 10 Pitch", Courier, monospace;
  background: #eee;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

ins,
mark {
  text-decoration: none;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse !important;
}

th {
  font-weight: 700;
}

img {
  height: auto;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #212121;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 14px;
  line-height: 1;
  padding: 10px 25px;
  border: none;
  text-transform: uppercase;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 5px 10px;
}

textarea {
  overflow: auto;
  padding-left: 3px;
  vertical-align: top;
  width: 98%;
}

a {
  text-decoration: none;
}

table {
  border: 1px solid #e0e0e0;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table caption {
  font-weight: 700;
  margin-bottom: 10px;
}

td {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 5px;
}

th {
  background: #fff;
  padding: 5px;
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.as-page-wrapper {
  min-height: 200px;
  position: relative;
  z-index: 1;
  display: block;
  background-color: #fff;
}
.page-id-96 .as-page-wrapper {
	margin-top: -102px;
}
.as-hidden {
  overflow: hidden;
  height: 100%;
}

.as-boxed {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 10px 40px #bbb 2px 5px 0px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 10px 40px #bbb 2px 5px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 10px 40px #bbb 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 40px #bbb 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.as-boxed .as-wrapper {
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .as-boxed {
    width: auto !important;
  }
}

.search-error p {
  font-size: 30px;
}

.player1 {
  width: 100%;
  height: 100%;
}
.player1.as-audio-size {
  width: 640px;
  height: 360px;
}

.as-comment-waiting {
  font-style: italic;
}

.relative {
  position: relative;
}

.flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.dslc-module-front.section-absolute-top-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-center .dslc-modules-area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.full-height-section {
  max-height: 100% !important;
  overflow: hidden;
}

.page-template-page-home #as-header-1 .as-logo-main-site .logo-light {
  opacity: 1;
}

/* ---------------------------------------- */
/* 2.  Header Style
/* ---------------------------------------- */
/*** Header style 1 ***/
.as-boxed #as-header-1 > .as-top-header-wrapper, .as-boxed #as-header-1 > .as-header-1-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

#as-header-1 {
  width: 100%;
  min-height: 90px;
  z-index: 9999;
  position: relative;
  padding: 0;
  padding-left: 4%;
  padding-right: 4%;
	border-bottom: 1px solid rgba(45, 55, 70, 0.5);
}
#as-header-1 .as-hamburger-menu-res {
  display: none;
  vertical-align: middle;
  margin-left: 10px;
}
#as-header-1 .as-hamburger-menu-res #dl-menu .dl-trigger {
  border-radius: 50%;
}
#as-header-1 .as-wrapper {
  position: inherit;
}
#as-header-1 .as-menu-header-1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
#as-header-1 .as-menu-header-1 > li {
  float: left;
  position: relative;
  padding: 38px 25px;
}
#as-header-1 .as-menu-header-1 > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
#as-header-1 .as-menu-header-1 > li a {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  position: relative;
  font-family: "Gill Sans";
  color: #2D3746;
}
#as-header-1 .as-menu-header-1 li.current-menu-item > a{
	font-weight:bold;
}
#as-header-1 .as-menu-header-1 > li > a:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -15px;
  width: 24px;
  height: 24px;
  background-color: rgba(147, 193, 231, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#as-header-1 .as-menu-header-1 > li.current_page_item a:after, #as-header-1 .as-menu-header-1 > li:hover a:after {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#as-header-1 .as-menu-header-1 > li.menu-item-has-children > a:before {
  font-family: "DSLCFontAwesome";
  position: absolute;
  width: 22px;
  content: "";
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  right: -25px;
  top: -2px;
}
#as-header-1 .as-menu-header-1 ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 95px;
  left: 0;
  background: #333;
  z-index: 9;
}
#as-header-1 .as-menu-header-1 ul.sub-menu:after {
  font-family: "DSLCFontAwesome";
  position: absolute;
  top: -18px;
  left: 15px;
  width: 40px;
  content: "";
  text-align: center;
  color: #333;
  font-size: 24px;
}
#as-header-1 .as-menu-header-1 ul.sub-menu li {
  float: none;
  min-width: 200px;
  text-align: left;
  border-bottom: 1px solid #4c4c4c;
}
#as-header-1 .as-menu-header-1 ul.sub-menu li ul.sub-menu:after {
  content: none;
  display: none;
}
#as-header-1 .as-menu-header-1 ul.sub-menu li:last-child {
  border-bottom: none;
}
#as-header-1 .as-menu-header-1 ul.sub-menu a {
  padding: 10px 20px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-header-1 .as-menu-header-1 ul.sub-menu a:hover {
  padding-left: 25px;
  color: #FDC9AD;
}
#as-header-1 .as-menu-header-1 ul.sub-menu ul {
  top: 0;
  left: 100%;
}
#as-header-1 #as-menu-header-1.as-header-fixed {
  position: fixed;
  left: 0px;
  top: 0;
  width: 100% !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-header-1 #as-menu-header-1.as-header-fixed .as-wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
#as-header-1 #as-menu-header-1.as-hide-menu {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#as-header-1 .as-logo-main-site {
  display: block;
  position: relative;
  line-height: 0;
}
#as-header-1 .as-header-1-wrapper .dslc-col.dslc-9-col {
  text-align: right;
}
#as-header-1 .as-cont-menu {
  display: inline-block;
  vertical-align: middle;
  min-height: 90px;
  border-right:1px solid rgba(45, 55, 70, 0.5);
	margin-right: 20px;
}
#as-header-1 .as-logo-responsive {
  display: none;
}
#as-header-1 .hamburger-menu-wrap {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  top: 40px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
#as-header-1 .hamburger-menu-wrap span.line {
  width: 2px;
  height: 22px;
  background-color: #9ea6be;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-header-1 .hamburger-menu-wrap span.line:nth-child(2) {
  left: 7px;
  height: 26px;
}
#as-header-1 .hamburger-menu-wrap span.line:nth-child(3) {
  left: 14px;
}
#as-header-1 .hamburger-menu-wrap.active span.line:nth-child(2) {
  height: 0;
}
#as-header-1 .hamburger-menu-wrap.active span.line:first-child {
  left: 7px;
  height: 25px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#as-header-1 .hamburger-menu-wrap.active span.line:nth-child(3) {
  left: 7px;
  height: 25px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#as-header-1 .trigger-search {
  display: inline-block;
  width: 35px;
  height: 35px;
/*   background-color: #93C1E7; */
  text-align: center;
  line-height: 30px;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
	background: url(https://kybora.com/wp-content/uploads/2023/05/dslc-search.png) no-repeat center center;	
	background-size: 80%;
}
#as-header-1 .trigger-search span {
  color: #2D3746;
  font-size: 20px;
}

#as-header-1 .trigger-search:hover span {
  color: #fff;
}

.as-none-border {
  border: none !important;
}

.menulist-responsive-wrap {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 65px 0;
  position: fixed;
  background-color: #fff0ed;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menulist-responsive-wrap.active {
  opacity: 1;
  visibility: visible;
}
.menulist-responsive-wrap .as-cont-menu {
  text-align: center;
}
.menulist-responsive-wrap .as-cont-menu .as-menu-header-1 {
  list-style: none;
  padding: 0;
}
.menulist-responsive-wrap .as-cont-menu li, .menulist-responsive-wrap .as-cont-menu li a {
  color: #999999;
  font-family: "Gill Sans";
  font-size: 24px;
  line-height: 42px;
}
.menulist-responsive-wrap .as-cont-menu li a, .menulist-responsive-wrap .as-cont-menu li .current-menu-item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menulist-responsive-wrap .as-cont-menu li a:hover, .menulist-responsive-wrap .as-cont-menu li .current-menu-item:hover {
  color: #333333;
  font-size: 32px;
  line-height: 52px;
}

.overflow_hidden {
  overflow: hidden;
}

/* ---------------------------------------- */
/* 3.  Preloading
/* ---------------------------------------- */
#as-preloading-wrapper {
  position: fixed;
  display: block;
  background: #fff;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#as-preloading-wrapper .as-preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  direction: rtl;
}

@-webkit-keyframes as-bounce {
  5% {
    top: -40px;
  }
  20% {
    top: -30px;
  }
  40% {
    top: -10px;
    border-radius: 50%;
  }
  45% {
    border-radius: 60% 40% 60% 40%;
  }
  50% {
    top: 0px;
    border-radius: 70% 40% 80% 40%;
  }
  60% {
    top: -10px;
    border-radius: 90% 40% 90% 40%;
  }
  80% {
    top: -30px;
    border-radius: 40% 80% 40% 70%;
  }
  90% {
    border-radius: 60% 40% 60% 40%;
  }
  95% {
    top: -40px;
    border-radius: 50%;
  }
}
@keyframes as-bounce {
  5% {
    top: -40px;
  }
  20% {
    top: -30px;
  }
  40% {
    top: -10px;
    border-radius: 50%;
  }
  45% {
    border-radius: 60% 40% 60% 40%;
  }
  50% {
    top: 0px;
    border-radius: 70% 40% 80% 40%;
  }
  60% {
    top: -10px;
    border-radius: 90% 40% 90% 40%;
  }
  80% {
    top: -30px;
    border-radius: 40% 80% 40% 70%;
  }
  90% {
    border-radius: 60% 40% 60% 40%;
  }
  95% {
    top: -40px;
    border-radius: 50%;
  }
}
@-webkit-keyframes as-shadow {
  0% {
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes as-shadow {
  0% {
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    -khtml-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.as-ball.as-ball1 {
  display: inline-block;
  position: relative;
  height: 30px;
}
.as-ball.as-ball1:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ed421c;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -40px;
  margin: 0 4.2857142857px;
  -webkit-animation: as-bounce 1s linear infinite 0s;
  animation: as-bounce 1s linear infinite 0s;
}
.as-ball.as-ball1:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: -10%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: as-shadow 1s linear infinite 0s;
  animation: as-shadow 1s linear infinite 0s;
}
.as-ball.as-ball2 {
  display: inline-block;
  position: relative;
  height: 20px;
}
.as-ball.as-ball2:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ed421c;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -40px;
  margin: 0 2.8571428571px;
  -webkit-animation: as-bounce 1s linear infinite 0.2s;
  animation: as-bounce 1s linear infinite 0.2s;
}
.as-ball.as-ball2:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: -10%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: as-shadow 1s linear infinite 0.2s;
  animation: as-shadow 1s linear infinite 0.2s;
}
.as-ball.as-ball3 {
  display: inline-block;
  position: relative;
  height: 10px;
}
.as-ball.as-ball3:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ed421c;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -40px;
  margin: 0 1.4285714286px;
  -webkit-animation: as-bounce 1s linear infinite 0.4s;
  animation: as-bounce 1s linear infinite 0.4s;
}
.as-ball.as-ball3:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: -10%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: as-shadow 1s linear infinite 0.4s;
  animation: as-shadow 1s linear infinite 0.4s;
}
.as-ball.as-ball4 {
  display: inline-block;
  position: relative;
  height: 5px;
}
.as-ball.as-ball4:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ed421c;
  border-radius: 50%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -40px;
  margin: 0 0.7142857143px;
  -webkit-animation: as-bounce 1s linear infinite 0.6s;
  animation: as-bounce 1s linear infinite 0.6s;
}
.as-ball.as-ball4:before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 50%;
  height: 2.5px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  bottom: -10%;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-animation: as-shadow 1s linear infinite 0.6s;
  animation: as-shadow 1s linear infinite 0.6s;
}

/* ---------------------------------------- */
/* 4.  Component & Layout
/* ---------------------------------------- */
/*** 4.1 Button ***/
.as-button-style {
  background-color: transparent;
  border: 2px solid #212121;
  padding: 10px 45px;
  display: inline-block;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.as-button-anim-bounce {
  -webkit-animation: bounce 2s infinite !important;
  animation: bounce 2s infinite !important;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/*** 4.2 Dialog ***/
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.dialog {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 50%;
  max-width: 860px;
  min-width: 290px;
  position: relative;
  z-index: 5;
  opacity: 0;
  top: -50px;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

/* Content */
.dialog__content .dialog-inner h2 {
  font-weight: 400;
  font-size: 40px;
  padding: 0;
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
}
.dialog__content .dialog-inner .search-form-wrapper-dialog .searchform .searchform-wrapper {
  position: relative;
  display: block;
}
.dialog__content .dialog-inner .search-form-wrapper-dialog .searchform .searchform-wrapper input[type=text] {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
  width: 100%;
  padding: 10px;
  color: #aaa;
  font-size: 16px;
  text-align: center;
}
.dialog__content .dialog-inner .search-form-wrapper-dialog .searchform .searchform-wrapper #searchsubmit {
  background: none;
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 24px;
  padding: 0;
  color: #9E9E9E;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dialog__content .dialog-inner .search-form-wrapper-dialog .searchform .searchform-wrapper #searchsubmit:hover {
  color: #fff;
}

.as-close-searchform {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-close-searchform:hover {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.as-close-searchform .as-line-before,
.as-close-searchform .as-line-after {
  display: block;
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.as-close-searchform .as-line-after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Animation Annie */
.dialog button.action {
  display: none;
}

.dialog__overlay {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

.dialog.dialog--open h2,
.dialog.dialog--open button {
  -webkit-animation: anim-elem 0.3s both;
  animation: anim-elem 0.3s both;
}

.dialog.dialog--open h2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.dialog.dialog--open button,
.dialog.dialog--open .searchform-wrapper {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -khtml-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -khtml-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -khtml-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -khtml-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    -khtml-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    -khtml-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** 4.3 Mega Main Menu ***/
/*** 4.4 Contact Form ***/
.contact-style-1 > p.dslc-col {
  position: relative;
}
.contact-style-1 > p.dslc-col span input,
.contact-style-1 > p.dslc-col span textarea {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 5px 15px;
  outline: none;
  height: 40px;
  border: 1px solid #bbbcc0;
  border-radius: 0;
}
.contact-style-1 > p.dslc-col span textarea {
  height: 196px !important;
}

.contact-style-1 input[type=submit] {
  width: 200px;
  color: #fff;
  padding: 8px 10px 4px 10px !important;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.contact-style-1 input[type=submit]:hover {
  background-color: #212121;
}

div.wpcf7-validation-errors {
  display: inline-table !important;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.as-contact-form-main .form-group {
  margin-bottom: 15px;
}
.as-contact-form-main .form-label {
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
}
.as-contact-form-main .form-label .highlight {
  color: #86bc42;
}
.as-contact-form-main input[type=text], .as-contact-form-main textarea, .as-contact-form-main input[type=email] {
  width: 100%;
  height: 50px;
  text-align: left;
  border: none;
  border-radius: 0;
  background-color: #fafafa;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
}
.as-contact-form-main input[type=text]:focus, .as-contact-form-main input[type=text]:active, .as-contact-form-main textarea:focus, .as-contact-form-main textarea:active, .as-contact-form-main input[type=email]:focus, .as-contact-form-main input[type=email]:active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.as-contact-form-main textarea {
  max-width: 100%;
  height: 120px;
}
.as-contact-form-main input[type=submit] {
  font-family: "Cuprum", sans-serif;
  font-size: 16px;
  line-height: 38px;
  width: 200px;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #86bc42;
  background-color: #86bc42;
  margin: 30px auto 15px auto;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 40px;
}
.as-contact-form-main input[type=submit]:hover {
  color: #86bc42;
  border-color: #86bc42;
  background-color: transparent;
}

.form-dot form > p label {
  position: relative;
}
.form-dot form > p label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 10px;
  background-color: #eda954;
}

.heading-title {
  position: relative;
  margin-left: 30px;
}
.heading-title::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  bottom: 5px;
  background-color: #ffbd3d;
}

.wpcf7-not-valid {
  border-color: #f00 !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  padding-bottom: 1px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 0.7em;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 5px;
}
.wpcf7-not-valid-tip .selectric {
  border-color: #f00 !important;
}

.selectric {
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 13px;
}

.selectric .button {
  background: transparent;
}

/*** 4.5 Post-link-review ***/
.as-post-view-single {
  position: relative;
}
.as-post-view-single .as-prev-view-single {
  float: left;
}
.as-post-view-single .as-prev-view-single .as-post-prev-link-single img {
  max-width: 50px;
  max-height: 50px;
}
.as-post-view-single .as-post-next-view-single {
  float: right;
}
.as-post-view-single .as-post-next-view-single .as-post-next-link-single img {
  max-width: 50px;
  max-height: 50px;
}

/*** 4.6 Open Tables ***/
.reservation-table.style-fullwidth {
  width: 80%;
  margin: 0 auto;
}
.reservation-table > p.dslc-col {
  position: relative;
}
.reservation-table > p.dslc-col span input,
.reservation-table > p.dslc-col span textarea,
.reservation-table > p.dslc-col span select {
  width: 100%;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 5px 15px;
  outline: none;
  height: 40px;
  border: 1px solid;
  border-radius: 0;
}
.reservation-table > p.dslc-col span select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.reservation-table > p.dslc-col span textarea {
  height: 196px !important;
}
.reservation-table > p.dslc-col span.dslc-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.reservation-table input[type=submit] {
  width: 200px;
  outline: none;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 500;
  margin: 30px auto 0;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}
.reservation-table.style-dark > p.dslc-col span input,
.reservation-table.style-dark > p.dslc-col span textarea,
.reservation-table.style-dark > p.dslc-col span select {
  border-color: #121a2e;
}
.reservation-table.style-dark input[type=submit] {
  color: #fff;
}
.reservation-table.style-dark input[type=submit]:hover {
  background-color: #212121;
}
.reservation-table.style-light > p.dslc-col span input,
.reservation-table.style-light > p.dslc-col span textarea,
.reservation-table.style-light > p.dslc-col span select {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.reservation-table.style-light > p.dslc-col span.dslc-icon {
  color: rgba(255, 255, 255, 0.5);
}
.reservation-table.style-light input[type=submit] {
  color: #fff;
  border: 2px solid transparent;
}
.reservation-table.style-light input[type=submit]:hover {
  background-color: transparent;
  border-color: #fff;
}

.open-table-widget .otw-bare-bones-style .otw-widget-form-wrap input[type=text] {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 10px;
}
.open-table-widget .otw-bare-bones-style .bootstrap-select > .btn {
  padding: 11px 10px;
  background-image: none;
}
.open-table-widget .otw-bare-bones-style .btn-default:hover,
.open-table-widget .otw-bare-bones-style .btn-default:focus,
.open-table-widget .otw-bare-bones-style .btn-default:active,
.open-table-widget .otw-bare-bones-style .btn-default.active,
.open-table-widget .otw-bare-bones-style .open .dropdown-toggle.btn-default {
  background: #fff;
}
.open-table-widget .otw-bare-bones-style .otw-widget-form-wrap label {
  color: #9297a3;
  font-size: 14px;
}
.open-table-widget .otw-bare-bones-style .otw-input-wrap {
  margin: 0 0 25px;
}
.open-table-widget .otw-bare-bones-style .otw-button-wrap {
  text-align: center;
  display: block;
}
.open-table-widget .otw-bare-bones-style .otw-button-wrap input[type=submit] {
  background: #212121;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*** 4.7 Responsive Menu ***/
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper div.dl-trigger {
  border: none;
  width: 45px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper div.dl-trigger.dl-active, .dl-menuwrapper div.dl-trigger:hover {
  background: #aaa;
}
.dl-menuwrapper div.dl-trigger .as-line-menu {
  position: absolute;
  width: 55%;
  height: 2.5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  background: #fff;
}
.dl-menuwrapper div.dl-trigger .as-line-menu:before, .dl-menuwrapper div.dl-trigger .as-line-menu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.5px;
  background: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.dl-menuwrapper div.dl-trigger .as-line-menu:before {
  top: 6px;
}
.dl-menuwrapper div.dl-trigger .as-line-menu:after {
  top: 12px;
}
.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper ul li {
  position: relative;
  border-bottom: 1px solid #1f1f1f;
}
.dl-menuwrapper ul li:last-child, .dl-menuwrapper ul li.dl-subviewopen, .dl-menuwrapper ul li.dl-subview {
  border-bottom: none;
}
.dl-menuwrapper ul li a {
  display: block;
  position: relative;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  outline: none;
  text-transform: uppercase;
}
.dl-menuwrapper ul li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 40px;
  font-family: "DSLCFontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
}
.dl-menuwrapper ul li > a:after {
  right: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
}
.dl-menuwrapper ul li.dl-back > a {
  padding-left: 30px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.dl-menuwrapper ul li.dl-back:after {
  position: absolute;
  top: 0;
  line-height: 40px;
  font-family: "DSLCFontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  left: 10px;
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.dl-menuwrapper ul li .dl-submenu {
  display: none;
}
.dl-menuwrapper .dl-menu {
  background: #292929;
  margin: 10px 0 0 0;
  position: absolute;
  width: 200px;
  right: -10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
      transform: translateY(0px);
}
.dl-menuwrapper .dl-menu.dl-subview li, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menuwrapper .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen {
  background-color: #000;
}
.dl-menuwrapper .dl-menu.dl-subview li.dl-subview, .dl-menuwrapper .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menuwrapper .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 200px;
  top: 60px;
  right: 0;
  margin: 0;
}

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}

.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}

.no-js .dl-menuwrapper li.dl-back {
  display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: "";
}

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper div.dl-trigger {
  background: #c62860;
}

.demo-1 .dl-menuwrapper div.dl-trigger:hover,
.demo-1 .dl-menuwrapper div.dl-trigger.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper div.dl-trigger {
  background: #e86814;
}

.demo-2 .dl-menuwrapper div.dl-trigger:hover,
.demo-2 .dl-menuwrapper div.dl-trigger.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper div.dl-trigger {
  background: #08cbc4;
}

.demo-3 .dl-menuwrapper div.dl-trigger:hover,
.demo-3 .dl-menuwrapper div.dl-trigger.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper div.dl-trigger {
  background: #90b912;
}

.demo-4 .dl-menuwrapper div.dl-trigger:hover,
.demo-4 .dl-menuwrapper div.dl-trigger.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper div.dl-trigger {
  background: #744783;
}

.demo-5 .dl-menuwrapper div.dl-trigger:hover,
.demo-5 .dl-menuwrapper div.dl-trigger.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771;
}

/*** 4.8 Scroll To Top ***/
.as-scrollup {
  position: fixed;
  width: 50px;
  height: 50px;
  background: #161E2A;
  bottom: 0;
  right: 30px;
  opacity: 0;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.as-scrollup.as-scrollup-open {
  opacity: 1;
  bottom: 60px;
}
.as-scrollup:hover {
  background-color: #2D3746;
}
.as-scrollup .dslc-icon {
  color: #fff;
  display: block;
  position: relative;
  top: 6px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*** 4.12 Scroll To Top ***/
/*** 4.14 Breadcrumb ***/
#as-breadcrumb-wrapper {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
#as-breadcrumb-wrapper .as-icon-breadcrumb {
  background: url(../../img/bg-icon.png) no-repeat;
  width: 146px;
  margin: 0 auto 15px;
}
#as-breadcrumb-wrapper .as-icon-breadcrumb span.dslc-icon {
  font-size: 35px;
  color: #fff;
}
#as-breadcrumb-wrapper .as-page-title {
  text-align: center;
  margin-bottom: 5px;
}
#as-breadcrumb-wrapper .as-breadcrumb-link {
  padding: 0;
  margin: 0;
  list-style: none;
}
#as-breadcrumb-wrapper .as-breadcrumb-link li {
  display: inline-block;
  margin: 0 10px;
}
#as-breadcrumb-wrapper .as-breadcrumb-link li a {
  display: inline-block;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-breadcrumb-wrapper .as-breadcrumb-divider .dslc-icon-circle {
  font-size: 10px !important;
  color: #b0b0b0 !important;
}

/*** 4.15 Social Icon Style ***/
.as-post-social-group .as-list-icon-share-btn a.as-twitter {
  background: #44ccf6;
}

.as-post-social-group .as-list-icon-share-btn a.as-facebook {
  background: #3b5998;
}

.as-post-social-group .as-list-icon-share-btn a.as-google-plus {
  background: #d13f2d;
}

.as-post-social-group .as-list-icon-share-btn a.as-pinterest {
  background: #cb2027;
}

.as-list-social-header-wrapper {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.as-list-social-header-wrapper li {
  display: inline-block;
  margin-left: 20px;
}
.as-list-social-header-wrapper li a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
              &.as-twitter:hover{
                  @extend %twitter-color;
              }
              &.as-facebook:hover{
                  @extend %facebook-color;
              }
              &.as-dribbble:hover{
                  @extend %dribbble-color;
              }
              &.as-google-plus:hover{
                  @extend %google-plus-color;
              }
              &.as-pinterest:hover{
                  @extend %pinterest-color;
              }
              &.as-youtube:hover{
                  @extend %youtube-color;
              }
              &.as-vimeo:hover{
                  @extend %vimeo-color;
              }
              &.as-behance:hover{
                  @extend %behance-color;
              }
              &.as-flickr:hover{
                  @extend %flickr-color;
              }
              &.as-tumblr:hover{
                  @extend %tumblr-color;
              }
              &.as-linkedin:hover{
                  @extend %linkedin-color;
              }
              &.as-instagram:hover{
                  @extend %instagram-color;
              }
              &.as-github:hover{
                  @extend %github-color;
              }
              &.as-dropbox:hover{
                  @extend %dropbox-color;
              }
              &.as-foursquare:hover{
                  @extend %foursquare-color;
              }
  */
}

/* ---------------------------------------- */
/* 5.  Widget Style
/* ---------------------------------------- */
/**** Widget Style ****/
.as-sidebar-content .as-widget, .as-sidebar-content .dslc-widget {
  width: 100%;
  margin-bottom: 40px;
}
.as-sidebar-content .as-widget ul, .as-sidebar-content .as-widget ol, .as-sidebar-content .dslc-widget ul, .as-sidebar-content .dslc-widget ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.as-sidebar-content .as-widget ul ul.children, .as-sidebar-content .as-widget ol ul.children, .as-sidebar-content .dslc-widget ul ul.children, .as-sidebar-content .dslc-widget ol ul.children {
  padding-left: 20px;
  margin-top: 10px;
}
.as-sidebar-content .as-widget ul ul.children li:last-child, .as-sidebar-content .as-widget ol ul.children li:last-child, .as-sidebar-content .dslc-widget ul ul.children li:last-child, .as-sidebar-content .dslc-widget ol ul.children li:last-child {
  padding-bottom: 0;
  margin: 0;
}
.as-sidebar-content .as-widget ul ul.sub-menu, .as-sidebar-content .as-widget ol ul.sub-menu, .as-sidebar-content .dslc-widget ul ul.sub-menu, .as-sidebar-content .dslc-widget ol ul.sub-menu {
  padding-left: 20px;
  margin-top: 10px;
}
.as-sidebar-content .as-widget ul ul.sub-menu li:last-child, .as-sidebar-content .as-widget ol ul.sub-menu li:last-child, .as-sidebar-content .dslc-widget ul ul.sub-menu li:last-child, .as-sidebar-content .dslc-widget ol ul.sub-menu li:last-child {
  padding-bottom: 0;
  margin: 0;
}
.as-sidebar-content .as-widget:last-child, .as-sidebar-content .dslc-widget:last-child {
  margin-bottom: 0;
}
.as-sidebar-content .as-widget select, .as-sidebar-content .dslc-widget select {
  display: block;
  max-width: 100%;
}
.as-sidebar-content .as-widget select#cat, .as-sidebar-content .dslc-widget select#cat {
  margin-top: 15px;
}
.as-sidebar-content .as-widget .widgettitle, .as-sidebar-content .dslc-widget .widgettitle {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  font-weight: 700;
  font-family: "Gill Sans";
}
.as-sidebar-content .as-widget .widgettitle span, .as-sidebar-content .dslc-widget .widgettitle span {
  color: #E57E3B;
  display: inline-block;
  margin-left: 5px;
  font-size: 50px;
}
.as-sidebar-content .as-widget ul li, .as-sidebar-content .dslc-widget ul li {
  border-bottom: 1px dotted #eee;
  margin-bottom: 10px;
  padding: 0 20px 10px 0;
  font-size: 16px;
}
.as-sidebar-content .as-widget ul li a, .as-sidebar-content .dslc-widget ul li a {
  color: #50545c;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-sidebar-content .as-widget ul li:last-child, .as-sidebar-content .dslc-widget ul li:last-child {
  border: none;
}
.as-sidebar-content .as-widget ul li:before, .as-sidebar-content .dslc-widget ul li:before {
  content: "";
  margin-right: 15px;
  font-family: "DSLCFontAwesome";
  color: #bbb;
  text-decoration: none;
}
.as-sidebar-content .as-widget ul li .empty:before, .as-sidebar-content .dslc-widget ul li .empty:before {
  display: none !important;
}
.as-sidebar-content .as-widget.widget_calendar table caption, .as-sidebar-content .dslc-widget.widget_calendar table caption {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 20px;
}
.as-sidebar-content .as-widget.widget_search .as-searchform input[type=search], .as-sidebar-content .dslc-widget.widget_search .as-searchform input[type=search] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ced0d6;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 50px;
}
.as-sidebar-content .as-widget.widget_wysija .widget_wysija_cont, .as-sidebar-content .dslc-widget.widget_wysija .widget_wysija_cont {
  padding: 0 20px 30px;
}
.as-sidebar-content .as-widget.widget_wysija .widget_wysija_cont .wysija-paragraph label, .as-sidebar-content .dslc-widget.widget_wysija .widget_wysija_cont .wysija-paragraph label {
  text-transform: uppercase;
}
.as-sidebar-content .as-widget.widget_wysija .widget_wysija_cont .wysija-paragraph input[type=text], .as-sidebar-content .dslc-widget.widget_wysija .widget_wysija_cont .wysija-paragraph input[type=text] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 16px;
  padding: 11px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.as-sidebar-content .as-widget.as-introduce-widget, .as-sidebar-content .dslc-widget.as-introduce-widget {
  text-align: center;
}
.as-sidebar-content .as-widget.as-introduce-widget .widgettitle, .as-sidebar-content .dslc-widget.as-introduce-widget .widgettitle {
  text-align: left;
}
.as-sidebar-content .as-widget.as-introduce-widget .as-introduce-img, .as-sidebar-content .dslc-widget.as-introduce-widget .as-introduce-img {
  border-radius: 100%;
}
.as-sidebar-content .as-widget.as-introduce-widget .as-decription-widget, .as-sidebar-content .dslc-widget.as-introduce-widget .as-decription-widget {
  font-family: "Lato", serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.as-sidebar-content .as-widget.as-introduce-widget .as-social-info-widget-wrapper .as-social-info-widget li, .as-sidebar-content .dslc-widget.as-introduce-widget .as-social-info-widget-wrapper .as-social-info-widget li {
  padding-left: 10px;
  padding-right: 10px;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .as-img-thumb, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .as-img-thumb {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .as-img-thumb img, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .as-img-thumb img {
  border: 2px solid #f5f5f5;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content {
  overflow: hidden;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content h5, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content h5 {
  margin-bottom: 0;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content h5 a, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content h5 a {
  color: #2D3746;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-sidebar-content .as-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content .recent-post-widget-date, .as-sidebar-content .dslc-widget.widget_recent_entries .recent-post-widget .recent-post-widget-content .recent-post-widget-date {
  font-size: 12px;
  color: #969BA2;
}
.as-sidebar-content .as-widget.widget_top_rated_products ul li:before, .as-sidebar-content .as-widget.widget_as_latest_tweets_widget ul li:before, .as-sidebar-content .as-widget.widget_recent_entries ul.recent-post-widget-wrapper li:before, .as-sidebar-content .as-widget.contact_info ul li:before, .as-sidebar-content .dslc-widget.widget_top_rated_products ul li:before, .as-sidebar-content .dslc-widget.widget_as_latest_tweets_widget ul li:before, .as-sidebar-content .dslc-widget.widget_recent_entries ul.recent-post-widget-wrapper li:before, .as-sidebar-content .dslc-widget.contact_info ul li:before {
  display: none !important;
}
.as-sidebar-content .as-widget.contact_info ul li, .as-sidebar-content .dslc-widget.contact_info ul li {
  border-bottom: none;
  padding: 0;
}
.as-sidebar-content .as-widget .woocommerce-product-search input[type=search], .as-sidebar-content .dslc-widget .woocommerce-product-search input[type=search] {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #ced0d6;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.as-sidebar-content .as-widget .woocommerce-product-search .screen-reader-text,
.as-sidebar-content .as-widget .woocommerce-product-search input[type=submit], .as-sidebar-content .dslc-widget .woocommerce-product-search .screen-reader-text,
.as-sidebar-content .dslc-widget .woocommerce-product-search input[type=submit] {
  display: none;
}
.as-sidebar-content .as-widget .tagcloud, .as-sidebar-content .dslc-widget .tagcloud {
  padding: 0 0 20px;
}
.as-sidebar-content .as-widget .tagcloud a, .as-sidebar-content .dslc-widget .tagcloud a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 25px 0px 25px;
  text-transform: capitalize;
  font-size: 12px !important;
  font-weight: 500;
  color: #2D3746;
  background-color: #F8F6F5;
  border-radius: 30px;
}
.as-sidebar-content .as-widget .tagcloud a:hover, .as-sidebar-content .dslc-widget .tagcloud a:hover {
  background-color: #E57E3B;
  color: #fff;
}
.as-sidebar-content .as-widget .list-photos .flickr_badge_image, .as-sidebar-content .dslc-widget .list-photos .flickr_badge_image {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-sidebar-content .as-widget .list-photos .flickr_badge_image a, .as-sidebar-content .dslc-widget .list-photos .flickr_badge_image a {
  display: block;
}
.as-sidebar-content .as-widget .list-photos .flickr_badge_image a img, .as-sidebar-content .dslc-widget .list-photos .flickr_badge_image a img {
  width: 100%;
}
.as-sidebar-content .as-widget .list-photos .flickr_badge_image:hover, .as-sidebar-content .dslc-widget .list-photos .flickr_badge_image:hover {
  opacity: 0.8;
}
.as-sidebar-content .as-widget .as-social-info-widget-wrapper, .as-sidebar-content .dslc-widget .as-social-info-widget-wrapper {
  display: block;
  position: relative;
}
.as-sidebar-content .as-widget .as-social-info-widget-wrapper .as-social-info-widget li, .as-sidebar-content .dslc-widget .as-social-info-widget-wrapper .as-social-info-widget li {
  display: inline-block;
  margin: 0;
  padding: 0 15px 10px 0;
  border-bottom: none !important;
}
.as-sidebar-content .as-widget .as-social-info-widget-wrapper .as-social-info-widget li a, .as-sidebar-content .dslc-widget .as-social-info-widget-wrapper .as-social-info-widget li a {
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 2.7;
  color: #ced0d6;
  border: 1px solid #f4f4f4;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-sidebar-content .as-widget .as-social-info-widget-wrapper .as-social-info-widget li:before, .as-sidebar-content .as-widget .as-social-info-widget-wrapper .as-social-info-widget li:after, .as-sidebar-content .dslc-widget .as-social-info-widget-wrapper .as-social-info-widget li:before, .as-sidebar-content .dslc-widget .as-social-info-widget-wrapper .as-social-info-widget li:after {
  display: none;
}
.as-sidebar-content .as-widget .calendar_wrap table, .as-sidebar-content .dslc-widget .calendar_wrap table {
  border: none;
}
.as-sidebar-content .as-widget .calendar_wrap table caption, .as-sidebar-content .dslc-widget .calendar_wrap table caption {
  text-align: center;
  font-size: 23px;
  font-weight: 500;
  cursor: default;
  color: #727272;
}
.as-sidebar-content .as-widget .calendar_wrap table tr, .as-sidebar-content .dslc-widget .calendar_wrap table tr {
  font-family: Cuprum;
  font-size: 16px;
  line-height: 26px;
}
.as-sidebar-content .as-widget .calendar_wrap table tr td, .as-sidebar-content .dslc-widget .calendar_wrap table tr td {
  border: none;
  color: #77858e;
}

.title_image_preview_new {
  width: 100%;
  margin-top: 15px;
}

.as-social-photo .as-social-photo-control li {
  list-style: none;
  float: left;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-social-photo .as-social-photo-control li:before {
  display: none !important;
}
.as-social-photo .as-social-photo-control li:hover {
  opacity: 0.8;
}
.as-social-photo .as-social-photo-control.as_small li {
  width: 18%;
}
.as-social-photo .as-social-photo-control.as_normal li {
  width: 23%;
}
.as-social-photo .as-social-photo-control.as_large li {
  width: 30%;
}

ul.contact-info-widget li {
  margin-bottom: 0;
}
ul.contact-info-widget li .dslc-icon {
  display: inline-block;
  font-size: 13px;
}
ul.contact-info-widget li .as-icon-contact-wrapper {
  display: inline-block;
  color: #969c9e;
  text-align: center;
  margin-right: 15px;
  float: left;
}
ul.contact-info-widget li p {
  overflow: hidden;
  margin: 0;
  vertical-align: middle;
}

/**** Footer Widget ****/
#as-footer-1{
  background: #161E2A;
}
#as-footer-1 h4.widget-title-footer {
  position: relative;
	font-family: 'Cormorant Garamond' !important;
	font-weight: 700;
	font-size: 24px;
}
#as-footer-1 h4.widget-title-footer span {
  color: #E57E3B;
  display: inline-block;
  margin-left: 3px;
}

.as-widget-footer {
  margin-bottom: 25px;
}
.as-widget-footer ul {
  list-style: none;
  padding: 0;
}
.as-widget-footer ul li {
  margin: 0 0 10px 0;
}
.as-widget-footer ul.recent-post-widget-wrapper li:before {
  display: none;
}
.as-widget-footer.widget_categories ul li, .as-widget-footer.widget_archive ul li, .as-widget-footer.widget_recent_comments ul li, .as-widget-footer.widget_recent_entries ul li, .as-widget-footer.widget_meta ul li, .as-widget-footer.widget_nav_menu .menu-main-menu-container > ul > li {
  padding-bottom: 0;
}
.as-widget-footer.widget_categories ul li:before, .as-widget-footer.widget_archive ul li:before, .as-widget-footer.widget_recent_comments ul li:before, .as-widget-footer.widget_recent_entries ul li:before, .as-widget-footer.widget_meta ul li:before, .as-widget-footer.widget_nav_menu .menu-main-menu-container > ul > li:before, .as-widget-footer.widget_pages ul li:before, .as-widget-footer.widget_custom_html .custom-html-widget ul li:before {
  content: "";
  margin-right: 10px;
  font-family: "DSLCFontAwesome";
  color: #93C1E7;
  text-decoration: none;
}
.as-widget-footer .flickr_badge_image {
  float: left;
  width: 75px;
  height: 75px;
  margin: 0 8px 8px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-widget-footer .flickr_badge_image a {
  display: block;
}
.as-widget-footer .flickr_badge_image a img {
  width: 100%;
}
.as-widget-footer .flickr_badge_image:hover {
  opacity: 0.8;
}
.as-widget-footer .tagcloud a {
  font-size: 12px !important;
  color: #909090;
  border: 1px solid #CACACA;
  padding: 3px 5px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 2px 10px;
  border-radius: 3px;
}
.as-widget-footer.widget_search .as-searchform input[type=search] {
  width: 100%;
  background: #f5f5f5;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 12px;
  line-height: 16px;
  padding: 11px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border-radius: 0;
}
.as-widget-footer.widget_recent_entries .recent-post-widget .as-img-thumb {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.as-widget-footer.widget_recent_entries .recent-post-widget .as-img-thumb img {
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-widget-footer.widget_recent_entries .recent-post-widget .as-img-thumb img:hover {
  opacity: 0.8;
}
.as-widget-footer.widget_recent_entries .recent-post-widget-content {
  overflow: hidden;
}
.as-widget-footer.widget_recent_entries .recent-post-widget-content h5 {
  margin-bottom: 0;
  font-size: 16px;
}
.as-widget-footer.widget_recent_entries .recent-post-widget-content .recent-post-widget-date {
  font-size: 12px !important;
  color: #969BA2 !important;
}
.as-widget-footer.widget_recent_entries .recent-post-widget-wrapper li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #3C3C3C;
}
.as-widget-footer.widget_recent_entries .recent-post-widget-wrapper li:last-child {
  border-bottom: none;
}
.as-widget-footer.contact_info ul.contact-info-widget li {
  margin-bottom: 15px;
}
.as-widget-footer.widget_top_rated_products ul li:before, .as-widget-footer.widget_as_latest_tweets_widget ul li:before, .as-widget-footer.widget_recent_entries ul.recent-post-widget-wrapper li:before, .as-widget-footer.contact_info ul li:before {
  display: none !important;
}
.as-widget-footer .as-social-info-widget-wrapper {
  display: block;
  position: relative;
}
.as-widget-footer .as-social-info-widget-wrapper .as-social-info-widget li {
  display: inline-block;
  margin: 0;
  padding: 0 15px 10px 0;
  border-bottom: none !important;
}
.as-widget-footer .as-social-info-widget-wrapper .as-social-info-widget li a {
  border-radius: 50%;
  display: flex;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 2.7;
  color: #fff;
  border: none;
  background-color: #575F6B;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;align-items: center;justify-content:center;
}
.as-widget-footer .as-social-info-widget-wrapper .as-social-info-widget li:before, .as-widget-footer .as-social-info-widget-wrapper .as-social-info-widget li:after {
  display: none;
}
.as-widget-footer.widget_custom_html {
  padding-left: 30px;
}
.as-widget-footer.widget_custom_html .as-listpage-footer {
  width: 45%;
  float: left;
}

/* ---------------------------------------- */
/* 6.  Blog Style
/* ---------------------------------------- */
/*** 6.1 Blog List ***/
/****** Blog Style ******/
.as-post-social-group .as-list-icon-share-btn a.as-twitter {
  background: #44ccf6;
}

.as-post-social-group .as-list-icon-share-btn a.as-facebook {
  background: #3b5998;
}

.as-post-social-group .as-list-icon-share-btn a.as-google-plus {
  background: #d13f2d;
}

.as-post-social-group .as-list-icon-share-btn a.as-pinterest {
  background: #cb2027;
}

.dslc-12-col.as-fullwidth .as-post-item .as-featured-img a img {
  width: 100%;
}

.as-alert-au-vi {
  padding-top: 65px;
  color: #f74326;
}

.as-padding-body-not-content .as-page-default {
  padding: 60px 0;
}

#as-page-blog-classic .dslc-col.dslc-8-col,
#as-page-blog-classic .dslc-col.dslc-7-col,
#as-page-blog-classic .dslc-col.dslc-6-col,
#as-page-blog-classic .dslc-col.dslc-5-col,
#as-page-blog-classic .dslc-col.dslc-4-col,
#as-page-blog-classic .dslc-col.dslc-12-col {
  position: relative;
  padding: 80px 0;
}
#as-page-blog-classic.as-sidebar-border-left .dslc-col.dslc-4-col {
  padding-left: 2.12766%;
  position: relative;
}
#as-page-blog-classic.as-sidebar-border-left .dslc-col.dslc-4-col .as-border-sidebar {
  position: absolute;
  width: 1px;
  background: #eee;
  left: 0;
  top: 0;
}
#as-page-blog-classic.as-sidebar-border-right .dslc-col.dslc-4-col {
  padding-right: 2.12766%;
}
#as-page-blog-classic.as-sidebar-border-right .dslc-col.dslc-4-col .as-border-sidebar {
  position: absolute;
  width: 1px;
  background: #eee;
  right: 0;
  top: 0;
}
#as-page-blog-classic .as-blog-post-main {
  width: 100%;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper,
#as-page-blog-classic .as-blog-post-main .as-content-post-wrapper {
  display: inline-block;
  vertical-align: top;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper {
  width: 80px;
}
#as-page-blog-classic .as-blog-post-main .as-content-post-wrapper {
  padding-left: 0px;
  width: 100%;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper {
  padding-top: 20px;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper .as-post-date {
  text-align: center;
  border-top: 2px solid #ced0d6;
  padding: 5px;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper .as-post-date .as-meta-day {
  color: #ced0d6;
  font-size: 60px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 0px;
}
#as-page-blog-classic .as-blog-post-main .as-date-format-wrapper .as-post-date .as-meta-month-year {
  color: #50545c;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#as-page-blog-classic .as-post-item {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper {
  display: block;
  position: relative;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .as-customNavigation-blog {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .as-customNavigation-blog a {
  width: 35px;
  height: 35px;
  background: #333;
  text-align: center;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .as-customNavigation-blog a .dslc-icon {
  font-size: 20px;
  margin-top: 7px;
  display: block;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .as-customNavigation-blog .as-btn-slider-post-prev {
  left: 0;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .as-customNavigation-blog .as-btn-slider-post-next {
  right: 0;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .owl-theme .owl-controls {
  margin-top: -35px;
  position: relative;
  z-index: 99;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  background: #2c3e50;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper:hover .as-customNavigation-blog a.as-btn-slider-post-prev {
  opacity: 1;
  left: 30px;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper:hover .as-customNavigation-blog a.as-btn-slider-post-next {
  opacity: 1;
  right: 30px;
}
#as-page-blog-classic .as-post-item .as-gallery-wrapper .owl-item .item img {
  width: 100%;
}
#as-page-blog-classic .as-post-item .as-featured-quote,
#as-page-blog-classic .as-post-item .as-featured-link {
  border-left: 5px solid;
  display: block;
  padding: 60px 20px;
  background: #e7e7e7;
}
#as-page-blog-classic .as-post-item .as-featured-quote a {
  color: #6B707E;
}
#as-page-blog-classic .as-post-item .as-featured-quote blockquote {
  font-size: 24px;
  font-style: italic;
  text-align: center;
  display: inline-block;
}
#as-page-blog-classic .as-post-item .as-featured-link {
  background: #303030;
}
#as-page-blog-classic .as-post-item .as-featured-link a {
  font-size: 30px;
}
#as-page-blog-classic .as-post-item .as-featured-link a span {
  font-size: 30px;
}
#as-page-blog-classic .as-post-item .as-featured-link a:hover span {
  margin-right: 10px;
}
#as-page-blog-classic .dslc-col .as-post-item:last-child {
  margin-bottom: 0;
}
#as-page-blog-classic .blog-single-more-link,
#as-page-blog-classic .as-prj-single-more-link {
  display: block;
  margin: 20px 0;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next {
  width: 50%;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-mark-image,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-mark-image,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-mark-image,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-mark-image {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev:hover .as-mark-image,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next:hover .as-mark-image,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev:hover .as-mark-image,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next:hover .as-mark-image {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-content-prev-next-post,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-content-prev-next-post,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-content-prev-next-post,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-content-prev-next-post {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title {
  color: #e8e8e8;
  display: block;
  width: 100%;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title h6,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title h6,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title h6,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title h6 {
  margin-bottom: 0;
  color: #d8d8d8;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title .as-date,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title .as-date,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-content-prev-next-post .as-future-title .as-date,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-content-prev-next-post .as-future-title .as-date {
  font-size: 11px;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .blog-single-more-link .as-icon-link-post,
#as-page-blog-classic .as-prj-single-more-link .as-icon-link-post {
  position: absolute;
  font-size: 60px;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev {
  float: left;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev .as-icon-link-post,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev .as-icon-link-post {
  left: 20px;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-prev:hover .as-future-title h6, #as-page-blog-classic .blog-single-more-link .as-post-nav-prev:hover .as-future-title .as-date,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev:hover .as-future-title h6,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev:hover .as-future-title .as-date {
  color: #fff;
  padding-left: 10px;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-next,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next {
  float: right;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-icon-link-post,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-icon-link-post {
  right: 20px;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-next .as-future-title,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next .as-future-title {
  text-align: right;
}
#as-page-blog-classic .blog-single-more-link .as-post-nav-next:hover .as-future-title h6, #as-page-blog-classic .blog-single-more-link .as-post-nav-next:hover .as-future-title .as-date,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next:hover .as-future-title h6,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next:hover .as-future-title .as-date {
  color: #fff;
  padding-right: 10px;
}
#as-page-blog-classic .as-excerpt {
  display: block;
  margin: 20px 0 30px;
  font-size: 14px;
  color: #9297a3;
}
#as-page-blog-classic .as-post-btn-group {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px;
}
#as-page-blog-classic .as-post-btn-group .as-tag-post-wrapper {
  position: relative;
  display: inline-block;
  width: 80%;
}
#as-page-blog-classic .as-post-btn-group .as-tag-post-wrapper .dslc-icon {
  font-size: 20px;
  color: #aaaaaa;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-right: 5px;
}
#as-page-blog-classic .as-post-btn-group .as-tag-post-wrapper .as-text-tags {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  color: #a09b98;
}
#as-page-blog-classic .as-post-btn-group .as-tag-post-wrapper > a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 25px 0px 25px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  color: #2D3746;
  background-color: #F8F6F5;
  border-radius: 30px;
}
#as-page-blog-classic .as-post-btn-group .as-tag-post-wrapper > a:hover {
  background-color: #E57E3B;
  color: #fff;
}
#as-page-blog-classic .as-featured-content-img {
  min-height: 50px;
}
#as-page-blog-classic .as-featured-content-img a {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-featured-content-img a:hover {
  opacity: 0.8;
}
#as-page-blog-classic .as-post-social-group {
  display: inline-block;
  vertical-align: middle;
  float: right;
}
#as-page-blog-classic .as-post-social-group .as-share-social-list {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #2D3746;
}
#as-page-blog-classic .as-post-social-group .as-share-social-list a {
  color: #2D3746;
  font-size: 16px;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-post-social-group .as-share-social-list a:hover {
  color: #BE5028;
}
#as-page-blog-classic .as-post-social-group .as-share-social-list a.as-twitter {
  font-size: 18px;
  position: relative;
  top: 1px;
}
#as-page-blog-classic .as-title-meta-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-title {
  margin-bottom: 5px;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-title a {
  display: inline-block;
  color: #2D3746;
  font-size: 30px;
  line-height: 36px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div {
  margin-right: 30px;
  color: #767676;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div a {
  color: #767676;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div:after {
  content: "";
  position: absolute;
  background-color: #D8D8D8;
  width: 5px;
  height: 5px;
  right: -20px;
  bottom: 12px;
  border-radius: 50%;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div:last-child:after {
  display: none;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div .dslc-icon {
  color: #aaaaaa;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div.as-date {
  text-transform: uppercase;
  font-weight: 700;
}
#as-page-blog-classic .as-title-meta-wrapper .as-post-info > div a.as-post-like:hover .dslc-icon, #as-page-blog-classic .as-title-meta-wrapper .as-post-info > div a.as-post-like.active .dslc-icon {
  color: #E57E3B;
}

.as-post-social-group .as-btn-heart-blog,
.as-post-social-group .as-circle-line-post,
.as-post-social-group .as-share-btn {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-post-social-group.as-show-hide-text .as-btn-heart-blog,
.as-post-social-group.as-show-hide-text .as-circle-line-post,
.as-post-social-group.as-show-hide-text .as-share-btn {
  opacity: 0;
  visibility: hidden;
}
.as-post-social-group .as-circle-line-post {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #d8d8d8;
  margin: 0 10px;
  border-radius: 50%;
}
.as-post-social-group .as-btn-heart-blog {
  display: inline-block;
  vertical-align: middle;
  color: #9297a3;
}
.as-post-social-group .as-btn-heart-blog span {
  color: #9297a3;
}
.as-post-social-group .as-btn-heart-blog .dslc-icon-heart-empty {
  color: #d9d9d9;
}
.as-post-social-group .as-btn-heart-blog .as-post-like.active .dslc-icon-heart-empty {
  color: #ea4c89;
}
.as-post-social-group .as-share-social-list .as-share-btn {
  color: #9297a3;
  font-size: 14px;
}
.as-post-social-group .as-share-social-list .as-share-btn .dslc-icon-share-alt {
  color: #86bb41;
}
.as-post-social-group .as-list-icon-share-btn {
  position: absolute;
  z-index: 1;
  width: 185px;
  right: 0;
  bottom: -5px;
  display: none;
}
.as-post-social-group .as-list-icon-share-btn a {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-post-social-group .as-list-icon-share-btn a span {
  font-size: 10px;
  color: #fff;
}
.as-post-social-group .as-list-icon-share-btn a:hover {
  opacity: 0.7;
}

.as-line-bottom-blog {
  margin: 10px 0;
}
.as-line-bottom-blog .as-line-full,
.as-line-bottom-blog .as-line-half {
  display: block;
  height: 5px;
  background: transparent;
}
.as-line-bottom-blog .as-line-full {
  width: 100%;
}
.as-line-bottom-blog .as-line-half {
  width: 50%;
  display: none;
}

.as-post-btn-group a.as-btn-readmore {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  color: #121a2e;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-post-btn-group a.as-btn-readmore .dslc-icon {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.as-pagination-wrapper {
  text-align: left;
}
.as-pagination-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.as-pagination-wrapper ul li {
  display: inline-block;
  margin-right: 5px;
}
.as-pagination-wrapper ul li a,
.as-pagination-wrapper ul li > span {
  display: block;
  text-align: center;
  color: #677185;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-pagination-wrapper ul li a.current, .as-pagination-wrapper ul li a:hover,
.as-pagination-wrapper ul li > span.current,
.as-pagination-wrapper ul li > span:hover {
  color: #01050e;
  border-color: #01050e;
}

/*** 6.2 Blog Single ***/
/****** Single Blog Style ******/
#as-about-author {
  display: block;
  margin-bottom: 40px;
  padding: 40px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
#as-about-author .as-headtitle {
  color: #2D3746;
  font-size: 24px;
  font-weight: 700;
}
#as-about-author .as-avatar-img {
  position: relative;
  z-index: 2;
  width: 100px;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}
#as-about-author .as-avatar-img img {
  border-radius: 50%;
}
#as-about-author .as-author-content {
  display: table-cell;
  position: relative;
  padding-left: 25px;
  text-align: left;
}
#as-about-author .as-author-content h3.as-author-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
#as-about-author .as-author-content h3.as-author-name a {
  color: #25363a;
}
#as-about-author .as-author-content h4.as-author-role {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
#as-about-author .as-author-content p {
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 7px;
}
#as-about-author .as-author-content p .as-author-info {
  margin-bottom: 5px;
}

.as-full-img-post .as-featured-img img {
  width: 100%;
}

.as-pagination-pages-wrapper {
  display: block;
  margin-top: 40px;
}
.as-pagination-pages-wrapper a {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #797979;
  letter-spacing: 1px;
  background: #eee;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.as-pagination-pages-wrapper a:first-child span.dslc-icon {
  margin-right: 10px;
}
.as-pagination-pages-wrapper a:last-child {
  float: right;
}
.as-pagination-pages-wrapper a:last-child span.dslc-icon {
  margin-left: 10px;
}

/*** 6.3 Blog Comment ***/
/**** Comment Style ******/
#as-comment-wrapper h3 {
  font-family: "Gill Sans", cursive;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  z-index: 10;
  margin: 0 0 40px 0;
  text-transform: capitalize;
  color: #25363a;
  font-weight: 700;
}
#as-comment-wrapper h3 a.as-leave-cmt {
  float: right;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
  color: #25363a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-comment-wrapper h3 a.as-leave-cmt:hover {
  color: #BE5028;
}
#as-comment-wrapper h3 a.as-leave-cmt span {
  font-size: 12px;
}
#as-comment-wrapper #comments {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#as-comment-wrapper #comments > li {
  margin-bottom: 35px;
}
#as-comment-wrapper .as-comment-content {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}
#as-comment-wrapper .as-comment-content .as-comment-left {
  float: left;
}
#as-comment-wrapper .as-comment-content .as-comment-left img {
  border-radius: 50%;
}
#as-comment-wrapper .as-comment-content .as-comment-right {
  padding-left: 85px;
}
#as-comment-wrapper .as-comment-content .as-comment-right .as-comment-content {
  background-color: #eee;
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
}
#as-comment-wrapper .as-comment-content .as-comment-right .as-comment-content .as-comment-meta {
  float: left;
  width: 100%;
}
#as-comment-wrapper .as-comment-content > img.avatar {
  position: absolute;
  background: #fff;
  left: -33px;
  top: -15px;
}
#as-comment-wrapper .as-comment-clear {
  height: 5px;
}
#as-comment-wrapper .as-comment-meta h4 {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0px 7px 0px;
  color: #25363a;
}
#as-comment-wrapper .as-comment-meta h4 a {
  color: #25363a;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-comment-wrapper .as-comment-meta h4 a:hover {
  color: #BE5028;
}
#as-comment-wrapper .as-comment-meta h4 span {
  font-weight: 400 !important;
  color: #989898;
  font-size: 14px;
  position: relative;
  margin-left: 15px;
}
#as-comment-wrapper .as-comment-meta h4 span:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #989898;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: -11px;
}
#as-comment-wrapper .as-comment-text {
  padding: 10px 0px 10px 0px;
  font-size: 18px;
  color: #777;
}
#as-comment-wrapper .as-comment-text p {
  margin-bottom: 0;
}
#as-comment-wrapper .children {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 90px;
}
#as-comment-wrapper .comment-reply-link {
  position: absolute;
  font-weight: 700;
  background: none;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 14px;
  color: #BE5028;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-comment-wrapper .comment-reply-link span {
  margin-left: 7px;
  font-size: 20px;
  position: relative;
  top: -2px;
}
#as-comment-wrapper .as-reply-form-comment .logged-in-as a {
  font-size: 16px;
}
#as-comment-wrapper .as-reply-form-comment #reply-title small {
  margin-left: 20px;
  display: inline-block;
}
#as-comment-wrapper .as-reply-form-comment .comment-textarea {
  margin-bottom: 30px;
}
#as-comment-wrapper .as-reply-form-comment .comment-textarea textarea {
  font-size: 18px;
  color: #25363a;
  width: 100% !important;
  padding: 14px 2%;
  border: 1px solid #2D3746;
  border-radius: 3px;
  font-family: "Gill Sans";
}
#as-comment-wrapper .as-reply-form-comment .form-submit input.submit {
  font-size: 16px;
  line-height: 38px;
  min-width: 200px;
  padding: 8px 20px 4px 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2D3746;
  font-family: "Gill Sans";
  font-weight: 700;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-comment-wrapper .as-reply-form-comment .form-submit input.submit:hover {
  background-color: #E57E3B;
}
#as-comment-wrapper .as-input-comment {
  display: block;
  width: 100%;
  margin: 0px 10px 10px 0px;
}
#as-comment-wrapper .as-input-comment input {
  width: 100%;
  padding: 7px 20px;
  font-size: 18px;
  border: 1px solid #2D3746;
  font-family: "Gill Sans";
  margin-bottom: 15px;
  border-radius: 3px;
}
#as-comment-wrapper .as-input-comment.as-url-website-label {
  margin-right: 0 !important;
}
#as-comment-wrapper .form-allowed-tags {
  margin: 10px 0 25px;
}
#as-comment-wrapper .form-allowed-tags code {
  white-space: normal;
  display: block;
  margin-top: 5px;
  font-size: 12px;
  padding: 2px 4px;
  color: #b5b5b5;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
#as-comment-wrapper #comment-nav-above .nav-previous,
#as-comment-wrapper #comment-nav-above .nav-next {
  width: 45%;
  display: inline-block;
}
#as-comment-wrapper #comment-nav-above .nav-next {
  float: right;
  text-align: right;
}

/* ---------------------------------------- */
/* 8.  Project Style
/* ---------------------------------------- */
/****** Single Project Style ******/
.single-dslc_projects #as-page-blog-classic .dslc-col.dslc-12-col {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#as-page-blog-classic .as-post-item.dslc_projects {
  padding-left: 0 !important;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-port-comment {
  margin-top: 50px;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-featured-img.as-featured-content-img img {
  width: 100%;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-date-format-wrapper {
  display: none;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project {
  padding: 30px;
  background: #f5f5f5;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-title,
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-title a {
  font-size: 24px;
  color: #212121;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-info span.as-date {
  margin-right: 20px;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-info .dslc-icon {
  margin-right: 5px;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-info-project-meta {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-info-project-meta > div {
  display: block;
  padding: 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-info-project-meta > div > span.dslc-icon {
  min-width: 15px;
  display: inline-block;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-info-project-meta > div > span.as-info-sum {
  min-width: 90px;
  display: inline-block;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-btn-readmore.as-btn-single-project {
  font-weight: 700 !important;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-btn-readmore.as-btn-single-project:hover {
  color: #fff;
  background: #212121;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-social-group .as-share-social-list,
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project .as-post-social-group .as-btn-heart-blog {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project a.as-post-like {
  color: #9297a3;
  display: inline-table;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project a.as-post-like:hover span.dslc-icon, #as-page-blog-classic .as-post-item.dslc_projects .as-content-blog-wrapper.as-single-project a.as-post-like.active span.dslc-icon {
  color: #E57E3B;
}

/* ---------------------------------------- */
/* 9.  404 Page Style
/* ---------------------------------------- */
/**** 404 Page Style ******/
.error404 .logo-normal {
  display: none;
}

.as-wrapper-page-404 {
  min-height: 100vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.as-wrapper-page-404 .as-content-wrapper {
  text-align: center;
}
.as-wrapper-page-404 .as-wrapper-number-404 {
  text-align: center;
  margin-bottom: 30px;
}
.as-wrapper-page-404 .as-wrapper-number-404 h2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.as-wrapper-page-404 .as-context-404 {
  padding-top: 50px;
  text-align: center;
}
.as-wrapper-page-404 .as-context-404 p {
  margin-bottom: 40px;
}
.as-wrapper-page-404 .as-context-404-button {
  text-align: center;
  margin-top: 20px;
}
.as-wrapper-page-404 .as-context-404-button .as-button-style-404 {
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #2D3746;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Gill Sans";
  text-transform: none;
  border: none;
  padding: 16px 30px 12px;
}
.as-wrapper-page-404 .as-context-404-button .as-button-style-404:hover {
  background-color: #BE5028;
}

#as-maintenance {
  min-height: 100vh;
}

/* ---------------------------------------- */
/* 10.  Footer Style
/* ---------------------------------------- */
/*** 10.1 Footer 1 ***/
/**** Footer Option 1 ****/
#as-footer-1 {
  display: block;
}
#as-footer-1.as-fixed-footer {
  position: fixed;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#as-footer-1 .as-widget-footer {
  display: block;
}
#as-footer-1 a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#as-footer-1 .as-getintouch-wrapper {
  background-color: #2D3746;
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0;
  font-family: "Gill Sans";
  position: relative;
}
#as-footer-1 .as-getintouch-wrapper:before{
  content: ' ';
  height:50%;
  background: white;
  position: absolute;
  right:0;
  top:0;
  width: calc((100vw - 1200px)/2);
}
#as-footer-1 .as-getintouch-wrapper:after{
  content: ' ';
  height:50%;
  background: #161E2A;
  position: absolute;
  right:0;
  bottom:0;
  width: calc((100vw - 1200px)/2);
}
#as-footer-1 .as-getintouch-wrapper h3.as-getintouch-title {
  color: #2D3747;
  font-size: 60px;
  font-weight: 700;
}
#as-footer-1 .as-getintouch-wrapper h3.as-getintouch-title span {
  color: #BE5028;
}
#as-footer-1 .as-getintouch-wrapper p.as-getintouch-content {
  color: white;
  font-size: 26px;
    line-height: 30px;
    font-family: "Gill Sans";
    text-align: left;
    font-weight: 400;
}
#as-footer-1 .as-getintouch-wrapper a.as-getintouch-btn {
  border-radius: 100px;
  background-color: #2D3746;
  color: #fff;
  font-size: 60px;
  font-family: "Cormorant Garamond";
  font-weight: 700;
  text-transform: none;
  border: none;
  padding: 20px 30px;
	background: url(https://kybora.com/wp-content/uploads/2023/04/link-contact-footer.png) right center no-repeat; 
	background-size: 30px;
    padding-right: 40px;
}
#as-footer-1 .as-list-terms-policy {
  text-align: right;
}

#as-footer-1.as-fixed-footer #footer-bottom-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.list-social-wrapper {
  position: fixed;
  bottom: 70px;
  z-index: 3;
  left: calc(4% + (100% - 8% - 1400px) / 2);
}
.list-social-wrapper a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.absolute-image img {
  position: absolute;
}

.absolute-image.top-half img {
  -webkit-transform: translateY(-45vh);
      -ms-transform: translateY(-45vh);
          transform: translateY(-45vh);
}
.absolute-image.top-normal img {
  -webkit-transform: translateY(-5vh);
      -ms-transform: translateY(-5vh);
          transform: translateY(-5vh);
}

.line-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.line-list li {
  display: inline-block;
}
.line-list .white a {
  color: #fff;
}

.hero-social-list li {
  margin-right: 24px;
}
.hero-social-list li:last-child {
  margin-right: 0px;
}
.hero-social-list a {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: block;
  line-height: 20px;
  position: relative;
  font-size: 30px;
}

.scroll-down-wrapper {
  cursor: pointer;
  width: 75px;
  text-align: center;
  position: fixed;
  bottom: 70px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 5;
}
.scroll-down-wrapper > span {
  display: block;
}
.scroll-down-wrapper .arrow {
  font-size: 35px;
  line-height: 20px;
}
.scroll-down-wrapper .arrow.small {
  font-size: 25px;
}

.title-section {
  display: none;
}

.dslca-enabled .title-section {
  display: initial;
}

.section-title-top {
  position: fixed;
  font-size: 28px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  right: calc(4% + (100% - 8% - 1400px) / 2);
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  font-family: "Gill Sans";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.section-title-top:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  -webkit-transform: translateX(-110px);
      -ms-transform: translateX(-110px);
          transform: translateX(-110px);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.over-hidden {
  overflow: hidden;
}

.dslca-enabled .zindex-2,
.dslca-enabled .zindex-3 {
  z-index: initial;
}

.hero-image {
  position: absolute;
  height: 350px;
}
.hero-image .as-img-bg-wrapper {
  width: 668px;
  height: 100vh;
  -webkit-transform: translateY(-10vh);
      -ms-transform: translateY(-10vh);
          transform: translateY(-10vh);
  background-size: 100% !important;
}
.hero-image.small-image .as-img-bg-wrapper {
  width: 568px;
}
.hero-image.top-xl .as-img-bg-wrapper {
  -webkit-transform: translateY(-20vh);
      -ms-transform: translateY(-20vh);
          transform: translateY(-20vh);
}
.hero-image.hero-relative {
  position: relative;
  height: initial;
  min-height: 50px;
}
.hero-image.hero-relative .as-img-bg-wrapper {
  position: absolute;
}
.hero-image.hero-relative.left .as-img-bg-wrapper {
  left: -15vh;
  top: -3vh;
}
.hero-image.hero-relative.bottom.global .as-img-bg-wrapper {
  height: 100vh;
}
.hero-image.hero-relative.center .as-img-bg-wrapper {
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.hero-image.bottom.global .as-img-bg-wrapper {
  height: 350px;
  -webkit-transform: translateY(3vh);
      -ms-transform: translateY(3vh);
          transform: translateY(3vh);
}
.hero-image.center .as-img-bg-wrapper {
  left: 0px;
  right: 0px;
  margin: 0 auto;
}
.hero-image .brain-image {
  right: 0px;
}
.hero-image .brain-image img {
  width: 80%;
}

.hero-text.bottom-right-radius h1 {
  border-bottom-left-radius: 150px;
}

.section-overflow .fp-tableCell {
  height: initial !important;
}

/* LOGO */
.logo-icon-wrapper-text {
  position: absolute !important;
  width: 120%;
  height: 160%;
  top: -30%;
  left: -10%;
  z-index: 0;
}

.logo-icon-wrapper-text .main-part {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(10, 68, 59, 0.4);
  border-radius: 250px;
  border-bottom-left-radius: 0px;
}

.logo-icon-wrapper-text .circle {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: -70px;
  left: -70px;
  background: #ff6a42;
}
.logo-icon-wrapper-text .circle.small {
  width: 25px;
  height: 25px;
  bottom: -30px;
  left: -30px;
}
.logo-icon-wrapper-text .circle.green {
  background-color: #5bb9a5;
}

.text-inner-logo {
  position: relative;
}

.right .logo-icon-wrapper-text .main-part {
  border-bottom-left-radius: 250px;
  border-bottom-right-radius: 0px;
}

.right .logo-icon-wrapper-text .circle {
  left: auto;
  right: -70px;
}
.right .logo-icon-wrapper-text .circle.small {
  right: -30px;
}

.grey .logo-icon-wrapper-text .main-part {
  background-color: #9ea6be;
}

.green .logo-icon-wrapper-text .main-part {
  background-color: #5bb9a5;
}

.orange .logo-icon-wrapper-text .main-part {
  background-color: #ff6a42;
}

/* SLIDER */
.slider-post,
.slider-post .dslc-post {
  position: relative;
}

.slider-post .dslc-post .dslc-project-main {
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.slider-post .dslc-post .dslc-project-main .dslc-project-title {
  color: #fff;
}

.slider-post .owl-pagination .owl-page span {
  width: 132px !important;
}

.pin {
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.1, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.1, 0, 0, 1);
}
.pin.center-pin {
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

@media (max-width: 767px) {
  .scroll-down-wrapper {
    display: none;
  }

  .hide-br-mobile br {
    display: none;
  }
}
/* ---------------------------------------- */
/* 11.  Responsive Style
/* ---------------------------------------- */
/*
This file contains the styling for responsive of theme.
*/
/** F I X  F O R  G O O G L E  M A P **/
/* Bootstrap Css Map Fix*/
#dslc-content .as_googlemap img {
  max-width: none !important;
}

/* Bootstrap Css Map Fix*/
#dslc-content .as_googlemap label {
  width: auto !important;
  display: inline !important;
}

body.dslc-page .as-content-wrapper .as-wrapper {
  width: auto !important;
}

body.dslc-page .as-content-wrapper {
  padding: 0;
}

#dslc-content img {
  max-width: 100%;
}

.full-height .fp-tableCell {
  height: initial !important;
}

#dslc-content .hide .dslc-image img {
  display: none;
}

/*
.dslca-change-width-modules-area-options, .dslca-change-width-module-options {
        width: 118px !important;
}
.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-thumb {
        width: 100% !important;
        margin-bottom: 15px !important;
}
.dslc-res-phone .dslc-posts-orientation-horizontal .dslc-post-main {
        width: 100% !important;
}
*/
/* ---------------------------------------- */
/* 4.  Video Responsive
/* ---------------------------------------- */
.flex-video {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------- */
/* 4.  Columns & Page Responsive
/* ---------------------------------------- */
.as-wrapper {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

body.dslc-page #main .as-wrapper {
  width: auto !important;
}

body.dslc-page #main {
  padding: 0;
}

body.dslc-res-phone .dslc-col {
  margin-bottom: 0 !important;
}

#dslc-content img {
  max-width: 100%;
}

.dslca-change-width-modules-area-options,
.dslca-change-width-module-options {
  width: 118px !important;
}
#as-footer-1 .as-footer-wrapper {
  background: #161E2A;
}
/* ---------------------------------------- */
/* 4.  Media Query Responsive
/* ---------------------------------------- */
@media (max-width: 1280px) {
  /****START CUSTOM STYLE THEME****/
  /**** HEADTITLE BIG ****/
  .as-heading-title-slider .dslc-text-module-content p {
    font-size: 50px !important;
    line-height: 56px !important;
    margin-bottom: 0 !important;
  }

  /****END****/
  #dslc-main .normal-text .dslc-text-module-content {
    font-size: 18px;
    line-height: 30px;
  }

  #dslc-main .small-head .dslc-text-module-content h1,
	#dslc-main .small-head .text-inner-logo {
    font-size: 18px;
  }
	#as-footer-1 .as-getintouch-wrapper{padding-left: 4%;}
	#as-footer-1 .as-footer-wrapper{padding-left: 4%; padding-right:4%;}
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/**
* Smaller Monitors
*/
@media only screen and (min-width: 1024px) and (max-width: 1170px) {
	#as-footer-1 .as-getintouch-wrapper:before{
		width: calc((100vw - 960px)/2);
	}
.dslc-add-modules-section,
.dslc-modules-section-wrapper {
    width: 960px !important;
  }

  .dslc-modules-section.dslc-full .dslc-modules-section-wrapper {
    width: auto !important;
  }
}
@media (max-width: 1170px) {
  /****START CUSTOM STYLE THEME****/
  /**** HEADTITLE BIG ****/
  .as-heading-title-slider .dslc-text-module-content p {
    font-size: 30px !important;
    line-height: 36px !important;
    margin-bottom: 0 !important;
  }
  .as-heading-title-slider .dslc-text-module-content p span {
    font-size: 40px !important;
  }

  /**** INFO BOX SPECIAL ****/
  #as-infobox-special .dslc-modules-area .dslc-info-box-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #as-infobox-special .dslc-modules-area .dslc-info-box-title h4 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  /****END****/
  .as-single-project .as-post-btn-group .as-btn-single-project,
.as-single-project .as-post-btn-group .as-post-social-group {
    display: block;
    float: none;
    text-align: center;
  }

  .as-single-project .as-post-btn-group .as-btn-single-project {
    margin-bottom: 20px;
  }

  .as-woo-control-style-wrapper .as-icon-shopping .widget_shopping_cart_content {
    right: -124px;
  }

  .as-woo-control-style-wrapper .as-icon-shopping:hover .widget_shopping_cart_content {
    top: 60px;
  }

  #dslc-content .dslc-posts-orientation-horizontal {
    position: relative;
    display: table;
  }

  #dslc-content .dslc-posts-orientation-horizontal .dslc-post-thumb,
#dslc-content .dslc-posts-orientation-horizontal .dslc-post-main {
    float: none;
    position: relative;
    display: table-cell;
  }

  #dslc-content .dslc-posts-orientation-horizontal .dslc-post-thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  /****START CUSTOM STYLE THEME****/
  /****HEADER****/
  #as-header-1 .as-cont-menu {
    display: none;
  }
  #as-header-1 .as-hamburger-menu-res {
    display: inline-block;
  }
  #as-header-1 .trigger-search {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    top: 0;
    line-height: 42px;
  }
  #as-header-1 .dslc-9-col.dslc-last-col {
    padding-top: 25px;
  }

  /**** INFO BOX SPECIAL ****/
  #as-infobox-special .dslc-modules-area {
    margin-top: 60px !important;
  }
  #as-infobox-special .dslc-modules-area .dslc-info-box-image {
    float: none;
    margin: 0;
  }

  /**** STAFF MODULE ****/
  .as-staff-responsive .dslc-staff-member-title h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  /****END****/
  #as-comment-wrapper .as-input-comment {
    display: block;
    width: 50%;
    margin-right: 0;
  }

  #as-page-blog-classic.as-sidebar-border-right .dslc-col.dslc-4-col .as-border-sidebar,
#as-page-blog-classic.as-sidebar-border-left .dslc-col.dslc-4-col .as-border-sidebar,
#as-page-blog-classic .as-date-format-wrapper {
    display: none;
  }

  #as-page-blog-classic .as-post-item {
    padding-left: 0;
  }

  #as-page-blog-classic .as-blog-post-main .as-date-format-wrapper {
    display: block;
  }

  #as-page-blog-classic .as-blog-post-main .as-content-post-wrapper {
    width: 100%;
    display: block;
    padding: 0;
  }

  #as-page-blog-classic .as-tag-post-wrapper {
    width: 50%;
  }

  #as-footer-2 .as-menu-footer-2 li a,
#as-footer-2 .as-copyright-footer,
#as-footer-2 .as-list-social-wrapper h3 {
    font-size: 10px !important;
    letter-spacing: initial !important;
  }
}
/**
 * Tablets
 */
@media only screen and (min-width: 768px) and (max-width: 1170px) {
  #dslc-content .as-staff-3 .display_style_right .dslc-staff-member-thumb img,
#dslc-content .as-staff-3 .display_style_left .dslc-staff-member-thumb img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
	#as-footer-1 .as-getintouch-wrapper a.as-getintouch-btn{font-size: 50px;}
}
@media (max-width: 767px) {
  /****START CUSTOM STYLE THEME****/
  .as-hafl-to-full-768 .dslc-modules-area {
    width: 100% !important;
    margin: 0 !important;
  }
	#as-footer-1 .as-getintouch-wrapper p.as-getintouch-content{text-align: center;}

  .dslc-modules-section.as-spacing-tablet {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /**** INFO BOX SPECIAL ****/
  #as-infobox-special .dslc-modules-area {
    margin-top: 60px !important;
  }
  #as-infobox-special .dslc-modules-area .dslc-info-box-wrapper {
    border: none;
  }
  #as-infobox-special .dslc-modules-area .dslc-info-box-image {
    float: none;
    margin: 0;
  }

  /**** LOGO HEADER ****/
  #as-header-1 .dslc-col {
    width: 50% !important;
    margin: 0 !important;
  }

  /**** FOOTER ***/
  .as-widget-footer.widget_custom_html {
    padding-left: 0 !important;
  }
  .as-widget-footer.widget_custom_html .as-listpage-footer {
    width: 100%;
    float: none;
    margin: 0;
  }

  #as-footer-1 .as-getintouch-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  #as-footer-1 .as-getintouch-wrapper h3.as-getintouch-title {
    font-size: 40px;
    line-height: 46px;
  }
  #as-footer-1 .as-footer-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  #as-footer-1 .as-list-terms-policy,
#as-footer-1 .as-copyright-footer {
    text-align: center;
  }

  /****END****/
  #as-header-1 .as-menu-header-1 .hamburger-menu-wrap {
    top: 20px;
  }

  #dslc-main .small-head .dslc-text-module-content h1,
#dslc-main .small-head .text-inner-logo {
    font-size: 15px;
  }

  .as-fix-body,
.as-fix-body-page-choice {
    padding: 0;
  }

  .as-staff-3 .as-staff-wrapper.display_style_right,
.as-staff-3 .as-staff-wrapper.display_style_left {
    display: inherit;
  }

  .as-staff-3 .dslc-staff-member-thumb-inner img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    max-width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .as-staff-3 .as-staff-wrapper.display_style_right .dslc-staff-member-thumb,
.as-staff-3 .as-staff-wrapper.display_style_left .dslc-staff-member-thumb {
    display: inherit;
    width: 100%;
  }
}
/**
 * Mobile Landscape
 */
@media (max-width: 480px) {
  /****START CUSTOM STYLE THEME****/
  /**** LOGO HEADER ****/
  #as-header-1 .dslc-col {
    margin: 0;
  }
  #as-header-1 .as-logo-main-site {
    top: 40px !important;
  }
  #as-header-1 .as-logo-main-site img {
    width: 115px !important;
  }

  /**** TABLE CONTENT ****/
  .as-border-left-table-content .dslc-text-module-content {
    border-left: 1px solid #2d3746 !important;
  }

  /**** MASONRY GRID ITEM ****/
  body.dslc-res-phone .dslc-masonry-item {
    margin-bottom: 30px !important;
  }

  /****END****/
  #as-page-blog-classic .as-title-meta-wrapper .as-post-title a {
    font-size: 22px !important;
  }

  #as-page-blog-classic .blog-single-more-link .as-post-nav-prev,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-prev,
#as-page-blog-classic .blog-single-more-link .as-post-nav-next,
#as-page-blog-classic .as-prj-single-more-link .as-post-nav-next {
    width: 100%;
    float: none;
    position: relative;
    display: block;
  }

  #as-page-blog-classic .as-tag-post-wrapper,
#as-page-blog-classic .as-post-social-group {
    width: 100%;
    display: block;
    float: none;
  }

  #as-page-blog-classic .as-post-social-group {
    text-align: right;
  }

  #as-page-blog-classic .as-title-meta-wrapper .as-post-info > div {
    display: block;
  }
  #as-page-blog-classic .as-title-meta-wrapper .as-post-info > div:after {
    display: none;
  }

  #as-page-blog-classic .dslc-col.dslc-4-col {
    padding-top: 0;
  }

  #as-comment-wrapper .as-comment-content > img.avatar {
    left: 0;
    top: 0;
  }

  #as-comment-wrapper .as-comment-meta h4 {
    padding: 7px 20px 7px 80px;
    min-height: 65px;
  }
  #as-comment-wrapper .as-comment-meta h4 a,
#as-comment-wrapper .as-comment-meta h4 span {
    float: none;
    display: block;
  }

  #as-comment-wrapper .as-comment-text {
    padding: 10px 20px 25px 20px;
  }

  #as-comment-wrapper .children {
    padding-left: 0;
  }

  .as-vertical-tabs .dslc-tabs-nav {
    display: none !important;
  }
	#as-footer-1 .as-getintouch-wrapper a.as-getintouch-btn{font-size: 50px;}
}
/* ---------------------------------------- */
/* 12.  Contactform Style
/* ---------------------------------------- */
/**** Contact form Style ******/
.contactform-wrapper .wpcf7 label {
  font-size: 26px;
}
.contactform-wrapper .wpcf7 label span input {
  font-family: "Gill Sans";
}
.contactform-wrapper .wpcf7 label span input:focus {
  border-color: #0091ff !important;
}
.contactform-wrapper .wpcf7 input[type=submit] {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contactform-wrapper .wpcf7 textarea.wpcf7-textarea {
  font-family: "Gill Sans";
  font-size: 18px;
  color: #999999;
}
.contactform-wrapper .selectric .label {
  font-size: 18px;
  font-family: "Gill Sans";
  color: #999999;
  font-weight: normal;
}
.contactform-wrapper .selectric-open .selectric {
  border-color: #0091ff !important;
}
.contactform-wrapper .selectric-items {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px -10px #87878c;
          box-shadow: 0 4px 20px -10px #87878c;
  border: solid 1px #999999;
  background-color: #ffffff;
  margin-top: 2px;
}
.contactform-wrapper .selectric-items ul li {
  margin-bottom: 0 !important;
}
.contactform-wrapper .selectric-items ul li:hover {
  background-color: #f3f4f7 !important;
}

.dr-address-wrapper {
  min-height: 280px;
}
.dr-address-wrapper.no-height {
  min-height: initial !important;
}

/* ---------------------------------------- */
/* 12.  Staff Style
/* ---------------------------------------- */
/****** Single Staff Style ******/
#as-page-blog-classic .as-single-staff .as-post-title .as-staff-name {
  font-size: 60px;
}
#as-page-blog-classic .as-single-staff .as-bio-staff {
  margin: 0 0 30px;
}
#as-page-blog-classic .as-info-staff-meta {
  margin-bottom: 30px;
}
#as-page-blog-classic .as-info-staff-meta > div {
  margin-bottom: 10px;
}
#as-page-blog-classic .as-info-staff-meta > div:last-child {
  margin-bottom: 0;
}
#as-page-blog-classic .as-info-staff-meta > div > span {
  display: inline-block;
  vertical-align: middle;
}
#as-page-blog-classic .as-info-staff-meta > div > span.as-iconsvg {
  margin-right: 10px;
}
#as-page-blog-classic .as-staff-btn {
  border-radius: 100px;
  background-color: #2D3746;
  color: #fff;
  font-size: 20px;
  font-family: "Gill Sans";
  text-transform: none;
  border: none;
  padding: 12px 30px;
}
#as-page-blog-classic .as-staff-btn:hover {
  background-color: #BE5028;
}

.as-staff-thumb {
  overflow: hidden;
  width: 500px;
  position: relative;
}
.as-staff-thumb img {
  max-width: 100%;
/*   border-radius: 50%; */
}
.as-staff-thumb .as-staff-linkedin-img {
  position: absolute !important;
  right: 10%;
  bottom: 0;
}
.as-staff-thumb .as-staff-linkedin-img:hover {
  opacity: 1 !important;
}