@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*

Theme Name: Alkaline Water

Author: Alkaline Water

Tags: responsive, fixed width

*/



/*

font-family: 'Poppins';

font-family: 'Montserrat', sans-serif;

font-family: "Baskervville", serif;

font-family: "Libre Baskerville", serif;

font-family: 'Luxurious Script';

*/



* { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing: border-box; -webkit-box-sizing: border-box; }

html, body { width: 100%; font-size: 20px; line-height: 1.2; color: #000; font-family: 'Poppins'; font-weight: 400; background: #fff; }

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }



article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section { display: block; }

.container { padding: 0 15px; margin: 0 auto; max-width: 1140px; position: relative; }



input[type=checkbox]{ -webkit-appearance: checkbox; margin: 0px 0 0 0px; display: inline-block; vertical-align: top;}

button, input, textarea, select { -webkit-appearance: none; -webkit-border-radius: 0px; }





[href^="tel"] { cursor: text; }

[href^="tel"]:hover { text-decoration:none !important; }



textarea::input-placeholder,input::input-placeholder { opacity: 1; } 

textarea::-moz-placeholder,input::-moz-placeholder{ opacity: 1; } 

textarea:-ms-input-placeholder,input:-ms-input-placeholder{ opacity: 1; }

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder { opacity:100; }  



.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }



input, textarea { font-weight: 400; transition: all 0.3s; -webkit-transition: all 0.3s; font-family: 'Montserrat', sans-serif; border-radius:0px !important; -webkit-border-radius:0px  !important; -ms-border-radius:0px  !important; }

input[type="text"]:focus,

input[type="url"]:focus,

input[type="email"]:focus,

input[type="tel"]:focus,	

input[type="password"]:focus,

 textarea:focus { outline: none; }

input.wpcf7-validates-as-required {  }

input.wpcf7-validates-as-required:focus { }



/* common */

a { color: #775444; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }

a:hover { }

img { border: 0px; outline: none; display: block; max-width: 100%; height:auto;  transition: all 0.3s; -webkit-transition: all 0.3s; text-decoration: none; }

ul,ol { margin-bottom: 20px; padding: 0 0 0 20px;}

.clear { clear: both; overflow: hidden; }

h1, .h1 ,h2, .h2 ,h3, .h3 ,h4, .h4 ,h5, .h5 ,h6, .h6 { padding-bottom: 10px; font-weight:700; line-height: 1.1; font-family: 'Poppins'; } 



h1, .h1 { font-size: 50px; }

h2, .h2 { font-size: 40px; }

h3, .h3 { font-size: 30px; }

h4, .h4 { font-size: 25px; }

h5, .h5 { font-size: 22px; }

h6, .h6 { font-size: 16px; }



p { padding-bottom: 25px; }

p a { color:#775444; }

p a:hover { text-decoration:underline; }



ul.listing li { padding: 0 0 10px 10px; position: relative; line-height: 30px; }

ul.listing li:before { content:'.'; position:absolute; left:0; top:0; }



.field, .wpcf7-text, textarea { display: block; border-radius:0; -webkit-border-radius:0; -ms-border-radius:0; width: 100%; height: 35px; font-size: 10px ; padding: 10px 20px 10px 15px; background:#eeeeee; border:0; color:#fff; }

textarea { padding: 13px 15px; height: 95px; resize: none; }



a.close, a.mobilemenu { display: none; }



input[type="text"]:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="password"]:focus,

 textarea:focus { outline:none; }



 .button { text-align: center; text-transform: uppercase; font-size: 31px; line-height: 40px; padding: 15px 30px; border: 0; display: inline-block; vertical-align: top;  position: relative; z-index: 1; color: #fff; font-weight: 400; font-family: 'Poppins'; background: linear-gradient(to right,  rgba(57,57,57,1) 0%,rgba(9,9,9,1) 100%); }

 .button:hover { background: linear-gradient(to right,  rgba(9,9,9,1) 0%,rgba(9,9,9,1) 100%); color: #fff; text-decoration: none; }





.flex-wrap { display: flex; flex-wrap: wrap; }

.v-center { align-items:center; }

.v-bottom { align-items:flex-end; }

.h-center { justify-content:center; }

.space-between { justify-content:space-between; }





/* wrapper */

#wrapper {padding: 180px 0 0px 0; width: 100%; overflow: hidden; min-height: 100%; position: relative; }

.wrapper,

.centering { width: 100%; max-width: 1200px; padding: 0 15px; margin:auto; position: relative;}  



.home .wrapper,

.home .centering { max-width: 1750px; }  





/* header-part */

#header-part { width: 100%; z-index:999; transition: ease 0.7s; position:absolute; left:0; top:0px;  }







.header_sec { width: 100%; background: linear-gradient(to right,  rgba(37,48,78,1) 0%,rgba(71,90,123,1) 26%,rgba(48,63,94,1) 51%,rgba(71,90,123,1) 73%,rgba(37,48,78,1) 100%); }

.header_sec .wrapper { max-width: 1550px; }

.header_sec .logobox { padding: 40px 0 20px 22px; display: inline-flex; flex-wrap: wrap; }

.header_sec .logobox .logo { max-width: 301px; display: block; }

.header_sec .logobox .logo2 { max-width: 311px; display: block; }

.header_sec .logobox .sep { width: 6px; height: 115px; content: ''; background: linear-gradient(to bottom,  rgba(175,120,72,1) 0%,rgba(198,152,91,1) 51%,rgba(175,120,72,1) 100%); display: block; margin: 0 27px 0 33px; }





.header_sec .menu_trigger { width: 120px; position: absolute; right: -105px; top: 0; height: calc(100% + 18px); display: flex; flex-wrap: wrap; align-items: flex-end; align-content: flex-end; padding: 0 0 45px 0; justify-content: center; background: linear-gradient(to bottom,  rgba(165,106,64,1) 0%,rgba(195,147,88,1) 100%);

 }

.header_sec .menu_trigger .label { width: 100%; display: block; text-align: center; padding: 15px 0 0 0; font-size: 13px; line-height: 1; text-transform: uppercase; font-weight: 700; color: #fff; font-family: 'Montserrat', sans-serif; }



.header_sec .menu_trigger span.icon { position: relative; transition:all 0.3s; width: 70px; height:38px; display: block; margin: 0 auto; }

.header_sec .menu_trigger span.icon span { transition: all 0.3s; width: 70px; height: 8px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 4px; }

.header_sec .menu_trigger span.icon span:after,

.header_sec .menu_trigger span.icon span:before { border-radius: 3px; transition: linear 0.4s; width: 50px; height: 8px; content: ''; position: absolute; left: 0; top: -15px; background: #fff; }

.header_sec .menu_trigger span.icon span:after { top: 15px; left: auto; right: 0; }

.header_sec .menu_trigger.open span.icon span { background: transparent; } 

.header_sec .menu_trigger.open span.icon span:before { width: 70px; top: 0; transform: rotate(45deg); }

.header_sec .menu_trigger.open span.icon span:after { right: auto; left: 0; width: 70px; top: 0; transform: rotate(-45deg); }





	/* nav-bar */

	.nav-bar {  width: 100%; position: relative; display: none; text-align: center; z-index: 999; position:absolute; left:0; top:0px; background: linear-gradient(to bottom,  rgba(37,48,78,1) 0%,rgba(37,47,78,1) 100%); box-shadow: 0px 4px 4px rgba(0,0,0,0.2); }

	#header-part .nav-bar .wrapper { padding: 0 15px; }

	.nav-bar ul { margin:0; padding:0; list-style: none; line-height:0;}

	.nav-bar li { display: inline-block; vertical-align: top; font-size: 16px; line-height: 20px; font-weight: 600; position: relative; text-transform: uppercase;  }

	.nav-bar li a { padding: 15px 10px; color: #fff; display: block; }

	.nav-bar li .submenu_trigger { display: none; }

	.nav-bar li.current-menu-item > a { color: #fff; background: #121c4a; }

	.nav-bar li a.active { color: #fff; background: #121c4a; }

	.nav-bar li:after { width: 2px; height: 18px; content: ''; position: absolute; left: -3px; top: 50%; margin-top: -9px; background: #fff; }

	.nav-bar li:first-child:after { display: none; }

	

	.nav-bar li > a.highlight,

	.nav-bar li.current-menu-ancestor > a,

	.nav-bar li.current-menu-item > a { color: #fff; background: #b37d4b; text-decoration: none; }



	.nav-bar .sub-menu li:after { display: none; }

	.nav-bar li li.current-menu-item > a,

	

	.nav-bar .sub-menu li { display: block; width: 100%; }

	.nav-bar .sub-menu { min-width: 200px; position: absolute; top: 100%; left: 0; z-index: 999; text-align: left; opacity: 0; visibility: hidden; transition: all 0.3s; -webkit-transition: all 0.3s; color: #fff; background: #121c4a; box-shadow: 4px 4px 4px rgba(0,0,0,0.2); }

	.nav-bar .sub-menu li { padding: 0; display: block; }

	.nav-bar .sub-menu li a { padding: 10px 15px; display: block; }

	.nav-bar li li.current_page_item a { color: #fff; background: #121c4a; }



	

	@media only screen and (min-width: 768px) {

		.nav-bar li:hover .sub-menu { opacity: 1; visibility: visible; }

		.nav-bar li:hover > a ,

		.nav-bar li > a:hover { color: #fff; background: #b37d4b; text-decoration: none; }

		.nav-bar li:hover li a { color: #fff; }

		.nav-bar li:hover li a:hover { color: #5f3520; background: #cfb77c; }

	}





	@-webkit-keyframes stickyhead{

		0%{opacity:0; -webkit-transform:translateY(-100%) }

		100%{opacity:1; -webkit-transform:translateY(0)} 

	}	

	@keyframes stickyhead{

		0%{opacity:0; transform:translateY(-100%) }

		100%{opacity:1; transform:translateY(0)}

	}

	

	#header-part.stickyhead { position: fixed; animation: stickyhead ease-in-out  0.3s; -webkit-animation: stickyhead ease-in-out  0.3s; box-shadow:0px 4px 4px rgba(0,0,0,0.2); }

	#header-part.sticky_added { padding-top: 50px; }

	.stickyhead .header_sec,

	.stickyhead .top_sec { display: none; }



	@media only screen and (min-width: 768px) {

	.stickyhead .nav-bar { display: block !important; }

	}



/* banner-bar */

.slider-bar { width: 100%;  position: relative; }

.slider-bar h1 { font-weight: 400 !important; }

.slider-bar h1 strong { color: #36384f !important; font-weight: 700 !important; }





#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow { width: 51px; height: 51px; background: url(images/prev.png) center center no-repeat; }

#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow { width: 53px; height: 53px; background: url(images/next.png) center center no-repeat; }

#rev_slider_1_1_wrapper .custom.tparrows:before { display: none !important; }

#rev_slider_1_1_wrapper .custom.tparrows.tp-leftarrow:hover { background: url(images/prev.png) center center no-repeat; opacity: 0.7 !important; }

#rev_slider_1_1_wrapper .custom.tparrows.tp-rightarrow:hover { background:  url(images/next.png) center center no-repeat; opacity: 0.7 !important; }



.slider-bar .custom .tp-bullet { width: 21px; height: 21px; border-radius: 50%; background: #b27c4a; }

.slider-bar .custom .tp-bullet.selected,

.slider-bar .custom .tp-bullet:hover { background: radial-gradient(ellipse at center,  rgba(50,65,96,1) 0%,rgba(71,90,123,1) 100%); transform: scale(1.2); }



/* inner-banner-bar */

.inner-banner-bar { width: 100%;  min-height:400px; background-position: center center; background-size:cover; background-repeat: no-repeat; }



/* content-part */

#content-part { width: 100%; position: relative;  }



.walk_the_path_sec { padding: 75px 0 0px; width: 100%; }
.walk_the_path_sec .heading { text-align: center; padding-bottom: 55px; }
.walk_the_path_sec blockquote p { padding: 0; margin: 0 auto; font-size: 30px; line-height: 1; font-weight: 500; color: #818181; font-family: 'Poppins'; border-left: 5px solid #36384f; padding-left: 10px; display: table; }
.walk_the_path_sec blockquote { padding: 0; margin: 0; }
.walk_the_path_sec .outer_slider,
.walk_the_path_sec .slider_box { padding: 100px 0 125px; width: 100%; position: relative; background: url(images/blue-bg.jpg) center center no-repeat; background-size: cover; }
.walk_the_path_sec .outer_slider:before,
.walk_the_path_sec .slider_box:before { width: 1227px; height: 238px; content: ''; position: absolute; left: 0; top: 0; background: url(images/left-curve.png) no-repeat; background-size: 100% 100%; }
.walk_the_path_sec .slides { width: 100%; }
.walk_the_path_sec .text { width: 35%; padding: 60px 0 0 120px; }
.walk_the_path_sec .image { width: 65%; }
.walk_the_path_sec .image img { width: 100%; transform: translate(20px,0); }
.walk_the_path_sec .slider_box .wrapper { max-width: 1790px; } 
.walk_the_path_sec .slider_box .text .inner { width: 100%; padding: 0 80px; text-align: center; }
.walk_the_path_sec .inner_text p { text-transform: uppercase; font-family: 'Poppins'; font-size: 39px; line-height: 1.1; color: #fff; font-weight: 400; }
.walk_the_path_sec .inner_text p img { width: 100%; max-width: 400px; margin: 15px auto; }  
.walk_the_path_sec .inner_text p br { display:none; }
.walk_the_path_sec .inner_text p .button { margin:20px 0; }
.walk_the_path_sec .inner_tex p strong { font-weight: 700; }
.walk_the_path_sec .button { margin-top: 70px; }
.walk_the_path_sec .slick-dots { width: 300px; position: absolute; left: 50%; bottom: 70px; margin-left: -660px; padding: 0; line-height: 0; text-align: center; }
.walk_the_path_sec .slick-dots li { padding: 0 15px; display: inline-block; vertical-align: top; }
.walk_the_path_sec .slick-dots li button { width: 21px; height: 21px; border: 0; cursor: pointer; border-radius: 50%; background: #b6814d; font-size: 0; line-height: 0; background: #b6814d; transition: all 0.3s; }
.walk_the_path_sec .slick-dots li.slick-active button,
.walk_the_path_sec .slick-dots li button:hover { background: #fff; transform: scale(1.2); } 


/* video_sec */
.video_sec { position: relative; width: 100%; padding-bottom: 35.8%; overflow: hidden; }
.video_sec video { position: absolute; width: 100%; height: 100%; object-fit: cover; }

/* Controls container */
.video-controls { position: absolute; bottom: 15px; right: 15px; display: flex; gap: 10px; z-index: 10; }

/* Buttons */
.control-btn { width: 42px; height: 42px; border: none; cursor: pointer; border-radius: 50%; background: #b37d4b; display: flex; align-items: center; justify-content: center; }

/* SVG styling */
.control-btn svg { width: 22px; height: 22px; fill: white; }
.fullscreen-active #muteBtn,
.fullscreen-active #fullBtn { display: none; }
.fullscreen-active #muteBtn,
.fullscreen-active #fullBtn {
display: none !important;
}


@media only screen and (max-width: 767px) {
.control-btn { width: 30px; height: 30px; }
}

/* join_community_sec */

.join_community_sec { margin-bottom: 100px; padding: 95px 0 0; width: 100%; position: relative; background: url(images/blue-bg2.jpg) center center no-repeat; background-size: cover; }

.join_community_sec .wrapper { display: flex; flex-wrap: wrap; align-items: flex-end; }

.join_community_sec:before { width: 100%; height: 241px; content: ''; position: absolute; right: 0; bottom: 0; background: url(images/right-bottom-curve.png) no-repeat; background-size: 100% 100%; }

.join_community_sec .formbox { width: 100%; max-width: 800px; background: #fff; border-radius: 40px; box-shadow: 10px 10px 20px rgba(0,0,0,0.3); padding: 70px 45px 60px; margin: 0 auto -60px; }

.join_community_sec h3 { padding-bottom: 20px; font-size: 40px; color: #2a4462; font-weight: 600; font-family: 'myriad pro'; }

.join_community_sec h3 + p { font-size: 23px; color: #2a4462; padding-bottom: 45px; }

.join_community_sec .row { width: 100%; padding-bottom: 25px; }

.join_community_sec label { display: block; font-size: 19px /*23px*/; font-weight: 500; color: #464c53; padding-bottom: 10px; }

.join_community_sec .col { width: 100%; display: flex; flex-wrap: wrap; }

.join_community_sec .col.col2 { justify-content: space-between; }

.join_community_sec .col.col2 input[type="text"] { width: calc(50% - 12px); }

.join_community_sec input[type="tel"] ,

.join_community_sec input[type="email"] ,

.join_community_sec input[type="text"] { padding: 15px 15px 15px 55px; letter-spacing: -0.03em !important; font-size: 25px; width: 100%; height: 67px; border: 1px solid #c9cfde; border-radius: 10px !important; }

.join_community_sec input[name="LNAME"] { padding-left: 25px; }

.join_community_sec .checkbox-group { margin-top: 5px; width: 100%; }

.join_community_sec input[name="FNAME"] { background-image: url(images/name-icon.png); background-position: 15px center; background-repeat: no-repeat; }

.join_community_sec input[name="EMAIL"] { background-image: url(images/mail-icon.png); background-position: 15px center; background-repeat: no-repeat; }

.join_community_sec input[name="PHONE"] { background-image: url(images/phone-icon.png); background-position: 15px center; background-repeat: no-repeat; }

.join_community_sec label.consent,

.join_community_sec .checkbox-group label { padding: 0 0 0 45px; margin-bottom: 22px; display: table; cursor: pointer; position: relative; }

.join_community_sec label.consent input[type="checkbox"],

.join_community_sec .checkbox-group input[type="checkbox"] { width: 28px; height: 28px; position: absolute; left: 0; top: 0; cursor: pointer; }

.join_community_sec label.consent { margin-top: 15px; font-size: 17px; min-height: 28px; display: flex; align-items: center; margin-bottom: 0; }

.join_community_sec button[type="submit"] { padding: 21px 10px; width: 100%; background: #297cde; border-radius: 10px; border: 0; cursor: pointer; font-size: 35px; line-height: 1; color: #fff; font-family: myriad pro; transition: all 0.3s; }

.join_community_sec button[type="submit"]:hover { background-color: #195cab; }





/* gallery_sec */

.gallery_sec { padding: 40px 0 100px; position: relative; text-align:  center; }

.gallery_sec h2 { padding: 0 0 50px 0; font-size: 55px; line-height: 1; letter-spacing: 0.35em; text-transform: uppercase; font-weight: 600; text-align: center; color: #46597a; }

.gallery_sec .wrapper { max-width: 1680px; }

.gallery_sec .gallery_list { padding: 5px 110px; }

.gallery_sec .col { width:  25%; padding: 0px; }

.gallery_sec .col .has_video:before { z-index: 1; width: 100px; height: 100px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(images/play2.png) center center no-repeat; background-size: contain; }  

.gallery_sec .pic { border: 5px solid #fff; width: 100%; height: 0; overflow: hidden; background: #000; padding-bottom: 143%; border-radius: 25px; position: relative; display: block; }

.gallery_sec .pic img { width: 100%; transition: all 0.3s; height: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }

.gallery_sec .pic:hover img { transform: scale(1.15); opacity: 0.7; }

.gallery_sec .slick-arrow { width: 30px; height: 51px; background: url(images/prev.png) center center no-repeat; background-size: contain; border: 0; cursor: pointer; font-size: 0; line-height: 0; position: absolute; left: 0px; top: 50%; margin-top: -55px; z-index: 1; }

.gallery_sec .slick-arrow.slick-next { left: auto; right: 0px; background-image: url(images/next.png); }

.gallery_sec .slick-arrow:hover { opacity: 0.50; }

.gallery_sec .slick-slide { line-height: 0; }

.gallery_sec .slick-list { padding: 0px 0 0px;  }

.gallery_sec .slick-dots { width: 100%; padding: 80px 0 0 0; line-height: 0; text-align: center; }

.gallery_sec .slick-dots li { padding: 0 15px; display: inline-block; vertical-align: top; }

.gallery_sec .slick-dots li button { width: 21px; height: 21px; border: 0; cursor: pointer; border-radius: 50%; background: #3b4b6b; font-size: 0; line-height: 0; transition: all 0.3s; }

.gallery_sec .slick-dots li.slick-active button,

.gallery_sec .slick-dots li button:hover { background: #b6814d; transform: scale(1.5); } 





/* about_sec */

.about_sec { width: 100%; position: relative; background: url(images/blue-bg2.jpg) center top no-repeat; background-size: cover; }

.about_sec:before { width: 1170px; height: 189px; content: ''; position: absolute; left: 0; top: -1px; background: url(images/left-curve2.png) no-repeat; background-size: 100% 100%; z-index: 1; }

.about_sec .text { padding: 180px 0 50px; width: 48.5%; color: #fff; display: flex; align-items: center; justify-content: flex-end; background: url(images/about-bg.jpg) center center no-repeat; background-size: cover; }

.about_sec .image { width: 51.5%; }

.about_sec .image img { width: 100%; min-height: 100%; object-fit: cover; }

.about_sec .inner { padding: 0 60px; width: 100%; max-width: 785px; }

.about_sec h3 { font-size: 55px; line-height: 1.1; color: #000; padding-bottom: 20px; font-weight: 600; color: #fff; text-transform: uppercase; }

.about_sec p { font-size: 18px; line-height: 35px; color: #fff; }



























	/* news_sec */

	.blog-bar { background: url(images/right-graphic.png) right top no-repeat; }

	.blog-bar .inner { padding: 75px 0 100px; background: url(images/left-graphic.png) left bottom no-repeat; }

	.blog-bar h1 { width: 100%; padding-bottom: 40px; }

	.blog-bar .post_list { width: calc(100% + 30px); display: flex; flex-wrap: wrap; margin: 0 -15px; }

	.blog-bar .postLoop { width: 33.33%; padding: 0 15px 60px; }

	.blog-bar .image { width: 100%; position: relative; }

	.blog-bar .image a { width: 100%; height: 0; padding-bottom: 78%; position: relative; display: block; background: #111; border-radius: 10px; }

	.blog-bar .image img { position: absolute; left: 0; top: 0; border-radius: 10px; width: 100%; height: 100%; object-fit: cover; }

	.blog-bar .details { padding: 25px 30px 15px; width: calc(100% - 40px); margin: -30px 20px 0; box-shadow: 0px 0px 25px rgba(0,0,0,0.1); background: #fff; border-radius: 10px; z-index: 1; position: relative; }

	.blog-bar .date { color: #fff; text-align: center; font-size: 20px; font-weight: 700; line-height: 1; width: 60px; height: 70px; position: absolute; right: 0; top: -40px; background: #775444; border-radius: 10px 10px 0 10px; font-family: "Merriweather", serif; padding: 17px 0 0 0; }

	.blog-bar .date small { font-size: 12px; display: block; line-height: 1.2; padding-top: 0px; }

	.blog-bar .info span { display: inline-block; vertical-align: top; font-size: 14px; line-height: 1.2; color: #6f6f6f; }

	.blog-bar .info span.admin { background: url(images/admin.png) left center no-repeat; padding-left: 20px; }

	.blog-bar .info span.comment { margin-left: 5px; background: url(images/comment.png) left center no-repeat; padding-left: 25px; }

	.blog-bar .info { padding:2px 0 15px; }

	.blog-bar .postLoop h3 { font-size: 22px; border-bottom: 1px solid rgba(0,0,0,0.15); min-height: 82px; padding-bottom: 5px; margin-bottom: 10px; line-height: 26px; font-family: "Merriweather", serif; letter-spacing: -0.04em; color: #313131; }

	.blog-bar .postLoop h3 a { color: #313131; }

	.blog-bar .postLoop h3 a:hover { color:#6a330e; }

	.blog-bar .postLoop .more { font-size: 12px; line-height: 16px; color: #313131; display: inline-block; background: url(images/arrow.png) left center no-repeat; background-size: 5px 9px; padding-left: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; }

	.blog-bar .postLoop .more:hover { color: #6a330e; }

	.blog-bar .slick-list { min-width: 100%; }

	.blog-bar .slick-dots { padding: 0; margin: 0; position: absolute; left: 0%; bottom: 0px; width: 100%; text-align: center; line-height: 0; }  

	.blog-bar .slick-dots li { display: inline-block; vertical-align: top; padding: 0 5px; }

	.blog-bar .slick-dots li button { width: 15px; height: 15px; border: 0; transition: all 0.3s; background: rgba(0,0,0,0.2); border-radius: 50%; font-size: 0; line-height: 0; cursor: pointer; }

	.blog-bar .slick-dots li.slick-active button ,

	.blog-bar .slick-dots li button:hover { background: #6a330e; transform: scale(1.2); }





/* footer-part */

#footer-part { width: 100%; position: relative; }



/* copyright_sec */

.copyright_sec { width: 100%; padding: 30px 0px; text-align: center; margin: auto; background:#2e2e2e; }

.copyright_sec .wrapper { align-items: center; justify-content: space-between; }



.copyright_sec .copyright { color: rgba(255,255,255,1); font-size: 13px; font-family: myriad pro; letter-spacing: 0em; line-height:1.2; font-weight: 400; }

.copyright_sec .copyright p { display: inline; font-size: 13px; line-height: 1.2; padding:0; } 

.copyright_sec .copyright a:hover { text-decoration:underline; } 

.copyright_sec .copyright p a { color: rgba(255,255,255,1);  }

.copyright_sec .copyright p a:hover { color:  #fff; text-decoration: underline; }





#back-to-top { display: none; position: absolute; bottom: 0px; right: 100px; font-size:0; line-height:0; z-index: 9999; width: 80px; height: 80px; cursor: pointer; transition:all 0.3s; background: #c29576 url(images/btt.png) center center no-repeat; background-size: 34px auto; }

#back-to-top:hover { background-color:#c67b54; }







.wpcf7-not-valid-tip { display: none !important; }

.wpcf7-not-valid { border-color: #f00 !important; }

div.wpcf7-response-output { margin:10px 0; padding:0; font-size: 14px; line-height: 14px; color: #f00; border:0; }

div.wpcf7-mail-sent-ok { color: #398f14; }



/* content-bar-bar */

.content-bar { padding: 60px 0 60px; width: 100%;  }

.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }

.error404 .content-bar h2 { display: table; margin-left: auto; margin-right: auto; }



/* blog-bar */

.blog-bar .left_sidebar { width: 70%;  border-right: 1px solid rgba(0,0,0,0.2); padding: 0 30px 0 0; }

.blog-bar .right_sidebar { width: 30%;  }

.blog-bar .centering { display: flex; flex-wrap: wrap; }





/* Alignment */ 

.alignleft { display: inline; float: left; margin-right: 1em !important; }

.alignright { display: inline; float: right; margin-left: 1em !important; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

img.alignleft, img.alignright, img.aligncenter { margin-bottom: 1.625em; }

table, th, td { border: none }

table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.6em; table-layout: fixed; /* Prevents HTML tables from becoming too wide */ width: 100%; }

caption, th, td { font-weight: normal; text-align: left; }

th { border-width: 0 1px 1px 0; }

td { border-width: 0 1px 1px 0; vertical-align: top; }

td img { width: 100%; max-width: 100%; vertical-align: top; margin: 0px; height: auto; }

th, td { padding: 0.4em; }

th { font-size: 24px; letter-spacing: 1px; line-height: 28px; }

td img.alignnone { margin: 0px }

blockquote { /*font-style: italic;*/  font-weight: normal; margin: 0 2%; }

blockquote em, blockquote i, blockquote cite { font-style: normal; }

blockquote cite { color: #666; letter-spacing: 0.05em; text-transform: uppercase; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }



#blogWrapper { width:auto; overflow:hidden; }

#BlogCntr { margin-top: 12px; margin-bottom: 25px; width: 100%; position: relative; float: left; position: relative; z-index: 9; }



/* left blog box */

.leftBlogBox { padding: 0; width: 73%; border-right: 1px solid rgba(0,0,0,0.2); padding-right: 30px; position: relative;  }

.leftBlogBox h1 { padding-bottom: 40px; }

.leftBlogBox .postLoop { width: 50%; }





/* comment form */

.leftBlogBox #commentform { width: 100%; }

.leftBlogBox #commentform input[type="text"], .leftBlogBox #commentform input[type="email"], .leftBlogBox #commentform textarea, .leftBlogBox #commentform input[type="url"] { border: 1px solid #000 !important; background: none; padding: 7px 10px; box-sizing: border-box; color: #000; font-size: 15px; border-radius: 0px; -webkit-appearance: none; -webkit-border-radius: 0px; resize: none; margin: 0; width: 535px; }

.leftBlogBox #commentform input[type="submit"] { width: auto; padding: 5px; border: none; background: #dfb643; color: #fff; cursor: pointer; border-radius: 0; font-size: 16px; }

.leftBlogBox #commentform input[type="submit"]:hover, .leftBlogBox #commentform p.form-submit input[type="submit"]:hover { background: #0c4c8f; }

.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #775444; color: #fff; cursor: pointer; margin-left: 100px; }

.leftBlogBox #respond h3 { padding-bottom: 20px; }

.leftBlogBox #commentform input[type="url"].error,.leftBlogBox #commentform input[type="text"].error, .leftBlogBox #commentform input[type="email"].error, .leftBlogBox #commentform textarea.error { border: 1px solid #f00!important }

.leftBlogBox div.error { display: none !important }

.leftBlogBox h3#comments, .leftBlogBox #respond h3, h2.comments-title, h3#reply-title { border-bottom: 1px solid #000; font-size: 24px; font-weight: normal; line-height: 29px; margin-bottom: 10px; padding-bottom: 10px; color: #000; }

.leftBlogBox #comments { clear: both; margin-bottom: 10px }

.leftBlogBox #comments footer { border: none }

.leftBlogBox .commentlist, .leftBlogBox .comment-list { list-style: outside none none; margin-top: 10px !important; margin-bottom: 10px; }

.leftBlogBox .commentlist li { color: #34343f; font-size: 20px; line-height: 30px; list-style: outside none none; overflow: hidden; }

.leftBlogBox .comment-list li { color: #34343f; font-size: 20px; line-height: 20px; list-style: outside none none; overflow: hidden; }

.leftBlogBox img.avatar { float: left; margin: 3px 10px 10px 0; width: 50px; border: 1px solid #cccccc; max-width: 100%; height: auto; display: block }

.leftBlogBox .commentlist cite.fn, .leftBlogBox cite.fn { color: #dfb643; font-size: 16px; }

.leftBlogBox span.says { font-size: 16px; }

.leftBlogBox .commentlist a.url, .leftBlogBox .commentlist cite.fn, .leftBlogBox a.url, .leftBlogBox cite.fn { font-style: normal; text-decoration: none; font-size: 20px; }

.leftBlogBox .comment-awaiting-moderation { font-size: 16px; line-height: 21px; color: #000; font-style: normal }

.leftBlogBox .commentmetadata a { color: #000; cursor: default !important; font-size: 13px; line-height: 16px; }

.leftBlogBox .commentlist p, .leftBlogBox .comment-list p { clear: both; font-size: 15px; line-height: 19px; }

.comment-content p { padding-bottom: 5px; } #commentform p { padding-bottom: 15px !important; font-size: 16px; margin-bottom: 0; } #commentform .comment-form-cookies-consent { display: none; }

.leftBlogBox .comment-list .comment-metadata { font-size: 16px; color: #000; }

.leftBlogBox .comment-reply-link { font-size: 16px; text-decoration: none }

.leftBlogBox .comment-reply-link:hover { text-decoration: none; color: #dfb643; } #cancel-comment-reply-link { color: #000; text-decoration: none; font-size: 20px; line-height: 25px } #cancel-comment-reply-link:hover { text-decoration: underline }

.leftBlogBox .reply { padding: 0px 0 15px; }

.leftBlogBox .reply a { color: #000 }

.leftBlogBox #respond { margin-top: 10px;/*overflow: hidden;*/width: auto; padding: 0px }

.leftBlogBox #cancel-comment-reply-link:hover { color: #dfb643; text-decoration: none }

.leftBlogBox .commentlist ul.children, .leftBlogBox .comment-list ol.children { /*margin-left: 25px;*//*float:left*/}

.leftBlogBox label.screen-reader-text { display: none }

.leftBlogBox #searchform { width: 100%; margin: 0 auto; }

.leftBlogBox .page-header { padding: 6px 0; padding-top: 20px; } 

#commentform label { float: left; width: 100px; font-size: 16px; line-height: 21px; padding: 6px 0; }

#commentform label.error { display: none!important }



/* pagination */

.leftBlogBox .wp-pagenavi { width: 100%; margin: 25px 0 0px 0; text-align: center; }

.leftBlogBox .wp-pagenavi a, .wp-pagenavi span { font-size: 14px; color: #000; border: 1px solid #7b7b7b; display:inline-block; vertical-align: top; }

.wp-pagenavi a, .wp-pagenavi span { border-color: #775444; padding: 5px 7px }

.wp-pagenavi span.current { border-color: #775444; font-weight: normal; color: #fff; background: #775444}

.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #775444; color: #fff; border-color: #775444; }

.wp-pagenavi span.pages:hover, .wp-pagenavi span.pages { border-color: #7b7b7b; }



/* right blog box */

.rightBlogBox { padding: 0 0 0 20px; width: 27%; position: relative; }

.rightBlogBox ul { margin-bottom: 0;  }

.rightBlogBox .widget {	text-align: left;	margin-bottom: 25px;	overflow: hidden}

.rightBlogBox .widget#block-7 { margin: 0; }

.rightBlogBox .widget h3 { font-size: 25px; line-height: 30px; font-weight:700; padding-bottom: 10px; }

.rightBlogBox h3.widgettitle {	margin-bottom: 10px;	text-align: center;	font-size: 34px;	text-align: left;	text-transform: capitalize;	line-height: 40px;	padding-bottom: 0px}

.rightBlogBox .wp-block-search__label { display: none; }

.rightBlogBox .wp-block-search__inside-wrapper { display: flex; flex-wrap:wrap; width: 100%; margin: 0 auto; }

.rightBlogBox .wp-block-search__inside-wrapper input[type="search"] { min-width: unset; width: calc(100% - 80px); border: 1px solid #7b7b7b; height: 30px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; padding: 5px; margin: 0px; }

.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button { width: 80px; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; background: #775444; color: #fff; margin: 0; } 

.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button:hover { background: #6a330e; color: #fff; }

.rightBlogBox ul li {  padding-bottom: 5px; width: 100%; }

.rightBlogBox ul li a { color: #000; text-decoration: none; text-transform: capitalize; outline: none }

.rightBlogBox ul li.current-cat a { color: #775444; font-weight:700; }

.rightBlogBox ul li a:hover { text-decoration: none; color: #775444; }

.mobilesidebar { display: none; }

.desktopsidebar { display: block }



/* single page */

.search-form .screen-reader-text { display: none }

.search-form input[type='Search'] { border-radius: 0px; padding: 5px; font-size: 14px; line-height: 19px; float: left; border: solid 1px #775444  ; color: #000; width: calc(100% - 85px); width: -ms-calc(100% - 85px); width: -webkit-calc(100% - 85px); width: -moz-calc(100% - 85px); -webkit-appearance: none; -webkit-border-radius: 0px; height: 33px; margin: 0; }

.search-form input[type='submit'] { width: 80px; text-align:center; float: left; background: #775444  ; border-radius: 0px; font-size: 15px; line-height: 20px; border: none; color: #fff; cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0px; padding: 4px 10px; margin-right: 0px; height: 33px; border: solid 1px #775444  ; }

.search-form input[type='submit']:hover { background: #775444; border: solid 1px #775444; }

/*.search-form input[type='Search']:focus { border: solid 1px #000!important }*/

.leftBlogBox .singleimage { width: 100%; margin-bottom: 15px; }

.leftBlogBox .singleimage img { max-width: 100%; height: auto; width: 100% }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration { display: none; }	 	



.search .search-form { display: none; }



/*keyframes*/

@-webkit-keyframes stickyhead{

	0%{opacity:0;-webkit-transform:translateY(-100%)}

	100%{opacity:1;-webkit-transform:translateY(0)}

}



@-moz-keyframes stickyhead{

	0%{opacity:0;-moz-transform:translateY(-100%)}

	100%{opacity:1;-moz-transform:translateY(0)}

}

@keyframes stickyhead{

	0%{opacity:0;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}

	100%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}

}

.wpcf7-spinner { display: none !important; }





#ps2id-dummy-offset { min-height: 50px; }



/* slider css */
.walk_the_path_sec .slider_wrap{ max-width: 1740px; margin: 0 auto; display:flex; flex-wrap: wrap; align-items:center; justify-content:center; width: 100%; }
.walk_the_path_sec .slider_left{ width:35%; }
.walk_the_path_sec .slider_title-text{ font-size:28px; font-weight:bold; }
.walk_the_path_sec .slider_info-text{ opacity:0.8; }
.walk_the_path_sec .slider_right{ width:65%; /*max-width: 430px;*/ transform: translate(25px, 0px); }
.walk_the_path_sec .swiper{ width:100%; }
.walk_the_path_sec .swiper-slide{ width:280px;  border-radius:20px; background-size:cover; background-position:center; }
.walk_the_path_sec .arrow { cursor:pointer; margin-top:20px; display:inline-block; margin-right:10px; }
.walk_the_path_sec .swiper-pagination { margin-top: 20px; text-align: center; }
.walk_the_path_sec .swiper-pagination-bullet { background: #b6814d; width: 21px; height: 21px; margin: 0 15px !important; opacity: 1; transition: all 0.3s ease; }
.walk_the_path_sec .swiper-pagination-bullet-active { background: #fff; transform: scale(1.2); }

.walk_the_path_sec .slider_left .inner_text { width: 100%; padding: 80px 0 0 0; transform: translate(130px,0); text-align: center; max-width: 370px; } 
.walk_the_path_sec .slider_right .swiper-slide { height:0; padding-bottom: 150%; }
.walk_the_path_sec .slider_right .swiper { max-width: 450px; }
.walk_the_path_sec .slider_left .swiper-slide { min-height: 640px; display: flex; flex-wrap: wrap; align-items: center; box-shadow: none; }
.walk_the_path_sec .arrows { display: none; }
.walk_the_path_sec .swiper-pagination { bottom: 0; margin: 0; padding: 0; top: auto; }
.walk_the_path_sec .slider_left .swiper { padding-bottom: 50px; }
.walk_the_path_sec .flip-card-back ul { display: table; margin: 0 auto 25px; text-align: left; padding-left: 0; list-style: none; }
.walk_the_path_sec .flip-card-back li { padding: 0 0 10px 0; }
.walk_the_path_sec .flip-card-back li img { display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }



.flip-card { width: 100%; height: 100%; perspective: 1000px; }
.flip-card-inner { width: 100%; height: 100%; transition: transform 0.6s; transform-style: preserve-3d; position: relative; }
.flip-card-back-inner { width: 100%; }


/* hover OR use class toggle */
@media only screen and (min-width: 1200px) {
.walk_the_path_sec .slider_right .swiper .swiper-slide-active .flip-card:hover .flip-card-inner { transform: rotateY(180deg); }
}
.walk_the_path_sec .slider_right .swiper .swiper-slide-active .flip-card.is-flipped .flip-card-inner { transform: rotateY(180deg); }

.flip-card-front,
.flip-card-back { position: absolute; width: 100%; height: 100%; border-radius: 12px; backface-visibility: hidden; border: 10px solid #fff; border-radius: 25px; box-shadow:0 30px 60px rgba(0,0,0,0.4);  }
.flip-card-front { background-size: cover; background-position: center; }
.flip-card-back {display: flex; flex-wrap: wrap; align-items: center; text-align: center; border-color: #ab7245; background: #fff; color: #000; transform: rotateY(180deg); padding: 20px; }
.flip-card { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.swiper-cards .swiper-slide { overflow: visible !important; }