@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
Theme Name: Lux Oasis
Author: Lux Oasis
Tags: responsive, fixed width
*/

/*
font-family: 'Montserrat', sans-serif;
font-family: "Luxurious Script", cursive;
*/

* { 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: 18px; line-height: 1.4; color: #000; font-family: 'Montserrat', sans-serif; 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: #223482; 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; } 

h1, .h1 { font-size: 55px; }
h2, .h2 { font-size: 50px; }
h3, .h3 { font-size: 30px; }
h4, .h4 { font-size: 25px; }
h5, .h5 { font-size: 20px; }
h6, .h6 { font-size: 16px; }

p { padding-bottom: 25px; }
p a { color:#223482; }
p a:hover { text-decoration:underline; }

.mob_show { display:  none; }
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; }

 .newsletter_sec .tnp-subscription input.tnp-submit,
 .button { cursor: pointer; text-align: center; border: 0px; text-transform: uppercase; font-weight: 300; font-size: 20px; line-height: 28px; padding: 15px 30px; display: inline-block; vertical-align: top; background: transparent; color: #000; position: relative; background: linear-gradient(to right,  rgba(210,173,82,1) 0%,rgba(228,204,127,1) 48%,rgba(210,173,82,1) 100%); letter-spacing: 0.25em; }
 .newsletter_sec .tnp-subscription input.tnp-submit:hover,
 .button:hover { opacity: 0.7; text-decoration: none; }

 .button.bordered { letter-spacing: 0.13em; border: 4px solid #cda448; padding: 11px 26px; background: none; font-size: 18.75px; font-weight: 900; color: #fff; }
.button.bordered:hover { background: #cda448; color: #000; opacity: 100; }

.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: 206px 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; }
.mob_show { display: none; }

.home .wrapper,
.home .centering { max-width: 1565px; }  


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

/*header_sec*/
.header_sec { width: 100%; border-bottom: 10px solid #cda448; position: relative; background: linear-gradient(to right,  #4f0370 0%,#6d01a9 25%,#4f0370 50%,#6d01a9 75%,#4f0370 100%);
} 
.header_sec .wrapper { max-width: 1565px; }
.header_sec .left { padding: 25px 0 0 0 ; width: 34%; }
.header_sec .center { padding: 18px 0 0 0; min-height: 196px; width: 32%; background: url(images/logo-bg.png) center center no-repeat; background-size: 100% 100%; }
.header_sec .right { padding: 35px 0 0 0; width: 34%; text-align: right; }
.header_sec .left a.contact { font-size: 23px; line-height: 30px; display: table; font-weight: 400; color: #fff; background: url(images/phone.png) left center no-repeat; padding-left: 40px; }
.header_sec .left a.mail { margin-top: 5px; background-image: url(images/email.png); }
.header_sec .logo { margin: 0 auto -150px auto; display: block; max-width: 283px; }
.header_sec .menu_trigger { margin: 0px 0px 0 55px; text-align: center; font-size: 21px; line-height: 66px; font-weight:900; color:#fff; display: inline-block; vertical-align: top; position: relative; text-transform: uppercase; padding: 0 78px 0 0; }
.header_sec .menu_trigger span.icon { width: 70px; height: 66px; position: relative; transition:all 0.5s; display: inline-block; margin-bottom: 0px; position: absolute; right: 0; top: -10px; background: url(images/menu-icon.png) no-repeat; background-size: 100% auto;  }
.header_sec .menu_trigger.open span.icon { background-image: url(images/menu-icon2.png); transform: scale(-1,1); }

.mob_top_nav { display: none; }
	
	/* nav-bar */
	.nav-bar {  width: 100%; position: relative; display: none; text-align: center; z-index: 999; position:absolute; left:0; top:0px; background: #000; }
	#header-bar .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: #ca9f3f; }*/
	.nav-bar li a.active { color: #ffffff; }
	.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 a.clicked */{ color: #000; background: #d9b96e; }
	
	/*.nav-bar li.current-menu-ancestor > a,
	.nav-bar li.current-menu-item > a*/ { color: #fff; background: #830226; 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; background: #d9b96e; 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 { background: #d9b96e; }

	
	@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: #000; background: #d9b96e; text-decoration: none; }
		.nav-bar li:hover li a { color: #fff; }
		.nav-bar li:hover li a:hover { background: #ca9f3f; color: #6b4e0f; }
	}


	@-webkit-keyframes stickyhead{
		0%{opacity:0;-webkit-transform:translateY(-100%) }
		100%{opacity:1;-webkit-transform:translateY(0)} 
	}	
	@keyframes stickyhead{7
		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)}
	}
	
	#header-bar.stickyhead { min-height: 50px; position: fixed; -webkit-animation:stickyhead ease-in-out 0.4s 0.1s both;-moz-animation:stickyhead ease-in-out 0.4s 0.1s both;animation:stickyhead ease-in-out 0.4s 0.1s both; box-shadow:0px 4px 4px rgba(0,0,0,0.2);}

	.stickyhead .header_sec .center { min-height: 110px; padding-top: 5px; }
	.stickyhead .header_sec .logo { max-width: 135px; bottom: -17px; }
	.stickyhead .header_sec .right { padding-top: 10px; }
	.stickyhead .header_sec .left { padding-top: 0; }
	.sticky_added { padding-top: 50px; }


	#ps2id-dummy-offset { height: 170px;}


/* banner-bar */
.slider-bar { width: 100%;  position: relative; background: #323232; margin-bottom: 10px; }
.slider-bar:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
.slider-bar h1 span { font-family: "Luxurious Script", cursive; text-transform:  none; font-size: 170%; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow { width: 53px; height: 53px; background: url(images/prev2.png) center center no-repeat; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow { width: 53px; height: 53px; background: url(images/next2.png) center center no-repeat; }
#rev_slider_2_1_wrapper .custom.tparrows:before { display: none !important; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow:hover { background: url(images/prev2.png) center center no-repeat; opacity: 0.7 !important; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow:hover { background:  url(images/next2.png) center center no-repeat; opacity: 0.7 !important; }
.slider-bar .custom .tp-bullet { width: 24px; height: 24px; border-radius: 4px; background: #fff; }
.slider-bar .custom .tp-bullet.selected,
.slider-bar .custom .tp-bullet:hover { background: linear-gradient(to bottom,  #d6a44c 0%,#f2e894 100%); }

.slider-bar ul.social { list-style: none; margin: 0; padding: 0 0 0px 0; font-size: 0; position: absolute; left: 90px; bottom: -25px; z-index: 1; }
.slider-bar ul.social li {  display: inline-block; vertical-align: top; position: relative; padding: 0 15px 0 0; }
.slider-bar ul.social li a { position: relative; width: 60px; height: 60px; line-height: 70px; display: block; text-align: center; font-size: 35px; color: #e0bc65; background: linear-gradient(to bottom,  #000000 0%,#373737 100%); }
.slider-bar ul.social li a:hover { color: #fff; } 



/* 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;  }

	h2.title:before { width: 270px; height: 82px; content: ''; position: absolute; left: 38px; top: 0; background: url(images/head-bg.png) no-repeat; background-size: 100% 100%; }
	h2.title { margin: 0 0 20px 0; letter-spacing: -0.02em; position: relative; padding: 90px 0 0 0; text-transform: uppercase; font-size: 65px; line-height: 1; font-weight: 900; }
	h2.title span { margin: -35px 0 -35px -5%; text-transform: none; font-size: 210%; font-family: "Luxurious Script", cursive; color: #dcbe6b; font-weight: 400; display: inline-block; vertical-align: top; }
	h2.title.center { margin: 0 auto; display: table; }
	h2.title.center:before { left: 50%; transform: translate(-50%,0); }

	/* about_sec */
	.about_sec { margin-bottom: 10px; padding: 75px 0 55px; width: 100%; position: relative; background: url(images/about-bg.jpg) center center no-repeat; background-size: cover; }
	.about_sec:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
	.about_sec .wrapper { max-width: 1370px; }
	.about_sec .text { padding: 0 20px 0 15px; width: 58%; }
	.about_sec .image { padding: 60px 0 0 0; width: 42%; }
	.about_sec .image figure { width: 100%; height: 0; padding-bottom: 100%; position: relative; display: block; border-radius: 50%; }
	.about_sec .image figure:before { width: 100%; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: url(images/circle.png) no-repeat; background-size: 100% 100%; z-index: 1; }
	.about_sec .image figure img { position: absolute; left: 0.5%; top: 0.5%; width: 99%; height: 99%; object-fit: cover; border-radius: 50%; } 
	.about_sec .title { margin-left: 30px; }
	.about_sec p { font-size: 24px; line-height: 38px; }
	.about_sec p a { font-weight: 700; display: inline-block; color: #000; }


	/*service_sec */
	.service_sec { margin-bottom: 10px; padding: 30px 0 20px; text-align: center; width: 100%; position: relative; background: #171b1e; }
	.service_sec .theborder { width: 100%; height: 10px; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
	.service_sec:after,
	.service_sec:before { width: 382px; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: url(images/service-left.png) center right no-repeat; background-size: cover; }
	.service_sec:after { left: auto; right: 0; background-image: url(images/service-right.png); background-position: left center; }
	.service_sec .wrapper { z-index: 1; max-width: 1760px; }
	.service_sec h2.title.center { margin-bottom: 50px; color: #fff; padding-right: 50px; }
	.service_sec .slick-slider { position: relative; padding: 0 20px 100px 35px; }
	.service_sec .slides { position: relative; padding: 0 8px; }
	.service_sec .slides .image { padding: 80px 0 20px; min-height: 450px; width: 100%; position: relative; background: linear-gradient(to bottom,  #2c1d37 0%,#950bb8 100%); 	}
	.service_sec .slides .image img { max-width: 260px; max-height: 201px; object-fit: contain; margin: 0 auto; }
	.service_sec h3 { width: 100%; padding: 45px 0px 0px 0px; font-size: 29px; line-height: 1.2; color: #fff; text-transform: uppercase; text-align: center; font-weight: 900; }
	.service_sec .slick-dots { padding: 0; margin: 0; width: 100%; position: absolute; left: 0; bottom: 10px; line-height: 0; text-align: center; width: 100%;  }  
	.service_sec .slick-dots li { display: inline-block; vertical-align: top; padding: 0 11px; }
	.service_sec .slick-dots li button { width: 24px; height: 24px; border: 0; background: #c4c4c4; border-radius: 4px; font-size: 0; line-height: 0; cursor: pointer; }
	.service_sec .slick-dots li.slick-active button ,
	.service_sec .slick-dots li button:hover { background: linear-gradient(to bottom,  #d6a44c 0%,#f2e894 100%); }
	.service_sec .slick-list { padding: 0 !important; }
	.service_sec .slick-active .slides:before { width: 18px; height: 280px; content: ''; position: absolute; left: calc(100% - 8px); top: 18%; background: url(images/border2.png) no-repeat; background-size: cover; }
	.service_sec .slick-active + .slick-active + .slick-active + .slick-active .slides:before { display: none; }
	.service_sec .slick-arrow { width: 47px; height: 47px; border: 0; cursor: pointer; position: absolute; left: 20px; top: 40%;  transform: translate(0,-50%); z-index: 2; background: url(images/prev2.png) center center no-repeat; background-size: contain; font-size: 0; }
	.service_sec .slick-arrow.slick-next { left: auto; right: 0px; background-image: url(images/next2.png); }
	.service_sec .slick-arrow.slick-next:hover { opacity: 0.70; }
	.service_sec .button { margin-top: 15px; padding: 12px 20px; font-size: 17px; }

	
	.popup_content { max-width: 800px !important; }
	#area2.popup_content li { overflow: hidden; }
	#area2.popup_content li em,
	#area2.popup_content h5 em { float:  right; width: 200px; font-style:normal; }
	.popup_content h4,
	.popup_content h5,
	.popup_content h3 { padding-bottom: 15px; }
	.popup_content ul,
	.popup_content ol { list-style-position: inside; padding-left: 0; }

	/* gallery_sec */
	.gallery_sec { margin-bottom: 10px; padding: 30px 0 20px; width: 100%; position: relative; background: url(images/gallery-bg.jpg) center center no-repeat; background-size: cover; }
	.gallery_sec:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
	.gallery_sec h2.title { margin-bottom: 40px; }
	.gallery_sec .slick-arrow { width: 47px; height: 47px; border: 0; cursor: pointer; position: absolute; left: 0px; top: 45%;  transform: translate(0,-50%); z-index: 2; background: url(images/prev2.png) center center no-repeat; background-size: contain; font-size: 0; }
	.gallery_sec .slick-arrow.slick-next { left: auto; right: 10px; background-image: url(images/next2.png); }
	.gallery_sec .slick-arrow.slick-next:hover { opacity: 0.70; }
	.gallery_sec .gallery_slider { padding: 0 70px 70px; }
	.gallery_sec .slides a { width: 100%; height: 0; padding-bottom: 48.5%; position: relative; display: block; }
	.gallery_sec .slides a img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }
	.gallery_sec .slides { border: 13px solid #fff; }
	.gallery_sec .slick-slide { line-height: 0; }
	.gallery_sec .slick-dots { padding: 0; margin: 0; width: 100%; position: absolute; left: 0; bottom: 0px; line-height: 0; text-align: center; width: 100%;  }  
	.gallery_sec .slick-dots li { display: inline-block; vertical-align: top; padding: 0 11px; }
	.gallery_sec .slick-dots li button { width: 24px; height: 24px; border: 0; background: #000; border-radius: 4px; font-size: 0; line-height: 0; cursor: pointer; }
	.gallery_sec .slick-dots li.slick-active button ,
	.gallery_sec .slick-dots li button:hover { background: linear-gradient(to bottom,  #d6a44c 0%,#f2e894 100%); }

	/* area_and_price_sec */
	.area_and_price_sec { margin-bottom: 10px; position: relative; width: 100%; }
	.area_and_price_sec:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
	.area_and_price_sec:before { width: 18px; height: 50%; content: ''; position: absolute; left: calc(50% - 8px); top: 25%; background: url(images/border2.png) no-repeat; background-size: cover; z-index: 1; } 
	.area_and_price_sec .the_list { width: 100%; }
	.area_and_price_sec .col2 { padding: 50px; text-align: center; width: 50%; position: relative;  background-position: center center; background-size: cover; }
	.area_and_price_sec h2 span { display: block; margin: -20px 0 0 0; }
	.area_and_price_sec h2 { padding: 95px 0; color: #fff; font-size: 78px; }
	.area_and_price_sec .title:before { width: 322px; height: 98px; }
	.area_and_price_sec .title:after { width: 322px; height: 98px; content: ''; position: absolute; left: 50%; transform: translate(-50%,0) scale(1,-1); bottom: 0; background: url(images/head-bg.png) no-repeat; background-size: 100% 100%; }
	.area_and_price_sec .button { font-size: 17px; line-height: 22px; padding: 14px 22px; margin-top: 40px; }
	
	
	/* recommended_sec */
	.newsletter_sec { margin-bottom: 10px; position: relative; width: 100%; position: relative; }
	.newsletter_sec:after { width: 100%; height: 10px; content: ''; position: absolute; left: 0; top: 100%; background: url(images/border.png) no-repeat; background-size: 100% 100%; }
	.newsletter_sec .left { width: 45.5%; position: relative; }
	.newsletter_sec .left img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
	.newsletter_sec .right { width: 54.5%; background: linear-gradient(to right,  rgba(109,1,169,1) 0%,rgba(75,3,104,1) 100%); }
	.newsletter_sec .right .inner { padding: 40px 80px 60px 80px; width: 100%; max-width: 915px;  }
	.newsletter_sec h2.title { color: #fff; text-align: center; font-size: 61px; padding-top: 70px; margin-bottom: 20px; }
	.newsletter_sec h2 span { display: block; font-size: 180%; margin: 0 0 -25px 0; letter-spacing: 0.01em;}


	.newsletter_sec .tnp-subscription { margin: 0; width: 100%; max-width: 100%; }  
	.newsletter_sec .tnp-field label { display: none; }  
	.newsletter_sec .tnp-field { width: 100%; }
	.newsletter_sec .tnp-field-surname,
	.newsletter_sec .tnp-field-firstname { width: 48.5%; }  
	.newsletter_sec form { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: space-between; }  
	.newsletter_sec .tnp-subscription input[type="text"],
	.newsletter_sec .tnp-subscription input[type="email"] { height: 44px; font-size: 20px; padding: 10px 20px; }
	.newsletter_sec .tnp-subscription div.tnp-field { margin-bottom: 10px; }
	.newsletter_sec .tnp-field-email { width: 100%; }
	.newsletter_sec .tnp-subscription input.tnp-submit { margin: 15px auto 0; display: block; padding: 14px 22px; font-size: 21px; line-height: 22px; }
	.newsletter_sec .tnp-subscription input.tnp-submit:hover { }



/* footer-part */
#footer-part { width: 100%; }


/*footer_sec*/
.footer_sec { width: 100%; position: relative; background: url(images/footer-bg.jpg) center center no-repeat; background-size: cover; color: #fff; }
.footer_sec .wrapper { max-width: 1565px; }
.footer_sec .left { width: 33.5%; padding-left: 25px; padding-bottom: 20px; }
.footer_sec .center { padding: 25px 20px 20px 50px; width: 30.5%; text-align: center; }
.footer_sec .right {  padding: 60px 0 20px 0; width: 36%; }
.footer_sec #sbi_images { padding: 7px !important; background: #fff; }
.footer_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
.footer_sec .sb_instagram_header.sbi_medium .sbi_header_img { width: 55px; height: 55px; }
.footer_sec #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
.footer_sec .sb_instagram_header.sbi_medium .sbi_header_text h3 { font-size: 15px; font-weight: 700; text-transform: uppercase; color: #fff; }
.footer_sec #sb_instagram .sb_instagram_header .sbi_header_text, 
.footer_sec .sb_instagram_header .sbi_header_text { gap: 10; }
.footer_sec .sbi_no_avatar .sbi_header_img { background: #e4cc7f; }
.footer_sec .sb_instagram_header .sbi_header_hashtag_icon { background: none; }
.footer_sec #sb_instagram .sb_instagram_header,
.footer_sec .sb_instagram_header { padding-left: 30px; }
.footer_sec #sb_instagram .sbi_follow_btn svg { display: none; }
.footer_sec #sb_instagram .sbi_follow_btn a { padding: 3px 20px; border-radius: 0; position: absolute; left: 300px; top: 20px; }
.footer_sec .logo { max-width: 237px; margin: 0 auto; display: block; }
.footer_sec .timing { padding: 10px 0; line-height: 1.1; font-size: 18px; display: block; color: #fff; }  
.footer_sec .contact { padding: 10px 0 10px 10px; text-align: left;  margin: auto; display: table; min-width: 300px; position: relative; }
.footer_sec .contact a { display: table;font-size: 18px; line-height: 22px; color: #fff; background: url(images/phone2.png) left center no-repeat; padding-left: 30px; }
.footer_sec .contact a.mail { margin-top: 5px; background-image: url(images/email2.png); }
.footer_sec .contact:after,
.footer_sec .contact:before { width: 230px; height: 3px; content: ''; position: absolute; left: 35px; top: 0; background: #ca9f3f; }
.footer_sec .contact:after { top: auto; bottom: 0; }
.footer_sec #sb_instagram #sbi_load { line-height: 0; }
.footer_sec .right h2:before { display: none; }  
.footer_sec .right h2.title { font-size: 59px; border-left: 14px solid #e2c879; padding: 0 0 0 10px; }  
.footer_sec .right form p { margin: 0 -12px 0; padding: 0; }
.footer_sec .wpcf7-form-control, 
.footer_sec input[type="text"], 
.footer_sec input[type="email"],
.footer_sec input[type="url"],
.footer_sec input[type="tel"],
.footer_sec input[type="password"], 
.footer_sec textarea { float: none;  border: 2px solid #fff; height: auto; width: 100%; font-family: 'Montserrat', sans-serif; font-size: 12px !important; padding: 7px 10px 7px !important; border-radius:0; background: none !important; margin-bottom: 20px; color: #fff !important; font-weight: 300; }
.footer_sec textarea.wpcf7-form-control { margin-bottom: 15px; }
.footer_sec *::-webkit-input-placeholder { opacity:0.80; color: #fff; }
.footer_sec *::-moz-placeholder {opacity:0.80; color: #fff; }
.footer_sec *:-ms-input-placeholder {opacity:0.80; color: #fff; }
.footer_sec textarea  { height: 70px !important; }
.footer_sec form .wpcf7-form-control.button { font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; line-height: 16px; padding: 11px 22px;  height: auto; text-align-last: center; color: #fff; text-transform: uppercase; letter-spacing: 0.10em !important; text-transform: uppercase; margin: 5px 0 0 12px; display: block; float: none; cursor: pointer; border: 0; background: #e3cb7e !important; width: 95px; }
.footer_sec form .wpcf7-form-control.button:hover { opacity: 0.7; }
.footer_sec .wpcf7-form-control-wrap { display: block; width: 50%; padding: 0 12px; }
.footer_sec .wpcf7-form-control-wrap[data-name="your-message"] { margin-top: 0px; width: 100%; }
.footer_sec .wpcf7-form-control-wrap.your-message { overflow: hidden; width: 100%; float: none; }
.footer_sec form p { display: flex; flex-wrap: wrap; padding:0  !important; margin: 0 -12px; }
.footer_sec form  { margin: 0; }

/* copyright_sec */
.copyright_sec { text-align: center; width: 100%; padding: 25px 0px;  margin: auto; background: #2f2f2f; font-family: Myriad Pro; }
.copyright_sec .copyright { color: rgba(255,255,255,1); font-size: 13px; 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: fixed; bottom: 10px; right: 10px; font-size:0; line-height:0; z-index: 9999; width: 30px; height: 30px; cursor: pointer; transition:all 0.3s; background: url(images/next2.png) center center no-repeat; background-size:100% auto; transform: rotate(-90deg); }




.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; background: #fff; }
.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: #1c2a77; 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: #1c2a77; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #1c2a77; font-weight: normal; color: #fff; background: #1c2a77}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #1c2a77; color: #fff; border-color: #1c2a77; }
.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; background: #fff;}
.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: #1c2a77; color: #fff; margin: 0; } 
.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button:hover { background: #1c2a77; 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: #1c2a77; font-weight:700; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #1c2a77; }
.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 #1c2a77  ; 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: #1c2a77  ; 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 #1c2a77  ; }
.search-form input[type='submit']:hover { background: #1c2a77; border: solid 1px #1c2a77; }
/*.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; }

.tabs li { display: inline-block; }
.tab-content{ display: block; height: 0; overflow: hidden; opacity: 0; transition: all 1s; }
.tab-content.current { height: auto; display: inherit; opacity: 100; transition: all 1s; }


/* 
.resp-tabs-list li { cursor: pointer; display: inline-block;}
h2.resp-accordion { cursor: pointer; display: none; }
.resp-tab-content { display: none;  }
.resp-content-active, 
.resp-accordion-active { display: block; }
.resp-arrow { width: 0; height: 0; float: right; margin-top: 3px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #c1c1c1; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #9B9797; }

.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-tab-content-active { display: block; }

@media only screen and (max-width: 767px) { 
	ul.resp-tabs-list { display: none; }
	h2.resp-accordion { display: block; }
	.resp-accordion-closed { display: none !important; }
} */



