/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');

body {
    /*font-family: 'Merriweather', serif;*/
    line-height: 1.8;
    font-size: 16px;
    /*background-color: #fff1db;*/
}

.my-nav{
    position: absolute;
    z-index: 10;
    width: 100%;
    }

    .carousel-item {
      height: 100vh;
      background: no-repeat center center scroll;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

button, button:focus, button:hover {
    outline: 0;
    border: 0;
    text-decoration: none;
    color: #222;
}

img {
    width: 100%;
    max-height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.mr30 {
    margin: 30px 0;
}

.anchor {
    cursor: pointer;
}

button {
    background: transparent;
    border: 0;
}

.pd30 {
    padding: 30px 0;
}

.pdt30 {
    padding-top: 30px;
}



.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h4 {
    text-transform: capitalize;
    overflow: hidden;
    padding-bottom: 2px;
}

.section-title h1 {
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    border-right: 2px solid #E91D26;
    font-size: 32px;
}

.section-padding {
    padding: 0px 0;
}

.section-title h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s ease;
}

.section-title p {
    z-index: 9;
    position: relative;
    font-size: 18px;
    font-weight: 300;
}

.section-title-description p {
    line-height: 1.9;
    margin-top: 15px;
}

.hover-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #007eca;
    transition: 0.5s;
}

.hover-button a:hover {
    border-radius: 5px;
}

.serve-btn a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease;
}

.serve-btn a:hover {
    background: #292885;
    color: #fff;
}

/*===============top header css start=============*/



/*====HEADER TOP CSS END====*/

/*===============main header css end=============*/

/*is sticky css*/

.is-sticky .main-header {
    background: rgba(255, 255, 255, 1);
    z-index: 9999 !important;
}


.is-sticky .sub-menu li a {
    padding: 6px 14px !important;
}

.is-sticky .main-logo a {
    padding: 16px 0;
}

.is-sticky .main-logo img {
    width: 60%;
}

.is-sticky .head-call {
    padding: 20px 0;
    text-align: right;
}

.sticky-wrapper .main-header {
    transition: 0.5s all;
    position: absolute;
    width: 100%;
}

/*new menu start*/
.main-header {
    position: relative;
    background-image:url(../body_image.jpg);
    /*background-color: #b19261;*/
    /*background-color: #fff;*/
}
.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}

.submenu {
    position: absolute;
    width: 300px;
    background: #fff;
    z-index: 9;
    top: 100%;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(40px);
    overflow: hidden;
    opacity: 0;
}

ul.submenu li {
    border-bottom: 1px solid #ddd;
    padding: 2px 0 !important;
}

.dropdow_menu .submenu li a:hover {
    background: none;
}

.dropdow_menu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    transform: translateY(0px);
    z-index: 999;
}

.submenu li {
    display: block !important;
}

.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
    display: block !important;
}

/*new menu end*/

.main-logo img {
    height: 100%;
    width: 100%;
}

#main-header-sticky-wrapper {
    height: 85px !important;
}

.main-logo a {
    display: inline-block;
    overflow: hidden;
    height: 100px;
}

.main-menu {
    text-align: right;
    margin-top: 15px;
    padding-right: 15px;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}

.main-menu ul li a {
    color: #fff !important;
    text-transform: capitalize;
    padding: 4px 5px;
    display: block;
    font-weight: 700;
    font-size: 14px;
    
}

.main-menu ul li a:hover {
    border-bottom: 2px solid #8a8b23;
}

.main-menu ul li.active a {
    border-bottom: 2px solid #8a8b23;
}

.main-menu ul li .submenu li a {
    padding: 9px 8px !important;
    color: #000 !important;
    text-transform: uppercase;
    padding: 6px 12px !important;
    border-radius: 0;
}

.main-menu ul li:hover .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 0;
    top: 100%;
}
.content{
    visibility: visible !important;
  
}

.main-menu ul li .submenu li a:hover {
    color: #fff !important;
    background-color: #8a8b23;
}

.main-menu ul li .submenu li.active a {
    color: #fff !important;
}

.sub-menu li {
    width: 100%;
}
.main-menu {
    width: 1000px;
}

/*#mobile-menu{*/
/*    display: none !important;*/
/*}*/
/*topbar menu*/
.topbar-menu ul {
    text-align: right;
    margin-right: 0px;
}

.topbar-menu ul li {
    display: inline-block;
}

.topbar-menu ul li a {
    display: block;
    padding: 10px 15px;
}

.topbar-menu ul li a i {
    padding-right: 10px;
}

/*====main slider css start=====*/
#slider {
    position: relative;
}

.slider-item {
    height: 100vh;
    width: 100% !important;
    position: relative;
    z-index: 9;
}

.slider-text {
    position: relative;
    z-index: 99;
    color: #fff;
     top: -50px; 
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    height: 100%;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.slider-image {
    height: auto;
}

.slider-item img {
    height: 100vh;
    width: auto;
    position: absolute;
    z-index: 9;
}

.slider-content ul {
    margin-top: 28px;
}

.slider-content ul li {
    display: inline-block;
}

.slider-content ul li a {
    background: #008a42;
    padding: 7px 25px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 3px;
    border-radius: 50px;
}

.slider-content ul li a.active {
    background-image: linear-gradient(90deg, #00C0FF 0%, #FC4F4F 49%, #00C0FF 100%);
    animation: slidebg 5s linear infinite;
}

#slider .owl-dots {
    display: none;
}

/* owl carousel override */

.main-slider .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.main-slider .owl-nav .owl-prev {
    margin-right: 15px;
}

.main-slider .owl-nav .owl-prev i,
.main-slider .owl-nav .owl-next i {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 38px;
}

.main-slider .owl-nav .owl-prev:hover i,
.main-slider .owl-nav .owl-next:hover i {
    color: #000;
    border: 1px solid #fff !important;
    background-color: #fff;
}


.hover-button1 {
    transition: 0.35s all;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px 10px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
}

.hover-button1 i {
    background-color: #fff;
    color: #000;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 0.9rem;
    margin-right: 10px;
}

.hover-button1:hover {
    color: #fff;
}

.slider-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}

.slider-text-section {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99;
    width: 100%;
}

.slider-text-section.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000055;
}

.slider-text-area form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.slider-text-items {
    width: 33%;
    padding: 0;
}

.slider-text-items .form-control {
    border: none;
}

.slider-text-items .nice-select.open .list {
    width: 100%;
}

.slider-text-items p {
    margin: 0;
}

.slider-items-btn {
    text-align: right;
}

.slider-items-btn button {
    display: inline-block;
    padding: 10px 100px;
    background-color: #008a42;
    color: #fff;
    border-radius: 100px;
}

.dates-box {
    position: relative;
}

.dates-box input[type=text] {
    background-color: #ffffff;
    border: none;
    display: block;
    width: 100%;
}

.dates-box input[type=text]:focus {
    border: none;
    outline: none;
}

.date-input-box {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    height: 100%;
    background-color: #fff;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.date-input-box.active {
    visibility: visible;
    opacity: 1;
}

.date-input-box label {
    width: 10%;
    position: relative;
}

.date-input-box label input {
    width: 100%;
    border: none;
    background-color: #ddd;
}

/*====== Main slider css end ======*/

/*Popular section css strat*/
.popular-section {
    padding: 40px 0;
    /*background: #fff1db;*/
}

.offer-topbar-area {
    border-radius: 15px;
    background: #1d1e1d;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.offer-topbar-up {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.offer-topbar-title {
    width: 50%;
    padding-left: 30px;
}

.offer-topbar-title h2 {
    font-size: 31px;
    font-weight: 600;
}

.offer-topbar-counting {
    width: 50%;
}

.offer-topbar-counting ul {
    display: flex;
    flex-wrap: wrap;
}

.offer-topbar-counting ul li {
    display: inline-block;
    width: 32%;
    position: relative;
}

.offer-topbar-counting ul li::after {
    position: absolute;
    height: 30px;
    width: 2px;
    content: "";
    background: #ddd;
    top: 32px;
    left: -10px;
}

.offer-topbar-counting ul li p {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.offer-topbar-down {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.offer-topbar-down-title {
    width: 80%;
    padding-left: 30px;
}

.offer-topbar-down-title h4 {
    font-size: 30px;
    font-weight: 600;
}

.offer-topbar-down-title p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.offer-topbar-down-link {
    width: 20%;
    margin-top: 10px;
}

.offer-topbar-down-link a {
    padding: 9px 20px;
    border: 1px solid #000;
    border-radius: 40px;
    transition: all .35s ease;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.offer-topbar-down-link a:hover {
    background: #1d1e1d;
    color: #fff;
}

.popular-area-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0px;
}

.popular-area-title h4 {
    width: 90%;
    font-size: 30px;
    font-weight: 500;
}

.popular-area-title p {
    width: 10%;
    font-size: 14px;
    font-weight: 600;
}

.popular-items {
    position: relative;
    padding: 2px;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    
}

.popular-items img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.popular-items-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    padding: 20px;
    text-align: center;
    /*background: hsl(0deg 0% 0% / 30%);*/
    /* margin: 55px; */
    border-radius: 15px;
    min-width: 70%;
    color:white;
}

.popular-items-text span {
    display: block;
    text-transform: capitalize;
}

.popular-items-text span::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #1d1e1d;
    top: 60px;
    left: 38%;
}

.popular-items-text p {
    padding-top: 20px;
    line-height: 20px;
}

.popular-btn {
    margin-bottom: 20px;
}

.popular-btn a {
    padding: 10px 20px;
    background: #8a8b23;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
}

/*Addnatural section css strat*/
.addnatural-area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.addnatural-items-left {
    width: 60%;
    position: relative;
}

.addnatural-items-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.addnatural-items-left-img {
    width: 100%;
    height: 590px;
}

.addnatural-items-left-img img {
    width: 100%;
    height: 100%;
}

.addnatural-items-left-text {
    position: absolute;
    bottom: 70px;
    left: 13%;
    color: #fff;
    z-index: 9;
}

.addnatural-items-left-text h2 {
    font-weight: 700;
    font-size: 35px;
    color: #f7f7f7;
}

.addnatural-items-left-text p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.addnatural-items-left-text a {
    color: #fdfdfd;
    font-size: 14px;
    font-weight: 600;
}

.addnatural-items-right {
    width: 40%;
    padding: 20px;
    background-color: #fff;
}

.addnatural-right-widget {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.addnatral-items-right-img {
    width: 40%;
}

.addnatral-items-right-img img {
    width: 100%;
    height: 100%;
    padding: 0px 10px;
    border-radius: 25px;
}

.addnatral-items-right-img.image2 {
    margin-top: 10px;
    margin-left: 30px;
}

.addnatural-items-right-text {
    margin-top: 65px;
}

.addnatural-items-right-text.text2 {
    margin-left: 70px;
}

.addnatural-items-right-text span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px;
}

.addnatural-items-right-text p {
    font-size: 20px;
    font-weight: 600;
    padding-left: 10px;
}

.addnatural-items-right-text a {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 500;
}

.text2 span {
    margin-left: 40px;
}

.text2 a {
    margin-left: 60px;
}

.text2 p {
    padding-left: 50px;
    margin-top: 25px;
    margin-bottom: 0;
}

.text2 span {
    position: relative;
}

.text2 span::after {
    position: absolute;
    width: 32px;
    height: 1px;
    background: #1d1e1d;
    content: "";
    top: 37px;
    right: 6px;
}

.text span {
    position: relative;
}

.text span::after {
    position: absolute;
    content: "";
    background: #1d1e1d;
    width: 30px;
    left: 18px;
    height: 1px;
    top: 30px;
}

.text p {
    margin-top: 15px;
    margin-bottom: 0;
}

/*addnatural css End*/
/*video text section css strat*/
.video-text-section {
    padding: 0px 0px 60px 0px;
    /*background: #fff1db;*/
}

.video-text-area {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.video-items {
    width: 100%;
}

.video-items video {
    width: 100%;
    border-radius: 20px 0px 0px 20px;
}

.video-text-items {
    background: #fff;
    border-radius: 0px 20px 20px 0px;
    height: 100%;
    width: 40%;
}

.text-area {
    padding: 141.5px 85px;
}

/*Blog section css strat*/
.blog-area {
    padding: 55px 0;
}

.blog-area-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 35px;
}

.blog-area-text {
    width: 90%;
}

.blog-area-text h4 {
    font-size: 28px;
    font-weight: 500;
}

.blog-area-text p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 2px;
}

.blog-area-btn {
    margin-top: 25px;
    width: 10%;
    font-size: 14px;
    font-weight: 500;
}

.blog-items {
    border-radius: 15px;
    margin-bottom: 25px;
}

.blog-items-img img {
    border-radius: 15px 15px 0px 0px;
}

.blog-items-text {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
}

.blog-items-text h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
}

.blog-items-text h4::after {
    position: absolute;
    top: 40px;
    left: 43%;
    width: 45px;
    height: 1px;
    content: "";
    background: #1d1e1d;
}

.blog-items-text strong {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-items-text-btn {
    margin-top: 25px;
}

.blog-items-text-btn a {
    font-size: 16px;
    font-weight: 600;
}

/*==== Home widget css start =====*/

/*==== Home widget css end =====*/

/*==== Choose us  css start =====*/
.chouse-us-section {
    /*background-image: url(../images/chouse_us.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
    position: relative;
}

.chouse-us-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.chouse-items-text {
    margin-top: 170px;
    z-index: 9;
    position: relative;
}

.chouse-items-text h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

.chouse-items-text p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.chouse-text-btn {
    margin-top: 25px;
}

.chouse-text-btn ul li {
    display: inline-block;
}

.chouse-text-btn ul li a {
    padding: 9px 20px;
    text-align: center;
    border-radius: 45px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
}

.chouse-text-btn ul li.sign-btn a {
    color: #fff;
    margin-left: 10px;
    transition: all.35s ease;
}

.join-btn a {
    background: #fff;
}

.chouse-text-btn ul li.sign-btn a:hover {
    background: #fff;
    color: #000;
}

/*==== Choose us  css end =====*/

/*Top Offer css strat*/
.top-offer-section {
    padding: 50px 0;
    /*background: #f6f6f6;*/
}

.top-offer-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 40px;
}

.top-offer-text {
    width: 85%;
}

.top-offer-link {
    width: 15%;
    margin-top: 10px;
}

.top-offer-items-img {
    width: 100%;
    height: 150px;
}

.top-offer-items-img img {
    border-radius: 10px 10px 0px 0px;
    height: 100%;
    width: 100%;
}

.top-offer-items {
    border-radius: 15px;
    background: #fff;
    margin-bottom: 20px;
}

.top-offer-items-text {
    display: flex;
    padding: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.top-offer-items-text h4 {
    font-size: 16px;
    font-weight: 500;
}

.top-offer-items-text span {
    font-size: 19px;
    font-weight: 900;
    width: 10%;
    padding-left: 7px;
}

/*Brand section css strat*/
.brands-section {
    padding: 50px 0;
}

.brands-area {
    border: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
}

.brands {
    margin: 10px;
}

.brands-items-img ul {
    text-align: center;
}

.brands-items-img ul li {
    display: inline-block;
    height: 55px;
    width: auto;
    padding: 2px;
}

.brands-items-img ul li img {
    height: 100%;
    width: 100%;
}

.brands-area-img a {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

/*===============hcontact css start=============*/
.hcontact {
    background: #E4E3E3;
    position: relative;
}

.hcontact-map {
    background: url(../images/contactmap.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
}

.contact-form input, .contact-form input:focus {
    background: transparent;
    height: 40px;
    border: 1px solid #888;
    color: #ddd;
    outline: 0 0;
    box-shadow: 0 0;
}

.contact-form textarea, .contact-form textarea:focus {
    background: transparent;
    border: 1px solid #888;
    outline: 0 0;
    box-shadow: 0 0;
    color: #ddd;
}

.hcontact-title {
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 22px;
}

.hsubmit {
    border: 1px solid #87B73D;
    color: #555;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/*===============hcontact css end=============*/

/*===============footer css start=============*/
#footer {
    /*background: #222;*/
    background-image:url(../body_image.jpg);
}

/* footer social section */
.social-flex-box {
    display: flex;
    justify-content: space-around;
}

.social-item {
    width: 100%;
}

.social-item a {
    display: flex !important;
    width: 40px;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 1px solid #918e8e2e;
    border-radius: 50%;
    position: relative;
}

.social-item a::after {
    content: '';
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transform-origin: center;
    transition: 0.5s;
}

.social-item:hover a::after {
    transform: scale(1);
}

.social-item a i {
    color: #000;
    font-size: 1rem;
    transition: .1s;
}

.social-item:hover a i {
    transform: rotate(360deg);
    color: #fff;
}



.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    /*background: #b19261;*/
}

#footer {
    position: relative;
}

.newsletter-area {
    background: #404040;
    padding: 40px 0;
    position: relative;
}

.newsletter-area:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.newsletter-info {
    text-align: center;
    z-index: 9;
    position: relative;
}

.newsletter-info h2 {
    text-transform: capitalize;
    font-weight: 500;
    color: #d9c9c9;
    padding: 10px;
    font-size: 40px;
    letter-spacing: 1px;
}

.newsletter-info h5 {
    color: #c9c3c3;
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    margin-bottom: 35px;
}

.newsletter-info a {
    text-transform: uppercase;
    padding: 8px 42px;
    color: #222;
    font-size: 15px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 600;
    background: #ddd;
    border: 2px solid #157129;
    transition: 0.5s all;
    letter-spacing: 1px;
}

.newsletter-info a:hover {
    background: #157129;
    border: 2px solid #157129;
    color: #fff;
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: capitalize;
    /*position: relative;*/
}

.footer-widget {
    margin: 15px 0;
}

.footer-widget h4::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 3px;
    bottom: -10px;
    left: 0;
    /*background-image: linear-gradient(45deg, #008a42, #008a4244);*/
}

.footer-widget a {
    display: block;
    margin: 5px 0;
}

.footer-logo {
    position: relative;
    z-index: 1;
}

.footer-logo {
    overflow: hidden;
}


.footer-logo img {
    padding-top: 10px;
    color: #A9975F;
    width: 55%;
}



.footer-widget li {
    width: 100%;
}

.latest-post li {
    border-bottom: 1px dotted #444;
}

.footer-widget li:last-child {
    border-color: transparent;
}

.footer-widget ul li a {
    padding-bottom: 5px;
    transition: all .5s ease;
    font-size: 14px;
    color: #ddd8d8;
}

.footer-widget ul li a:hover {
    margin-left: 2px;
    color: #1759D9 !important;
}

.footer-widget ul li:last-child a {
    border-color: transparent;
}

.footer-widget ul.useful-link li a:hover {
    color: #fff;
}

.footer-bottom {
    /*padding: 10px 0;*/
    padding: 0px 0px 10px 0px;
    /*background: #b19261;*/
    border-top: 1px solid white;
}

.footer-about {
    color: #fff;
}

.copyright p {
    margin-bottom: 0;
    color: #d1c2c2;
    z-index: 999;
    position: relative;
    text-align: center;
    
    /*text-transform: capitalize;*/
    
}

.copyright a {
    color: #008a42;
    text-decoration: underline;
}

#footer-section {
    background: #192436;
    padding: 20px 0;
}

.footer-cont p {
    color: #fff;
    padding-top: 10px;
    color: #A9975F;
}

.footer-cont p span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-icon li a {
    border: none;
}

.quick-contact li i {
    float: left;
    width: 15%;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #008a42;
    padding: 5px 0;
    margin-right: 4%;
    margin-right: 10px;
}

.useful-link li a i {
    margin-right: 8px;
}

.quick-contact li {
    display: block;
    overflow: hidden;
    margin: 5px 0;
}

.footer-widget p {
    color: #ddd8d8;
    font-size: 16px;
}

.footer-social li {
    display: inline-block;
    width: auto;
}

.footer-social li a {
    height: 35px;
    width: 34px;
    background: #008a42;
    text-align: center;
    margin: 0 2px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
}


.footer-newsletter h5 {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 400;
}

.footer-newsletter form {
    display: flex;
    height: 40px;
}

.footer-newsletter form input {
    width: 80%;
    border: none;
    outline: none;
    border-radius: 5px 0px 0px 5px;
    padding-left: 10px;
}

.footer-newsletter form button {
    width: 20%;
    color: #fff;
    background-color: #008a42;
    height: 100%;
    border-radius: 0 5px 5px 0;
}

/*===============footer css end=============*/


/*===============all plugin css start=============*/
#scrollUp {
    height: 38px;
    width: 38px;
    background: url('../images/top.png');
    bottom: 50px;
    right: 50px;
    text-indent: -999999px;
    display: inline-block;
    background-repeat: no-repeat;
}

/*======footer css end=========*/

/*====== video css starts here =========*/
#video {
    position: relative;
    background: #1d1e1d;
    width: 100%;
}

#video img,
#video iframe {
    display: block;
}

#play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url('../images/play-button.png') no-repeat 50% 50%;
    background-size: auto, cover;
    z-index: 9;
}

#play:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

/*====== video css end=========*/

/*======breadcrumb start=======*/
#breadcrumb {
    background: url(../images/bannerbread.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.bread-crumb {
    text-align: center;
    padding: 22px 0;
    border-radius: 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.productdlt-image {
    height: 325px;
}

.divider {
    height: 2px;
    width: 10px;
    background: #fff;
    margin-bottom: 4px;
    display: inline-block;
}

.bread-crumb h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}

.bread-crumb ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.bread-crumb ul .active a {
    color: #8a8b23;
}

.small_text {
    font-size: 14px
}


/*=========bread crumb css end=========*/

/*=========contact page css start=========*/
.contact-area .sec-title h6 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.contact-area.appointment-schedule {
    /*background: #f9f9f9;*/
    position: relative;
    z-index: 1;
}

.appointment-schedule .schedule h4 {
    margin-bottom: 8px;
}

.appointment-schedule .schedule {
    height: 100%;
    background: #2f3241;
    padding: 30px 30px;
    color: #fff;
}

.appointment-form {
    padding: 30px 30px;
    background: #f9f9f9;
}

.schedule .table {
    margin-top: 15px;
}

.schedule .table td {
    padding: 10px 0;
}

.contact-area .sec-title h4 {
    margin-bottom: 15px;
}

.contact-area.appointment-schedule {
    /*background: #f9f9f9;*/
    
    padding: 25px 0;
}

.contact-area .form-group {
    position: relative;
}

.contact-area .contact-form input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
    border-radius: 0;
    background: #fff;
}

.contact-area .contact-form input:hover,
.contact-area .contact-form input:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}

.contact-area .contact-form textarea {
    width: 100%;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
    background: #fff;
}

.schedule h4 {
    margin-bottom: 15px !important;
}

.contact-area .contact-form textarea:hover,
.contact-area .contact-form textarea:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}

.textareagroup {
    margin-bottom: 0
}

.contact-map {
    position: relative;
}

.contact-map .hcontact-map {
    width: 100%;
}

.contact-area .contact-form .form-group button {
    border-radius: 2px !important;
    background: #008a42;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-area .contact-text {
    margin-left: 50px;
}

.contact-area .contact-text .sec-title p {
    line-height: 28px;
    margin-top: -8px;
    padding-bottom: 10px;
}

.contact-area .contact-link .item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    cursor: pointer;
}

.contact-area .contact-link .item strong {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
    font-family: 'Merriweather', serif;
}

.contact-area .contact-link .item .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    background: #05556d;
    border: 4px solid #008a42;
    transition: all 500ms ease;
    border-radius: 50px;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color: #8a8b23;
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a {
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a:hover {
    color: #87B73D;
    transition: all 500ms ease;
}

.contact-area .contact-link .item i {
    font-size: 20px;
    color: #ffffff
}

.btn-style-one {
    text-transform: capitalize;
    padding: 8px 22px;
    color: #222;
    border-radius: 0 !important;
    transition: all 500ms ease;
}

/*=========contact page css end=========*/

/*======================================
===
===        gallery page design css
===
========================================
*/

/*===============gallery photo====================*/
.item-img {
    position: relative;
    margin-bottom: 30px;
}

.height-250 {
    height: 250px !important;
}

.height-200 {
    height: 200px !important;
}

.height-150 {
    height: 150px !important;
}

.height-215 {
    height: 215px !important;
}

.height-100 {
    height: 100px !important;
}

.height-350 {
    height: 350px !important;
}

.height-125 {
    height: 125px !important;
}

.item-img img {
    height: 100%;
    width: 100%;
}

.item-img {
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    height: 250px;
    border: 3px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}

.item-video {
    height: 300px;
}

.item-img img {
    height: 100%;
    width: 100%;
    transition: 0.35s;
    border-radius: 10px;
}

.item-img:hover.item-img img {
    transform: scale(1.2);
}

.item-img-overlay {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(9, 143, 75, 0.5);
    opacity: 0;
    transition: 0.35s;
}

.item-img-overlay i {
    color: #fff;
    font-size: 25px;
}

.item-img:hover .item-img-overlay {
    opacity: 1
}

.item-img-overlay h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-35%);
    opacity: 0;
    transition: 0.35s all;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.item-img-overlay .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
    transform: translateY(-65%);
    opacity: 0;
    transition: 0.35s all;
}

.item-img:hover .item-img-overlay .sm-titl {
    top: 40%;
    opacity: 1
}

.item-img:hover .item-img-overlay .icons {
    top: 60%;
    opacity: 1
}

.icons span {
    margin: 0 6px;
}


/*===============gallary photo end====================*/

/*===== Product details css start=====*/
.productdtl-area {
    border: 1px solid #fff1db;
    padding: 30px;
}

.productdtl-info h3 {
    text-transform: capitalize;
    padding: 0;
    margin: 15px 0;
    color: #87B73D;
}

.sidebar-image {
    height: 150px;
    float: left;
}

.sidebar-product {
    padding: 30px;
    background: #fff1db;
    overflow: hidden;
}

.sidebar-item {
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar-product {
    padding: 30px;
    background: #fff1db;
}

.sidebar-image {
    width: 100%;
    overflow: hidden;
    float: left;
}

.sidebar-image img {
    height: 100%;
}

.sidebar-info h4 {
    text-transform: capitalize;
    color: #222;
    padding: 8px 0;
}

.sidebar-info a {
    border: 1px solid #87B73D;
    display: inline-block;
    padding: 4px 7px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    background: #87B73D;
}

.sidebar-info {
    width: 100%;
    display: inline-block;
    float: left;
}

.sidebar-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/*=============product details css end===========*/

/*=============career css start===========*/
.career-img {
    height: 370px;
}

.career-title {
    text-transform: capitalize;
}

.career-title {
    text-transform: capitalize;
    margin-bottom: 20px;
}

.career-img {
    height: 370px;
    margin-bottom: 20px;
}

/*=============career css end===========*/
.sub-menu {
    padding: 14px 12px !important;
}

.sub-menu li {
    padding: 0 0 !important;
}

.sub-menu li a {
    padding: 5px 12px !important;
}

/*========== about page details==========*/
.common-page-section {
    padding-top: 25px;
    padding-bottom: 60px;
    background: linear-gradient(to top, #fff, #f9f9f9);
}

.about-image {
    position: relative;
}

.common-breadcrumb {
    position: absolute;
    left: -215px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    padding: 40px 60px;
    border-radius: 115px;
    width: 50%;
    text-align: center;
}

.common-breadcrumb i {
    font-size: 60px;
    color: #008a42;
}

.common-breadcrumb h1 {
    font-weight: 900;
    color: #555;
    margin: 10px 0;
    text-transform: uppercase;
}

.about-content {
    margin-top: 50px;
}

.about-title {
    margin-bottom: 20px;
}

/*===============Service Area Css ============*/

.service-area {
    position: relative;
    background: #fff;
    padding: 70px 0;
}

.service-icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
}

.service-icon img {
    height: 100%;
    width: 100%;
}

.service-widget {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
    padding: 20px 0;
    border-radius: 5px;
    min-height: 175px;
    box-shadow: 1px 1px 10px #ddd;
}

.service-text {
    z-index: 999;
    position: relative;
}

.serv-image {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 0 auto;
}

.serv-image img {
    width: 100%;
    height: 100%;
}

.serve-title a {
    color: #000;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.service-content h1 {
    padding: 10px 0;
}

.serve-text {
    padding: 0 5px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.serv-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.service-slider {
    overflow: hidden;
}

.service-sidebar {
    background: #fff1db;
    border-radius: 5px;
}

.service-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    background: #008a42;
    text-align: center;
    color: #fff;
    padding: 12px 0;
}

.service-sidebar ul {
    padding: 0 15px;
    padding-bottom: 10px;
}

.service-sidebar ul li a {
    display: block;
    font-size: 15px;
    transition: all .5s ease;
    text-transform: capitalize;
}

.service-sidebar ul li a img {
    width: 20px;
    margin-right: 5px;
}

.service-sidebar ul li a:hover {
    color: #008a42;
}

.service-content img {
    margin: 10px 0;
    border-radius: 5px;
}

.service-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.service-sidebar ul li:last-child {
    border-bottom: none;
}

.service-content h3 {
    padding: 15px 0;
}

.single-service {
    margin-bottom: 80px;
}

.single-container {
    display: flex;
}

.single-bg-img {
    width: 50%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.single-room-slide {
    margin-bottom: 20px;
}

.single-content {
    width: 50%;
    padding: 50px 5%;
    min-height: 300px;
    background-color: #2f3241;
    box-shadow: 1px 1px 10px #ddd;
}

.single-content h4 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.single-desc {
    padding: 40px 0 10px;
    color: #fff;
    font-size: 15px;
}

.single-btn {
    border: 1px solid #009946;
    padding: 10px 20px;
    color: #fff;
    background-color: #009946;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.single-btn:hover {
    border: 1px solid #009946;
    color: #009946;
    background-color: #fff;
}

.about-text h3 {
    margin-bottom: 15px;
}

.tab-content p {
    font-size: 14px;
    padding: 10px;
}

.about-us {
    background: #fff1db;
}

.service-image {
    height: 400px;
}

.service-image img {
    width: 100%;
    height: 100%;
}

.cameraCont .imgLoaded {
    margin-top: 0 !important;
}

.cameraSlide {
    position: relative;
}

.cameraSlide img:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: red;
}

.custom-slider {
    position: relative;

}

.custom-slider:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/*Modal Css*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(3px, 60px);
}

/*======LATEST NEWS CSS START=======*/
.latest-news {
    position: relative;

}

.main-blog .single-news {
    margin-bottom: 30px;
}

.news-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.single-news {
    background: #fff;
    border-radius: 5px;
    transition: 0.35s all;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px #ddd;
}

.single-news:hover {
    box-shadow: 1px 1px 20px #ddd;
}

.single-news-image img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.single-news-text {
    margin-top: 15px;
    padding: 0 20px;
}

.single-news-text h3 {
    font-size: 21px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
    font-weight: 600;
}

.single-news-text p {
    line-height: 1.9;
    color: #959090;
}

.single-news-image {
    border-bottom: 4px solid #008a42;
    position: relative;
    height: 280px;
    padding: 25px;
}

.date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.date p {
    text-align: center;
    background: #008a42;
    text-transform: capitalize;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 20px;
}

.searchbar {
    overflow: hidden;
}

.searchbar form {
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 50px;
}

.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}

.searchbar form i {
    width: 20%;
    text-align: center;
    background: #ddd;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #888;
}

.single-blog-image img {
    width: 100%;
}

.single-blog-category {
    padding: 30px 0;
}

.single-blog-category h5 {
    text-transform: capitalize;
    color: #444;
    position: relative;
}

.single-blog-category h5::after {
    position: absolute;
    left: 0;
    bottom: -9px;
    content: "";
    background: #613AC7;
    height: 3px;
    width: 17%;
}

.single-blog-category ul li a {
    text-transform: capitalize;
    border-bottom: 1px dashed #ddd;
    display: block;
    padding: 8px 0;
}

.single-blog-category ul li {
    display: block;
    padding: 5px 0;
}

.blog-btn a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
    transition: all .5s ease;
    padding: 10px 20px;
    background-color: #fff1db;
    border: 1px solid #008a42;
    border-radius: 25px;
}

.blog-btn a:hover {
    color: #fff;
    background-color: #008a42;
}

.blog-btn {
    padding-bottom: 25px;
    padding-top: 15px;
    padding-left: 20px;
}

.blog-btn a:hover {
    text-decoration: none;
}

.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}

.searchbar input {
    border: 1px solid #ddd;
}

.single-blog-category h5 {
    font-size: 22px;
    margin-bottom: 20px;
}

/*=======testimonial css start=========*/
.review-title {
    text-align: center;
    margin-bottom: 35px;
}

.testimonial-area {
    position: relative;
    z-index: 1;
}

.testimonial-area:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.testimonial-name h4 {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-item .description {
    background: #fff;
    padding: 15px 10px;
    border-radius: 15px;
    position: relative;
    border: 1px solid #ddd;
}

.testimonial-item .description p {
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}

.triangle-bottom-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 100px 0px 0px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 0;
}

.testimonial-widget {
    background: #ddd;
    -webkit-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.75);
    padding: 10px;
    margin-bottom: 25px;
    height: 300px;
}

.testimonial-name {
    margin-top: 30px;
}

.testimonial-widget .testimonial-address h5,
.testimonial-widget .testimonial-name h4 {

    color: #000;
}

.testimonial-widget .testimonial-address {
    margin-bottom: 10px;
}

.testimonial-address {
    text-align: center;
    color: #fff;
}

.testimonial-address p {
    text-align: center;
}

.client-img {
    margin: 0 auto;
    width: 60px;
    border-radius: 50%;
    margin-top: 5px;
}

.client-img img {
    border-radius: 50%;
}

.testimonial-area .section-title p,
.testimonial-area .section-title h2 {
    color: #fff;
}

.review-slider .owl-nav {
    text-align: center;
}

.review-slider .owl-nav button {
    background: #8a8b23!important;
    margin: 0 5px;
    height: 40px;
    line-height: 37px !important;
    width: 40px;
    border-radius: 5px;
}

.review-slider .owl-nav button span {
    font-size: 35px;
    line-height: 31px;
    color: #fff;
}

/*===== Testimonial Css End =====*/

/*===== Testimonial Css Start =====*/
.home-category {
    background: #dddddd;
    padding: 50px 0;
}

.hcategory-item {
    background: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 5px;
}

.hcategory-item img {
    height: 100px;
    width: 100px !important;
    margin: 0 auto;
    transform: scale(1);
    transition: 0.35s all;
}

.hcategory-item:hover.hcategory-item img {
    transform: scale(1.1);
}

.hcategory-item p {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #555;
    margin-top: 8px;
    transition: 0.35s all;
}

.hcategory-item:hover.hcategory-item p {
    color: #008a42;
}

.clients-logo-section {
    padding: 15px 0;
}

.client_logo {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
}

.client_logo img {
    width: 200px;
    height: 120px;
    margin: 0 auto;
}

/*===== Testimonial Css End =====*/
.cprofile-sidebar {
    text-align: left;
    padding: 30px;
    background: #F1F1F1;
    height: 100%;
}

.cprofile-sidebar ul li {
    display: block;
    padding: 6px 0;
    transition: all 0.3s ease-in-out;
}

.cprofile-sidebar ul li.active,
.cprofile-sidebar ul li:hover {
    background-color: #8a8b23;
}

.cprofile-sidebar ul li a {
    display: block;
    padding: 0 15px;
    transition: all 0.3s ease-in-out;
}

.cprofile-sidebar ul li:hover a,
.cprofile-sidebar ul li.active a,
.cprofile-sidebar ul li:hover a i,
.cprofile-sidebar ul li.active a i {
    color: #fff;
}

.cprofile-sidebar ul li i {
    color: #8a8b23;
    margin-right: 8px;
}

.cprofile-details {
    margin-top: 40px;
    background-color: #fff;
    padding: 40px;
}

.account-title {
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    padding-bottom: 20px;
}

.cprofile-details table thead {
    background: #8a8b23;
    text-align: left;
    color: #fff;
}

/*===== Testimonial Css End =====*/
.scrolltop {
    display: none;
}

.scroll {
    position: fixed;
    right: 10px;
    bottom: 2px;
    background: rgb(5, 85, 109);
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px;
    z-index: 999999999;
    content: "";
}

.scroll i {
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}


.blog-icon ul li {
    float: left;
}

.blog-icon ul li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #8a8b23;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    border: 1px solid #8a8b23;
    transition: all .5s ease;
}

.blog-icon ul li a:hover {
    background: transparent;
    color: #000;
}

/*latest news css start*/

.lates-news-text {
    text-align: center;
    margin-bottom: 25px;
}

.lates-news-text h2 {
    font-size: 35px;
    font-weight: 500;
}

.lates-news-text p {
    font-size: 16px;
    font-weight: 500;
    padding-top: 8px;
}

.lates-news-rivew {
    padding: 20px 20px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px 0px #bfbbbb;
    height: 170px;
}

.lates-news-rivew h4 {
    margin-bottom: 10px;
}

.lates-news-rivew h4 a:hover {
    color: #877d7d;
}

.lates-news-rivew a {
    font-size: 20px;
    font-weight: 500;
    color: #524141;
    transition: all .35s ease;
}

.lates-news-rivew p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #766464;
}

.form-control {
    box-shadow: none !important;
}

.contact-bg {
    max-height: 336px;
    overflow: hidden;
}

.quick-contact p {
    line-height: 20px;
}

.quick-contact h5 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 11px;
    padding-top: 5px;
}

.full_address {
    padding-left: 0px;
    color: #fff;
}

/* ============ contact card ============= */
.contact-box {
    text-align: center;
    box-shadow: 1px 1px 5px #ddd;
    margin-top: 20px;
}

.contact-content {
    padding-bottom: 5px;
}

.contact-box:hover {
    box-shadow: 1px 1px 30px #ddd;
}

.contact-head h2 {
    font-size: 22px;
    font-weight: 400;
}

.icon-box {
    padding: 10px 15px 10px;
}

.icon-box i {
    font-size: 42px;
    color: #009946;
}

/*Room Section Css Start */
.room-section {
    /*background: #fff1db;*/
}

.room-details {
    background: #fff;
    padding: 20px;
}

.single-room-slide .room-content h2 a {
    color: #0e2737;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.single-room-slide .room-content .room-feature {
    position: relative;
    z-index: 1;
}

.single-room-slide .room-content .room-feature li {
    color: #0e2737;
    display: flex;
    margin-bottom: 5px;
}

.single-room-slide .room-content .room-feature li span {
    min-width: 92px;
    display: inline-block;
}

.single-room-slide .room-content .room-feature li span:last-child {
    width: calc(100% - 86px);
}

.rooms-slides .owl-dots {
    text-align: center !important;
}

.rooms-slides button.owl-dot {
    width: 10px !important;
    height: 10px !important;
    background: #dddddd !important;
    margin-right: 10px;
    border-radius: 50%;
}

.rooms-slides .owl-dot.active {
    background: #1d1e1d !important;
}

.quicktech-btn {
    position: relative;
    z-index: 1;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    text-transform: capitalize;
    background-color: #008a42;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0px 0px 10px #ddd;
}

/*Room Section Css End   */


/*Register Page Css Start  */
.login-card-container {
    display: flex;
    justify-content: center;
}

.login-card-box {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #fff;
    min-width: 520px;
    box-shadow: 0px 0px 10px #333;
}

.login-card-header {
    background-color: #224C65;
    padding: 15px 5px;
    text-align: center;
}

.login-card-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-family: 'Merriweather', serif;
    margin: 0;
}

.login-form-inner {
    padding: 40px 50px;
}

.login-form-item {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.login-item-left {
    width: 40px;
    background-color: #F2F4F3;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-item-right {
    width: calc(100% - 40px);
    height: 40px;
}

.login-item-left i {
    color: #009245;
}

.login-item-right input {
    width: 100%;
    height: 40px;
    background-color: #F2F4F3;
    border: none;
    padding-left: 15px;
}

.login-form-submit button {
    width: 100%;
    height: 40px;
    background-color: #8a8b23!important;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 700;
    border: 1px solid #8a8b23!important;
    transition: all 0.3s ease;
}

.login-form-submit button:hover {
    color: #8a8b23!important;
    background-color: #fff !important;
}

.login-form-already-account p {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 600;
    color: #009245;
}

.login-form-submit {
    margin-bottom: 10px;
    text-align: center;
}

.login-form-submit a {
    width: 100%;
    background-color: #EF4A23;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 1px solid #EF4A23;
    transition: all 0.3s ease;
}

.login-form-submit a:hover {
    background-color: #fff;
    color: #EF4A23;
    border: 1px solid #EF4A23;
}

/*Register Page Css End    */




/*Reservation Section Css Start */
.hotel-reservation--area {
    position: relative;
    z-index: 1;
    background: #efefef;
    padding: 20px;
}

.hotel-reservation--area .nice-select {
    line-height: 48px;
}

.hotel-reservation--area .form-control {
    width: 100%;
    height: 50px;
    text-align: left !important;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 0 !important;
}

.hotel-reservation--area .nice-select .list {
    width: 100%;
    background-color: #ffffff;
}

.mb-30 {
    margin-bottom: 30px;
}

.quicktech-btn {
    position: relative;
    z-index: 1;
    min-width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    text-align: center;
    text-transform: capitalize;
    background-color: #008a42;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50px;
}

.quicktech-btn:focus, .quicktech-btn:hover {
    font-weight: 500;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    background-color: #ffffff;
    color: #008a42;
}

label.radio-inline input {
    margin-right: 5px;
}

label.radio-inline {
    margin-left: 10px;
}

/*Reservation Section Css End   */

/*Restaurant css strat*/
.restaurant-section {
    padding: 50px 0;
}

.food-menu-btn {
    text-align: right;
}

.food-menu-btn a {
    background-color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border: 2px solid #000;
}

.food-menu-btn a:hover {
    background-color: #1d1e1d;
    color: #fff;
}

.restaurant-items-text h2 {
    position: relative;
    padding: 10px 0;
    margin-bottom: 30px;
}

.restaurant-items-text h2::after {
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #8a8b23;
}

.restaurant-img {
    padding: 10px;
    height: 400px;
    width: 100%;
}

.restaurant-img img {
    height: 100%;
    object-fit: cover;
}

.resturant-nav {
    /*display: flex;*/
}

.resturant-nav .slick-track {
    margin-left: initial;
}

.restaurant-img-thumb.slick-slide.slick-current.slick-active {
    border: 2px solid #000;
}

.restaurant-img-thumb {
    height: 60px;
    margin: 0 10px;
}

.restaurant-img-thumb img {
    height: 100%;
    object-fit: cover;
}








/* loader widget */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 2s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader .preloader-after, .preloader .preloader-before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background: #090808;
}

.preloader .preloader-after {
    bottom: 0;
    transition: 1s;
}

.preloader.hidden .preloader-after {
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
}

.preloader .preloader-before {
    top: 0;
    transition: 1s;
}

.preloader-before h3 {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    letter-spacing: 3px;
}

.preloader.hidden .preloader-before {
    transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}

.preloader .preloader-bar {
    position: absolute;
    z-index: 2;
    top: calc(50% - 1px);
    right: 0;
    width: 100%;
    height: 2px;
    /*background: #1d1d1d;*/
}

.preloader.hidden .preloader-bar {
    opacity: 0;
    visibility: hidden;
}

.preloader .preloader-bar .preloader-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 0;
    background: #fff;
    animation-name: progress;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.preloader.hidden .preloader-bar .preloader-progress {
    opacity: 0;
    visibility: hidden;
}

/*
translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0)
translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0) 
 */

/* cursor style */
.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    z-index: 9999;
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .1s;
    mix-blend-mode: difference;
}

span.counter {
    color: #fff;
}



@media screen and (min-width:720px) {
    section#mobile-menu {
        display: none;
    }
}