/*
 ==========================================
 -- Dragon theme style
 ==========================================
*/
/* ========== Import Mixin ============== */
/* Reset css from default WP */
/* Body */
/* ========== Import Mixin ============== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
a:hover {
  text-decoration: none; }

body:not(.custom-background-image).admin-bar:before {
  display: none !important; }

body:not(.custom-background-image):before, body:not(.custom-background-image):after {
  display: none !important; }

/* Input */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background-color: #fff;
  background-image: none;
  font-size: 14px;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  border-color: #D8D8D8;
  padding: 9px 15px;
  font-weight: 300; }
  input[type="date"]:focus,
  input[type="time"]:focus,
  input[type="datetime-local"]:focus,
  input[type="week"]:focus,
  input[type="month"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  textarea:focus {
    border-color: #d1d1d1; }
  input[type="date"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9B9B9B; }
  input[type="date"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B9B9B; }
  input[type="date"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B9B9B; }
  input[type="date"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #9B9B9B; }

textarea {
  height: 100px;
  resize: none; }

/* Button */
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-weight: 300;
  font-size: 14px; }

.entry-header .entry-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 18px; }

/* Preset Config Theme Options */
/* ========== Font Face =========== */
/* ========== Default element =========== */
body {
  overflow-x: hidden;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  color: #060606; }

.site-container {
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px; }

a:focus, a:hover, a:focus {
  outline: none; }

.no-space {
  padding: 0 !important;
  margin: 0 !important; }

.dgt-pt0 {
  padding-top: 0 !important; }

.dgt-pr0 {
  padding-right: 0 !important; }

.dgt-pb0 {
  padding-bottom: 0 !important; }

.dgt-pl0 {
  padding-left: 0 !important; }

.dgt-mt0 {
  margin-top: 0 !important; }

.dgt-mr0 {
  margin-right: 0 !important; }

.dgt-mb0 {
  margin-bottom: 0 !important; }

.dgt-mt20 {
  margin-top: 20px; }

.dgt-ml0 {
  margin-left: 0 !important; }

.no-margin {
  margin: 0 !important; }

.dgt-clear-left {
  clear: left; }

.ls-2 {
  letter-spacing: 2px !important; }

.ls-3 {
  letter-spacing: 3px !important; }

.ls-4 {
  letter-spacing: 4px !important; }

.error {
  font-size: 12px; }

.dgt-pre-line {
  white-space: pre-line;
  margin-top: -1em !important; }

.dgt-al-center {
  text-align: center; }

.dgt-al-left {
  text-align: left; }

.dgt-al-right {
  text-align: right; }

.font-normal {
  font-weight: normal !important; }

.font-medium {
  font-weight: 500 !important; }

.white {
  color: #fff; }

.fz-13 {
  font-size: 13px; }

a, button, input,
.dgt-animation,
.dgt-navigation .sub-menu,
.dgt-team-item-inner h6,
.dgt-team-info,
.dgt-team-member .dgt-team-content,
.wpb-js-composer .vc_tta.vc_general.dgt-tabs .vc_tta-tab::before,
.wpb-js-composer .vc_tta-color-grey.dgt-tabs.vc_tta-style-classic .vc_tta-tab > a,
.dgt-brand-item a img,
#dgt-back-top,
.roll-hover {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }

.fly-heading {
  position: relative;
  margin-bottom: 30px; }
  .fly-heading:before, .fly-heading:after {
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: 0; }
  .fly-heading:after {
    top: calc(50% + 2px); }
  .fly-heading span, .fly-heading a {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px; }
  .fly-heading a {
    font-size: 16px;
    position: absolute;
    right: 0;
    font-weight: normal;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    padding-left: 10px;
    padding-right: 0; }

.dgt-slider-icon {
  width: 32px;
  height: 32px;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  background-color: #fff;
  margin-right: 8px;
  display: inline-block;
  text-align: center !important;
  line-height: 32px; }
  .dgt-slider-icon:before {
    margin-left: 4px; }

.dgt-button,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  padding: 9px 40px;
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  letter-spacing: 0.5px;
  text-align: center; }
  .dgt-button:hover, .dgt-button:focus,
  button:hover,
  button:focus,
  button[disabled]:hover:hover,
  button[disabled]:hover:focus,
  button[disabled]:focus:hover,
  button[disabled]:focus:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"][disabled]:hover:hover,
  input[type="button"][disabled]:hover:focus,
  input[type="button"][disabled]:focus:hover,
  input[type="button"][disabled]:focus:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"][disabled]:hover:hover,
  input[type="reset"][disabled]:hover:focus,
  input[type="reset"][disabled]:focus:hover,
  input[type="reset"][disabled]:focus:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"][disabled]:hover:hover,
  input[type="submit"][disabled]:hover:focus,
  input[type="submit"][disabled]:focus:hover,
  input[type="submit"][disabled]:focus:focus {
    color: #fff; }

.dgt-button.dgt-button-accent-light, input[type="submit"] {
  background-color: #fff; }
  .dgt-button.dgt-button-accent-light:hover, input[type="submit"]:hover {
    color: #fff; }

.fly-icon > a:before, .item > a:before {
  background: url("./../../../asset/images/icon.png") no-repeat 0 0;
  width: 35px;
  content: "";
  height: 35px;
  display: block;
  margin-right: 10px; }

.fly-icon.ic-food-drink > a:before, .fly-icon.food_drink > a:before, .item.ic-food-drink > a:before, .item.food_drink > a:before {
  background-position: 0 3px; }

.fly-icon.ic-media > a:before, .fly-icon.media > a:before, .item.ic-media > a:before, .item.media > a:before {
  background-position: -46px 2px; }

.fly-icon.ic-shop > a:before, .fly-icon.shop > a:before, .item.ic-shop > a:before, .item.shop > a:before {
  background-position: -97px 0; }

.fly-icon.ic-virtual > a:before, .fly-icon.virtual > a:before, .item.ic-virtual > a:before, .item.virtual > a:before {
  background-position: -133px 0; }

.fly-icon.ic-place > a:before, .fly-icon.place > a:before, .item.ic-place > a:before, .item.place > a:before {
  background-position: -183px 0; }

.fly-icon.ic-read > a:before, .fly-icon.read > a:before, .item.ic-read > a:before, .item.read > a:before {
  background-position: -227px 0; }

/* hide up/down arrows ("spinners") on input fields marked type=number */
.no-spinners[type='number'] {
  -moz-appearance: textfield; }

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* ========== Header =========== */
.dgt-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.header-right ul {
  list-style: none;
  margin: 0; }

.flying-custom-login {
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  visibility: hidden; }
  .flying-custom-login p {
    margin-bottom: 10px; }

/* ========== Logo =========== */
#logo, #logo-retina, #logo-fixed {
  margin: 0; }

#logo-retina {
  display: none; }

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi) {
  #logo-retina {
    display: block; }
  #logo {
    display: none; } }

/* ========== Search =========== */
.dgt-search-form .dgt-input-seach {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 250px;
  right: 0;
  top: 70px;
  z-index: 1; }
  .dgt-search-form .dgt-input-seach input {
    background-color: #fff; }

.dgt-search-form .icon-search {
  cursor: pointer;
  font-size: 24px; }

.dgt-search-form.open .dgt-input-seach {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  visibility: visible;
  top: 57px; }

/* ========== Header Top =========== */
.header-top, .header-primary {
  padding: 0 60px; }

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .header-top p {
    margin: 10px 0;
    padding: 0 24px;
    line-height: 20px; }
    .header-top p:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .header-top p:last-child {
      padding-right: 0; }
    .header-top p i {
      font-size: 16px;
      margin-right: 8px;
      vertical-align: -2px; }

/* ========== Navigation =========== */
#navigation {
  position: relative; }

.dgt-navigation ul.primary-menu {
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .dgt-navigation ul.primary-menu > li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0; }
    .dgt-navigation ul.primary-menu > li > a {
      line-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .dgt-navigation ul.primary-menu > li:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      visibility: visible; }
    .dgt-navigation ul.primary-menu > li:last-child:after {
      display: none; }

.dgt-navigation a {
  font-size: 14px;
  font-weight: normal; }
  .dgt-navigation a:hover {
    text-decoration: none; }

.dgt-navigation .menu-item-has-children {
  position: relative; }

.dgt-toggle-menu-on {
  padding: 0 20px; }
  .dgt-toggle-menu-on i {
    font-size: 20px; }

/* ========== Footer ============ */
.dgt-footer {
  margin-top: -60px;
  position: relative; }
  .dgt-footer:before {
    background: url("../../images/bg-footer.jpg") no-repeat 0 0;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

/* ========== Coppyright =========== */
.dgt-coppyright {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  letter-spacing: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .dgt-coppyright a {
    padding: 0 8px; }
  .dgt-coppyright p {
    margin: 0; }

/* ========== Social =========== */
.dgt-social ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dgt-social ul li a {
    font-size: 14px;
    width: 106px;
    height: 30px;
    margin: 0 6px 0 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500; }
    .dgt-social ul li a i {
      margin-right: 5px;
      font-size: 14px; }
  .dgt-social ul li.facebook a {
    background-color: #3b5998; }
  .dgt-social ul li.twitter a {
    background-color: #55acee; }
  .dgt-social ul li.pinterest a {
    background-color: #cb2027; }
  .dgt-social ul li.google a {
    background-color: #db402c; }

/* ========== DGT Contact Form ============== */
.dgt-contactform .dgt-radio {
  margin-bottom: 23px; }

.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
  background-color: #fff;
  color: red;
  border: none; }

.wpcf7 [class*='col-'] {
  margin-bottom: 20px; }

.wpcf7 span.wpcf7-list-item {
  margin: 0; }

.wpcf7 .njt-gdpr-cf7-p {
  margin: 0 auto; }
  .wpcf7 .njt-gdpr-cf7-p > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.dgt-contact-custom input[type="date"],
.dgt-contact-custom input[type="time"],
.dgt-contact-custom input[type="datetime-local"],
.dgt-contact-custom input[type="week"],
.dgt-contact-custom input[type="month"],
.dgt-contact-custom input[type="text"],
.dgt-contact-custom input[type="email"],
.dgt-contact-custom input[type="url"],
.dgt-contact-custom input[type="password"],
.dgt-contact-custom input[type="search"],
.dgt-contact-custom input[type="tel"],
.dgt-contact-custom input[type="number"],
.dgt-contact-custom textarea {
  background-color: transparent;
  border: 1px solid rgba(216, 216, 216, 0.5); }

.dgt-contact-custom input[type="submit"] {
  border: none;
  color: #fff;
  height: 48px;
  border-radius: 24px;
  background: url("./../../../asset/images/arrow-right.png") no-repeat calc(100% - 27px) center;
  font-size: 16px;
  padding: 0 48px;
  margin-top: 10px; }

/* =========== Dgt Content ============ */
.dgt-site-content {
  padding: 70px 0; }

.dgt-content {
  min-height: 400px; }

/* ========== Sidebar ============ */
.widget-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px; }

/* ========== Blog News ============ */
.dgt-blog-item {
  margin-bottom: 70px; }
  .dgt-blog-item .dgt-blog-item-inner {
    padding: 0 15px; }
  .dgt-blog-item .dgt-blog-title {
    margin: 0 0 12px; }
    .dgt-blog-item .dgt-blog-title a {
      font-size: 20px;
      color: #000000;
      font-weight: 500;
      line-height: 30px; }
  .dgt-blog-item .dgt-blog-description {
    margin: 27px 0 29px; }

.dgt-blog-info {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 24px;
  border-bottom: 1px solid #EDEDED; }
  .dgt-blog-info span {
    line-height: 1.1; }
  .dgt-blog-info .dgt-blog-date {
    font-size: 14px;
    font-weight: 500; }
  .dgt-blog-info .dgt-blog-author {
    margin: 0 18px 0 0;
    padding: 0 18px 0 0;
    border-right: 1px solid #D8D8D8; }

/* ========== Blog Sidebar ========== */
.dgt-blog-sidebar {
  margin-bottom: 18px; }
  .dgt-blog-sidebar:last-child {
    margin-bottom: 0; }
  .dgt-blog-sidebar .blog-image {
    max-width: 100px; }
    .dgt-blog-sidebar .blog-image + .blog-info {
      padding-left: 10px; }
  .dgt-blog-sidebar .dgt-blog-title {
    margin-bottom: 0; }
    .dgt-blog-sidebar .dgt-blog-title a {
      font-size: 14px;
      font-weight: 300;
      color: #232323; }
  .dgt-blog-sidebar .entry-info-post {
    margin: -3px 0 8px; }

.content-single {
  margin-bottom: 63px;
  border-bottom: 1px solid #eee;
  padding-bottom: 52px; }
  .content-single .post-feature-image {
    margin-bottom: 22px; }
  .content-single .post-feature-image ul {
    list-style: none;
    margin: 0; }
  .content-single .post-feature-image iframe {
    margin: 0; }
  .content-single .entry-content {
    font-size: 13px;
    font-weight: 300;
    color: #4A4A4A; }
    .content-single .entry-content p {
      margin-bottom: 27px;
      line-height: 1.9; }
  .content-single .dgt-blog-info {
    border: none;
    padding: 0 0 34px; }

.action-single .section {
  margin-bottom: 25px; }

.action-single .post-box-title {
  padding-right: 5px;
  font-weight: bold; }

.post-pagination a {
  width: 130px;
  height: 40px;
  border: 1px solid #D8D8D8;
  color: #9B9B9B;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -khtml-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }
  .post-pagination a.next-post i {
    margin-left: 7px; }
  .post-pagination a.prev-post i {
    margin-right: 7px; }

.dgt-post-author {
  margin: 45px 0 40px;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 40px 0; }
  .dgt-post-author .author-img {
    width: 100px;
    float: left; }
  .dgt-post-author .author-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 20px; }
  .dgt-post-author h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 500;
    line-height: 1.4; }
  .dgt-post-author p {
    margin: 0;
    line-height: 24px; }

.dgt-post-tags {
  font-size: 13px;
  color: #9B9B9B; }
  .dgt-post-tags .post-box-title {
    font-weight: 500;
    color: #232323; }
  .dgt-post-tags a {
    font-weight: normal;
    color: #9B9B9B;
    display: inline-block; }

.post-related .row {
  margin-right: -30px;
  margin-left: -30px; }

.post-related [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px; }

.entry-info-post {
  margin-bottom: 28px;
  color: #969696;
  font-size: 12px; }
  .entry-info-post .separate {
    margin: -2px 10px;
    width: 1px;
    background-color: #969696;
    height: 12px;
    display: inline-block; }
  .entry-info-post i {
    margin-right: 8px; }

/* Post Comment */
.comments-title,
.comment-reply-title,
.sidebar .widget-title {
  font-size: 24px;
  color: #232323;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  padding-bottom: 17px; }
  .comments-title:after,
  .comment-reply-title:after,
  .sidebar .widget-title:after {
    height: 2px;
    width: 70px;
    background-color: #232323;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute; }

.comment-respond {
  margin: 60px 0 0; }

#comments li {
  margin-bottom: 40px; }

#comments .comment-list {
  margin-top: 40px; }

#comments .author-img {
  float: left; }
  #comments .author-img img {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0; }

#comments #commentform {
  margin: 0 0 30px 0; }
  #comments #commentform p {
    margin-bottom: 20px; }

#comments .comment-text {
  float: left;
  font-size: 12px;
  margin: -4px 0 0;
  padding-left: 20px;
  width: calc(100% - 100px); }
  #comments .comment-text p {
    line-height: 1.9;
    margin: 0 0 5px 0; }
  #comments .comment-text .author {
    padding: 0 5px 5px 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px; }
    #comments .comment-text .author a {
      font-size: 14px;
      font-weight: bold;
      color: #2e2e2e; }
  #comments .comment-text .date {
    color: #acacac; }

#comments .children {
  margin-left: 45px; }
  #comments .children .children {
    margin-left: 35px; }

#comments span {
  display: inline-block; }
  #comments span.separate {
    height: 1px;
    margin: 0 5px;
    vertical-align: 3px;
    width: 2px; }

#comments input[type="submit"] {
  min-width: 130px; }

/* ============= Sidebar ============== */
.sidebar .widget-title {
  margin-bottom: 20px; }

/* ========== Button back to top =========== */
#dgt-back-top {
  background-color: #ccc;
  border-radius: single 50% 2px 2px;
  -webkit-border-radius: single 50% 2px 2px;
  -khtml-border-radius: single 50% 2px 2px;
  -moz-border-radius: single 50% 2px 2px;
  -ms-border-radius: single 50% 2px 2px;
  -o-border-radius: single 50% 2px 2px;
  bottom: 50px;
  visibility: hidden;
  position: fixed;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -khtml-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  text-align: center;
  cursor: pointer;
  z-index: 9; }
  #dgt-back-top > * {
    color: #fff;
    font-size: 24px; }

/* ========== Slider =========== */
.flickity-slider {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }

.gallery-cell {
  left: 0 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -khtml-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  z-index: -1; }

.gallery-cell.is-selected {
  opacity: 1;
  z-index: 0; }

/* ========== Icon Box =========== */
.dgt-text-box .text-icon, .dgt-text-box .sub-title, .dgt-text-box .title {
  font-weight: 500;
  text-transform: uppercase; }

.dgt-text-box .text-icon {
  font-size: 48px; }

.dgt-text-box .title {
  font-size: 24px;
  margin: 0 0 25px 0; }

.dgt-text-box .sub-title {
  margin: 21px 0 13px; }

.dgt-text-box .dgt-button {
  margin-top: 16px; }

.dgt-text-image .title {
  font-size: 18px;
  text-transform: none;
  margin-bottom: 17px;
  font-weight: 500;
  padding: 29px 0 0; }

.dgt-text-image img {
  max-width: inherit; }

/* ========== Link List =========== */
.dgt-link-list ul {
  list-style: none;
  margin: 0;
  font-size: 13px; }

.dgt-link-list li {
  position: relative;
  padding: 4px 0 4px 12px;
  display: block; }
  .dgt-link-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    top: 14px;
    background-color: #D8D8D8; }
  .dgt-link-list li:first-child a {
    padding-top: 0; }
    .dgt-link-list li:first-child a:before {
      top: 0;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
  .dgt-link-list li:last-child a {
    padding-bottom: 0; }
    .dgt-link-list li:last-child a:before {
      top: 10px;
      transform: none;
      -webkit-transform: none;
      -khtml-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }

/* ========== Dgt heading =========== */
.dgt-custom-heading {
  margin-bottom: 25px;
  font-size: 18px; }
  .dgt-custom-heading .dgt-heading {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500; }
  .dgt-custom-heading .dgt-heading-icon {
    margin: 8px 0 6px;
    display: inline-block; }
  .dgt-custom-heading svg {
    height: auto;
    display: inline-block; }
  .dgt-custom-heading.font-normal .dgt-heading {
    font-weight: normal; }

.dgt-widget-title .dgt-heading {
  text-transform: uppercase;
  font-size: 18px; }

.dgt-widget-title .dgt-heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0 6px; }

/* ========== Dgt Modal Box =========== */
.dgt-modal-box-inner .dgt-custom-heading {
  margin-bottom: 10px; }

.dgt-modal-box-inner .dgt-heading {
  text-transform: uppercase; }

.dgt-modal-box-inner .sub-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px; }

.dgt-modal-box-inner .short_des {
  margin-bottom: 40px; }

.dgt-modal-box .modal-body {
  padding: 60px 40px 35px 40px; }

.dgt-modal-box .close {
  color: #6F6F6F;
  font-size: 48px;
  right: 24px;
  opacity: 1;
  position: absolute;
  top: 20px; }

.modal-backdrop.show {
  opacity: .6; }

/* ========== Dgt Chart =========== */
.dgt-chart-wrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: rgba(255, 255, 255, 0.7); }
  .dgt-chart-wrap .dgt-chart {
    position: absolute;
    top: 0;
    left: 0; }
  .dgt-chart-wrap .dgt-chart-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 24px 0 12px; }

.dgt-chart-image {
  width: 150px;
  height: 150px;
  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;
  position: relative; }
  .dgt-chart-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #4A4A4A;
    content: "";
    top: 1px;
    left: 1px;
    border-radius: 50%; }

/* =========== Counter Box ============ */
.dgt-counter-box .dgt-counter-box-inner {
  position: relative;
  padding: 20px 0 18px;
  text-align: center; }

.dgt-counter-box h3 {
  font-size: 64px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 500;
  letter-spacing: 1.5px; }

.dgt-counter-box h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.5px; }

/* =========== Owl Slider ============ */
.dgt-slider {
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  position: relative;
  overflow: hidden; }

.dgt-vc-element .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #D8D8D8;
  margin: 10px 6px; }

.dgt-play-video {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }
  .dgt-play-video .fa-icon-play:before {
    font-family: "Ionicons";
    content: "\f488";
    font-size: 32px;
    color: #fff;
    margin-left: 5px; }
  .dgt-play-video.play .fa-icon-play:before {
    content: "\f478";
    margin-left: 0; }

/* =========== About Info ============ */
.dgt-widget-about > p {
  line-height: 1.7; }

.dgt-about-info p {
  margin-bottom: 13px; }

.dgt-about-info i {
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  text-align: center;
  width: 12px;
  vertical-align: -2px; }

.dgt-about-info .address {
  margin-top: 18px; }

/* =========== Dgt Video Lightbox ============ */
.dgt-video-box-inner {
  position: relative;
  margin-bottom: 28px; }
  .dgt-video-box-inner img:not(.icon-image) {
    max-width: 100px; }
  .dgt-video-box-inner .dgt-video-image {
    margin-right: 12px; }
  .dgt-video-box-inner .icon-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px; }
  .dgt-video-box-inner h3 {
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.5px;
    margin: 8px 0;
    text-transform: uppercase; }
  .dgt-video-box-inner a {
    display: block;
    position: relative; }

/* =========== Dgt Cover Image ============ */
#dgt-cover-image {
  padding-top: 125px;
  letter-spacing: 0.5px; }
  #dgt-cover-image .title {
    text-transform: uppercase;
    letter-spacing: 1px; }
  #dgt-cover-image .dgt-sub-title {
    padding: 0 110px;
    font-size: 16px; }

/* =========== Image Custom ============ */
.img-rounder .vc_single_image-img {
  border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px; }

/* =========== Dgt Pagination ============ */
.dgt-pagination {
  text-align: center; }
  .dgt-pagination > * {
    display: inline-block;
    vertical-align: middle; }
  .dgt-pagination .page-numbers {
    margin: 0 4px;
    font-size: 16px;
    font-weight: bold;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: 0.2;
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    color: #4A4A4A; }
  .dgt-pagination .pagination {
    margin: 0;
    background-color: transparent; }
  .dgt-pagination .current, .dgt-pagination .page-numbers:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1; }

/* =========== Dgt Portfolio Details ============ */
.dgt-portfolio-detail p {
  line-height: 25px; }

.dgt-portfolio-content {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 35px 0 33px 0;
  margin: 26px 0 41px; }
  .dgt-portfolio-content a {
    color: #4A4A4A;
    font-weight: 400;
    display: block; }
  .dgt-portfolio-content label {
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin: 0; }

.dgt-detail-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 0;
  word-break: break-all; }

.dgt-portfolio-share ul, .dgt-portfolio-share ul:not(.no-list) {
  list-style: none;
  margin: 0;
  padding: 0; }

.dgt-portfolio-share > span {
  min-width: 117px; }

.dgt-portfolio-share i {
  margin-right: 22px; }

.dgt-portfolio-share a {
  font-size: 18px;
  color: #4a4a4a; }

/* ========== Import Mixin ============== */
/* Responsive for large destop */
@media (min-width: 1200px) {
  .dgt-navigation ul.primary-menu > li {
    margin: 0 28px; } }

/* Responsive for large destop */
@media (max-width: 1200px) {
  .dgt-navigation ul.primary-menu > li {
    margin: 0 15px; } }

/* Responsive for device min width 992px */
@media (max-width: 992px) {
  .lg-px-3 [class="vc_custom_"], [class*="vc_custom_"].lg-px-3, .lg-px-3[class*="vc_custom_"], .lg-px-3 .vc_column-inner {
    padding-right: 30px !important;
    padding-left: 30px !important; }
  .lg-pl-15 [class="vc_custom_"], [class*="vc_custom_"].lg-pl-15, .lg-pl-15[class*="vc_custom_"], .lg-pl-15 .vc_column-inner {
    padding-left: 15px !important; }
  .lg-pr-15 [class="vc_custom_"], [class*="vc_custom_"].lg-pr-15, .lg-pr-15[class*="vc_custom_"], .lg-pr-15 .vc_column-inner {
    padding-right: 15px !important; } }

@media (min-width: 992px) {
  .dgt-navigation ul.primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .dgt-navigation ul.primary-menu > li:before {
      content: "";
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      bottom: -3px;
      left: 0;
      background: #fff;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      visibility: hidden; }
    .dgt-navigation ul.primary-menu > .current-menu-item:before, .dgt-navigation ul.primary-menu > .current-menu-ancestor:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      visibility: visible; }
  .dgt-navigation .sub-menu {
    position: absolute;
    top: 120%;
    min-width: 180px;
    background-color: #fff;
    box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 12;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    visibility: hidden;
    left: 0;
    margin: 0; }
    .dgt-navigation .sub-menu li {
      display: block;
      margin: 0; }
      .dgt-navigation .sub-menu li a {
        font-weight: 400;
        padding: 7px 25px;
        display: block;
        border-bottom: 1px solid #dcdadb; }
    .dgt-navigation .sub-menu .menu-item-has-children > a:after {
      content: "\f3d3";
      font-family: "Ionicons";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
    .dgt-navigation .sub-menu .sub-menu {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      visibility: hidden;
      left: 100%; }
  .dgt-navigation .menu-item-has-children > a {
    position: relative;
    z-index: 2; }
  .dgt-navigation .menu-item-has-children:hover > .sub-menu {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    visibility: visible;
    top: 100%; }
    .dgt-navigation .menu-item-has-children:hover > .sub-menu .sub-menu {
      top: 0; }
  .wpcf7 .njt-gdpr-cf7-p {
    width: 66%; } }

/* Responsive for device 992px - 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
  /* Header Menu */
  .dgt-navigation a {
    font-size: 14px; }
  .dgt-counter-box h4 {
    font-size: 18px; } }

/* Responsive for device max with 991px */
@media (max-width: 991px) {
  .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1071;
    content: "";
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -khtml-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    visibility: hidden; }
  .menu-open {
    overflow: hidden; }
    .menu-open .menu-backdrop {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.5); }
  .fly-icon.ic-virtual > a:before {
    background-position: -138px 0; }
  /* Menu Mobile */
  .dgt-toggle-menu-off {
    text-align: left;
    display: inline-block;
    padding: 0;
    cursor: pointer; }
    .dgt-toggle-menu-off i {
      font-size: 30px; }
  .dgt-toggle-menu-on i {
    font-size: 30px; }
  .dgt-menu-mobile {
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 320px;
    top: 0;
    right: 0;
    padding: 5px 20px 20px 20px;
    z-index: 1072;
    transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    -khtml-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition: transform 0.8s;
    -khtml-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -khtml-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    overflow-y: auto; }
    .dgt-menu-mobile .dgt-navigation .current-menu-parent > .sub-menu, .dgt-menu-mobile .dgt-navigation .current-menu-ancestor > .sub-menu {
      display: block; }
    .dgt-menu-mobile .dgt-navigation ul.sub-menu {
      margin-left: 15px;
      transition: none;
      -webkit-transition: none;
      -khtml-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none; }
    .dgt-menu-mobile .dgt-navigation ul li {
      margin: 0;
      display: block;
      padding: 0; }
    .dgt-menu-mobile .dgt-navigation a {
      padding: 5px 0;
      display: block; }
    .dgt-menu-mobile.open {
      box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -khtml-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
      -webkit-transition: transform 0.8s;
      -khtml-transition: transform 0.8s;
      -moz-transition: transform 0.8s;
      -ms-transition: transform 0.8s;
      -o-transition: transform 0.8s;
      transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -khtml-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
    .dgt-menu-mobile .toggle-menu {
      position: absolute;
      right: 0;
      width: 40px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      top: 0;
      height: 65px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      .dgt-menu-mobile .toggle-menu i {
        font-size: 20px;
        color: #fff; }
    .dgt-menu-mobile .sub-menu .toggle-menu {
      height: 34px; }
    .dgt-menu-mobile .menu-item-has-children {
      position: relative; }
  .md-mb3 {
    margin-bottom: 30px !important; } }

/* Responsive for device 768px - 992px */
@media (min-width: 768px) and (max-width: 991px) {
  .lg-py-3 [class="vc_custom_"], [class*="vc_custom_"].lg-py-3, .lg-px-3[class*="vc_custom_"] {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .md-w100 {
    width: 100% !important; }
  .md-w50 {
    width: 50% !important; }
  .md-al-center {
    text-align: center !important; }
  .dgt-chart-image {
    width: 120px;
    height: 120px; }
  .dgt-chart-wrap {
    font-size: 12px; }
    .dgt-chart-wrap .dgt-chart-title {
      font-size: 14px; }
  .dgt-counter-box h3 {
    font-size: 48px; }
  .dgt-counter-box h4 {
    font-size: 14px; }
  .dgt-video-box-inner img:not(.icon-image) {
    max-width: 70px; } }

@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 970px; } }

/* Responsive for device max with 767px */
@media (max-width: 767px) {
  .xs-pb-3 [class="vc_custom_"], [class*="vc_custom_"].xs-pb-3, .xs-pb-3[class*="vc_custom_"] {
    padding-bottom: 30px !important; }
  .xs-mb-0 [class="vc_custom_"], [class*="vc_custom_"].xs-mb-0, .xs-mb-0[class*="vc_custom_"] {
    margin-bottom: 0px !important; }
  .xs-py-3 [class="vc_custom_"], [class*="vc_custom_"].xs-py-3, .xs-py-3[class*="vc_custom_"], .xs-py-3 .vc_column-inner, .xs-py-3.wpb_column {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .xs-py-0 [class="vc_custom_"], [class*="vc_custom_"].xs-py-0, .xs-py-0[class*="vc_custom_"], .xs-py-0 .vc_column-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .xs-px-15 [class="vc_custom_"], [class*="vc_custom_"].xs-px-15, .xs-px-15[class*="vc_custom_"], .xs-px-15 .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .xs-al-center {
    text-align: center !important; }
  .dgt-coppyright {
    padding: 10px 0; }
  .header-top {
    padding: 0 10px; }
    .header-top p {
      font-size: 12px;
      padding: 0 12px; }
  .header-top, .header-primary {
    padding: 0 20px; }
  .dgt-play-video {
    min-width: 40px !important;
    max-width: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important; }
    .dgt-play-video .fa-icon-play:before {
      font-size: 24px; }
  .dgt-modal-box-inner .dgt-heading {
    font-size: 24px; }
  .dgt-modal-box-inner .sub-title {
    font-size: 18px; }
  .dgt-modal-box .modal-body {
    padding: 30px 20px 18px 20px; }
  .dgt-modal-box .close {
    color: #6F6F6F;
    font-size: 36px;
    right: 15px;
    opacity: 1;
    position: absolute;
    top: 10px; } }

/* Responsive for device max with 567px */
/* Responsive for device max with 480px */
/* Responsive for device max with 360px */
@media (max-width: 360px) {
  .header-top p i {
    display: none; } }
