
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&amp;family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Zanabazar+Square&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
/* 1. Theme default css */
body {
    font-family: 'Noto Sans Zanabazar Square', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1c1c1c;
    font-style: normal;
    line-height: 28px;
}
.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#Lodge {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}

#location {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}


#bar {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#dining-room {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#dining-room {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#Swimmimg {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}
#team {
    scroll-margin-top: 100px; /* Adjust based on your header height */
}


.pb-380{
    padding-bottom: 380px;
}
.our-social-proyect {
    padding: 40px 0;
    text-align: center;
}
.get-touch {
    background: #1f7bdb2e;
    padding: 54px 30px;
}
.contact input {
    background: #fff;
    padding: 10px 29px;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #a09b9b;
}
.get-touch label {
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 500;
    text-align: left;
    float: left;
    color: #000;
}
.get-touch .form-group i {
    position: absolute;
    top: 46px;
    left: 7px;
    color: #fbad17 !important;
    font-size: 15px;
}
.get-touch textarea {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    padding-left: 30px;
    color: #767272;
    height: 100px;
}
.get-touch .form-group {
    margin-bottom: 15px;
    position: relative;
}
.team-left img {
    width: 100%;
}
.team-content {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    min-height: 215px;
}

.slider-section{
    padding:60px 0;
}

.carousel-item img{
    object-fit:cover;
    border-radius:20px;
}

.carousel-control-prev,
.carousel-control-next{
    width:5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#fff;
    border-radius:50%;
    padding:20px;
}


.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
a,
button {
	color: #101010;
	outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #30c7b5;
}
.box20 .title a{
    color: #fff;
}
.box20 .title a:hover{
     color: #444;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: none;box-shadow: none;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #101010;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
    font-family: "Jost", sans-serif;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 600;
}
h2 {
	font-size: 35px;
}
h3 {
	    font-size: 28px;
    text-transform: uppercase;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
    font-size: 18px;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
    margin-bottom: 17px;
    font-size: 17px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #000;
	font-size: 14px;
	opacity: 1;
}
.contact-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
}
.top-contact-bar {
    background: #017685;
    padding: 25px 0;
    color: #fff;
}

.top-contact-bar .contact-item{
    display:flex;
    align-items:center;
    margin-bottom:15px;
    font-size:18px;
}

.top-contact-bar .contact-item i{
    font-size:26px;
    margin-right:15px;
}

.top-contact-bar a{
    color:#fff;
    text-decoration:none;
}

.top-contact-bar a:hover{
    opacity:0.8;
}


.welcome-images img {
    width: 100%;
    float: right;
}

.call-to-action.part3 {
    background: url(../img/ctc-4.jpg);
}
.call-to-action.part4 {
    background: url(../img/ctc-5.jpg);
}


/* button style */
.bar-right img {
    width: 100%;
}
.btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: #30c7b5;
    border: none;
    border-radius: 0;
}

.btn i{
    margin-left: 10px;
    font-size: 18px;
}
.btn::before {
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  content: "";
  background: #00AC97;
  top: 10PX;
  left: 10px;
  z-index: -1;    
    transition: all 0.3s ease 0s;
    display: none;
}
.btn:hover {
    background: #00AC97;
    color: #fff;
}
.btn:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 4px;
    content: "";
    background: #30c7b5;
    top: 0;
    left: 0;
    z-index: -1;
}

.bar-left {
    padding: 30px;
}
.bar-right img {
    width: 100%;
}
.slider-btn:hover .btn-after{
    margin-top: -50px;
margin-left: 0px;
}
/* scrollUp */
#scrollUp {
	background: #47c06b;
	height: 45px;
	width: 45px;
	right: 50px;
	bottom: 77px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	line-height: 45px;
	transition: .3s;
}
#scrollUp:hover {
	background: #30c7b5;
}
/* 2. header */

.header-top {
	padding-top: 40px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}
.innder-ht {
	padding: 10px 0;
}
.wellcome-text p {
	margin-bottom: 0;
	color: #8a8a8a;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 30px;
}
.header-cta ul li:first-child{margin-left: 0;}
.header-cta ul li:last-child{padding-right: 0; border-right: none;}
.header-cta ul li i {
display: inline-block;
margin-right: 5px;
position: relative;
top: 1px;
color: #fff;
}
.header-top-cta ul li {
	display: inline-block;
	width: 200px;
	margin-right: 80px;
}
.header-top-cta ul li:last-child {margin-right: 0;}
.h-cta-icon {
	float: left;
	display: block;
	margin-right: 20px;
}
.h-cta-content {
	overflow: hidden;
}
.h-cta-content h5 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.h-cta-content p {
	margin-bottom: 0;
	line-height: 1.5;
}

.header-social a:hover{color: #fff;}
.sticky-menu {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
		z-index: 5 !important;
		background: #fff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}
.responsive {display: none;}
#mobile-menu {
	display: block;
}
.sticky-menu .menu-area {
    background: #fff;
}
a.read-btn:hover {
    background: #056839;
}
.site-heading {
    text-align: center;
}
.hotel-box {
    margin-bottom: 40px;
}
a.read-btn {
    background: #5d9515;
    padding: 11px 28px;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 15px 0;
    margin-bottom: 30px;
}
.sticky-menu .header-top {
    display: none !important;
}
.btn-center {
    text-align: center;
}   

h3.inqury-title {
    font-size: 22px !important;
    color: #fff;
    font-weight: 700 !important;
    background: #10742e;
    padding: 14px 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}


a.inqury-btn {
    background: #f29b27;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}
.details-form {
    background: #ecefed;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccccccc7;
}
.form-control {
    height: 38px;
    font-size: 15px !important;
}

a.free-quote {
    display: inline-block;
    background: #10742e;
    padding: 10px 20px;
    color: #fff;
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 30px;
    text-decoration: none;
}
.footer-logo img {
    width: 130px;
}

.hire-now {
    background: url(../img/hire-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px 0;
    margin-bottom: 30px;
}
.hire-now:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000a6;
}
a.mail-btn {
    background: #f90;
    padding: 11px 44px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

a.call-btn {
    background: #10742e;
     padding: 11px 44px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}




.contact-form.free-quote i {
    color: #f29b27;
}
.quote-form .form-group {
    position: relative;
}
.zoo-box .form-group i {
    position: absolute;
    left: 13px;
    top: 42px;
    z-index: 99;
    color: #f29b27;
    font-size: 15px;
}
.zoo-box .form--control {
    height: 40px;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #8f8f8f;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    box-shadow: none;
    position: relative;
    padding-left: 30px;
    border: 1px solid #2222226b;
}
.address li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
}
.add-content h4 {
    color: #252f17;
    font-size: 18px;
}
.submit-btn {
    text-align: center;
    margin-top: 20px;
}
.contact {
    padding: 50px 0;
}
.address {
    padding: 25px 20px;
    background: #252f171a;
}
.zoo-box {
    background: #f0f0f0;
    padding: 30px 30px;
}
.add-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #f29b27;
}
.details-page {
    padding: 50px 0;
}
.detail-title h3, .detail-title h4 {
    display: inline-block;
    margin: 0;
    padding-right: 20px;
    padding: 8px 16px;
    color: #fff;
    font-size: 16px;
    position: relative;
    background-image: linear-gradient(to right top, #10742e, #10742e, #10742e, #f79921, #f29b27);
    font-size: 17px !important;
    margin: 15px 0;
}


.welcome-content p {
    line-height: 30px;
    letter-spacing: 1px;
}
.row.middle-center {
    align-items: center;
}
.heading-title {
    text-align: center;
    margin-bottom: 30px;
}
.top-btn:hover {
    background: #056839;
}
.carousel-caption h5 {
    color: #708354;
    margin-top: 20px;
}
.google-review-logo img {
    width: 165px !important;
    text-align: center !important;
    margin: 0 auto;
    margin-top: 20px;
}
.google-review-logo {
    text-align: center;
}

.top-btn {
    background: #017685;
    padding: 12px 14px;
    color: #f9f9f9;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    float: right;
    border-radius: 4px;
    text-decoration: none;
}
.planning-icon {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    background: #ccc;
    line-height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 25px;
}
.hotel-right img {
    width: 100%;
}
.hotel-left {
    padding: 30px;
}


.planning-box {
    text-align: center;
}
.custom-navbar {
    /* background-color: #9b6434; */
    padding: 5px 0;
    width: 84%;
    float: left;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
/* Menu Links */
.custom-navbar .nav-link {
    color: #100808 !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 15px;
    position: relative;
}

/* Active / Hover */
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link.active {
    color: #2d1a0f !important;
}

/* Dropdown menu */
.dropdown-menu {
    border-radius: 0;
    border: none;
}

.dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
}

.dropdown-item:hover {
    background-color: #f4f4f4;
}

.call-to-action {
    background: url(../img/ctc-2.jpg) left center no-repeat;
    padding: 20px 0;
    background-size: cover;
    padding: 130px 0;
    text-align: center;
    position: relative;
    height: 400px;
}
.call-to-action:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: #000000bd;
}

.step-wrapper:after{
    content: '';
    position: absolute;
    background-image: url(../img/service-process-img.png);
    height: 120px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15%;
    left: 80%;
    filter: brightness(0%) contrast(0%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.brand-slider {
  background: #f9f9f9;
}
.planning-icon img {
    width: 85px;
}
.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
    display: flex;
    width: calc(200px * 12);
    animation: scroll 25s linear infinite;
    margin-top: 30px;

}
.logo-track img {
    width: 150px;
    height: auto;
    margin: 0 25px;
    transition: 0.3s;
    border: 1px solid #ccc;
}
.logo-track img:hover {
  filter: grayscale(0%);
  border: 1px solid #ccc;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .logo-track img {
    width: 120px;
    margin: 0 15px;
  }
}



.step-wrapper {
  position: relative;
}



/* Arrow */


/* Remove arrow from last step */
.last-step::after {
  display: none;
}

/* Hide arrows on mobile */
@media (max-width: 767px) {
  .step-wrapper::after {
    display: none;
  }
}

.planning-process h4 {
    font-size: 20px;
}
.planning-process p, h2 {
    text-align: center;
}
.top-btn i{
    font-size: 16px;
    margin-left: 10px;
}
.top-btn:hover {
    background: transparent linear-gradient(90deg, #6442220%, #644222100%) 0% 0% no-repeat padding-box;
    color: #fff;
    text-decoration: none !important;
}
.sticky-menu .logo{
    margin-top: 0;
    line-height: 61px;
    height: auto;
}


.slider-btn{
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.slider-active .slick-dots {
    position: absolute;
    top: 40%;
    left: 22%;
}
.slider-active .slick-dots li button {
    text-indent: -99999px;
    border: none;
    padding: 0;
    height: 1px;
    margin-left: 10px;
    background: #47c06b;
    border-radius: 50px;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    
}
.navbar-nav {
    gap: 6px !important;
}
 .slider-active .slick-dots li.slick-active button {
    width: 50px;
   background: #47c06b;
}
.slider-active .slick-dots li.slick-active button::before {
  
    opacity: 1;
}
.slider-active .slick-dots li button::before {
    content: "";
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    margin-top: -9px;
    left: -19px;
    border-radius: 50%;
    opacity: .7;
    background-repeat: no-repeat;
    background-position: center;
}
.second-header {
    border: none;
    padding-bottom: 0;
    background: #101010;
    padding-top: 0;
    color: #fff;
    position: relative;
    z-index: 1;
}
.second-header a,.second-header span{
    color: #fff;
    text-decoration: none;
}
.second-menu {
	position: relative;
	z-index: 9;
}
.sticky-menu .second-menu {
	margin: 0;
	box-shadow: none;
	padding: 0;
}
.sticky-menu .second-menu::before{content: none;}
.second-menu .main-menu ul li{margin-left: 40px;}
.second-menu .main-menu ul li:first-child{margin-left: 0;}
.second-menu .main-menu ul li a::before{content: none;}
.second-header-btn .btn {
background: #47c06b;
box-shadow: 0px 10px 30px 0px rgba(54, 96, 217, 0.3);
font-size: 16px;
text-transform: uppercase;
color: #fff;
padding: 20px 30px;
    position: relative;
    border-radius: 4px;
}
.second-header-btn .btn:hover {
color: #fff;
background: #47c06b;
}

.img-main {
    position: relative;
z-index: 2;
}

.offcanvas-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 300px;
	z-index: 999;
	background: #00081b;
	top: 0;
	padding: 30px;
	transition: .5s;
	transform: translateX(100%);
}
.header-two .menu-area{
    padding-top: 0;
}
.header-two .top-callus {
    background: #47c06b;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 0 0px 10px 10px;
    width: 100%;
}
.header-two #mobile-menu {
    float: left;
}
.header-two .logo img {
    width: auto;
    max-width: 60%;
}
.header-two .main-menu ul li a
{
    color: #47c06b;
}
.main-menu .has-sub ul li a:after {
    display: none !important;
}
.header-three .main-menu li.has-sub a:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: -3px;
    line-height: inherit;
}

li.menu-dropdown-icon a:after {
    content: '\f0d7';
    font-family: "FontAwesome";
    font-weight: normal;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: -3px;
    line-height: inherit;
}

.menu {
    width: 100%;
}
.menubar {
    margin: 0 auto;
    background: #10742e;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
a.menu-mobile {
    color: #708354;
    position: absolute;
    right: 0;
    top: 61px;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
    content: "\f0c9";
    font-family: "Fontawesome";
    font-size: 30px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #fff;
    background: #252a15;
    padding: 10px;
}
.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 10px 14px;
    display: block;
    color: #000000;
    font-size: 16px;
    margin-right: 2px;
    text-transform: uppercase;
}
.menu > ul > li a:hover {
    background: #708354;
    color: #fff;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover {
    color: #ffffff;
    background: #000 !important;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 2px 0;
    margin: 0;
    font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 6px 16px;
    background: #708354;
    border-bottom: 1px solid #ccc;
    font-size: 15px !important;
}
.menu > ul > li > ul.normal-sub > li a:after {
    display: none;
}
.menu > ul > li > ul > li > ul > li a:after {
    display: none;
}
.menu > ul > li > ul > li a:after {
    display: none;
}

.home .subscribe-section {
    padding: 81px 0 75px;
    margin-top: 0;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
    display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
.menu > ul > li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
}
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}


.logo img {
    width: 120px;
}
.menubar {
    background: #10742e;
}
.header-three .second-header {
    background: #204825;
    padding: 10px 0;
}
.header-three .menu-area::before{
    display: none;
}
.header-three .menu-area {
    border-top: 0;
    z-index: 9;
    position: relative;
    width: 100%;
}
.header-three .sticky-menu {
    margin-top: 0;
    background: #ffffff;
}

.header-three .main-menu ul li a {
        font-family: 'Noto Sans Zanabazar Square', sans-serif;
    color:#fff;
}
.header-three .main-menu .sub-menu li a,.menu .children li a {
    color: #4f4f4f !important;
}
.header-three .main-menu .sub-menu li a:hover,.menu .children li a:hover{
    color: #47c06b !important;
}
.header-three .btn.ss-btn {
    float: right;
}
.login li {
    display: inline-block;
}
.login li a {
color: #fff;
    text-transform: uppercase;
}
.slider-three .slider-img {
margin-left: -25px;
margin-top: 50px;
margin-right: -227px;
}
.slider-bg-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #040f2d91;
    z-index: 1;
}
.slider-four .slider-bg h5 {
  border: none;
  color: #ffffff1c;
  font-size: 170px;
}
.slider-four .slider-img {
margin-left: 0;
margin-top: 136px;
margin-right: -235px;
float: right;
}
.slider-four .slider-img img{
    position: relative;
    z-index: 1;
}

.slider-four .slider-bg .text2 h5 {
    color: #47c06b;
    font-size: 18px;
           font-family: 'Noto Sans Zanabazar Square', sans-serif;
    font-weight: 500;
}

.slider-four .slider-bg .video-i i{
    border: none;
    color: #47c06b;
    margin-right: 10px;
}
.slider-four .slider-bg .text2 p{
    color:#777;
}
.single-slider .subricbe{
 border-radius: 4px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
position: relative;
padding: 15px;
margin-top: 40px;
width: 92%;
}
.header-input {
padding: 0 1rem;
width: 100%;
height: 4.4rem;
border-radius: 5px;
outline: none !important;
margin-bottom: 0;
border: 1px solid #f8f8f8;
background: #f8f8f8;
border-radius: 0;
}
.contact-form .btn::before{
    display: none;}

.header-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 0;
 background: #47c06b;
    border: none;
  color: #fff;
    padding: 5px 15px;
}
.header-btn i{
    margin-left: 0;
}
.search-top2 {
    float: right;
}
.search-top2 li {
margin-left: 20px;
float: left;
border-radius: 10px;
background: #47c06b;
width: 45px;
height: 45px;
text-align: center;
line-height: 45px;
}
.search-top2 li a {
    float: none !important;
}
.search-top2 li .fas.fa-search {
    color: #36383a;
}
.header-slidemenu {
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100%;
    position: fixed;
    padding-top: 80px;
    padding-left: 70px;
    z-index: 2;
    background: #47c06b;
        width: 16.70%;
}
.slide-out ul li {
    display: inline-block;
    margin-left: 0;
    width: 70%;
}

.header-slidemenu .footer-social {
    position: absolute;
    bottom: 50px;
    left: 60px;
}

/* breadcrumb */
.breadcrumb-area {
background-size: cover;
position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
font-size: 16px;
color: #fff;
font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 10px;
	color: #ddd;
	content: "|";
}
.breadcrumb-title h2 {
font-size: 60px;
margin-bottom: 25px;
line-height: 1;
color: #fff;
letter-spacing: 1px;
margin-top: 60px;
}
.breadcrumb-title p {
	margin-bottom: 0;
color: #777;
font-size: 16px;
}
.breadcrumb > .active {
	color:#fffc !important;
	font-weight: 500;
}
.cart-top {
    display: inline-block;
}
.cart-top li {
    display: inline-block;
    padding: 0px 17px;
}
.our-footprint {
    padding: 40px 0;
}
.cart-top li a {
    color: #fff;
    font-size: 18px;
    float: none !important;
}
.partnership {
    padding: 40px 0;
    background: #10742e1f;
}
.accuracy {
    padding: 40px 0;
}
.partnership h2 {
    text-align: center;
}
.tech-tomoroww h2 {
    text-align: center;
}
.accuracy h2 {
    text-align: center;
}
.engagement h2 {
    text-align: center;
}
.engagement {
    padding: 40px 0;
    background: #fdfaf5;
}
.sustenble h2 {
    text-align: center;
}
.sustenble {
    padding: 40px 0;
}
.envirment-left {
    padding: 0px 0;
}
section.social h2 {
    text-align: center;
}
section.envirnment {
    padding: 50px 0;
}
.footprint-right img {
    width: 100%;
}
.cart-top li:last-child {
    border: none;
}
.call-box .icon {   
    display: inline-block;
}
.call-box li {
   float: left;
    color: #fff;
}

.call-box .text{
margin-left: 10px;
}
.call-box span {
    display: block;
    color: #ffffffab;
    padding: 3px;
}
.call-box strong {
    font-size: 22px;
}

.header-social a {
color: #fff;
margin-left: 15px;
font-size: 18px;
}
/* 3. slider */
.overlay-bg-01 {
  position: absolute;
  left: 0;
  top: 0;
}
.overlay-bg-02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay-bg-03 {
  position: absolute;
  right: 0;
  top: 30px;
}
.overlay-bg-04 {
  position: absolute;
  right: 0;
  bottom: 100px;
}
.slider-bg {
    min-height: 600px !important;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.slider-bg .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover !important;
    transform: scale(1);
    transition: transform 7000ms ease;
    z-index: 1;
}
.slider-bg.slick-active .image-layer{
     transform: scale(1.15);
}
.slider-bg .video-i.popup-video
{
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    font-family: 'Noto Sans Zanabazar Square', sans-serif;
}
.slider-bg .video-i.popup-video img {
    display: inline-block;
}

.show-bg3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .7;
	z-index: 1;
}
.slider-bg2 {
	min-height: 900px;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: -118px;
	z-index: 1;
}
.slider-bg2 .slider-content > span::before {
    content: "";
    background:#383838;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 15px;
    margin-right: 10px;
}
.slider-bg2 .slider-content h2{
	color:#fff;
}
.slider-bg2 .slider-content p {
    color:#676f67;
    font-size: 16px;
    margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
    font-size: 22px;
    font-weight: 500;
    color:#47c06b;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
}
.slider-bg .video-i i {
    background: #fff;
    padding: 14px;
    border-radius: 100%;
    width: 60px;
    display: inline-block;
    text-align: center;
    color: #30c7b5;
    height: 60px;
    line-height: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(250, 63, 108, 0.1);
    margin-right: 10px;
}
.call-to-action.part2 {
    background: url(../img/ctc-3.jpg) left center no-repeat;

}





.p-relative{position: relative;}
.down-arrow {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	height: 60px;
	width: 30px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 18px;
}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 5%;
    color: #00163b;
    font-size: 26px;
    line-height: 60px;
    border: none;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: .5s;
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


.slider-active .slick-next {
	right: 5%;
left: inherit;
}
.slider-active .slick-arrow,.slider-active .slick-next{
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.slider-active:hover .slick-prev
{
    left: 4%;
}
.slider-active:hover .slick-next
{
    right: 4%;
}
.slider-active:hover .slick-arrow,.slider-active:hover .slick-next{
   opacity: 1;
}
.slider-active .slick-arrow:hover {
	color: #fff;
    background: #47c06b;
}
.second-slider-content h2 {
	font-size: 90px;
	margin-bottom: 20px;
}
.slider-content h3 {
    font-size: 40px;
    text-transform: uppercase;
    color: #482211;
}
.second-slider-bg::before{opacity: .5;}
.second-slider-content {
	padding-top: 85px;
	padding-bottom: 5px;
}
.testimonial h2 {
    text-align: center;
    margin-bottom: 40px;
}
.s-slider-content h2 {
    margin-bottom: 25px;
    text-shadow: 2px 2px #1a1313;
    color: #017685;
}
.s-slider-content p {
    font-size: 22px;
    color: #000000;
    line-height: 26px;
    margin: auto;
}
.slider-four .s-slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}
.btn-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    background: #ffb3a5;
    padding: 10px 15px;
    color: #fff;
}
.btn.ss-btn.active {
    background: none;
    color: #fff;
    box-shadow: none;
    background: #252f17;
}

.slider-bg .text2 h2{
  font-size: 60px;
}
.slider-bg .text2 a{
    color: #FFF;
}
.slider-bg .text2 .btn.ss-btn.active {
    background: #47c06b;
    border: 2px solid #644222;
    color: #FFF;
}
.slider-bg .text2 p{
    padding-right: 22%;
    color:#fff;
}
.slider-text-2 h2{
    color: #fff;
}

.s-aliment-1 {
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    top: 361px;
    right: -122px;
    display: flex;
    align-items: center;
    z-index: 1;
    animation: movedelement 5s linear infinite;
    width: 250px;
}
.aliment-icon-red {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aliment-content {
  margin-left: 15px;
    padding-top: 15px;
}
.aliment-content p{
    margin-bottom: 0;
}
.aliment-content .h3-title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

/* 4. about */
.s-about-img img{
    margin-bottom: 100px;
}

.sd-img img {
  width: 100%;
}
.section-t h2 {
	font-size: 350px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
	color: #101010;
	opacity: .05;
	margin: 0;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-style: italic;
	top: -35px;
	line-height: 1;
}
.second-about {
      transform: translate(0,1px);
      left: 0;
      right: 25px;
      bottom: inherit;
      text-align: center;
      top: 0;
}
.second-about p {
    margin-bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    font-family: 'Noto Sans Zanabazar Square', sans-serif;
    margin-top: 10px;
    line-height: 30px;
}
.second-atitle > span {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #644222;
	letter-spacing: 2px;
	display: inline-block;
	margin-bottom: 20px;
	background: transparent;
}
.s-about-content p {
	margin-bottom: 15px;
}
.about-content strong{
    color: #000000;
}


.s-btn {
	font-size: 14px;
	font-weight: 500;
	color: #101010;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 9px 30px;
	border-radius: 50px;
}
.s-btn:hover {
	background: #644222;
	border-color: #644222;
	color: #fff;
}
.section-title h5{
  color: #47c06b;
text-transform: capitalize;
font-size: 18px;
    margin-bottom: 10px;
}
.section-title h5 div {
    display: inline-block;
    margin: 0 10px;
}
.section-title h2 {
    font-size: 35px;
    padding-bottom: 0;
    margin-bottom: 0px !important;
    position: relative;
}
.section-title h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 60px;
	background: #644222;
	margin: auto;
	transition: .3s;
    display: none;
}
.section-title p {
    margin-top: 10px;
    width: 60%;
    display: inline-block;
    font-weight: normal;
}
.services .content p {
    font-weight: normal;
}


.about-content3 li::before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 10px;
    color: #47c06b;
}
.second-services-content h5 {
  transition: .3s;
  letter-spacing: 0;
  font-size: 26px;
  color: #030c26;
}
.second-services-content p {
	margin-bottom: 0;
}

.second-services-content a::after {
	left: -40px;
	right: unset;
	opacity: 0;
}
.s-single-services {
	transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
}

.s-single-services .services-icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 1;
}
.h-service {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background: #1010109c;
  padding-top: 45%;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    transform: scaleY(1);
}
.second-services-content a {
    color: 000f38;
    transition: all 0.3s ease 0s;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    background-color: #708354 !important;
    border-radius: 50% !important;
}

.section-title.center-align.text-center {
    position: relative;
}
.call-action i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 2px solid #30c7b5;
    color: #fff;
    font-size: 22px;
    margin: 0 10px 0 0;
}
.reqest-quote.detail-form {
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 40px;
}
.pegination {
    text-align: center;
    margin-top: 20px;
}
.location-left {
    left: 20px;
    position: relative;
    margin-top: 30px;
    margin-right: 20px;
}
.location-left img {
    width: 100%;
}

.info-card{
    background:#fff;
    border-radius:8px;
    box-shadow:0 2px 6px rgba(0,0,0,0.1);
    overflow:hidden;
}

.image-section{
    position:relative;
}

.image-section img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.see-photos{
    position:absolute;
    bottom:10px;
    left:10px;
    background:rgba(0,0,0,0.6);
    color:#fff;
    padding:6px 12px;
    border-radius:4px;
    font-size:14px;
}

.action-btn{
    border-radius:25px;
    padding:8px 18px;
    font-weight:500;
    margin:5px 8px 5px 0;
}

.details{
    padding:20px;
}

.label{
    font-weight:600;
}


/* 12. project */


/* 13. cta */
.cta-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.call-to-action h2 {
    color: #fff;
    font-size: 40px;
}
.cta-content {
    position: relative;
    top: 40px;
}
.cta-title h2 {
  padding-bottom: 0;
  font-size: 62px;
color: #fff;
}
.cta-title h3{padding-bottom: 0; font-size:18px; color: #fff; text-transform: uppercase;}
.cta-title p{font-size:15px;}
.cta-title h2::before{content: none;}
.cta-content p {
    color: #fff;
    padding-right: 0;
    margin-bottom: 35px;
    text-align: center;
}
.cta-btn .btn{
    border: 1px solid #644222;
}
.cta-btn .btn::before{background: #644222;}
.cta-right p {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}
.call-tag {
	margin-bottom: 20px;
	animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.cta-bg .video-img {
    height: 757px;
}
.cta-bg .social{
    text-align: center;
}
.cta-bg .social .icon {
   display: inline-block;
    width: 110px;
    height: 110px;
    background: #644222;
    padding: 30px;
    border-radius: 50%;
    line-height: 47px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px #00000066;
}
.cta-bg .line{
    text-align: center;
}
.cta-bg .social a{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.portfolio .button-group {
    padding-bottom: 0;
}
/* 14. testimonial */




/* 18. pricing */

/* 19. contact */
.contact-bg02 {
  background: #f7f5f1;
  padding: 100px;
  text-align: center;
}
.contact-bg02 h2{
    font-size: 48px;
}
.contact-area {
	background-repeat: no-repeat;
	background-position: center center;
}
.contact-area .map {
    position: absolute;
    right: 0;
    top: 0;
}
.contact-wrapper textarea {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 200px;
	width: 100%;
	text-transform: capitalize;
	transition: .3s;
	background: #f4f4fe;
	padding: 30px 40px;
}
.contact-wrapper textarea::-moz-placeholder {
	color: #000;
	font-size: 14px;
}
.contact-wrapper textarea::placeholder {
	color: #000;
	font-size: 14px;
}
.c-icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	color: #8990b0;
	font-size: 14px;
}
.contact-message.c-icon i{top: 30px;transform: unset;}
.contact-wrapper input {
	border: 0;
	color: #000;
	font-size: 15px;
	height: 80px;
	text-transform: capitalize;
	width: 100%;
	padding: 0 40px;
	transition: .3s;
	background: #f4f4fe;
}
.contact-wrapper input::-moz-placeholder {
	color: #000;
	font-size: 14px;
}
.gorila-image img {
    width: 100%;
}
.gorila-image:hover img {
    transform: scale(1.5, 1.5);
    transition: 3s ease-out;
}
.gorila-image {
    overflow: hidden;
}
.listing-img:hover img {
    transform: scale(1.5);
}
.listing-img {
    overflow: hidden;
}

.contact-wrapper input::placeholder {
	color: #000;
	font-size: 14px;
}
a.home-btn {
    background: #ff2323;
    padding: 14px 20px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 4px;
}
.thank-content {
    text-align: center;
}
.contact-name {
	position: relative;
}
section.free-quote {
    padding: 40px 0;
}
section.thank-you {
    padding: 50px 0;
}
form.contact-form.free-quote {
    padding: 30px 0;
    max-width: 930px;
    margin: 0 auto;
    background: #10742e;
    padding: 30px;
}
.contact-form.free-quote label {
    color: #fff;
}
.contact-form.free-quote h2 {
    color: #fff;
}
.form-li {
    width: 100% !important;
}
.terms-content {
    padding: 40px 0;
}
.terms-content h3 {
    color: #10742e;
}
.contact-field label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #10742e;
    margin-bottom: 5px;
    cursor: unset;
    font-family: 'Noto Sans Zanabazar Square', sans-serif;
    text-align: left;
    font-weight: 600;
}
.contact-field {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
}
.contact-field input {
    width: 100%;
    border: none;
    padding-left: 15px;
    transition: .3s;
    border-radius: 0;
    border: 1px solid #77777775;
    height: 40px;
}
form.contact-form {
    margin-top: 20px;
}
.contact-field.c-name::after{content: "\f007";}
.contact-field::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	font-size: 14px;
	text-align: center;
	right: 25px;
	color: #644222;
	bottom: 22px;
    display: none;
}
.contact-field.c-email::after{content: "\f0e0";}
.contact-field.c-subject::after{content: "\f249";}
.contact-field.c-message::after {
	content: "\f303";
	font-weight: 600;
	top: 20px;
	bottom: unset;
}
.contact-field input::placeholder,.contact-field textarea::placeholder{color: #000;}
.contact-field textarea {
width: 100%;
padding: 15px;
transition: .3s;
height: 115px;
border: 1px solid #777;
}


.contact-bg {
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact-img {
	position: absolute;
	bottom: 0;
	right: 170px;
	z-index: -1;
}

/* booking */
.booking{
    z-index: 1;
    position: relative;
}
.bom{
    margin-top: 0;
}

.booking .contact-bg02 {
  background: none;
  padding: 0 0 0 30px;
  text-align: left;
}
.booking-img img {
  width: 100%;
  right: -15px;
  position: relative;
}
.booking .contact-bg02 .slider-btn .btn{
background: #644222;
color: #fff;
}

.booking .contact-field select{
    padding: 15px 15px;
}
.booking .contact-field input,.booking .contact-field select{
width: 100%;
border: none;
background: #fff;
padding: 10px 20px;
transition: .3s;
border: 1px solid #64422247;
}
.booking .contact-field select,.booking .contact-field input[type=date] {
color: #926d63;
}
.booking input::placeholder,.booking input[type=date]::placeholder,.booking select::placeholder {
  color: #000;
}
.booking-img2 {
  position: absolute;
  bottom: -70px;
  left: -90px;
}
.booking .contact-bg02 label i{
    margin-right: 5px;
    color: #be9874;
}

/* meal */
.populer-meal ul {
    
}
.populer-meal li {
    display: inline-block;
    width: 33.14%;
    margin-bottom: 30px;
}
.meal-container {
    display: flex;
}
.meal-price strong {
    width: 100%;
    float: right;
    text-align: center;
    color: #644222;
     font-size: 25px;
    font-weight: 600;
    font-family: 'Noto Sans Zanabazar Square', sans-serif;
}
.meal-container div {
    padding: 10px;
}
.meal-container a:hover{
    color: #ffce1c;
}

.meal-container .line {
    width: 12%;
    padding: 0 !important;
}
.meal-container .line hr {
    color: #fff;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 2px dashed;
}
.meal-price span {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 600;
}
.meal-content,.meal-container .line,.meal-price {
    margin-top: 15px;
}
.meal-content h5{font-size: 24px;}



.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
    width: 40px;
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%;
}
.f-contact li:last-child{
    margin-bottom: 0px !important;
}
#contact-form4{
    margin-top: 20px;
}
#contact-form4 input {
    float: left;
    padding: 23px 30px;
    border: none;
    width: 75%;
}
#contact-form4 button {
    padding: 15px 30px;
    border-radius: 0;
}
/* Fillter css */

.gallery-image {
overflow: hidden;
position: relative;
    margin: 0;
}
.gallery-image figcaption {
	width: 100%;
	padding: 0 35px 30px 60px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #644222;
	font-size: 16px;
	font-weight: 500;
    position: absolute;
     bottom:-150px;
    z-index: 2;
    text-align: left;
}
.gallery-image::before {
    content: "\e035";
    font-family: "dripicons-v2" !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    transition: .3s;
    opacity: 0;
    z-index: 1;
    background: #644222;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.gallery-image:hover::before {
    top: 50%;
    opacity: 1;
}
.gallery-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #644222;
    opacity: 0;
    transition: .3s;
}

.gallery-image:hover::after {

    opacity: .85;

}
.masonry-gallery-huge {
    margin: auto;
    padding-right:1.85%;
    padding-left: 1.85%;
}
.profile .masonry-gallery-huge {
    margin: 0 -22px;
    padding-right:0;
    padding-left: 0;
}
.profile .grid-item {
  margin: 0;
}
.grid-item{
    margin: 15px;
}
.gallery-image:hover figcaption {
   opacity: 1;	
    bottom:30px;

}
.gallery-image figcaption h4{
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}
.gallery-image figcaption .span{
    color: #b68c5a;
    font-size: 14px;
     position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 0;
}
.gallery-image figcaption .span::before {
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    background: #b68c5a;
    top: 50%;
    left: 0;
}
.gallery-image figcaption .span p{
    margin-bottom: 0;
}
.gallery-image figcaption .icon {
    position: absolute;
    right: 0;
    background: #3763eb;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: 0;
    color: #fff;
    text-align: center;
    font-size: 40px;
}
.button-group {
    padding-bottom: 15px;
}

.button-group button {
    border: none;
    background: none;
    transition: .3s;
    cursor: pointer;
    outline: none;
    color:#777;
    position: relative;
    padding-top: 0;
    margin-left: 15px;
}
.button-group button:hover {
    color: #030c26;
}
.button-group button.active{
    color: #030c26;
    border-bottom: 1px solid #644222;
    font-weight: 500;
}

.button-group button::before {
  content: "/";
  position: relative;
  left: -12px;
}
.button-group button:first-child::before {
display: none;
}
.gallery-image img{
   width: 100%;
    margin-bottom: 0;
}


/* 21. Menu Theme dropdown default css */
.f-cta-icon {
    float: left;
    margin-right: 30px;
}
.single-cta {
    line-height: 28px;
}
.single-cta a {
    color: #101010;
}
.main-menu ul li.has-sub .current a{
   color:#222;
}
.main-menu ul li.current a{
   color:#644222;
}
.main-menu .has-sub > ul {
visibility:hidden;
position: absolute;
background-color: #ffff;
min-width: 250px;
z-index: 1;
transition: all 0.3s ease-in-out;
margin-top: 15px;
border-top: 4px solid #47c06b;
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
opacity: 0;
}
.main-menu .has-sub li a {
    padding: 10px 12px;
    color: #000;
}
.main-menu .has-sub li {
margin-left: 0 !important;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;
}
.add-sec {
    float: right;
    width: 60%;
}
.main-menu .has-sub a:hover {
    color: #fbf9f9;
}
.add-sec img {
    max-height: 90px;
    width: 100%;
    object-fit: cover;
    float: right;
}
.main-menu .has-sub:hover > ul { visibility: visible; margin-top: 0px; opacity: 1;}
.main-menu .has-sub > ul > .has-sub > ul {
  display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: -255px;
margin-top: 0;
top: -3px;
}
.main-menu .has-sub > ul > .has-sub:hover > ul{display: block;}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub > ul {
   display: none;
  position: absolute;
background-color: #ffff;
width: 250px;
z-index: 1;
padding: 0;
margin-left: 255px;
margin-top: 0;
top: -3px;
}
.main-menu .has-sub > ul > .has-sub > ul > .has-sub:hover > ul {display: block;}

.main-menu .has-sub ul li a {
    color: #000;
}
.main-menu .has-sub ul li a:hover {
    color: #fff;
    background: #f79a22;
}
/* 23. mega menu */



.redux-footer h2
{
	margin-top: 0px;
}
.footer-widget td {
    padding: 5px;
    text-align: center;
}

.footer-widget table {
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
}
.footer-widget th {
    background: #e4e4e4;
    padding: 10px 5px;
    text-align: center;
    color: #101010;
}


.inner-linke-page {
    font-size: 16px;
    font-weight: 600;
    color: #101010;
}
.inner-linke-page a {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	background: #644222;
	border-radius: 50%;
	color: #fff;
	 font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.inner-linke-page a:hover {
	color: #ffffff;
	background: #101010;
}
.inner-linke-page > span {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
    background: #101010;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}
.core-text {
    padding-top: 20px;
}
.core-value {
    padding: 50px 0;
}
.core-box {
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 20px 8px;
}

.about-sec2-content h2 {
    font-size: 36px;
    text-align: center;
}
.book-form-content .form-group {
    margin-bottom: 13px;
    position: relative;
}
.book-form-content select {
    width: 100%;
    padding-left: 35px;
    border: 1px solid #ccc;
}
.form-group label {
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: block;
}
.form-img img {
    min-height: 445px;
    object-fit: cover;
    width: 100%;
}
.popular-tour-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: 50px !important;
    border-radius: 50% !important;
}
.testimonial-section {
  background: #f8f9fa;
}
.avatar img {
    width: 50px;
}
.rating-box .stars i,
.testimonial-card .stars i {
  color: #fbbc04;
}

.testimonial-card {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgb(0 0 0 / 15%);
    margin: 10px;
}

.avatar {
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50px;
}

.google-icon {
  width: 20px;
}

.testimonial-card p {
    font-size: 17px;
    color: #2c2929;
}

.testimonial-card a {
    font-size: 18px;
    text-decoration: none;
    color: #0d6efd;
}

.owl-carousel .owl-item img {
    width: 30px !important;
}


.popular-tour-image img {
    width: 100%;
}
.book-form-content .form-group i {
    color: #708354;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 5px 10px;
    font-size: 16px;
    border-right: 1px solid #d7d7d7;
}


.form-sec .col-lg-6 {
    padding: 0;
}
.sub-btn {
    text-align: center;
}
.default-btn {
    background: #5d9515;
    padding: 13px 20px;
    border: none;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 20px;
}
.form-sec img {
    min-height: 708px !important;
    padding: 0 0px 70px;
}
.book-form-content textarea {
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #6b6565;
    padding-left: 45px;
    padding-top: 8px;
    border: 1px solid #ccc;
}
.pkg-title h5 {
    color: #fff;
}
.footer-widget.widget h5 {
    color: #fff;
}
.our-safari-content {
    text-align: center;
}
.book-form-content .form-control {
    padding-left: 45px;
    color: #000;
    height: 45px;
    font-size: 16px;
}
form.choose-us-from-bg.ml-15 {
    max-width: 800px;
    margin: 0 auto;
}
.btn-style-two:hover {
    background: #c90;
    color: #fff;
}
.btn-style-two {
    background: #252f17;
    font-size: 16px;
    color: #fff;
    padding: 12px 50px;
    margin: 0px;
    border: 0px solid #189bc9;
    transition: all 500ms ease;
    display: inline-block;
    -webkit-appearance: none;
    white-space: nowrap;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none !important;
}



.ctc-content {
    position: relative;
    text-align: center;
}
a.book-btn:hover {
    color: #fff;
}
p.room-1-text.mb_30 {
    font-weight: normal;
}
a.book-btn {
    text-align: center;
    background: #199d49;
    padding: 12px 28px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
}
.btn {
    color: #1a1414;
    background-color: #017685 !important;
    padding: 14px 20px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    text-transform: capitalize;
}


/* Here's the new CSS to add... */


/* 24. call */
.call-text {
  padding: 120px 0 0 60px;
}
.call-area h5{
    color: #644222;
}
.call-area h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 30px;
}
.call-area h2 span{
    color: #644222;
}
.call-area p{
    color: #fff;
    opacity: 0.9;
}
.number {
    font-size: 55px;
    font-weight: 600;
    color: #644222;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .zcube-login {
    padding: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zcube-login {
    padding: 40px;
  }
}

@media (max-width: 767px) {
 }





/* 8. newslater-area */

.newslater .input-bg{
    background: #3A3D3E;
    border-radius: 30px !important;
    float: left;
    padding-right: 5px;
    position: relative;
    z-index: 3;
    width: 40%;
}
.newslater .input-bg2{
background: #3A3D3E;
border-radius: 30px !important;
float: left;
padding-right: 5px;
position: relative;
z-index: 2;
margin-left: -35px;
width: 40%;
}
.newslater input {
background: #fff !important;
border: 1px solid #fff !important;
box-shadow: none !important;
padding: 9px 20px !important;
color: #030c26 !important;
height: calc(1.5em + .75rem + 20px);
width: 100% !important;
position: relative;
z-index: 1;
margin-right: 7px;
border-radius: 10px;
}
.newslater .form-group{
    margin-bottom: 0;
}
.newslater button:hover {
    background: #ff3494;
    color: #fff;
}

.newslater *::-moz-placeholder {
	color: #939393;
	font-size: 14px;
    opacity: 0.8;
	opacity: 1;
}
.newslater *::placeholder {
	color: #939393;
    opacity: 0.8;
	font-size: 14px;
	opacity: 1;
}
.newslater-area #contact-form4 {
width: 70%;
display: inline-block;
position: relative;
margin: auto;
}
.newslater-area #contact-form4 button {
background: #644222;
color: #fff;
height: 56px;
z-index: 1;
text-align: center;
font-size: 15px;
position: absolute;
right: 0;
top: 0;
border: none;
padding: 10px 20px;
text-transform: uppercase;
border-radius: 0;
}
.slick-slide{outline: none;}


.features-area h5{
    margin-bottom: 15px;
}
.features-area ul{
    margin-top: 30px;
    color: #fff;
    display: inherit;
}
.features-area li{
    display: flex;
    margin-bottom: 15px;
}
.features-area li .icon {
    margin-right:20px;
    color: #84DAA9;
}
.features-area .nav-pills .nav-link{
    width: 100%;
    font-size: 24px;
        font-family: 'Noto Sans Zanabazar Square', sans-serif;
    font-weight: 600;
}
.features-area .nav-pills .nav-link img{
    margin-right: 15px;
}
.features-area .nav-pills .nav-link.active, .features-area .nav-pills .show > .nav-link{
      border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: #101010;
}
.feature-text h3 {
    font-size: 48px;
}
.fe-img{
    margin: 0 -40px;
}
/* 8. search-popup */
.search-popup {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: 0 0 0;
	margin-top: 200px;
	text-transform: uppercase;
}
.search-bg {
	background: #f5f5f5;
	opacity: 1;
}
.close2 {
	color: #644222;
	cursor: pointer;
	font-size: 14px;
}
.search-bg a i {
	color: #644222;
	font-size: 18px;
}
.search-outer {
    border-bottom: 1px solid #101010;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%;
}
.search-outer input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    font-size: 14px;
    width: 100%;
}

.case-study-content {
   padding: 30px;
background: #FFF5F4 0% 0% no-repeat padding-box;
box-shadow: 0px 16px 32px #FFF5F4;
}
.case-study-content span{
   margin-bottom: 10px;
display: inline-block;
}
.case-study-content02 {
    padding: 30px 30px;
   background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 32px #1010100A;
}
.case-study-content02 span{
   margin-bottom: 10px;
display: inline-block;
    color: #644222;
}
.case-study-content02 .ss-btn{
    display: none;
    transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn{
  display: inline-block;
} 
.case-study-box .case-study-content02{
    transition: all 0.5s ease 0s;
}
.case-study-box:hover .case-study-content02 {
    transform: translate(0,-62px);
}
/* 24. process-area */
.process-area h2{
    color: #fff;
}
.process-area .section-title h5{
     color: #644222;
}
.process-area .col-lg-3.col-md-12:nth-child(2),.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px;
}
.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(2) .no{
    background: #6442220% 0% no-repeat padding-box;
}
.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(3) .no{
    background: #27ae61 0% 0% no-repeat padding-box;
}
.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(4) .no{
    background: #8145DA 0% 0% no-repeat padding-box;
}
.process-area  h5{
    color: #fff;
}
.process-icon{
 width: 180px;
height: 180px;
line-height: 180px;
background: #4CC3C1 0% 0% no-repeat padding-box;
text-align: center;
border-radius: 50%;
margin-bottom: 30px;
position: relative;
display: inline-block;
}
.process-area .no {
    position: absolute;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4CC3C1 0% 0% no-repeat padding-box;
    border: 4px solid #101010;
    border-radius: 50%;
    color: #FFFFFF;
    font-weight: 600;
}

/* 24. skills-area */

.feature-img {
  margin-left: -330px;
}
.feature-title h5 {
  text-transform: capitalize;
  margin-bottom: 10px;
}
.feature-title h2 {
  font-size: 70px;
}
/* 24. skills-area */

.team-area-content .skill-name {
  color: #101010;
}
.skills {
  width: 100%;
  padding: 0 20px 0 0;
}
.skills-img {
  margin-right: -330px;
}

.skills-content p{
    color: #fff;
}
.skill-name {
font-size: 18px;
font-weight: 600;
margin: 0px 0 15px;
color: #fff;
font-family: 'Noto Sans Zanabazar Square', sans-serif;
    
}
.skill-bar {
height: 15px;
background: #e0e0e0;
border-radius: 0;
}
.skill-per {
height: 15px;
background-color: #be9874;
border-radius: 0;
width: 0;
position: relative;
transition: 1s linear;
}
.skill-per::before {
  content: attr(id);
  position: absolute;
  padding: 4px 6px;
  background-color: #be9874;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  top: -43px;
  right: 0;
  transform: translateX(50%);
}
.skill-per::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #be9874;
  top: -16px;
  right: 0;
  transform: translateX(50%) rotate(45deg);
  border-radius: 2px;
}

.skills-title h5 {
   color: #fff;
font-size: 22px;
text-transform: capitalize;
margin-bottom: 10px;
}
.skills-title h2 {
  color: #fff;
    font-size: 70px;
}
.progress-outer li{
    padding-left: 100px;
}
.progress-outer li:first-child{
    text-align: right;
      padding-right: 50px;
    margin-bottom: -50px;
}
.progress-outer li:last-child{
    text-align: right;
      padding-right: 50px;
    margin-top: -50px;
}
.progress-box {
  display: inline-block;
}
 .progress{
    width: 235px;
    height: 235px;
    line-height: 235px;
    background: none;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 101%;
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -101%;
    border-top-left-radius: 130px;
    border-bottom-left-radius: 130px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
width: 90%;
height: 90%;
border-radius: 50%;
background: none;
font-size: 48px;
font-weight: 800;
color: #644222;
line-height: 135px;
text-align: center;
position: absolute;
top: 15%;
left: 5%;
}
.progress .progress-value sub{
    font-size: 20px;
    color: #644222;
    margin-left: 5px;
    font-weight: 400;
}
.progress p{
font-size: 16px;
line-height: inherit;
color: #777777;
font-weight: inherit;
width: 100%;
text-align: center;
      margin-top: 25px;
}
.progress.blue .progress-bar{
    border-color: #644222;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

.conunter-img {
    margin-left: -400px;
}

/* 27. map-area */
.map-img li {
    position: absolute;
    display: inline-block;
    z-index: 999;
    top: 93px;
    left: 0;
}
.map-img li:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 45%;
}
.map-img li:nth-child(2) .map-text-hover{
    left: -520px;
}
.map-img li:nth-child(3) {
    position: absolute;
    top: 100px;
    left: 85%;
}
.map-img li:nth-child(3) .map-text-hover{
    left: -520px;
}
.map-img li:nth-child(4) {
    position: absolute;
    top: 40%;
    left: 15%;
}
.map-img li:nth-child(4) .map-text-hover{
      left: 50px;
}
.map-img li:nth-child(5) {
    position: absolute;
    top: 43%;
    left: 70%;
}
.map-img li:nth-child(5) .map-text-hover{
    left: -520px;
}
.map-text-hover{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
  position: absolute;;
  width: 510px;
  height: 133px;
  z-index: 138;
    top: 0;
    left: 50px;
    padding: 30px;
    display: none;
}
.map-img li:hover .map-text-hover{
    display: block;
}
.map-content {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
    margin-top: -150px;
    position: relative;
}
.map-text-user {
    display: flex;
}

.map-text-user .text{
    padding: 30px 30px 0px 30px;
}
.map-text-user .img img {
    max-width: initial;
    height: 152px;
}
.map-line {
    height: 100%;
    width: 5px;
    background: #27ac60;
    position: absolute;
    left: 50%;
}
.map-cirl {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 60px;
    z-index: 146;
    border: 5px solid #27ac60;
    text-align: center;
    line-height: 50px;
    color: #27ac60;
    left: 47.4%;
    top: 43px;
}


.contact-area .container{
    position: relative;
    z-index: 1;
}
.contact-bg02 .slider-btn {
    width: 100%;
}
.contact-bg02 .slider-btn .btn{
    width: 100%;
}
.contact-bg02 .btn.ss-btn.active {
    background: #644222;
    border: 2px solid #644222;
    color: #fff;
}
.contact-field select {
    width: 100%;
    border: none;
    background-color: rgb(255, 255, 255);
    transition: .3s;
    border-radius: 0;
    border: 1px solid rgb(183, 183, 183);
    height: calc(2.5em + .75rem + 2px);
}
.contact-field .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(225, 225, 225);
}
.contact-field .form-control {
    color: #9e9e9e;
}
.contact-bg-an-01 {
    position: absolute;
    left: 9.8%;
    top: 25%;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.contact-bg-an-02 {
    position: absolute;
    right: 3%;
    bottom: 7%;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}


@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }


/* Here's the new blog dtl to add... */

.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
	margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
	margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__post {
    margin-bottom: 0;
}

.sidebar-widget .widget table{
	width:100%;
	padding:10px;
	background:#f5f5f5;
}
.sidebar-widget .widget th,.footer-widget .widget th
{
background: #644222;
padding: 10px 5px;
text-align: center;
color: #fff;
}
.sidebar-widget .widget td
{
	padding:5px;
	text-align:center;
}
.sidebar-widget .widget {
padding: 40px;
overflow: hidden;
margin-bottom: 40px;
border: 2px solid #f7f5f1 !important;
background:#f7f5f1;
}
.sidebar-widget .widget li {
    padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 5px;
	float: left;
	width: 100%;
}
.widget-title {
  	margin-bottom: 40px;
}
.sidebar-widget .widgettitle, .sidebar-widget .widget-title, .wp-block-group__inner-container h2{
	font-size: 22px;
	margin-bottom: 0;
	line-height: 1;
	text-align:left;
	font-weight: 700;
	margin-bottom: 30px;
}
.sidebar-widget .widget .gallery-icon a:hover{
	padding-left:0;
}

.tags {
    border-bottom: 1px solid #eaeaea;
	/*float:left;*/
	width:100%;
	display: inline-block;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.search-form, .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
  	position: relative;
}
.search-form label {
  width: 100%;
}
.search-form input, .wp-block-search .wp-block-search__input{
background: #fff;
width: 100%;
padding: 17px 30px;
border: 1px solid;
}
.search-form input::placeholder {
	font-size: 12px;
	color: #b0b0b0;
}
.search-form .search-submit, .wp-block-search .wp-block-search__button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background:#644222;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	min-height: 88%;
	width: 106px;
}
.sidebar-widget .widget .widget_archive,.widget_categories,.sidebar-widget .widget_archive{
	text-align:right;
}
.sidebar-widget .widget .widget_archive,.sidebar-widget .widget_categories a,.sidebar-widget .widget_archive a{
	float:left;
	height: 30px;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-insta-post li a {
    position: relative;
	display: block;
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background:#644222;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-social a {
	height: 40px;
	width: 40px !important;
	line-height: 40px !important;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #644222;
color: #101010;
	margin: 0 3px;
	text-align: center !important;
}
.widget-social a:hover {
	background:#644222;
	color: #ffffff !important;
	border-color:#644222;
	padding: 0 !important;
	box-shadow: 0px 10px 19px 0px #64422266 !important;
}
.rpwwt-widget a{
	padding-left: 0 !important;
}
.rpwwt-widget li {

    line-height: 23px !important;

}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cat__list li:hover a {
	color:#644222;
}
.cat__list li a {
    font-size: 14px;
	color: #777777;
}
.cat__list li a span {
	float: right;
	display: block;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	
}
.widget__post-content h6:hover a {
	color:#644222;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li:hover a {
	background:#644222;
	border-color:#644222;
	color: #ffffff;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #8f8bb8;
	padding: 9px 20px;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative;
}
.widget__banner-thumb img {
	width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	text-align: center;
}
.widget__banner-overly > span {
	font-size: 14px;
	
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px;
}
.widget__banner-overly h3 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 129px;
	
}
.widget__banner-overly h3 span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color:#644222;
}
.widget__banner-overly .btn:hover {
	background: transparent;
	color: #fff;
}
.meta__info ul {
  	margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
	margin-right: 30px;
}
.meta__info ul li a {
	color: #777777;
	text-transform: capitalize;
}
.meta__info ul li a i {
	margin-right: 5px;
}
.meta__info ul li a:hover {
	color: #644222;
}
.meta__info ul li i {
	margin-right: 5px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
}
.details__content p {
  	margin-bottom: 18px;
}
blockquote,.pages-content blockquote,.comment-list blockquote {
background:#101010;
border-radius: 10px;
padding: 50px 45px 57px !important;
position: relative;
z-index: 1;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
}
.comment-list blockquote a:hover{
    color: #fff;
}
.news-text blockquote h3{
    color: #fff;
}
.news-text blockquote i {
    font-size: 190px;
    color: #e4e9ff;
    z-index: -1;
    position: absolute;
    bottom: 15px;
    right: 30px;
}
blockquote p{
    color: #fff;
}
.news-text blockquote footer {
    color: #ae6957!important;
    font-weight: 600;
    margin-bottom: 15px;
}
.news-text figure img {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}
.news-text ul li {
    line-height: 30px;
	list-style:none ;
}
.news-text ul li i,.quote-post ul li i {
    color: #F15B26;
    padding-right: 5px;
}
.news-text blockquote p,.pages-content blockquote p,.comment-list blockquote p{
	color: #fff;
    line-height: 28px;
}

.news-text blockquote footer,.pages-content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color:#ae6957;
	font-weight: 600;
}
.wp-block-media-text .wp-block-media-text__content {
    width: 100%;
}
.wp-block-pullquote cite {
   color: #bacdff!important;
}
cite {
	margin-top: 15px;
	color:#644222;
	font-weight: 600;
}
.post-categories li {
    display: none !important;
}
.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
  	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
    height: auto;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
	margin-right: 30px;
}
.tags.pb-50 {
    padding-bottom: 20px;
}
.post__tag h5 {
	font-size: 22px;
margin-bottom: 20px;
font-weight: 600;
padding-top: 30px;
border-top: 2px solid #f5f5f5;
    margin-top: 25px;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 10px;
}
.post__tag ul li a {
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 7px 10px;
	
	display: inline-block;
	border-radius: 3px;
	color: #9d9d9d;
	margin-bottom: 10px;
}
.post__tag ul li a:hover {
	border-color:#644222;
	background:#644222;
	color: #ffffff;
}
.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px;
	
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
	color: #b5becc;
}
.post__share ul li a:hover {
	color:#644222;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;
	
	display: block;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.posts_navigation .prev-link h4 {
	font-size: 22px;
	margin-bottom: 0;
	
	text-transform: capitalize;
	height: 30px;
overflow: hidden;
}
.navigation.posts-navigation {
    display: none;
}
.avatar {
    border-radius: 50% !important;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}
.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px;
}

.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}
.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}
.posts_navigation .prev-link h4:hover a {
	color:#644222;
}
.posts_navigation .next-link span {
    font-size: 12px;
	margin-bottom: 15px;
	
	display: block;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 22px;
	margin-bottom: 0;
	
	height: 30px;
overflow: hidden;
}
.posts_navigation .next-link h4:hover a {
	color:#644222;
}
.related__post .post-title {
  	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
	
}
.related-post-wrap .post-thumb img {
  	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 30px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	
	line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
	color:#644222;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
	font-size: 14px;
}
.avatar__wrap {
	background: #f9f9f9;
	padding: 50px 80px;
	float:left;
	width:100%;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
	margin-bottom: 0;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
	
}
.avatar__info-social {
  	margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #644222;
    display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color:#644222;
}
code {
    font-size: 15px;
    display: inline-block;
           font-family: 'Noto Sans Zanabazar Square', sans-serif;
    margin-top: 10px;
}
figcaption{
    font-weight: 600;
    color: #202020;

}
.comment-form-comment label{
	display:none;

}
.form-submit {
    margin-bottom: 0;
}
.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
	
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single__comment.children {
 	margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
	margin-left: 20px;
}
.comment-text {
  	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 22px;
	margin-bottom: 7px;
	
}
.comment-text .avatar-name h6 i
{
	display:none;
}
.comment-author-admin .avatar-name h6 i
{
	font-size: 12px;
	display:inline-block;
color: #cacfef;
margin-left: 20px;
}

.comment-text .avatar-name span {
	font-size: 12px;
	
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #644222;
}
.comment-text .comment-reply {
    display: inline-block;
    border: 2px solid #f5f5f5;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    width: 100px;
}
.comment-text .comment-reply a{
	    color: #777777;
    width: 100%;
    position: absolute;
    left: 0;
    display: inline-block;
    top: -2px;
    padding: 10px 0 10px 41px;
}
.comment-text .comment-reply:hover a{
	color: #fff;
}
.comment-list {
    padding: 0;
	border-bottom: 1px solid #eaeaea;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 45px;
}
.comments-title {
    font-size: 22px;
    margin-bottom: 0;
    
}
.comment-reply-title {
    font-size: 20px;
	margin-bottom:20px;
}
.comment-author-admin{
    margin-left: 130px;
}
.comment-text .comment-reply:hover {
	border-color:#644222;
	background:#644222;
	color: #ffffff;
}
.comment-text .comment-reply i {
	margin-right: 5px;
}
.comment-text p {
    font-size: 16px;
	margin-bottom: 0;
}
.screen-reader-text {
    display: none;
}
.comment-form {
	padding: 50px;
background: #f5f5f5;
border-radius: 5px;
}
.comment-form .comment-field {
	position: relative;
}
.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment-form i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color:#644222;
	font-size: 14px;
}
.comment-form textarea {
	height: 150px;
	width: 100%;
	padding: 20px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment-form textarea:focus {
	outline: 1px solid#644222;
}
.comment-form input {
	width: 100%;
	padding: 20px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form input::placeholder {
	font-size: 14px;
	color: #b0b0b0;
}
.comment-form input:focus {
	outline: 1px solid#644222;
}
.comment-form .submit {
	background:#644222;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	padding: 12px 45px;
	margin-top:20px;
	border-radius: 5px;
	width: auto;
}
.comment-form .submit::before{content: none;}
.comment-form .submit:hover {
	color: #fff;
	background:#644222;
}
 .page .comments-area ol .comment-respond{
    margin-bottom: 30px;
        margin-top: -26px;
}
  .comments-area ol >  .comment-respond {
    margin-bottom: 30px;
        margin-top: -30px;
}
  .comments-area ol > li > ol .comment-respond {
  margin-left: -32px;
       margin-top: -35px;
}
  .comments-area ol > li > ol > li > ol >  .comment-respond {
    margin-left: -42px;
        margin-top:-30px;
}
  .comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
    margin-left: -62px;
      margin-top: -35px;
}
.comment-reply-title small{
    margin-left: 15px;
}
.blist li {
    list-style: none !important;
}
.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px;
}

.single-post .footer-widget{
  
}
figure.aligncenter img {
    margin-bottom: 15px;
}
.wp-image-907 {
    width: 100% !important;
    height: auto;
    margin-bottom: 15px;
}
figure img {
    display: inline-block;
    margin-bottom: 15px;
}



.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}
.bsingle__content table th,.pages-content table th,.comment-text table th{
	color: #101010;
}
.bsingle__content table a, .pages-content table a,.comment-text table a{
    color: #76BC02;
    outline: medium none;
}


.footer-widget select {
    width: 100%;
    padding: 3px 0;
    border: 2px solid #e4e4e4;
}



.footer-widget .tag-cloud-link{
    color: #020202;
}
.footer-widget .textwidget,.footer-widget .recentcomments a,.footer-widget a,.footer-widget .widget_categories a{
    color: #fff;
}
.footer-widget li {
    line-height: 31px;
}
.footer-widget li a:hover {
    color: #936816;
}
.footer-widget .recentcomments a:hover,.footer-widget a:hover,.footer-widget .widget_categories a:hover{

}
.footer-widget .tag-cloud-link:hover{
    color: #fff;
}
.single-post .bsingle__content .admin{
    display: none;
}
.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}
.single-post .blog-deatails-box.single {
    padding: 40px;
   border-style: solid;
border-width: 2px;
border-color: rgb(243, 243, 243);
    float: left;
    width: 100%;
}
.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}
.single-post .bsingle__post-thumb img{
margin-bottom: 50px;
}

blockquote h3{
    color: #fff;
}
blockquote footer {
    color: #ae6957;
    margin-bottom: 30px;
}
.blist li i  {
    color: #F15B26;
    padding-right: 5px;
}
.blist li {
    line-height: 30px;
    list-style: none;
}
.comment-form-cookies-consent input {
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}
.comment-text ul, .comment-text ol {
    margin-bottom: 15px;
    padding-left: 20px;
}
/* 16. pagination */
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
}
.pagination .page-item {
	display: inline-block;
	margin: 0 5px;
}
.pagination .page-item a.page-link {
	border-radius: 50%;
	padding: 0;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background: #f8f8f8;
	color: #9fa7c5;
	font-size: 14px;
	border: none;
	font-weight: 500;
}
.pagination .page-item:hover a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination .page-item.active a.page-link {
	box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
	background: #ff4a57;
	color: #fff;
}
.pagination-wrap .pagination {
	display: block;
	border-radius: unset;
}
.pagination-wrap .pagination li {
	display: inline-block;
	margin-right: 6px;
	margin-left: 0;
	margin-bottom: 15px;
}
.pagination-wrap .pagination li.active a {
	background:#252525;
	color: #ffffff;
	box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}
.pagination-wrap .pagination li a {
	border: none;
	height: 50px;
	width: 50px;
	display: block;
	line-height: 50px;
	background: #644222;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.pagination-wrap .pagination li a:hover {
	color: #ffffff;
	background: #644222;
}
/* 17. f-cta */
.f-cta-area {
	background: #fff;
	margin-left: 260px;
	margin-right: 260px;
	position: relative;
	top: -70px;
	margin-bottom: 30px;
	box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}
.f-cta-icon i {
	display: inline-block;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 78px;
	background: #644222;
	border-radius: 50%;
	color: #fff;
	font-size: 28px;
}

.contact-info .single-cta {
   float: left;
}
.contact-info p{
}
.contact-info h5{
	color:#101010;
}
.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
width: 100%;
}
div.single-cta:last-child {
    border: 0;
}
.single-cta h5 {
	font-size: 20px;
	margin-bottom:15px !important;
}
.single-cta p{margin-bottom: 0;}
.single-cta p a{color: #777;}
.s-cta-btn .btn{color:#fff;margin-top: 10px; border: none;}



.widget.widget_media_image {
    margin: 25px 0 0;
}

.award-box .date{
    font-weight: 700;
    font-size: 24px;
    color: #101010;
 font-family: 'Noto Sans Zanabazar Square', sans-serif;
}
.aw-line{
position: relative;
}
.aw-line::before {
content: "";
position: absolute;
height: 1px;
left: 9%;
border-bottom: 1px dashed;
top: 32%;
width: 81%;
margin: auto;
}

/* --- blog new css ----*/

.bsingle__content .meta-info ul {
padding-bottom: 0;
border-bottom: none;
display: inline-block;
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}
.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0px;
}
.single-post .blog-deatails-box.single p {
    margin-bottom: 25px;
}
.sticky .bsingle__content .meta-info ul {
padding-top: 0;
border-top: none;
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0;
}
.blog-deatails-box.single .bsingle__content {
    padding: 0;
    border: none;
}

.sidebar-widget .widget li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 5px;
    float: left;
    width: 100%;
    min-height: 42px;
    color: #101010;
}
.sidebar-widget .widget a {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 1;
}
.wp-block-cover-text {
    color: #fff !important;
    padding: 30px;
}
.inner-linke-page a,.post-page-numbers {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	background: #644222;
	border-radius: 50%;
	color: #fff;
	 font-weight: 400;
	font-size: 14px;
	text-align: center;
}
.inner-linke-page a:hover,.post-page-numbers:hover {
	color: #ffffff;
	background: #010f2e;
}
.inner-linke-page > span,.post-page-numbers.current {
	border: none;
	height: 32px;
	width: 32px;
	display: inline-block;
	line-height: 32px;
	font-weight: 400;
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
    background: #010f2e;
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}
.wp-block-media-text__media img {
    width: 100%;
    height: auto;
}
.wp-block-button__link {
    border: none;
    font-weight: 700;
    padding: .76rem 1rem;
    outline: none;
    outline: none;
    display: inline-block;
    background: #101010;
    color: #fff !important;
    width: auto;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
    margin-bottom: 20px;
}
.bsingle__content table th,.pages-content table th,.comment-text table th{
	color: #101010;
}
.bsingle__content table a, .pages-content table a,.comment-text table a{
    color: #644222;
    outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #ddd;
}
.with-avatar .avatar {
    border-radius: 50% !important;
    display: none !important;
}
.ab-submenu .ab-item img {
    display: none !important;
}
.avatar {
    border-radius: 50% !important;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #62605c;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}
.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p{
    color: #62605c;
}
.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover{
    color: #644222;
}
.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #62605c;
    margin-bottom: 10px;
}
.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #0d0d0d;
    width: 100%;
    display: inline-block;
}
.sidebar-widget .widget .children, .footer-bg .widget .children {
    padding-left: 15px;
}
.sidebar-widget .widget_nav_menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 5px !important;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top: 1px solid #ddd;
}
.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ddd;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
}
.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
}
.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}
.footer-bg .wpding .widget {
    margin-bottom: 30px;
}


.blog-deatails-box.single .single {
    display: none;
}
.footer-widget .tag-cloud-link, .footer-widget p {
    color: #fffc;
    font-size: 18px;
}
.wpding .footer-widget .tag-cloud-link {
    color: #62605c;
}
.calendar_wrap {
    color: #777;
}
.logo {
  width: 146px;
}
.logo a {
    color: #fff;
}
blockquote a ,blockquote cite{
    color: #bacdff;
}

.booking-area .contact-form {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 20px 60px 0px rgba(21, 21, 21, 0.2);
    position: relative;
    z-index: 1;
    margin-top: -168px;
}
.booking-area2{
    margin-top: 100px;
}
.booking-area ul {
}
.booking-area ul li {
margin-right: 10px;
padding-right: 10px;
float: left;
width: 15.5%;
}
.booking-area ul li:last-child{
    margin-right: 0;
}
.booking-area input {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    border: 1px solid #838b8582;
    height: 47px;
}
.booking-area textarea {
    width: 100%;
    border: none;
    background: #fff;
    padding: 10px 20px;
    transition: .3s;
    border: 1px solid #aaadabe0;
    height: 100px;
}
.home-form-submit {
    text-align: center;
    width: 100% !important;
}
.booking-area select {
    height: 47px !important;
display: inline-block;
width: 100%;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: calc(3.0em + 0.55rem + 2px);
border: 1px solid #956944;
}
.booking-area .btn {
border-radius: 0;
color: #fff;
position: relative;
border: none;
text-align: center;
text-transform: uppercase;
font-weight: 500;
}
.booking-area .slider-btn label{
    color: #be9874;
    font-size: 30px;
    margin-bottom: 18px;
    width: 100%;
    text-align: center;
}
.booking-area .contact-field i{
    background: #fff;
padding-right: 5px;
}
.booking-area h2{
color: #101010;
font-size: 40px;
}
.booking-area h5{
    color: #fff; 
    text-transform: uppercase;
}
.booking-area p{
    color: #000; 
}
.booking-content-box a{
    color: #fff; 
    border-bottom: 5px solid #fff;
    margin-top: 15px;
    display: inline-block;
    padding-bottom: 5px; 
}
.contact-form h2 {
    text-align: center;
    margin: 0 0 20px;
}
.booking-contact-box {
    background: #fff;
    padding: 60px;
}
.booking-contact-box .nav.nav-tabs li {
    width: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

.booking-contact-box .nav.nav-tabs li a {
    color: #777777;
    font-size: 20px;
    border: none;
    text-align: center;
    font-weight: 700;
    padding: 14px;
    display: inline-block;
    width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a,.booking-contact-box .nav.nav-tabs li a.active {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 2px solid #644222;
    color: #000;
}


.wpding .footer-widget{

}

.wpding .footer-widget  .widget_categories ul li a,.wpding .footer-widget  .widget_archive ul li a  {
    width: 100%;
    text-align: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    z-index: 2;
	float: left;
	color: #62605c;
	
}
.wpding .footer-widget li:hover{
	color: #faa292;
}
.wpding .footer-widget ul li:last-child,.wpding .footer-widget .children li:last-child{
		border-bottom:none;
		}
.wpding .footer-widget .widget_categories .children li:last-child,.wpding .footer-widget .widget_archive .children li:last-child{
			padding-bottom: 0;
margin-bottom: -8px;
		}
.wpding .footer-widget .widget_categories ul li:last-child,.wpding .footer-widget .widget_archive ul li:last-child{
			margin-bottom:30px;
		}

.wpding .footer-widget .widget_pages ul li
{
	padding-bottom: 0px;
border-bottom: 1px solid #ffffff4d;
padding-top: 0px;
width: 100%;
text-align:right;
color: #62605c;
min-height: 42px;

	}
.wpding .footer-widget .widget_pages li .children {
  border-top: 1px solid #ffffff4d;
margin-top: 0;
padding-bottom: 0px;
display: inline-block;
width: 100%;
}
.wpding .footer-widget .widget_pages ul li a   {
width: 100%;
text-align: left;
margin-bottom: 0;
position: relative;
z-index: 2;
display: inline-block;
color: #62605c;
line-height: 40px;
min-height: 40px;
}
.wpding .footer-widget .tag-cloud-link {
    color: #fff;
    border: 2px solid #ffffff4d;
}
.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p{
    color: #fff;
}
.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover{
    color:#bacdff;
}
.wpding .footer-widget .widgettitle {
    text-align: left;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
    padding-bottom: 0px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: right;
    color: #fff;
    min-height: 42px;
    line-height: 28px;
}


.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #d1d1d1;
        border-top-color: rgb(209, 209, 209);
    border-top-color: rgb(209, 209, 209);
    padding: 1.75em 0;
    margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 0px;
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
    margin-top: 100px;
}
.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important;
}
.footer-top.wpding .menu .sub-menu {
    display: block;
    position: relative;
    margin-top: 0;
    border: none;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #ffffff4d;
    box-shadow: none;
    padding-left: 10px;
    float: left;
    line-height: 28px;
    min-width: 100%;
    background: none;
}
.footer-top.wpding .menu .sub-menu li {
    float: none;
    line-height: 40px;
    border-bottom: 1px solid #ffffff4d;
    display: inherit;
}
.footer-top.wpding .menu .sub-menu li:last-child {
    border: none;
}
.footer-widget .menu-item-has-children {
   border-bottom: 1px solid #ffffff4d;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
.footer-bg .wpding .widget {
    margin-bottom: 30px;
}
.wpding .footer-widget .widget_categories ul li,.wpding .footer-widget .widget_archive ul li
{
	padding-bottom: 5px;
    border-bottom: 1px solid #ffffff4d;
    padding-top: 5px;
    float: left;
    width: 100%;
    text-align:right;
    color: #fff;
	}
.wpding .footer-widget .widget li .children {
    border-top: 1px solid #ffffff4d;
    margin-top: 10px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.sidebar-widget .widget li:last-child, .sidebar-widget .widget .children li:last-child, .sidebar-widget .widget .children .children li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: -8px;
}
.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.footer-top.wpding {
    background: #010c26;
}


.hvr-img-zoom-1 img {
    transition: .7s;
    width: 100%;
}

.hvr-img-zoom-1:hover img,
[class*="block "]:hover .hvr-img-zoom-1 img {
    transform: scale(1.1);
}
/* ======= Services style ======= */
.services .img {
  position: relative;
    overflow: hidden;
}
.services .img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.services .img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.services .content {
  width: 100%;
  padding: 30px;
}
.services .content .date {
  display: table-cell;
  position: relative;
  width: 80px;
  z-index: 2;
}
.services .content .date h3 {
    font-size: 65px;
    font-weight: 500;
    color: #aa8453;
    margin-bottom: 0px;
}
.services .content .date h6 {
    color: #666;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content .cont h4 {
    margin: 0 0 10px 0;
    font-size: 32px;
    color: #222;
    font-weight: 600;
}
.services .content .cont .more {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aa8453;
  padding-left: 40px;
  position: relative;
}
.services .content .cont .more:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #aa8453;
  position: absolute;
  top: 50%;
  left: 0px;
}
.services .content .cont .more:hover {
   color: #222; 
}
.services .content .info h6 {
    font-size: 18px;
    color: #47c06b;
    margin-bottom: 5px;
}
.services .content .info .tags {
  color: #aa8453;
}
@media screen and (max-width: 991px) {
    .services .content .cont h4 {
        line-height: 1.25em;
    }
    .order2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
    .order1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }  
}
@media screen and (max-width: 480px) {
    .services .content .date {
    width: 60px;
  }
    .services .content .info .tags {
    margin: 5px 0 0;
  }
    .services .content .date h3 {
    font-size: 40px;
  }
}
.bg-cream {
    background: #f8f5f0;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
  /********************************************************
    8. Best Service CSS Start
********************************************************/
    


/*Footer*/
.footer-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover !important;
    background: url(../img/footer-bg.jpeg) left center no-repeat;
    padding: 50px 0 50px;
}
.footer-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1295a6;
}
.footer-widget.widget {
    position: relative;
    text-align: center;
}
.about_us_widget img {
    width: 50%;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget ul li {
    list-style: none;
    margin-top: 8px;
    display: block;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
}
.footer-widget ul li a {
    color: #fbfdff;
    font-size: 17px;
}
i.fa.fa-phone.little-phone {
    font-size: 21px;
}
i.fa.fa-map-marker.little-map {
    font-size: 23px;
}
ul.widget_nav_menu li  i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #708354;
}
.why-travel {
    padding: 50px 0;
    text-align: center;
}
form.choose-us-from-bg.ml-15 h3 {
    text-align: center;
    text-transform: uppercase;
}
.why-travel h2 {
    text-align: center;
}
.bd-instagram-area.pb-50 {
    margin-top: 40px;
}
.instagram-image {
    position: relative;
    overflow: hidden;
    max-width: 300px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}
.widget-contact li i {
    position: absolute;
    left: 0;
    top: 10px;
}
.widget-contact li {
    padding-left: 30px !important;
    position: relative;
    color: #fff;
}
.fix-popup a {
    cursor: pointer;
    position: fixed;
    left: 0;
    padding: 14px 0;
    background-color: #252a15;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
    font-size: 24px;
    color: #fff;
}
.footer-area.style-two {
    padding-top: 105px;
    }



.widget-contact p {
    line-height: 18px;
}
.widget-contact i {
    color: #ffffff;
    margin: 0 5px 0 0;
}
form.quote-form.g-4 textarea {
    min-height: 90px;
    padding-top: 13px;
}
.details-coment {
    padding: 10px;
}

.social-icon li i {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    border: 2px solid #30c7b5;
    text-align: center;
    color: #020202;
}
.footer-widget .widget-title {
    color: #708354;
    margin: 0 0 10px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
button.default-btn:hover {
    background: #066538;
}
.social-icon li {
    display: inline-block;
}
.widget-contact h6 {
    color: #708354;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .post-img {
    width: auto;
}
.staff-box {
    min-height: 330px;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mean-container .mean-nav {
        background: #97c93e 0% 0% no-repeat !important;
}
    .logo {
    text-align: center;
}
    color: #fff;
}
.header-three .mean-container a.meanmenu-reveal {
    background: #96c93e !important;
}

.contact-form h2 {
    font-weight: 700;
}


}
@media only screen and (max-width: 479px) {

.menu .show-on-mobile {
    display: block;
    background: #fff;
}


.logo {
    text-align: center;
}

.section-title h2 {
    font-size: 26px !important;
    text-align: center;
}
.services .content .cont h4 {
    font-size: 28px;
}
.header-three .mean-container a.meanmenu-reveal {
    background: #10742e!important;
}
.video-area {
    background-size: cover !important;
}
.call-action a {
    font-size: 20px;
    color: #f29b27;
}
.resume-content h1 {
    font-size: 24px;
}
.copyright-inner p {
    text-align: center;
}
.footer-widget.widget {
    margin-top: 20px;
}
.fix-popup a {
    display: block;
}


ul.recent li {
    float: left;
}


.testimonial {
    margin-top: 0px;
}



 }

@media (max-width: 320px) {
     .mean-container .mean-nav {
        background: #97c93e 0% 0% no-repeat !important;
}
    .logo {
    text-align: center;
}
    .add-sec {
        display: none;
    }
    .header-three .mean-container a.meanmenu-reveal span {
    border-top: 3px solid #fff;
}
.header-three .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    background: #98c83d;
}
.about-title h2 {
    font-size: 25px !important;
}



}
