.lgc-multi-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;}
.lgc-multi-tab .swiper-container {
    margin: unset;}
.lgc-multi-tab,
.db-tab-slider-thumb .swiper-slide-thumb-active,
.lgc-res-img-wrapper {
    position: relative;}
.db-tab-slider-thumb .swiper-slide {
    cursor: pointer;
    height: unset!important;}
.lgc-tab-content, .lgc-bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;}
.lgc-tab-btn,
.lgc-tab-box {
    display: inline-block!important;}
.lgc-tab-img { display: none; }
@media only screen and (min-width: 1025px) {
    .db-tab-slider-thumb {
        top: 0;
        left: 0;
        z-index: 2!important;}
    .db-tab-slider-thumb .swiper-slide, .db-tab-slider-thumb.swiper-container {
        overflow: unset!important;}
	.swiper-slide-thumb-active .lgc-tab h1 {
    position: relative;}
	.swiper-slide-thumb-active .lgc-tab h1::before {
		position: absolute;
		content: '';
		width: 3px;
		height: 100%;
		left: -30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);}
    }
@media only screen and (max-width: 1024px) {
        .lgc-tab-img { display: block; }
	.swiper-slide-thumb-active .lgc-tab h1 {
    position: relative;}
	.swiper-slide-thumb-active .lgc-tab h1::before {
		position: absolute;
		content: '';
		width: 100%;
		height: 3px;
		left: 0;
		bottom: -10px;}
}
.db-tab-slider-thumb {
    display: block;}
.db-tab-slider-thumb .swiper-slide-thumb-active .lgc-tab .lgc-active-svg {
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    position: absolute;
    right: -20px;
    width: 30px;
    top: 50%;}
.db-tab-slider-thumb .swiper-slide-thumb-active .lgc-tab .lgc-active-svg svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 30px;}
/* slider */
.lgc-mg {
    position: relative;}
.lgc-bg-img {
    height: 300px;
    position: relative;}
.lgc-bg-img .lgc-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;}
.lgc-bg-img a p {
    z-index: 1;}
.lgc-bg-img .lgc-overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;}
.lgc-bg-img a.lgc-lnk {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;}
.lgc-bg-img .lgc-overlay {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 0;}
.lgc-bg-img:hover .lgc-overlay,
.lgc-bg-img:hover a.lgc-lnk {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    opacity: 1}
.lgc-text {
    z-index: 1;}
.lgc-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
.lgc-tab-content {
    overflow: hidden;
    position: relative;}
.lgc-tab-box {
    position: absolute;
    bottom: 0;
    right: 0;}
/* blog widget */
.db-blog-slider {
    margin-top: 50px;}
.ptbx-select-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;}
.ptbx-select-data i {
    margin-left: 10px;}
.ptbx-dropdown {
    padding: 10px 20px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb;
    cursor: pointer;
    background-color: #fff;}
.ptbx-trg {
    display: none;
    background-color: #ccc;
    color: #222;
    margin: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;}
.is-active.ptbx-trg { 
    display: block;}
.ptbx-position {
    position: relative;}
.ptbx-order-dropdown, .ptbx-cate-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;}
.ptbx-cate-dropdown {
    left: unset;
    right: 0;}
.db-blog-slider .swiper-wrapper .swiper-slide  { 
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;}
.ptbx-space a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 252px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px -10px #000;
            box-shadow: 0 0 16px -10px #000;}
@media only screen and (min-width: 994px) and (max-width: 1024px) {
    .db-blog-slider .swiper-wrapper .swiper-slide  { 
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;}
}
@media only screen and (min-width: 641px) and (max-width: 993px) {
    .db-blog-slider .swiper-wrapper .swiper-slide  { 
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;}
}
@media only screen and (min-width: 481px) and  (max-width: 640px) {
    .db-blog-slider .swiper-wrapper .swiper-slide  { 
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;}
}
@media only screen and  (max-width: 480px) {
.db-blog-slider .swiper-wrapper .swiper-slide  { 
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;}
.ptbx-space a {
    overflow: hidden;
    width: 120px;
    height: 168px;
    padding: 10px;}
}
.db-blog-slider .swiper-pagination {
    margin-top: 30px;
    position: unset;}
.db-blog-slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    color: #fff;
    background-color: #222;}
.ptbx-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 65%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.ptbx-space p {
    margin: 0;
    padding: 0;}
.ptbx-space p.ttl {
    height: 150px;
    margin-top: 20px;
    padding-top: 0px;
    text-align: center;    }
.ptbx-team-space {
    text-align: center;}
.ptbx-ico {
    display: inline-block;}
.ptbx-team-img img {
    width: 100%;}
.ptbx-popup-slider-widget,
.ptbx-slider-loop-popup {
    position: relative;}
.ptbx-pup-up-wrapper {
    display: none;}
.ptbx-pop-up-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 20px 60px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 20px;
    background-color: rgb(227, 152, 54);
    -webkit-box-shadow: rgb(0 0 0) 0px 0px 11px -4px;
            box-shadow: rgb(0 0 0) 0px 0px 11px -4px;
}

.ptbx-pop-up-space {
    overflow: visible;
    width: 100%;
    height: 100%;
    padding: 20px 60px 40px;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(227, 152, 54);
    -webkit-box-shadow: rgb(0 0 0) 0px 0px 11px -4px;
            box-shadow: rgb(0 0 0) 0px 0px 11px -4px;
}



.ptbx-pop-up-wrapper .ptbx-pop-up .ptbx-pop-col-1 {
    width: 33%;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.ptbx-pop-up-wrapper .ptbx-pop-up .ptbx-pop-col-2 {
    width: 67%;
    padding: 10px;
}
.ptbx-pop-up-wrapper .ptbx-pop-up .ptbx-pop-col-3 {
    width: 100%;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.ptbx-pup-img img {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
}
.ptbx-pop-up-wrapper p {
    color: #fff;}
.ptbx-pop-up-wrapper .elementor-close {
    padding: 10px 15px;
    display: inline-block!important;
    border-radius: 50px;
    color: #000;
    background-color: #fff;}
.ptbx-pop-up-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;}
.ptbx-pop-up {
    display: none;}
@media only screen and (max-width: 767px ) {
    .ptbx-pop-up-flex {
        padding: 20px;    }
    .ptbx-pop-up-wrapper .ptbx-pop-up .ptbx-pop-col-1 {
        width: 100%;
    }
    .ptbx-pop-up-wrapper .ptbx-pop-up .ptbx-pop-col-2 {
        width: 100%;
    }
}
.ptbx-slider-loop .elementor-button:focus,
.ptbx-pop-up-wrapper .elementor-close:focus {
    outline: none;}
.ptbx-slider-loop .swiper-button-next, .ptbx-popup-slider .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='limegreen'/%3E%3C/svg%3E");}  
.ptbx-slider-loop .swiper-button-prev, .ptbx-popup-slider .swiper-button-prev {
    background-image:  url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='limegreen'/%3E%3C/svg%3E");}
.ptbx-popup-slider .swiper-slide {
    height: auto!important;}
    .ptbx-popup-slider .ptbx-popup-space {
        height: 100%;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;}
.ptbx-popup-slider .swiper-pagination {
    margin-top: 40px;
    position: unset;}
.ptbx-popup-slider .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
        background: #fff;}
/* home blog */
.ptbx-home-blog .ptbx-hb-space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 180px;
    height: 252px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px -10px #000;
            box-shadow: 0 0 16px -10px #000;}
.ptbx-home-blog .ptbx-hb-space a {
	height: 100%;
    overflow: hidden;
	display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;}
.ptbx-home-blog .ptbx-hb-space .date {
    margin-bottom: 0;}
.ptbx-home-blog  {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}
.ptbx-home-blog .ptbx-hb-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 45%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;}
.ptbx-home-blog .ptbx-hb-img img {
    display: block;
    width: 120px;
    height: auto;
    max-width: none;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;}
.ptbx-home-blog .ttl {
    height: 70px;
    margin-top: 10px;
    padding-top: 0px;
    text-align: center;}

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
    .ptbx-home-blog  {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .ptbx-home-blog  {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 480px) {
    .ptbx-home-blog .ptbx-hb-space {
        overflow: hidden;
        width: 120px;
        height: 168px;
        padding: 10px;}
    .ptbx-home-blog .ttl {
        overflow: visible;
        height: 50px;
        padding-top: 0px;
        font-size: 9px;
        line-height: 12px;}
    .ptbx-home-blog .date {
        font-size: 8px;  }
}
.ptbx-pop-up-wrapper {
    padding: 0 100px;}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .ptbx-pop-up-wrapper {
    padding: 0 70px;}
}
@media only screen and (max-width: 767px) {
    .ptbx-pop-up-wrapper {
    padding: 0 30px;}
}