@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
 .header-nav {
    width: 440px !important;
    height: 100% !important;
    text-align: center;
    background: #ffffff;
    box-shadow: 10px 2px 32px 0px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    white-space: normal !important;
    max-width: 100% !important;
    max-height: 100% !important;
    overflow-x: hidden !important;
}
.header-nav  p {
	float: none;
    font-size: 15px;
    font-weight: 500;
    color: #1a1f2c;
    letter-spacing: 0.45px;
    line-height: 1.73;
    margin: 0 0 16px;
}
.header-nav  h3 {
	font-size: 21px;
    font-weight: 600;
    color: #c29c68;
    letter-spacing: 4.2px;
    line-height: 0.95;
	text-transform: uppercase;
    margin: 0 0 0;
}
.header-nav a:hover, .header-nav a:focus, .header-nav a:active {
	color: white;
}
.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
}
.header-nav__list li {
	/*border-top: 1px solid #d9d9d9;*/
}
.header-nav__list li:last-child {
	/*border-bottom: 1px solid #d9d9d9;*/
}
.header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: rgba(194,156,104,0.88);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 3px;
	top: 0;
	display:none;
}
.header-nav__list a:hover::before {
	color: rgba(26,31,44,0.5);
}
.header-nav__social {
	width: 100%;
	float: left;
	margin: 0 0 0;
	padding-bottom: 20px;
}
.header-nav__social li {
	width: 47.2px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__social li a {
	width: 100%;
	display: block;
}
.header-nav__close {
	width: 30px;
	height: 30px;
	background: #1f2022;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	display: block;
	position: absolute;
	top: 24px;
	right: 30px;
	z-index: 800;
}
.header-nav__close:hover {
	background: #8f8f90;
}
.header-nav__close span::before, .header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -1px;
}
.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	width: 118px;
	float: left;
	background: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 0 0 0;
	padding: 13.5px 20px 19.5px 11px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999999;
}
.header-menu-toggle::after {
	content: "Menu";
	float: right;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: 2.47px;
	line-height: 2.34;
	text-transform: uppercase;
	margin: 0 0 0;
	position: absolute;
	right: 17px;
}
.header-menu-toggle.opaque {
	top: 0;
}
.header-menu-toggle.opaque::before {
	display: none;
}
.header-menu-icon {
	width: 10px;
	height: 2px;
	float: left;
	background: #ffffff;
	margin: 8px 0 8px;
	position: relative;
	display: none;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 16px;
	height: 2px;
	float: left;
	background: #ffffff;
	position: absolute;
	right: 0;
	left: 0;
}
.header-menu-icon::before {
	top: -8px;
}
.header-menu-icon::after {
	bottom: -8px;
}

.header-menu-toggle img {
    width: 30px;
    display: inline-block;
}

.toggle-bar1 {
    width: 30px;
    height: 26px;
    float: left;
    margin: 5px 0 0;
    position: absolute;
}

.toggle-bar1 span {
    width: 20px;
    height: 2px;
    float: left;
    background: #ffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
    cursor: pointer;
    position: relative;
	border-radius: 6px;
}
.toggle-bar1 span:nth-of-type(2)
{
	width: 13px;
    height: 2px;
    float: left;
    border-radius: 6px;
    position: relative;
	margin: 7px 0 7px;
}
.testimonial-wrapp .testimonial-col3 .testimonial-bar1 p {
    font-weight: 400;
    color: #000000;
	letter-spacing: normal;
	font-size: 14px;
}



/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 100px;
	margin: 0 0 0;
	padding: 16px 12px 34px 12px;
	position: fixed;
	top: 0;
	left: 0;
	background:#2a3a1c;
}
.header-menu-toggle::after {
	font-size: 11px;
	letter-spacing: 2.07px;
	position: absolute;
	right: 17px;
	margin: -2px -8px 0;
	display:block;
}
.header-nav {
	width: 320px;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}
.toggle-bar1 {
    margin: 0 0 0;
   
}

.header-nav__close {
    top: 0px;
    right: 55px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 100px;
	margin: 0 0 0;
	padding: 11px 12px 30px 12px;
	position: fixed;
	position: fixed;
	top: 0;
	left: 0;
	background:#2a3a1c;
}
.header-menu-toggle::after {
	font-size: 11px;
	letter-spacing: 2.07px;
	position: absolute;
	right: 17px;
	margin: -2px -8px 0;
	display: block;
}
.header-nav {
	width: 320px;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}
.toggle-bar1 {
    margin: 0 0 0;
   
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 100px;
	margin: 0 0 0;
	padding: 16px 12px 33px 12px;
	position: fixed;
	top: 0;
	left: 0;
	background:#2a3a1c;
}
.header-menu-toggle::after {
	font-size: 11px;
	letter-spacing: 2.07px;
	position: absolute;
	right: 17px;
	margin: -2px -8px 0;
	display: block;
}
.header-nav {
	width: 320px;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav__social li {
	width: 30.6px;
	margin: 0 6px 0 0;
}

.toggle-bar1 {
    margin: 0 0 0;
   
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 62px;
	/* padding: 18px 24px 18px 22px; */
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 62px;
	/* padding: 18.5px 24px 18px 22px; */
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-menu-toggle {
	width: 62px;
}
.header-menu-toggle::after {
	display: none;
}
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
/* .header-menu-toggle {
	padding: 19px 20px 19px 22px;
} */
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
/* .header-menu-toggle {
	padding: 19px 20px 19px 22px;
} */
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.header-nav {
	width: 340px;
	padding: 3.6rem 2rem 3.6rem;
}
.header-menu-toggle {
	/* padding: 19.5px 20px 19.5px 22px; */
}
}

@media screen and (min-width:1441px) and (max-width:1540px) {
/* .header-menu-toggle {
	padding: 19.5px 20px 19.5px 22px;
} */
}