@charset "UTF-8";
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
:root {
  /**
  @color declaration
  */
  --db-ff-fontawesome: "FontAwesome";
  --db-common-white: #ffffff;
  --db-common-black: #000;
  --db-grey-1: #f5f5f5;
  --db-grey-2: #f5f7fb;
  --db-text: #7e8188;
  --db-theme-primary: #2c79ff;
  --db-theme-secondary: #e12e63;
  --db-border-1: #000f2f;
  --db-border-2: #eeeff0;
}
header, main, footer {
    position: relative;
    z-index: 1;
}
header,footer {
    z-index: 999;
}
/*Btn Style One*/
.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 13px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 45px;
	background: var(--db-theme-secondary);;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one:hover .btn-title{
	background: #3a53a4;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 2rem;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-title{
	background: var(--db-theme-secondary);;
	border-color: var(--db-theme-secondary);;
	color: #ffffff;
}

/*---------------------------------
    common classes css start 
---------------------------------*/

.w-img img {
  width: 100%;
  object-fit: cover;
}

.m-img img {
  max-width: 100%;
  object-fit: cover;
}

.fix {
  overflow: hidden;
}

.z-index-1 {
  z-index: 1;
}

.db-relative {
  position: relative;
}

.db-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
  background-color: var(--db-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 98;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: url(../img/cross-out.png), pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
.db-basic_pagination ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.db-basic_pagination ul li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .db-basic_pagination ul li:not(:last-child) {
    margin-right: 3px;
  }
}
.db-basic_pagination ul li a, .db-basic_pagination ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #f1f1f1;
  font-size: 18px;
  font-weight: 600;
}
.db-basic_pagination ul li a:hover, .db-basic_pagination ul li a.current, .db-basic_pagination ul li span:hover, .db-basic_pagination ul li span.current {
  background: var(--db-theme-primary);
  border-color: var(--db-theme-primary);
  color: var(--db-common-white);
}

/* cart plus minus default style css */
.db-backtotop {
  position: fixed;
  bottom: 0;
  right: 40px;
  background: var(--db-theme-primary);
  z-index: 6;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: 0.6s;
  z-index: 99;
  font-size: 20px;
  border-radius: 5px;
}
.db-backtotop.show {
  top: auto;
  bottom: 40px;
  opacity: 1;
}
.db-backtotop:hover {
  background-color: var(--db-theme-secondary);
}

/*--
    - Spacing
-----------------------------------------*/
/*----------------------------------------*/
/*  ALL CSS START
/*----------------------------------------*/
/* theme btn */
/* Button 9 */
.db-more_btn {
  padding: 2px;
  min-width: 90px;
  text-align: center;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  border-radius: 0;
}
.db-more_btn span {
    color: var(--db-common-white);
    background-color: var(--db-theme-primary);
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 8px 10px;
    min-width: 6rem;
    letter-spacing: -0.02rem;
    border: 1px solid var(--db-theme-primary);
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.db-more_btn:hover span {
  color: var(--db-common-white);
  background-color: var(--db-theme-secondary);
  border-color: transparent;
}

/* pulse btn */
.db-pulse_btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  background-color: var(--db-common-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--db-common-black);
  animation: pulse 2s infinite;
}
.db-pulse_btn i {
  font-size: 18px;
  padding-left: 2px;
}
.db-pulse_btn:hover {
  background-color: var(--db-common-black);
  color: var(--db-common-white);
}

/* hambur btn */
.db-hamburger_btn {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}
.db-hamburger_btn span {
  display: inline-block;
  width: 100%;
  background: var(--db-common-black);
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  z-index: 1;
}
.db-hamburger_btn span:nth-child(1) {
  top: 0;
}
.db-hamburger_btn span:nth-child(2) {
  top: 10px;
}
.db-hamburger_btn span:nth-child(3) {
  top: 20px;
}


/* pulse effect animation */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes db-bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.db-bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes tfLeftToRight {
  49% {
    transform: translateX(30%);
  }
  50% {
    opacity: 0;
    transform: translateX(-30%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes db-float-1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes db-float-1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes db-float-2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(30px, -30px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes db-float-2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(30px, 40px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes db-float-3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(20px, 30px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes db-float-3 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(20px, 30px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes tpswing {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes tpswing2 {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes opactiy {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes opactiy {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
.db-offcanvas_logo img {
    max-width: 160px;
}
.db-offcanvas_area {
    position: fixed;
    right: -490px;
    top: 0;
    width: 450px;
    height: 100%;
    transition-duration: 0.5s;
    z-index: 999;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
    min-width: 300px;
    min-height: 768px;
    background-size: cover;
    background-color: var(--db-grey-1);
}
.db-offcanvas_area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
.db-offcanvas_area.db-offcanvas-opened {
    right: 0px;
}
@media (max-width: 575px) {
    .db-offcanvas_area {
        width: 290px;
    }
}
.db-offcanvas_wrapper {
    position: relative;
    padding: 45px;
    overflow: auto;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
}
.db-offcanvas_wrapper .db-more_btn {
    height: 45px;
    line-height: 45px;
}
@media (max-width: 575px) {
.db-offcanvas_wrapper {
    padding: 20px;
}
}
.db-offcanvas_close-btn {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 36px;
    background: var(--db-theme-primary);
    color: #fff;
}
.db-offcanvas_close-btn:hover {
    background: var(--db-theme-secondary);
}

.db-offcanvas_top {
    padding-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .db-offcanvas_top {
        margin-bottom: 0;
    }
}
.db-offcanvas_cta {
    position: absolute;
    bottom: 0;
}
.db-offcanvas_cta-2 {
    position: static;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .db-offcanvas_cta {
        position: static;
    }
}
.db-offcanvas_cta-title {
    color: var(--db-common-black);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 20px;
}
.db-offcanvas_cta span {
    display: block;
    font-size: 16px;
    color: var(--db-common-black);
    margin-bottom: 15px;
}
.db-offcanvas_cta span a:hover {
    color: var(--db-theme-primary);
}
.db-offcanvas_logo img {
    max-width: 160px;
}
/*----------------------------------------*/
/*  subpage CSS START
/*----------------------------------------*/
.db-subpage_title {
  font-size: 60px;
  color: var(--db-common-white);
}
.db-subpage_list {
    margin-top: 20px;
}
.db-subpage_list a {
   color: var(--db-common-white); 
}
.db-subpage_title-2 {
    font-size: 50px;
    line-height: 1.1;
    margin-top: 12px;
  }

.db-subpage_title-pre {
  display: inline-block;
  height: 24px;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background: var(--db-theme-2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 7px;
  margin-bottom: 12px;
}
.db-subpage_list span {
  font-size: 16px;
  color: var(--db-common-white);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.db-subpage_list span a:hover {
  color: var(--db-theme-primary);
}
.db-subpage_list-2 span {
  font-size: 14px;
  color: var(--db-text-11);
  font-weight: 500;
  padding-right: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.db-subpage_list-2 span a:hover {
  color: var(--db-theme-primary);
}
.db-subpage_overlay {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
}
.db-subpage_overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 3, 32, 0.8);
}
.db-subpage_overlay .container {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .db-subpage_title {
      font-size: 58px;
    }
    .db-subpage_title-2 {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .db-subpage_title-2 {
      font-size: 26px;
    }
    .db-subpage_title {
      font-size: 30px;
    }
    .db-subpage_area {
      padding-top: 100px;
      padding-bottom: 20px;
    }
  }
/*----------------------------------------*/
/*  MODAL CSS START
/*----------------------------------------*/
/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.db-section_title {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--db-common-black);
}
.db-section_title span {
  color: var(--db-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .db-section_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .db-section_title br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .db-section_title {
    font-size: 30px;
  }
  .db-section_title br {
    display: none;
  }
}
@media (max-width: 575px) {
    .db-section_title, .banner-three .db-banner_carousel .content-box h1 {
        font-size: 2rem !important;
    }
    .db-courses_title, .db-event_title, .db-destination-box .img-holder .overlay-title strong {
        font-size: 1.2rem !important;
    }
    .db-courses_buttons .nav-link, .db-banner_carousel .content-box .text, .db-destination-box .img-holder .overlay-title p, .db-event_meta span.event-date {
        font-size: 0.9rem !important;
    }
    .db-sec_title h2 {
        font-size: 2.2rem !important;
    }
    .db-about_section .left-col .image-box {
        width: 100% !important;
    }
    .db-section_title {
        text-align: center;
    }
    .db-section_title br {
        display: none;
    }
}
.db-section_title-wrapper p {
  font-size: 1.3rem;
}

/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
.db-header_transparent {
  position: absolute !important;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 88;
}
.db-header_main::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    background: #e12e63;
}
.db-header_main::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 1;
    background: #1d1b66;
}
.db-header_main .container{
    position: relative;
    margin: 0 auto;
    z-index: 2;
    background: url(../img/head_bg.jpg) no-repeat right top;
    background-size: auto 100%;
}
.db-header_main .align-items-center{
    min-height: 82px;
    background: url(../img/line-shape.png) no-repeat left top;
    background-size: 70% auto;
}
.db-header_main .db-header_hamburger {
    margin-top: 5px;
}
/* logo */
.logo.db-has_border {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.db-has_border {
    border-right: 0;
  }
}
.logo img {
  width: 14rem;
}

.db-header_sticky {
  position: fixed;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--db-common-white);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.09);
  z-index: 2;
}

/* main menu css */
.db-header_transparent .db-main_menu ul {
    margin: 0;
}
.db-header_transparent .db-main_menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 25px;
  text-align: left;
}
.db-header_transparent .db-main_menu ul li a {
    display: inline-block;
    font-size: 1.3rem;
    color: var(--db-common-white);
    padding: 27px 0;
    font-weight: 700;
}
.db-header_transparent .db-main_menu ul li.has-dropdown > a {
  position: relative;
}
.db-header_transparent .db-main_menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: var(--db-ff-fontawesome);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--db-common-white);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-header_transparent .db-main_menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--db-common-white);
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 0;
  border-top: 3px solid var(--db-theme-primary);
}
.db-header_transparent .db-main_menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.db-header_transparent .db-main_menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.db-header_transparent .db-main_menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--db-common-black);
  width: 100%;
}
.db-header_transparent .db-main_menu ul li .submenu li:hover {
    background-color: var(--db-theme-secondary);
}
.db-header_transparent .db-main_menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.db-header_transparent .db-main_menu ul li .submenu li:hover > a {
  color: #fff100;
}
.db-header_transparent .db-main_menu ul li .submenu li:hover > a::after {
    color: #fff100;
}
.db-header_transparent .db-main_menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.db-header_transparent .db-main_menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.db-header_transparent .db-main_menu ul li:hover > a {
    color: #fff100;
}
.db-header_transparent .db-main_menu ul li:hover > a::after {
    color: #fff100;
  transform: rotate(-180deg);
}
.db-header_transparent .db-main_menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.db-header_transparent .db-hamburger_btn span {
  background-color: var(--db-common-white);
}
.db-header_transparent .db-header_sticky {
  background-color: #3a53a4;
}

.db-main_menu {
    padding-left: 30px;
  }
.db-main_menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-right: 35px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .db-main_menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .db-main_menu ul li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .db-main_menu ul li {
    margin-right: 20px;
  }
}
.db-main_menu ul li:last-child {
  margin-right: 0;
}
.db-main_menu ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--db-common-black);
  padding: 27px 0;
  font-weight: 500;
}
.db-main_menu ul li.has-dropdown > a {
  position: relative;
}
.db-main_menu ul li.has-dropdown > a::after {
  content: "\f107";
  font-family: var(--db-ff-fontawesome);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  font-size: 14px;
  color: var(--db-common-black);
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-main_menu ul li .submenu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  background: var(--db-common-white);
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 3px solid var(--db-theme-primary);
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
}
.db-main_menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.db-main_menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.db-main_menu ul li .submenu li a {
  padding: 5px 25px;
  font-size: 13px;
  position: relative;
  z-index: 1;
  color: var(--db-common-black);
  width: 100%;
}
.db-main_menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.db-main_menu ul li .submenu li:hover > a {
  color: var(--db-theme-primary);
}
.db-main_menu ul li .submenu li:hover > a::after {
  color: var(--db-theme-primary);
}
.db-main_menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}
.db-main_menu ul li .submenu li:hover > .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.db-main_menu ul li:hover > a {
  color: var(--db-theme-primary);
}
.db-main_menu ul li:hover > a::after {
  color: var(--db-theme-primary);
  transform: rotate(-180deg);
}
.db-main_menu ul li:hover > .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 992px) and (max-width: 99999px) {
  .db-header_area.db-header_sticky .db-header_main {
    display: none;
  }
}

.db-header_acttion-btns .db-hader-btn {
  margin-right: 40px;
}
.db-header_acttion-btns .avata {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  color: var(--db-common-white);
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-header_acttion-btns .avata:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/



/* mean menu customize */
.mean-container a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-nav {
	background: none;
	margin-top: 0;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: auto;
	background: none;
}
.mean-container .mean-nav > ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}
.mean-container a.meanmenu-reveal {
	display: none !important;
}
.mean-container .mean-nav ul li a {
	width: 100%;
	padding: 10px 0;
	color: var(--db-common-black);
	border-top: 1px solid #ebebeb;
	font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}
.mean-container .mean-nav ul li a:hover{
    color: var(--db-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 5px;
	padding: 0 !important;
	line-height: 14px;
	border: 1px solid #ebebeb !important;
	height: 30px;
	width: 30px;
    line-height: 30px;
	color: var(--db-common-black);
	line-height: 30px;
	top: 0;
	font-weight: 400;
}
.mean-container .mean-nav ul li a.mean-expand:hover{
        background: var(--db-theme-primary);
        color: var(--db-common-white);
        border-color: var(--db-theme-primary);
}

.mean-container .mean-nav ul li > a > i {
    display: none;
}
.mean-container .mean-nav ul li > a.mean-expand i{
    display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a{
	border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked{
    color: var(--db-common-white);
	background-color: var(--db-theme-primary);
}
.mean-container .mean-nav ul li a.mean-expand.mean-clicked i{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--db-common-white);
}
/*----------------------------------------*/
/*  03. SLIDER CSS START
/*----------------------------------------*/
/*** 

====================================================================
		Banner Section
====================================================================

***/

.db-banner_section {
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
    background-color: #000;
}

.db-banner_carousel{
	position: relative;
	z-index: 1;
    margin-top: 82px;
}

.db-banner_carousel .slide-item{
	position: relative;
	display: block;
	color: #ffffff;
	padding: 10px 0px;
	overflow:hidden;
    height: 500px;
}
.db-banner_carousel .slide-item::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) url(../img/figure_bg.png) repeat;
    z-index: 2;
}
.db-banner_carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.db-banner_carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.db-banner_carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 450px;
	padding: 20px 0px;
	z-index:5;
}
.banner-three .db-banner_carousel .content-box{
	height: 400px;
}

.db-banner_carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.db-banner_carousel .content-box .inner{
	position: relative;
	display: block;
	width: 100%;
	max-width: 900px;
}

.db-banner_carousel .content-box .subtitle{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}

.db-banner_carousel .active .content-box .subtitle{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.db-banner_carousel .content-box h1{
	display: block;
	font-size: 40px;
	line-height: 1.3em;
	color: #ffffff;
	font-weight: 800;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-three .db-banner_carousel .content-box h1{
	font-size: 2.4rem;
	text-transform: uppercase;
}

.db-banner_carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-three .db-banner_carousel .active .content-box h1{
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}
.banner-three .db-banner_carousel .active .content-box a:hover {
    color: #fff;
}
.db-banner_carousel .content-box .text{
	display: block;
	font-size: 1.2rem;
	line-height: 1.8em;
	color: #ffffff;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 36px;
	max-width: 900px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.db-banner_carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-three .db-banner_carousel .active .content-box .text{
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.db-banner_carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.db-banner_carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-three .db-banner_carousel .active .content-box .links-box{
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.db-banner_carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
    text-decoration: none;
}

.db-banner_carousel .links-box .discount-btn{
	position: relative;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 0px;
	padding-left: 95px;
}

.db-banner_carousel .links-box .discount-btn .icon{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	padding: 20px 10px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: url('http://st.ourhtmldemo.com/new/sailing-demo/images/icons/discount-icon.png') center center no-repeat;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	font-weight: 700;
}

.db-banner_carousel .links-box .discount-btn .btn-title{
	position: relative;
	display: block;
	text-align: left;
}

.db-banner_section .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:100%;
	height:0;
	margin-top: -35px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.db-banner_section .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: 40px;
	background: #ffffff;
	height: 40px;
	width: 40px;
	border: none; 
	text-align: center;
	line-height: 40px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 0.5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.db-banner_section .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: 40px;
	background: #ffffff;
	height: 40px;
	width: 40px;
	border: none; 
	text-align: center;
	line-height: 40px;
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 0.5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.db-banner_section .owl-nav .owl-prev:hover, 
.db-banner_section .owl-nav .owl-next:hover{
	color: var(--db-theme-secondary);;
    opacity: 1;
	background: #ffffff;
}

.db-banner_section .owl-theme .owl-dots{
	display: none;
}

.banner-three .db-banner_carousel .owl-dots{
    display: block;
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    counter-reset: slides-num;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot{
	position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 35px !important;
    counter-increment: slides-num;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot span{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
	width: 0px;
	border-bottom: 1px solid #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot.active span:before{
	width: 28px;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot span:after{
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot.active span:after{
	opacity: 0;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot:after{
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.banner-three .db-banner_carousel .owl-dots .owl-dot.active:after{
	opacity: 1;
}

/*----------------------------------------*/
/*  11. TEAM CSS START
/*----------------------------------------*/
.db-team_overlay {
  position: relative;
  height: 100%;
}
.db-team_overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -moz-linear-gradient(90deg, rgba(0, 5, 14, 0.8) 0%, rgba(0, 5, 14, 0.54) 32%, rgba(0, 5, 14, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 5, 14, 0.8) 0%, rgba(0, 5, 14, 0.54) 32%, rgba(0, 5, 14, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 5, 14, 0.8) 0%, rgba(0, 5, 14, 0.54) 32%, rgba(0, 5, 14, 0) 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}
.db-team_member {
    min-height: 250px;
    background-color: #777;
    margin-bottom: 20px;
    border: solid 1px #333;
}
.db-team_member:hover .db-team_social {
  opacity: 1;
  transform: translateY(0);
}
.db-team_member:hover .db-team_img img {
  transform: scale(1.05, 1.05);
}
.db-team_member:hover .db-team_overlay::after {
  opacity: 0;
}
.db-team_img img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a.db-team_name {
    display: block;
    font-size: 2rem;
    color: var(--db-common-white);
    line-height: 2.8rem;
    margin-bottom: 0;
}
.db-team_social {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  text-align: center;
  z-index: 3;
  background-color: var(--db-theme-primary);
  z-index: 2;
  padding: 15px 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-team_social span {
    margin: 10px 5px;
    color: #dee2e6;
    line-height: 24px;
    display: block;
}
.db-team_social span a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  color: var(--db-common-white);
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.db-team_social span a:hover {
  background-color: var(--db-common-white);
  color: var(--db-theme-primary);
}

/*----------------------------------------*/
/*  00. event CSS START
/*----------------------------------------*/
.db-photoalbum_section {
    background: url(../img/pattern.png);
}
.db-photoalbum_bg {
    background-color: rgba(255, 255, 255, 0.02);
}
.db-photoalbum_bg .db-section_title, .db-courses_section .db-section_title, .db-section_title-wrapper p{
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.db-courses_section {
    background: var(--db-grey-2) url(../img/vod_bg.jpg);
}
/*----------------------------------------*/
/*  00. BLOG CSS START
/*----------------------------------------*/
.db-courses_item {
  background-color: var(--db-common-white);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-courses_item .db-courses_thumb figure {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 9;
}

.db-courses_item .db-courses_thumb figure i {
    color: #fff;
    font-size: -webkit-xxx-large;
    opacity: 0.5;
    vertical-align: middle;
    display: table-cell;
}
.db-courses_item .db-courses_thumb, .db-event_item .db-event_thumb {
    cursor: pointer;
    background-color: #ccc;
    min-height:200px;
}
.db-courses_item.has-radius {
  border-radius: 4px;
}
.db-courses_item:hover {
  box-shadow: 0px 30px 50px 0px rgba(4, 5, 60, 0.1);
}
.db-courses_item:hover .db-courses_content {
  box-shadow: none;
}
.db-courses_item:hover .db-courses_thumb figure {
    background-color: rgba(0, 0, 0, 0);
}
.db-courses_item:hover .db-courses_thumb figure i {
    opacity: 1;
    text-shadow: 2px 2px #000;
}
.db-courses_item:hover .db-courses_thumb img {
  transform: scale(1.05, 1.05) rotate(2deg);
}
.db-courses_thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-courses_cat {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
  border-radius: 4px;
}
.db-courses_cat a {
  padding: 0 15px;
  color: var(--db-common-white);
  display: inline-block;
}
.db-courses_cat.cat-color-1 {
  background-color: var(--db-theme-primary);
}
.db-courses_cat.cat-color-2 {
  background-color: var(--db-theme-secondary);
}
.db-courses_content {
  padding-top: 30px;
  padding-bottom: -30px;
  box-shadow: 0px 1px 2px 0px rgba(34, 22, 56, 0.1);
}
.db-courses_title {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
    text-align: center;
}
.db-courses_title a:hover {
  color: var(--db-theme-primary);
}
.db-courses_price {
    padding: 10px 0 30px;
}
.db-courses_time {
  color: #333f59;
}
.db-courses_time p {
    margin-left: 20px;
}
.db-courses_time span i {
  margin-right: 10px;
}
.db-courses_buttons .nav-link {
  background-color: var(--db-common-white);
  border-radius: 0;
  padding: 0.5rem 1rem;
  color: inherit;
  font-size: 1.2rem;
  border: solid 1px #ddd;
}
.db-courses_buttons .nav-link:hover, .db-courses_buttons .nav-link:hover {
    opacity: 0.7;
}
.db-courses_buttons .nav-link.active {
  background-color: var(--db-theme-primary);
  color: var(--db-common-white);
}
.db-courses_buttons ul li:not(:last-child) {
  margin-right: 0.5rem;
}

/*----------------------------------------*/
/*  00. EVENT CSS START
/*----------------------------------------*/
.db-event_item {
  box-shadow: 0px 30px 50px 0px rgba(4, 5, 60, 0.1);
}
.db-event_item:hover .db-event_thumb img {
  transform: scale(1.05, 1.05) rotate(2deg);
}
.db-event_thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-event_content {
  padding: 25px 30px;
  padding-bottom: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .db-event_content {
    padding: 25px 20px;
  }
}
.db-event_title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.4rem;
}
.db-event_title a:hover {
  color: var(--db-theme-primary);
}
.db-event_meta span.event-cate {
    float: right;
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px;
    background: var(--db-theme-secondary);
    border-radius: 0px;
    margin: 0;
}
.db-event_meta span.event-date {
    margin-right: 1rem;
    font-size: 1.2rem;
}
.db-event_meta span.event-date i {
  color: var(--db-theme-primary);
  margin-right: 2px;
}

.db-event_shape .event-1 {
  position: absolute;
  right: 100px;
  animation: db-float-1 6s infinite alternate;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .db-event_shape .event-1 {
    display: none;
  }
}
.db-event_shape .event-2 {
  position: absolute;
  top: 50%;
  left: 100px;
  animation: db-float-3 6s infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .db-event_shape .event-2 {
    top: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .db-event_shape .event-2 {
    display: none;
  }
}

/* Default Form Style */

.db-default_form{
    position: relative;
}

.db-default_form .row{
   margin: 0 -10px;
}

.db-default_form .form-group{
   position:relative;
   margin-bottom: 20px;
}

.db-default_form .row .form-group{
   padding: 0 10px;
}

.db-default_form .form-group .field-label{
    position: relative;
    display: block;
    color: #7f8a99;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.db-default_form .form-group:last-child{
   margin-bottom: 0;
}

.db-default_form .form-group input[type="text"],
.db-default_form .form-group input[type="email"],
.db-default_form .form-group input[type="password"],
.db-default_form .form-group input[type="tel"],
.db-default_form .form-group input[type="url"],
.db-default_form .form-group input[type="file"],
.db-default_form .form-group input[type="number"],
.db-default_form .form-group textarea,
.db-default_form .form-group select{
   position: relative;
   display: block;
   height: 52px;
   width: 100%;
   font-size: 1.2rem;
   color: #25283a;
   line-height: 30px;
   font-weight: 400;
   padding: 10px;
   background-color: #ffffff;
   border: 1px solid #e5e5e5;
   border-radius:0px;
   -webkit-transition: all 300ms ease;
   -ms-transition: all 300ms ease;
   -o-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}

.db-default_form .form-group textarea{
   height: 120px;
   padding-top: 12px;
   resize: none;
}

.db-default_form .form-group input[type="text"]:focus,
.db-default_form .form-group input[type="email"]:focus,
.db-default_form .form-group input[type="password"]:focus,
.db-default_form .form-group input[type="tel"]:focus,
.db-default_form .form-group input[type="url"]:focus,
.db-default_form .form-group input[type="file"]:focus,
.db-default_form .form-group input[type="number"]:focus,
.db-default_form .form-group textarea:focus,
.db-default_form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
   border-color: #d5ae82;
}

.db-default_form ::-webkit-input-placeholder{color: #aaaaaa;}

.db-default_form ::-moz-input-placeholder{color: #aaaaaa; }

.db-default_form ::-ms-input-placeholder{color: #aaaaaa;}

.db-default_form label.error{
   color: #ff0000;
   font-size:14px;
   text-transform: capitalize;
   text-align:left;
   display:block;
   padding-top:5px;
}

.db-default_form .check-block{
   position: relative;
   display: block;
   margin-bottom: 5px;
}

.db-default_form .check-block input{
   position: absolute;
   left: 0;
   top: 0;
   padding: 0;
   opacity: 0;
   visibility: hidden;
   cursor: pointer;
}

.db-default_form .check-block label{
   position: relative;
   display: block;
   padding-left: 30px;
   line-height: 26px;
   font-size: 13px;
   font-weight: 500;
   text-transform: uppercase;
   cursor: pointer;
}

.db-default_form .check-block label:before{
   content: '';
   font-family: 'Font Awesome 5 Free';
   position: absolute;
   left: 0;
   top: 3px;
   width: 18px;
   height: 18px;
   color: #d5ae82;
   line-height: 16px;
   font-size: 10px;
   text-align: center;
   border: 1px solid #d0d0d0;
   font-weight: 800;
}

.db-default_form .check-block input:checked + label:before{
   content: '\f00c';
   border-color: #d5ae82;
}

/*----------------------------------------*/
/*  00. FOOTER CSS START
/*----------------------------------------*/
.db-photoalbum_slider {
    box-shadow: 0px 30px 50px 0px rgb(4 5 60 / 10%);
    position: relative;
    overflow: hidden;
}
.db-photoalbum_slider .db-photoalbum_list {
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .db-photoalbum_slider .slick-slide img {
      width: 100%;
    }
}
.db-photoalbum_thumb {
    flex: 0 0 auto;
    object-fit: cover;
}
.db-photoalbum_review {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .db-photoalbum_review {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .db-photoalbum_review {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .db-photoalbum_review h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
  }
  .db-photoalbum_review p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.7;
  }
  @media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .db-photoalbum_review p br {
      display: none;
    }
    .db-banner_section .owl-theme .owl-nav {
        display: none;
    }
  }
  .db-photoalbum_review span {
    color: #7e8188;
  }
  .db-photoalbum_quote {
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .db-photoalbum_quote i {
    color: var(--db-theme-primary);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .db-photoalbum_quote {
      margin-bottom: 30px;
    }
  }
  .db-photoalbum_dots {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(100%);
  }
  .db-photoalbum_dots li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
  }
  .db-photoalbum_dots li button {
    font-size: 0;
    position: relative;
  }
  .db-photoalbum_dots li button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--db-theme-primary);
    opacity: 0.5;
  }
  .db-photoalbum_dots li.slick-active button:before {
    opacity: 1;
  }
  @media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
    .db-photoalbum_arrows {
      display: none;
    }
  }
  .db-photoalbum_arrows .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 40px;
  }
  .db-photoalbum_arrows .slick-arrow i {
    color: var(--db-common-white);
  }
  .db-photoalbum_arrows .slick-arrow:hover {
    color: var(--db-theme-primary) !important;
    opacity: 0.3;
  }
  .db-photoalbum_arrows .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }

/*----------------------------------------*/
/*  00. BRAND CSS START
/*----------------------------------------*/
.db-news_section {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    background-image: url(../img/discover-bg.jpg);
}
.db-news_slider {
    position: relative;
    margin-top: 20px;
    height: 400px;
    overflow: hidden;
}
.db-news_slider::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--db-theme-primary);
    position: absolute;
    margin-bottom: 100px;
    z-index: 1;
}
.db-news_slider .slick-list , .db-news_slider .slick-list .slick-track{
    z-index: 5;
    height: inherit;
}
.db-news_slider .slick-list .slick-track{
    min-width:100%;
}

.db-news_box span {
  color: var(--db-theme-secondary);
  margin-bottom: 2px;
  display: inline-block;
}
.db-news_item {
    height: inherit;
    float: left;
    position: relative;
    z-index: 3;
}
.db-news_item .db-destination-box {
    margin: 10px auto;
    width: 86%;
    border: solid 1px #ddd;
    background-color: #555555;
    overflow: hidden;
}
.db-news_item img {
    width: auto;
    min-width: 100%;
    height: 200px;
    object-fit: cover;
}
.db-news_item a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
    width: 86%;
  }
.db-news_item p {
    color: var(--db-text);
    text-align: center;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    margin-bottom: 60px;
    height: 80px;
}
.db-news_item p time {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.db-news_item p::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-color: #e12e63;
    border-radius: 50%;
    margin: 30px auto;
}
.db-news_item .db-destination-box .img-holder .inner::before{
    background: none !important;
}
.db-news_box {
    box-shadow: 0px 30px 40px 0px rgb(1 16 37 / 10%);
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0.3);
}
.db-news_box .db-section_title {
    margin-left:5%;
}
.db-news_box .db-courses_buttons {
    float: right;
    margin: 0 2% 0;
}
.db-news_box .db-courses_tab-content{
    height: 400px;
    overflow: hidden;
}

/*** 

====================================================================
		Section Title
====================================================================

***/
.db-sec_title {
    position: relative;
    display: block;
    margin-top: 0px;
    padding-bottom: 53px;
}
.db-sec_title.with-border{
	padding-bottom: 28px;
}

.db-sec_title h2{
	position: relative;
	display: block;
	font-size:3rem;
	line-height: 1.20em;
	color: #061138;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom: 0px;
}

.db-sec_title h2 strong{
	font-weight: 700;
}

.db-sec_title h3{
    position: relative;
    display: block;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #061138;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.db-sec_title h3 strong{
	font-weight: 700;
}
.db-sec_title .icon{
    position: relative;
    display: block;
    padding-bottom: 9px;
}
.db-sec_title .icon span:before{
    font-size: 50px;
    line-height: 50px;
}
.db-sec_title p{
    color: #777;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.db-sec_title.black p{
    color: #5f6973;
}


.db-sec_title .title-text{
	position: relative;
	display: block;
	line-height: 1.7em;
	font-size: 15px;
	color: #7f8a99;
	font-weight: 400;
	margin: 15px 0 0;
}

.db-sec_title .link-box{
	position: relative;
	display: block;
	margin: 25px 0 0;
}

.db-sec_title.light,
.db-sec_title.light .db-upper_text,
.db-sec_title.light h3,
.db-sec_title.light h2{
	color: #ffffff;
}

.db-sec_title .separator {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 7px;
    background: url(../img/title-separator.png) center center no-repeat;
}

/*** 

====================================================================
	About Section
====================================================================

***/
.db-about_section{
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/shanghai-bg.jpg);
	padding: 0px 0px 70px;
	z-index: 2;
}

.db-about_section .left-col{
	position: relative;
	margin-bottom: 120px;
    display: block;
	padding: 60px 0px 0px;
}
.db-about_section .left-col .inner{
	position: relative;
	display: block;
}
.db-about_section .left-col .db-destination-box .img-holder .inner {
    border: solid 2px #000f2f;
    min-height: 240px;
}
.db-about_section .left-col .db-sec_title{
	top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.db-about_section .left-col .db-sec_title .db-upper_text {
    line-height: 3rem;
    font-size: 1.8rem;
    color: var(--db-theme-primary);
    font-weight: bold;
}

.db-about_section .left-col .image-box{
    float: left;
    width: 280px;
    height: 280px;
    margin: 0 20px 20px 0;
}

.db-about_section .left-col .image-box img{
	display: block;
	width: 100%;
    object-fit: cover;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .db-about_section .left-col .content{
        padding-left: 0;
        float: left;
    }
}
.db-about_section .right-col{
	position: relative;
	margin-bottom: 30px;
}

.db-about_section .right-col .inner{
	position: relative;
	display: block;
	margin-top: -100px;
}

.db-about_section .db-book_form-box{
	position: relative;
	padding: 30px 32px 40px;
	background: #ffffff;
	-webkit-box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
	-ms-box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
	box-shadow:0px 0px 35px 0px rgba(0,0,0,0.07);
}

.db-about_section .db-book_form-box .title{
	text-align: center;
	color: #061138;
	margin-bottom: 20px;
}

.db-about_section .db-book_form-box .title h4{
	color: #061138;
	margin: 0;
}

.db-about_section .db-book_form-box .db-default_form .row{
	margin: 0 -10px;
}

.db-about_section .db-book_form-box .db-default_form .row .form-group{
	position:relative;
	padding: 0 10px;
	margin-bottom: 15px;
}

.db-about_section .db-book_form-box .theme-btn,
.db-about_section .db-book_form-box input[type="submit"]{
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 10px;
}

/*** 
/*
====================================================================
	About Section
====================================================================

***/

.db-tour_section{
	position:relative;
	padding: 0px 0px 120px;
	z-index: 2;
}

.db-tour_section .db-title-box{
	position: relative;
	display: block;
	width: 100%;
	padding: 90px 0px 50px;
}

.db-tour_section .db-title-box .db-sec_title{
	margin-bottom: 0;
    text-align: center;
}
.db-tour_section .db-title-box .db-sec_title h2{
    color: #fff;
}
.db-tour_section .db-title-box .image-layer{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:450px;
    bottom: -110px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

.db-tour_section .db-title-box .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #061138;
	opacity: 0.90;
}
.db-tour_section .db-tour_carousel {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.db-tour_section .db-tour_carousel .db-tour_block{
	position: relative;
    margin-bottom: 0;
    float: left;
    width: 33%;
    height: inherit;
}

.db-tour_section .db-tour_carousel .owl-item .db-tour_block{
    width: 100%;
}
.db-tour_section .db-tour_carousel .db-tour_block .db-destination-box{ 
    border: solid 2px var(--db-border-1);
    min-height: 400px;
    background: #ccc;
    margin: 0 auto;
    width: 90%;
}
.db-tour_section .db-tour_carousel .db-tour_block .db-destination-box .img-holder, .db-tour_section .db-tour_carousel .db-tour_block .db-destination-box .img-holder .inner{
    height: 100%;
}
.db-tour_section .db-tour_carousel .db-tour_block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 72px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.db-tour_section .db-tour_carousel .db-tour_block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

.db-tour_section .db-tour_carousel .db-tour_block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.db-tour_section .db-tour_carousel .db-tour_block .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.db-tour_section .db-tour_carousel .db-tour_block .inner-box:hover .image-box:before{
	border-top-color: var(--db-theme-secondary);;
}

.db-tour_section .db-tour_carousel .db-tour_block .lower-box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 40px;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.db-tour_section .db-tour_carousel .db-tour_block .inner-box:hover .lower-box{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}
.db-tour_section .db-tour_carousel .db-tour_block .inner-box:hover .link-box a{
	color: var(--db-theme-secondary);;
}

.db-tour_section .owl-theme .owl-dots{
	position: relative;
	width: 100%;
	padding-top: 40px;
	text-align: center;
}

.db-tour_section .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 7px;
}

.db-tour_section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 50%;
}

.db-tour_section .owl-theme .owl-dots .owl-dot.active span{
	background: var(--db-theme-secondary);;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.db-tour_section .owl-theme .owl-nav{
	display: none;
}

/*** 

/*** 
=============================================
    Destinations Area Css      
=============================================
***/

.db-destination-box{
    position: relative;
    display: block;
    cursor: pointer;
}
.db-destination-box .img-holder {
    position: relative;
    display: block;
}
.db-destination-box .img-holder:before{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 10px;
    content: "";
    transition: all 700ms linear;
    transition-delay: 0.1s;
    transform: scaleX(0);
}
.db-destination-box:hover .img-holder:before{
    transform: scaleX(1.0);    
}

.db-destination-box .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 5;
    border: 0;
    max-height: 400px;
}
.db-destination-box .img-holder .inner::after {
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}
.db-destination-box:hover .img-holder .inner::after{
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;    
}
.db-destination-box .img-holder .inner::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 3;
    background: rgb(2,36,71);
    background: linear-gradient(180deg, rgba(2,36,71,0.7819502801120448) 0%, rgba(2,36,71,0) 0%, rgba(2,36,71,0) 50%, rgba(2,36,71,1) 100%);
}

.db-destination-box .img-holder .inner img{
    min-width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;    
    object-fit: cover;
}
.db-destination-box:hover .img-holder .inner img{
    transform: scale(1.2);
    object-fit: cover;
}
.db-destination-box .img-holder .inner >a {
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.db-destination-box .img-holder .overlay-title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-bottom: 20px;
    z-index: 5;
}
.db-destination-box .img-holder .overlay-title strong{
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 800;
}
.db-destination-box .img-holder .overlay-title strong a{
    color: #ffffff;
}
.db-destination-box .img-holder .overlay-title p{
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    text-align: left;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .db-postbox_wrapper {
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.db-postbox_thumb .db-pulse_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.db-postbox_audio {
  height: 455px;
  width: 100%;
}
.db-postbox_audio iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.db-postbox_item-single:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.db-postbox_content {
  padding: 40px 0;
}
@media (max-width: 575px) {
  .db-postbox_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.db-postbox_content-single {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.db-postbox_title {
  font-size: 38px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .db-postbox_title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .db-postbox_title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .db-postbox_title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .db-postbox_title {
    font-size: 25px;
  }
}
.db-postbox_title a:hover {
  color: var(--db-theme-primary);
}
.db-postbox_meta {
  margin-bottom: 5px;
}
.db-postbox_meta span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 30px;
}
.db-postbox_meta span:last-child {
  margin-right: 0;
}
.db-postbox_meta span i {
  color: var(--db-theme-primary);
  margin-right: 3px;
}
.db-postbox_text img {
  max-width: 100%;
}
.db-postbox_text p {
  margin-bottom: 28px;
}
.db-postbox_text-single p {
  margin-bottom: 15px;
}

.db-rc_post ul li:not(:last-child) {
  margin-bottom: 15px;
}
.db-rc_post-thumb img {
  object-fit: cover;
}
.db-rc_post-title {
  margin-bottom: 6px;
}
.db-rc_post-title a {
    text-align: left;
    font-size: 1.2rem;
}
.db-rc_post-title a:hover {
  color: var(--db-theme-primary);
}
.db-rc_post-title {
    margin-bottom: 6px;
  }
.db-rc_meta span {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #777;
}

.db-sidebar_widget {
  padding: 30px;
  background: var(--db-grey-2);
}
.db-sidebar_widget-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.db-sidebar_widget ul li {
  list-style: none;
  padding-left: 19px;
  margin-bottom: 25px;
  line-height: 1;
}
.db-sidebar_widget ul li:last-child {
  margin-bottom: 0;
}
.db-sidebar_widget ul li a {
  font-size: 16px;
  color: var(--db-common-black);
  position: relative;
}
.db-sidebar_widget ul li a.on {
    color: var(--db-theme-primary);
    font-weight: bold;
}
.db-sidebar_widget ul li a::after {
  position: absolute;
  content: "\f105";
  font-family: var(--db-ff-fontawesome);
  left: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--db-common-black);
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.db-sidebar_widget ul li a:hover {
  color: var(--db-theme-primary);
}
.db-sidebar_widget ul li a:hover::after {
  color: var(--db-theme-primary);
  left: -14px;
}
.db-sidebar_widget ul li span {
  float: right;
}
.db-sidebar_widget ul li ul {
  padding-left: 25px;
  padding-top: 20px;
}
.db-sidebar_search {
  position: relative;
}
.db-sidebar_search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--db-common-white);
  padding: 0 25px;
  text-transform: capitalize;
  border: 1px solid var(--db-grey-1);
  outline: none;
  padding-top: 3px;
  padding-right: 80px;
}
.db-sidebar_search input:focus {
  border-color: var(--db-theme-primary);
}
.db-sidebar_search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 24px;
  color: #fff;
  line-height: 60px;
  background: var(--db-theme-primary);
}

.db-tagcloud a {
  background: var(--db-common-white);
  color: var(--db-common-black);
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 8px 21px;
  padding-bottom: 8px;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  border: 0;
}
.db-tagcloud a:hover {
  background: var(--db-common-black);
  color: var(--db-common-white);
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .db-sidebar_wrapper {
    padding-left: 0;
    display: none;
  }
}
/*** 
=============================================
    Footer area style
=============================================
***/
footer {
    position: relative;
    display: block;
    background: #222 url(../img/foot_bg.png);
    z-index: 10;
}
footer:before {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 31px;
    background: url(../img/footer-jik-jak.png);
    background-repeat: repeat-x;
    content: "";
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
}

@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}
@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

.db-footer_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.db-footer_area{
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    z-index: 1;
    max-width: 900px;
    margin: 10px auto;
}

.db-footer_area span {
    color: #b3beca;
    font-size:14px;
}
.db-footer_area span strong {
    font-weight: bold;
    color: #fff;
}

.db-footer_bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.db-footer_bottom .outer-box {
    position: relative;
    display: block;
    padding: 30px 0;
    text-align: center;
}
.copyright-text{

}

.copyright-text p{
    color: #b3beca;
    font-size: 1.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    margin: 0;
}
.copyright-text p a {
    color: #b3beca;
    font-weight: 600;
    transition: all 500ms ease;
}
.copyright-text p a:hover{
    color: #ffffff;    
}

/*** 
=============================================
    Other style
=============================================
***/
#bo_sch, #bo_btn_top {
    display: none !important;
}
#bo_gall .bo_tit_zine {
    font-size: 1.8em;
    line-height: 40px;
}
#bo_gall .bo_cnt_zine {
    font-size: 1.2em;
}
#bo_gall .gall_text_href_zine {
    vertical-align: top;
}