/*template-4*/
@font-face {
    font-display: swap
}

a,
a:hover,
a:focus {
    text-decoration: none
}

.bg-primary {
    background-color: var(--primary) !important
}

.bg-secondary {
    background-color: var(--secondary) !important
}

.text-primary {
    color: var(--primary) !important
}

.text-secondary {
    color: var(--secondary) !important
}

.bg {
    background-color: var(--secondarybg) !important
}

.bg-gray {
    background-color: var(--bg-gray-theme)
}

.bg-gradient {
    background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%)
}

.bg-pattern {
    background: url(../img/patternbg.jpg)
}

p {
    font-size: 18px;
    line-height: 1.6
}

.text-justify {
    text-align: justify
}

.p10 {
    padding: 10px
}

.p20 {
    padding: 20px
}

.p40 {
    padding: 40px
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt40 {
    margin-top: 40px !important
}

.fs-32 {
    font-size: 2rem !important
}

.white-bg-25 {
    background-color: rgb(255 255 255 / .25)
}

.border-primary {
    border-color: var(--primary) !important
}

.border-secondary {
    border-color: var(--secondary) !important
}

section {
    padding-top: 40px;
    padding-bottom: 40px
}

.circle-100 {
    border-radius: 100%
}

.twocorner-8 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0 !important
}

.twocorner-16 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 0 !important
}

.twocorner-24 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 0 !important
}

.twocorner-32 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 2rem !important;
    border-bottom-left-radius: 0 !important
}

.twocorner-48 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 3rem !important;
    border-bottom-left-radius: 0 !important
}

.twocorner-64 {
    border-top-left-radius: 4rem;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 0 !important
}

.shadow-16 {
    box-shadow: 0 2px 16px rgb(0 0 0 / .1)
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 100%;
    background-color: currentcolor;
    opacity: .25
}

.tag-title-primary {
    font-size: 16px;
    color: var(--primary);
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase
}

.tag-title-secondary {
    font-size: 16px;
    color: var(--secondary);
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase
}

.tag-title-white {
    font-size: 16px;
    color: var(--white);
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase
}

.tag-title-black {
    font-size: 16px;
    color: var(--black);
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase
}

.slick-slide {
    margin: 0 10px
}

.slick-prev,
.slick-next {
    background-color: var(--secondary);
    border-radius: 1rem 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: var(--black)
}

.navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #fff;
    z-index: 999;
    min-height: 50px;
}

.navbar-brand {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.navbar-brand img {
    height: 60px;
    width: auto
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: var(--black) !important
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--primary) !important
}

.bannerPanel {
    position: relative;
    background: var(--bg-gray-theme);
    padding: 0
}

.one-slider {
    /* width: 100vw; */
    height: calc(100vh - 120px);
}

.one-slider .slick-slide img {
    width: 100vw;
    height: calc(100vh - 120px);
    object-fit: cover;
}

.bannerSlider:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .3)
}

.bannerPanel .slick-next {
    right: calc(5% - 25px);
    z-index: 99
}

.bannerPanel .slick-prev {
    left: calc(5% - 25px);
    z-index: 99
}

.bannerContent {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 1
}

.aboutContent p {
    text-align: justify
}

.aboutContent p:last-child {
    margin-bottom: 0
}

.about-img {
    height: 420px
}

.eventListMain {
    position: relative;
    overflow: hidden
}

.eventListMain .upperBox {
    aspect-ratio: 3 / 2; /* e.g., 420X280 */
    overflow: hidden;
    position: relative;
}

.eventListMain .upperBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.eventListMain .upperBox .timePt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1rem 1rem 0 0;
    font-size: 14px;
    display: inline-table
}

.rounded-img {
    border-top-left-radius: 0.625rem !important;
    border-top-right-radius: 0.625rem !important
}

.couponBox {
    border-width: 5px;
    border-style: solid;
    border-color: var(--secondary);
    overflow: hidden
}

.serviceListMain {
    position: relative
}

.serviceListMain .slick-next {
    right: 0;
    top: -65px
}

.serviceListMain .slick-prev {
    right: 60px;
    left: inherit;
    top: -65px
}

.serviceBox {
    aspect-ratio: 2 / 2.8; /* e.g., 350x490 */
    overflow: hidden;
    position: relative;
}

.serviceBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serviceBox .bottomPart {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px)
}

.teamBox .img-pt{
    aspect-ratio: 2 / 2.5; /* e.g., 280x350 */
    overflow: hidden;
    position: relative;
}

.teamBox .img-pt img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-start-start-radius: 16px;
}

.teamBox .content-pt {
    border-bottom-right-radius: 1rem;
    align-content: center;
    min-height: 85px;
}

.getInTouchHome {
    outline-width: 10px;
    outline-style: solid;
    outline-color: rgb(0 0 0 / .1)
}

.get-detail li {
    flex: 1
}

.get-detail li:last-child {
    padding-bottom: 0
}

.get-detail li i {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.portBox-img {
    aspect-ratio: 2 / 1.5; /* e.g., 260x195 */
    overflow: hidden;
    position: relative;
}

.portBox-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonials .bi-quote {
    position: absolute;
    left: 40px;
    top: 40px;
    line-height: 1
}

.bg-testimonial {
    background: linear-gradient(180deg, #F3F3F3 0%, #ffffff 100%)
}

.avatorBox-50 {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 4px solid var(--white)
}

.avatorBox-50 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.homeContact {
    position: relative;
    overflow: hidden;
    border: 10px solid rgb(255 255 255 / .25)
}

.homeContact .shapecircle-1 {
    position: absolute;
    right: 80px;
    top: -20px;
    width: 100px;
    height: 100px
}

.homeContact .shapecircle-2 {
    position: absolute;
    right: 180px;
    bottom: -20px;
    width: 100px;
    height: 100px
}

.homeContact .shape-circle {
    width: 100px;
    height: 100px;
    border: 1px solid rgb(255 255 255 / .2);
    display: block;
    border-radius: 100%
}

.reviewBox {
    border: 1px solid var(--primary);
    position: relative
}

.reviewBox .top-left-corner {
    border-top-left-radius: 3rem
}

.reviewBox p {
    margin-bottom: 0
}

.avatorBox {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border: 4px solid var(--white)
}

.avatorBox img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.brand {
    aspect-ratio: 2 / 1.2; /* e.g., 220x132 */
    overflow: hidden;
}

.brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer {
    padding: 2.5rem 0;
    position: relative
}

footer .logo {
    height: 100px
}

footer a {
    color: var(--white)
}

footer a:hover,
footer a:focus,
footer a .active {
    color: var(--secondary);
    outline: none
}

footer ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    margin: 0
}

footer ul li {
    margin-bottom: .625rem
}

.innerBanner {
    min-height: 190px;
    position: relative;
    text-align: center
}

.selectDrop i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    top: 18px;
    left: 15px;
    z-index: 1
}

.search {
    position: relative;
    box-shadow: 0 2px 2px rgb(0 0 0 / .15);
    display: flex;
    width: 100%
}

.search input {
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    position: relative;
    padding: 0 55px 0 25px;
    outline: 0;
    font-size: 14px
}

.search button {
    border: 0;
    padding: 10px;
    outline: 0;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 0;
    height: calc(100% - 10px)
}

.serviceContent p,
.eventContent p {
    text-align: justify
}

.serviceContent p:last-child,
.eventContent p:last-child {
    margin-bottom: 0
}

.locationIco {
    position: relative
}

.innermainImg {
    height: 520px;
    overflow: hidden
}

#timer div {
    flex: 1;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
    padding: .625rem 0
}

#timer div span {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.eventTime {
    box-shadow: 0 2px 2px rgb(0 0 0 / .15);
    position: relative
}

.eventTime .icoEvent {
    width: 40px;
    height: 40px;
    flex: none
}

.select-event input {
    visibility: hidden;
    position: absolute
}

.select-event>input+div {
    cursor: pointer;
    background-color: var(--white);
    border: 1px solid var(--bg-gray-theme);
    border-radius: .3125rem;
    padding: .625rem
}

.select-event>input:checked+div {
    background-color: var(--white);
    border: 2px solid var(--secondary);
    border-radius: .3125rem
}

.accountPanel a.nav-link {
    outline: none;
    background-color: #fff0;
    border-color: var(--bg-gray-theme);
    border-width: 1px;
    border-style: solid
}

.accountPanel a:hover.nav-link {
    background-color: rgba(var(--rgba-secondary), .2)
}

.accountPanel .nav-link.active,
.accountPanel .show>.nav-link {
    background-color: var(--secondary) !important;
    color: var(--white) !important
}

.accountPanel .nav-link:not(.active):hover {
    color: var(--secondary) !important;
    border-color: var(--secondary)
}

.galleryMain h6 {
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px
}

.galleryBox {
    aspect-ratio: 2 / 1.8; /* e.g., 380x342 */
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.galleryBox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.galleryBox .bottomPart {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    opacity: 0;
    transition: 0.3s
}

.galleryBox .zoom {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 5px rgb(0 0 0 / .3);
    font-size: 20px;
    text-align: center;
    border-radius: 1rem 0;
    opacity: 0
}

.galleryBox:hover .bottomPart,
.galleryBox:hover .zoom {
    opacity: 1
}

.galleryComBox {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s
}

.gallery-comparison {
    position: relative;
    width: 100%;
    margin: 50px auto;
    overflow: hidden
}

.image-container {
    position: relative;
    width: 100%;
    height: 522px;
    overflow: hidden;
    display: block !important
}

.image-container .leftpseodu {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 5px 10px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 14px;
    border-radius: 5px;
    z-index: 5
}

.image-container .rightpseodu {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 5px 10px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 14px;
    border-radius: 5px
}

.left-image,
.right-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.left-image img,
.right-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.right-image {
    clip-path: inset(0 50% 0 0)
}

.slider-handle {
    position: absolute;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, #fff calc(50% - 20px), transparent calc(50% - 20px), transparent calc(50% + 20px), #fff calc(50% + 20px), #fff);
    cursor: pointer;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.slider-handle:before {
    font-family: bootstrap-icons !important;
    position: absolute;
    content: "\f6a2";
    width: 40px;
    height: 40px;
    color: var(--white-color);
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    left: -18px;
    top: calc(50% - 20px);
    background: rgb(255 255 225 / .5)
}

.galleryComBox .zoom2 {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    text-align: center;
    border-radius: 100%;
    z-index: 99
}

.contactImg {
    height: 450px
}

.contactDetails {
    border-width: 5px;
    border-style: solid
}

.contactSchedule {
    position: relative
}

.border-color-primary {
    border-color: var(--primary)
}

.border-color-secondary {
    border-color: var(--secondary)
}

.border-bottom-dash {
    border-bottom: 1px dashed rgb(0 0 0 / .5)
}

.contactForm {
    background: #f2f2f2
}

.contactForm .textBox {
    width: 100%;
    border: 0;
    position: relative;
    outline: none;
    min-height: 70px;
    box-shadow: 0 2px 2px rgb(0 0 0 / .15);
    padding: 15px 15px 15px 60px;
    font-size: 18px
}

.contactForm .form-group i {
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 15px;
    font-size: 1.5rem
}

.hamburgerMenu {
    font-size: 1.5rem;
    width: 50px;
    height: 44px;
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
    opacity: 1;
    display: none
}

.navbar.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    backdrop-filter: blur(30px);
    transition: all ease-in-out 0.2s;
    box-shadow: 0 -2px 20px 5px #3d3d3d21;
    animation: fadeInDown 0.45s ease-in-out
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1
}

.bs-canvas-overlay.show {
    opacity: .85;
    z-index: 1100
}

.bs-canvas-overlay,
.bs-canvas {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 260px
}

.bs-canvas-left {
    left: 0;
    margin-left: -260px
}

.bs-canvas-right {
    right: 0;
    margin-right: -260px
}

.bs-canvas-content .bs-canvas-close {
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    outline: none
}

.bs-canvas-content li a {
    color: var(--white) !important
}

@media(max-width:1200px) {
    .one-slider {
        height: auto
    }

    .one-slider .slick-slide img{
        height: auto;
    }

    .two-slider,
    .three-slider,
    .four-slider,
    .five-slider {
        margin: 0 10px
    }

    .image-container {
        height: 414px
    }
}

@media(max-width:1024px) {
    
}

@media(max-width:992px) {
    .hamburgerMenu {
        display: grid;
        place-items: center
    }

    .bannerContent {
        height: 100%;
        margin: 0
    }

    .slick-prev,
    .slick-next {
        width: 30px;
        height: 30px;
        border-radius: .5rem 0
    }

    .bannerPanel .slick-prev,
    .bannerPanel .slick-next {
        top: calc(100% - 30px)
    }

    .bannerPanel .slick-next {
        right: calc(50% - 40px)
    }

    .bannerPanel .slick-prev {
        right: calc(50% + 0px);
        left: inherit
    }

    .two-slider,
    .three-slider,
    .four-slider,
    .five-slider {
        margin-bottom: 3rem;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: .625rem
    }

    .slick-prev,
    .slick-next {
        top: calc(100% + 30px)
    }

    .slick-next {
        right: calc(50% - 40px)
    }

    .slick-prev {
        right: calc(50% + 0px);
        left: inherit
    }

    .about-img {
        height: auto
    }

    .aboutContent {
        margin-bottom: 20px
    }

    .getInTouchHome ul {
        flex-direction: column
    }

    .getInTouchHome ul li {
        margin-bottom: 1rem
    }

    .getInTouchHome ul li:last-child {
        margin-bottom: 0
    }

    .homeContact .shapecircle-1 {
        right: -40px
    }

    .homeContact .shapecircle-2 {
        right: 40px
    }

    .selectDrop {
        margin-bottom: 10px;
        display: flex
    }

    #timer div {
        width: calc(50% - 10px);
        margin: 5px;
        flex: none
    }

    .serviceContent {
        margin-top: 1.25rem
    }

    .eventContent {
        margin-bottom: 1.25rem
    }

    .image-container {
        height: 306px
    }

    .w-50 {
        width: 100% !important
    }

    .portBox {
        flex-direction: column;
        text-align: center
    }

    .homeContact {
        text-align: center;
    }
}

@media(max-width:768px) {
    .fs-32 {
        font-size: 1.75rem !important
    }

    p {
        font-size: 16px;
        line-height: 1.4
    }

    .couponBox h3 {
        font-size: 1.25rem
    }
    .innermainImg {
        height: auto
    }

    .reviewBox h4 {
        font-size: 1rem
    }

    .image-container {
        height: 306px
    }

}

@media(max-width:480px) {
    .navbar-brand {
        width: calc(100% - 70px);
        white-space: wrap;
        /* text-align: center; */
        line-height: 1.2;
    }

    .image-container {
        height: 270px
    }
}