:root {
    --primary: #065849;
    --secondary: #9b9b9b;
    --light: #f5f5f5;
    --dark: #383838;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-black {
    font-weight: 900 !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0 linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1;
}
.btn {
    font-weight: 500;
    transition: .5s;
}
.btn.btn-primary {
    color: #fff;
}
.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}
.navbar .navbar-brand {
    height: 75px;
}
.navbar .navbar-nav .nav-link {
    
    font-size: 19px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: 0;
    font-family: 'Libre Caslon Text', serif;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}
.navbar .dropdown-toggle::after {
    border: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
@media(min-width:1200px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    border: 0;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
}
.navbar .btn:hover {
    color: #fff !important;
    background: var(--primary) !important;
}
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .4);
}
.header-carousel .owl-carousel-item {
    position: relative;
    max-height: 800px;
}
@media(max-width:768px) {
    .header-carousel .owl-carousel-item {
    position: relative;
   height: 440px;
}
.header-carousel .owl-carousel-item img {
   position: absolute;
    width: auto;
    height: 440px;
    object-fit: cover;
}
.header-carousel .owl-carousel-item h5, .header-carousel .owl-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.header-carousel .owl-carousel-item h1 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 15px;
}
}

 .header-carousel .owl-carousel-item a.btn {
    padding: 16px 24px !important;
 }

.header-carousel .owl-nav .owl-next, .header-carousel .owl-nav .owl-prev {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    border-radius: 50%;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 50%;
    left: 70px;
    margin-top: -33px;
    z-index: 10;
    text-align: center;
    line-height: 44px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 34px;
}

.header-carousel .owl-nav .owl-next {
    left: auto;
    right: 70px;
}

.header-carousel .owl-next:focus, .header-carousel  .owl-next:hover,.header-carousel  .owl-prev:focus, .header-carousel  .owl-prev:hover {
    color: #fff;
	background: rgb(6,88,73);
	background: linear-gradient(90deg, rgba(6,88,73,1) 0%, rgba(103,60,54,1) 100%);
}


@media only screen and (max-width:767.98px) {
   .header-carousel .owl-nav .owl-next, .header-carousel .owl-nav .owl-prev {
        left: 32px;
   }
   .header-carousel .owl-nav .owl-next {
        left: auto;
        right: 32px;
    }

    .header-carousel .owl-nav .owl-next, .header-carousel .owl-nav .owl-prev {
  
      width: 32px;
      height: 32px;
      line-height: 30px;
      border: 2px solid #fff;
      font-size: 18px;
    }

    .header-carousel .owl-carousel-item a.btn {

    }
}


@media only screen and (max-width:575.98px) {
   .header-carousel .owl-nav .owl-next, .header-carousel .owl-nav .owl-prev {
        left: 16px;
   }
   .header-carousel .owl-nav .owl-next {
        left: auto;
        right: 16px;
    }
}
.welcome-area .icon-scroll {
    width: 26px;
    height: 39px;
    position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 150px;
    margin-left: -13px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
    opacity: .75;
    cursor: pointer;
}

.welcome-area .icon-scroll::before {
    position: absolute;
    z-index: 999999;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 8px;
    border-radius: 4px;
    -webkit-animation: 1.2s linear infinite iconScroll;
    animation: 1.2s linear infinite iconScroll;
}

.header-carousel.icon-scroll {
    width: 26px;
    height: 39px;
    position: absolute;
    z-index: 999999;
    left: 50%;
    bottom: 150px;
    margin-left: -13px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 25px;
    opacity: .75;
    cursor: pointer;
}
.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}
@media(min-width:992px) {
    .container.about {
    max-width: 100% !important;
}
.about-text {
    padding-right: calc(((100% - 960px) / 2)+.75rem);
}
}
@media(min-width:1200px) {
    .about-text {
    padding-right: calc(((100% - 1140px) / 2)+.75rem);
}
}
@media(min-width:1400px) {
    .about-text {
    padding-right: calc(((100% - 1320px) / 2)+.75rem);
}
}
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.local-attractions .service-item  {
    position: relative;
    padding: 20px 20px 60px !important;
    height: calc(100% - 0px) !important;
}

.local-attractions .service-item .btn-cont {
    position: absolute;
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.local-attractions .service-item .btn-cont a.btn {
    min-width: 220px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {

.local-attractions .service-item {
    padding: 20px 20px 60px !important;
    height: calc(100% - 0px) !important;
}
} 


@media (max-width: 767.98px) {

    .local-attractions .service-item {
        position: relative;
        padding: 15px 15px 15px !important;
        height: auto !important;
    }

    .local-attractions .service-item .btn-cont {
        position: relative;
        width: 100%;
        max-width: 100%;
        bottom: unset;
        right: 0;
        left: 0;
        margin-bottom: 30px;
    }
}



@media only screen and (max-width:360.98px) {

    .service-item .btn.btn-primary {
        padding: 16px 16px !important;
    }

    .local-attractions .service-item .btn-cont a.btn {
        min-width: 220px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
    }
 
}
.cottages-cont .btn-square {
    width: 82px;
    height: 84px;
}

@media(max-width: 767.98px) {
.cottages-cont br {
    display: none;
}
.cottages-cont br {
    display: none;
}
}

@media(max-width: 575.98px) {
.cottages-cont h2 {
    font-size: 18px;
}

}


@media(min-width:992px) {
    .container.feature {
    max-width: 100% !important;
}
.feature-text {
    padding-left: calc(((100% - 960px) / 2)+.75rem);
}
}
@media(min-width:1200px) {
    .feature-text {
    padding-left: calc(((100% - 1140px) / 2)+.75rem);
}
}
@media(min-width:1400px) {
    .feature-text {
    padding-left: calc(((100% - 1320px) / 2)+.75rem);
}
}
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}
#portfolio-flters li:hover, #portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}
.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}
.portfolio-inner img {
    transition: .5s;
}
.portfolio-inner:hover img {
    transform: scale(1.1);
}
.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}
.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}
@media(min-width:992px) {
    .container.quote {
    max-width: 100% !important;
}
.quote-text {
    padding-right: calc(((100% - 960px) / 2)+.75rem);
}
}
@media(min-width:1200px) {
    .quote-text {
    padding-right: calc(((100% - 1140px) / 2)+.75rem);
}
}
@media(min-width:1400px) {
    .quote-text {
    padding-right: calc(((100% - 1320px) / 2)+.75rem);
}
}
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}
.team-item img {
    transition: .5s;
}
.team-item:hover img {
    transform: scale(1.1);
}
.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}
.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}
.team-item .team-social .btn {
    opacity: 0;
}
.team-item:hover .team-social .btn {
    opacity: 1;
}
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}
.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}
.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #fff;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}
.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}
.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}
.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}
@media(min-width:992px) {
    .container.contact {
    max-width: 100% !important;
}
.contact-text {
    padding-left: calc(((100% - 960px) / 2)+.75rem);
}
}
@media(min-width:1200px) {
    .contact-text {
    padding-left: calc(((100% - 1140px) / 2)+.75rem);
}
}
@media(min-width:1400px) {
    .contact-text {
    padding-left: calc(((100% - 1320px) / 2)+.75rem);
}
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.navbar-expand-lg .navbar-nav {
	width: 100%;
	justify-content: space-evenly;
}

.booking-wrap a.btn {
	min-width: 135px;
    z-index: 99999;
}

.booking-wrap a.btn:last-child {
	min-width: 38px;
}

html#ecwid_html body#ecwid_body .ec-minicart__icon .icon-default circle[fill].cart-not-empty{
    fill: transparent !important;
}

@media only screen and (min-width:1600px)  {
	.ldesktop-dnone {
		display: none;
	}
    .mobile-menu-btn {
        display: none !important;
    }
}
@media only screen and (min-width:1200px) {
    .hamburger, .kebab-toggler, .social-menu {
    display: none;
}
.submenu-button {
    display: none;
}
.d-xl-inline-flex {
    display: inline-flex !important;
}
}

@media only screen and (min-width:1600px) and (max-width:1799.98px) {
	.navbar .navbar-brand img  {
		width: 200px;
	  height: auto;
	  object-fit: contain;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
	}

	.navbar .navbar-nav .dropdown .dropdown-item {
		font-size: 14px;
	}

	.booking-wrap a {
		font-size: 14px;
	}
}
@media only screen and (min-width:1200px) and (max-width:1599.98px) {
	.top-bar {
		text-align: center !important;
	}
	.navbar {
		display: block;
	}

	.navbar .navbar-nav .nav-link {
		margin-right: 0;
	}

	.navbar .navbar-brand {
		width: 100%;
        display: block !important;
        margin: 0 auto;
        text-align: center;
        z-index: 9999;
        position: relative;
	}

	.navbar-expand-lg .navbar-collapse {
		display: block !important;
		position: relative;
	}

	.booking-wrap {
		position: absolute;
		top: -75px;
		right: 0;
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}

	.booking-wrap .smdesktop-dnone {
		display: none;
	}

	.smdesktop-dblock {
		display: block;
	}

	.lgd-left {
		position: absolute;
		left: 10px;
		top: -144px;
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}

	.lgd-left .gift-btn {
		position: relative;
  		bottom: -88px;
  		margin-right: 0;
	}

	.lgd-left .fb-btn {
		position: relative;
  		top: -35px;
  		margin-right: 0;
	}

	.mobile-menu-btn {
		position: absolute;
  		top: -60px;
	}

	.mobile-menu-btn .mm-btn-right {
		position: relative;
    	left: 165px;
    	margin-right: 0 !important;
    	background-color: #673c36;
    	border-color: #673c36;
	    font-size: 16px;
	    min-width: 120px;
        z-index: 99999;

	}
	.mobile-menu-btn .mm-btn-left {
		position: relative;
	    right: 170px;
	    margin-right: 0 !important;
	    font-size: 16px;
	    min-width: 120px;
        z-index: 99999;

	}
}

@media only screen and (min-width:1200px) and (max-width:1399.98px) {

	.top-bar {
		font-size: 15px;
	}
	.navbar .navbar-brand img  {
		width: 220px;
	  object-fit: contain;
	  height: auto;
	}
	.navbar .navbar-nav .nav-link {
		font-size: 16px;
	}

	.navbar .navbar-nav .dropdown .dropdown-item {
		font-size: 14px;
	}
}
@media only screen and (max-width:1199.98px) {
    .mobile-shift.nav-open {
    left: -320px;
    position: relative;
    transition: left .3s ease-in-out;
    overflow: hidden;
}
.mobile-menu-btn {
	margin: 0 auto 20px auto;
  text-align: center;
  width: 100%;
}

.mobile-menu-btn a.btn {
	display: inline;
  margin-right: 0 !important;
  font-size: 16px;
}

.mobile-menu-btn .mm-btn-right {
	background-color: #673c36;
    border-color: #673c36;
}
.mobile-menu-logo {
	text-align: center;
	margin-bottom: 16px;
}
.mobile-menu-logo img {
	width: 180px;
	height: auto;
	object-fit: contain;
}
.lgd-left {
	display: none;
}
.mobile-shift.nav-open::before, .mobile-shift.nav-open:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 9;
}
.navbar.sticky-top {
	height: 100px;
	align-items: center;
    display: flex;
}
.navbar-brand img {
	width: 200px;
	object-fit: contain;
}
.hamburger {
    padding: 10px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 32px;
    right: 65px;
    z-index: 999;
}
.hamburger-box {
    width: 32px;
    height: 21px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 3px;
    background-color: #065849;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -9px;
}
.hamburger-inner::after {
    bottom: -9px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -18px;
    transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -9px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.navbar-expand-lg .navbar-nav {
    display: block;
    flex-direction: unset !important;
    width: 100%}
.navbar-expand-lg .navbar-collapse {
    display: block !important;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.slide-out-nav {
    position: fixed;
    top: 0;
    right: 320px;
    bottom: 0;
    width: 320px;
    padding: 5px 0 30px 0 !important;
    background-color: #fff;
    overflow-y: auto;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    display: block;
    border-left: 1px solid rgb(6 88 73 / 30%);
}
.slide-out-nav.nav-open {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.slide-out-nav .navbar-nav .nav-link {
    text-align: left;
    margin-right: 0;
    padding: 15px 5px;
}
/*.slide-out-nav .navbar-nav .nav-link:first-child {
    border-bottom: unset;
    margin-top: 15px;
}
.slide-out-nav .navbar-nav .dropdown .nav-link:first-child {
    border-bottom: unset;
    margin-top: unset;
}*/
.slide-out-nav .navbar-nav .nav-link .mb-logo {
    width: 180px;
    object-fit: contain;
    margin-top: -5px;
    margin-bottom: 15px;
}
.slide-out-nav #navigation {
    width: 100%}
.slide-out-nav #navigation li {
    display: block;
    text-align: center;
    margin: 0;
}
.slide-out-nav #navigation li a {
    margin-right: 0;
    display: inline-block;
    padding: 20px 10px;
    color: #898375;
}
.slide-out-nav #navigation li a.header-btn2 {
    margin-top: 20px;
}
.slide-out-nav.fadeInDown {
    -webkit-animation-name: unset;
    animation-name: unset;
}
.kebab-toggler {
    position: absolute;
    top: 25px;
    right: 15px;
    width: 50px;
    height: 52px;
    display: block;
    padding: 12px 10px;
    z-index: 99;
}
.kebab-toggler.active .circleKebab circle {
    transition: .3s;
}
.social-menu {
    color: #545454;
    background: #fff;
    display: none;
    text-align: center;
    z-index: 9;
    padding-top: 15px;
    border-top: 2px solid #673c36;
}
.social-menu.menu-on {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 100px;
}
.social-menu li {
    position: relative;
    padding: 10px 15px;
}
.social-menu i, .social-menu a {
    color: #383838;
    font-size: 16px;
}
.socmedia {
    color: #fff;
    margin-top: 15px;
    background-color: #065849;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.socmedia .social-info {
    padding: 8px 15px 1px 8px;
}
.socmedia .social-info {
    padding: 13px 15px 6px 8px;
}
.socmedia .social-info p {
    font-size: 12px;
    letter-spacing: 1px;
}
.socmedia .social-info {
    padding: 8px 15px 1px 8px;
}
.socmedia .social-info a {
    color: #fff;
    background-color: #673c36;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    margin-bottom: 8px;
}
.socmedia .social-info a span {
	color: #ffffff;
}
.socmedia .social-info i {
    color: #fff;
}
.social-menu .icon i {
    margin-right: 0 !important;
    margin-bottom: 12px;
    color: #065849;
}
.social-menu .contact-info a span {
    color: #065849;
    margin-top: 5px;
    font-size: 16px;
}
.navbar .navbar-nav .nav-link {
    border-bottom: 1px solid rgb(6 88 73 / 30%);
    color: #545454;
    text-align: center;
}
.slide-out-nav .navbar-nav .dropdown .nav-link:first-child {
    border-bottom: 1px solid rgb(6 88 73 / 30%);
}
.navbar .navbar-nav .nav-item.dropdown {
    text-align: center;
}
.dropdown .dropdown-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding: 0;
    -webkit-transition: all .3s ease-out 0;
    -moz-transition: all .3s ease-out 0;
    -ms-transition: all .3s ease-out 0;
    -o-transition: all .3s ease-out 0;
    transition: all .3s ease-out 0;
}
.dropdown .dropdown-menu.open {
    position: relative;
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: center;
    background-color: #065849;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-radius: 0;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    color: #fff;
    padding: 15px 5px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: unset;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ffffff;
  background-color: #065849;
}
.submenu-button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 48px;
    text-align: center;
    z-index: 999;
    color: #545454;
    padding: 15px;
}
}
@media only screen and (max-width:991.98px) {
    .mobile-shift.nav-open {
    left: -280px;
}
.slide-out-nav {
    right: -280px;
    width: 280px;
}
.slide-out-nav .navbar-nav .nav-link {
	font-size: 16px;
}
.slide-out-nav .navbar-nav .dropdown-item .nav-link {
	font-size: 16px;
	padding: 12px 5px;
}
.dropdown .dropdown-menu .dropdown-item {
	font-size: 14px;
}
.mobile-menu-btn a.btn {
  font-size: 14px;
}


}
@media only screen and (max-width:767.98px) {
.navbar-brand img {
	width: 180px;
	object-fit: contain;
}
.navbar.sticky-top {
    height: auto;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .social-menu.menu-on {
    top: 85px;
}
	.hamburger {
		top: 24px;
	}
	.kebab-toggler {
		top: 17px;
	}

}


@media only screen and (max-width:414.98px) {
	.mobile-shift.nav-open {
		left: -260px;
	}

	.slide-out-nav {
		width: 260px;
	}

	.mobile-shift.nav-open .kebab-toggler {
    display: none;

}

	.mobile-shift.nav-open .hamburger {
		right: 0;
	}

}

@media only screen and (max-width:360.98px) {

.header-carousel .owl-carousel-item h1 {
    font-size: 22px;
}


}


@media only screen and (max-width:360.98px) {

.navbar-brand img {
	width: 160px;
	object-fit: contain;
}

.hamburger {
    right: 50px;

}
.kebab-toggler {
    right: 4px;

}


}
/* /Service Image */
.img-object-cover {
    object-fit: cover;
}


/* /Services Icon*/
.serviceicons p a i:before {
    font-size: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* //Service*/
#mapid {
    width: 100%; 
    height: 1050px; 
    position: relative;
    z-index: 1;
}

.whitebox {
    background: #fbfbfb;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);
    box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 20px;
}

@media only screen and (max-width:1199px) {
    .bg-md-none {
        background-color: unset !important;
}
    .border-bottom-md-none {
        border-bottom: unset !important;
    }

    .footer a {
        word-break: break-all;
    }
}

@media only screen and (max-width:768px) {
    #mapid {
        margin-top: 60px;
}
}

@media only screen and (max-width:991px) {
    #mapid {
        margin-top: 60px;
    }
}


@media only screen and (max-width:767.98px) {
    p {
        font-size: 16px;
    }
    #mapid {
    height: 540px; 
}

.serviceicons p a i:before {
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

}

@media only screen and (max-width:575.98px) {
    #mapid {
    height: 480px; 
}

}

@media only screen and (max-width:414.98px) {
    #mapid {
    height: 360px; 
}

}




.col-news .news-desc {
    position: relative;
 }

 .col-news .news-wrapper {
    position: relative;
}

 .col-news hr {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    background-color: #ffffff;
    color: #fff;
    height: 1px;
    opacity: 1;
    z-index: 999999;
 }


@media (min-width: 768px) {
    .col-news img {
        max-height: 380px;
        min-height: 380px;
        width: 100%;
        object-fit: cover;
    }


    .col-news a.btn {
        position: absolute;
        bottom: 20px;
        transform: translateX(-50%);
        width: 88%;
    }

     .col-news.col-news .news-desc {
    position: relative;
    min-height: 210px;
 }


}

@media (min-width: 992px) {
    .col-news img {
        max-height: 380px;
        min-height: 380px;
        width: 100%;
        object-fit: cover;
    }


    .col-news a.btn {
        position: absolute;
        bottom: 20px;
        transform: translateX(-50%);
        width: 88%;
    }

     .col-news.col-news .news-desc {
    position: relative;
    min-height: 205px;
 }


}

@media (min-width: 1200px) {
    .col-news img {
        max-height: 380px;
        min-height: 380px;
        width: 100%;
        object-fit: cover;
    }


    .col-news a.btn {
        position: absolute;
        bottom: 20px;
        transform: translateX(-50%);
        width: 88%;
    }

     .col-news.col-news .news-desc {
         position: relative;
        min-height: 205px;
 }


}

.news-at {
    font-size: 14px;
    position: relative;
    top: -4px;
}
html#ecwid_html body#ecwid_body div.ecwid-minicart-mini:before{
    content: "\f242" !important;
    font-family: bootstrap-icons !important;
}

@media (min-width: 1200px) {
    .offset-xl-5th {
    margin-left: 37.333333% !important;
}
}



 .separator-head {
    position: relative;
 }
 .separator-head hr {
       position: relative;
    transform: translateX(-50%);
    left: 50%;
    background-color: #ffffff;
    color: #fff;
    height: 1px;
    opacity: 1;
    z-index: 999999;
    }