@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/*
Theme Name: Changes By choice
Author: Changes By choice
Tags: responsive, fixed width
*/

/*
font-family: 'Montserrat', sans-serif;
font-family: "DM Sans", sans-serif;
font-family: "Merriweather", serif;
*/

* { 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: "DM Sans", 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: "Roboto", 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: #e33c34; 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: "Merriweather", serif; } 

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:#e33c34; }
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; margin-top: 30px; letter-spacing: 0.10em; text-transform: uppercase; font-weight: 700; font-size: 12px; line-height: 20px; padding: 10px 20px; display: inline-block; vertical-align: top; border-radius: 10px; background: #313131; color: #f6ee25; position: relative; z-index: 1; }
.button:hover { background: #e33c34; color: #fff; }

.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: 300px 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;}  


/* header-part */
#header-bar { width: 100%; z-index:999; transition: all 0.3s; position:absolute; left:0; top:0px; background: linear-gradient(to right,  #dcdcdc 0%,#ffffff 50%,#dcdcdc 100%); }
#header-bar.sticky_added { top: 50px; }

.top_sec { background: linear-gradient(to right,  #000000 0%,#393939 51%,#000000 100%); border-bottom: 3px solid #faed25; }
.top_sec .wrapper { max-width: 1490px; }
.top_sec ul { list-style: none; margin: 0; padding: 0 0 0 0; }
.top_sec li { padding: 0 22px 0 0;  display: inline-block; vertical-align: top; }
.top_sec li a { font-size: 14px; line-height: 41px; color: #fff; }
.top_sec li a:hover { color: #faed25; } 
.top_sec .menu-toggle { text-transform: uppercase; font-size: 22px; line-height: 41px; color: #faed25; display: inline-block; vertical-align: top; padding-left: 40px; margin-right: 30px; letter-spacing: 0.12em; position: relative; }
.top_sec .menu-toggle span:before,
.top_sec .menu-toggle span:after,
.top_sec .menu-toggle span { content: ''; width: 32px; height: 5px; display: block; position: absolute; left: 0; top: 50%; margin-top: -3px; background: url(images/menu-icon.png) center center no-repeat; background-size: 100% auto; transition: all 0.3s; }
.top_sec .menu-toggle span:before { top: -7px; }
.top_sec .menu-toggle span:after { top: 12px; }
.top_sec .menu-toggle.open span {  background: transparent; }
.top_sec .menu-toggle.open span:before { top: 3px; transform: rotate(45deg); background: #fff; height: 3px; border-radius: 2px; } 
.top_sec .menu-toggle.open span:after { top: 3px; transform: rotate(-45deg); background: #fff; height: 3px; border-radius: 2px; } 

/*header_sec*/
.header_sec { padding: 13px 0; width: 100%;  position: relative; min-height: 256px; background: #000000; border-bottom: 3px solid #faed25; } 
.header_sec .wrapper { width: 100%; max-width: 1680px; padding: 0 15px; }
.header_sec .logo { max-width: 545px; position: absolute; left: 50%; top: -44px; margin-left: -5px; transform: translate(-50%,0); display: inline-block; vertical-align: top; }


	


	/* nav-bar */
	.nav-bar {  width: 100%; position: relative; display: none; text-align: center; z-index: 999; position:absolute; left:0; top:-50px; background: #faed25; box-shadow: 0px 4px 4px rgba(0,0,0,0.2); }
	#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: #000; display: block; }
	.nav-bar li .submenu_trigger { display: none; }
	.nav-bar li.current-menu-item > a { color: #000; }
	.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: #000; }
	.nav-bar li:first-child:after { display: none; }
	.nav-bar li a.highlight ,
	.nav-bar li a.clicked { color: #000; }
	
	.nav-bar li.current-menu-ancestor > a,
	.nav-bar li.current-menu-item > a { color: #ffffff; background: #000; 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: #faed25; 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: #118575; }

	
	@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: #ffffff; background: #000; text-decoration: none; }
		.nav-bar li:hover li a:hover { background: rgba(0,0,0,1); }
	}


	@-webkit-keyframes stickyhead{
		0%{opacity:0;-webkit-transform:translateY(-100%) }
		100%{opacity:1;-webkit-transform:translateY(0)} 
	}	
	@-moz-keyframes nav-bar{ 
		0%{opacity:0;-moz-transform:translateY(-100%)}
		100%{opacity:1;-moz-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 { 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 .logo { max-width: 200px; }
	.stickyhead .header_sec { min-height: 60px; }



/* banner-bar */
.slider-bar { width: 100%;  position: relative; }
.slider-bar h1 span { color: #faed25; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow { border-radius: 50%; width: 75px; height: 75px; background: rgba(255,255,255,0.4) url(images/prev1.png) center center no-repeat; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow { border-radius: 50%; width: 75px; height: 75px; background: rgba(255,255,255,0.4) url(images/next1.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: rgba(255,255,255,1) url(images/prev1.png) center center no-repeat; }
#rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow:hover { background: rgba(255,255,255,1) url(images/next1.png) center center no-repeat; }


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

.head { position: relative; padding: 20px 0 20px 0; }
.head:before { width: 33px; height: 2px; content: ''; position: absolute; left: 0; top: 0; background-color: #ffbb36; }
.head .subhead { padding-bottom: 10px; display: block; font-size: 16px; line-height: 20px; color: #6f6f6f; }
.head h2 { letter-spacing: -0.035em; font-size: 50px; line-height: 1.15; color: #000; font-family: "Merriweather", serif; }
.head.center { width: 100%; text-align: center; }
.head.center:before {left: 50%; margin-left: -16px; }



	/*practice_sec */
	.service_sec { margin-bottom: 50px; padding: 17px 0 0px; width: 100%; position: relative; }
	.service_sec .slides { position: relative; padding: 0 8px; }
	.service_sec .slides .inner { padding: 80px 0 0 160px; color: #000; min-height: 300px; width: 100%; position: relative; background: #faed25; } 
	.service_sec .slides .icon { position: absolute; left: 80px; top: 90px; max-width: 65px; }
	.service_sec h3 { font-size: 40px; line-height: 1.1; font-family: "Merriweather", serif; font-weight: 700; letter-spacing: -0.03em; }
	.service_sec .slick-dots { padding: 0; margin: 0; width: 100%; position: absolute; left: 0; bottom: -40px; line-height: 0; text-align: center; width: 100%;  }  
	.service_sec .slick-dots li { display: inline-block; vertical-align: top; padding: 0 5px; }
	.service_sec .slick-dots li button { width: 15px; height: 15px; border: 0; background: rgba(0,0,0,0.2); border-radius: 50%; font-size: 0; line-height: 0; cursor: pointer; }
	.service_sec .slick-dots li.slick-active button ,
	.service_sec .slick-dots li button:hover { background: rgba(0,0,0,0.8); }
	.service_sec .more_btn { margin-top: 30px; letter-spacing: 0.10em; text-transform: uppercase; font-weight: 700; font-size: 12px; line-height: 20px; padding: 10px 20px; display: inline-block; vertical-align: top; border-radius: 10px; background: #e33c34; color: #fff; position: relative; z-index: 1; }
	.service_sec .more_btn:after { width: 100%; height: 100%; content: ''; position: absolute; left: 0; bottom: 0; border-radius: 10px; transition: all 0.3s; background: rgba(0,0,0,0.2); z-index: -1; opacity: 0; }
	.service_sec .more_btn:hover:after { opacity: 100; }
	.service_sec .inner.orange { background: #f1a400; color: #e33c34; }
	.service_sec .inner.orange .more_btn { background: #313131; color: #fff; }
	.service_sec .inner.red { background: #e33c34; color: #fff; }
	.service_sec .inner.red .more_btn { background: #f3b42c; color: #fff; }

	/* testimonial_sec */
	.testimonial_sec { position: relative; padding: 80px 0 105px; width: 100%; text-align: center; background: #f6ef25 url(images/hands.png) center bottom repeat-x; }
	.testimonial_sec .wrapper { max-width: 1200px; }
	.testimonial_sec .slides { padding: 0 15px;}
	.testimonial_sec .inner { transition: all 0.3s; width: 100%; background: #fff; border-radius: 10px; border: 1px solid #e2e2e2; }
	.testimonial_sec .name { transition: all 0.3s; font-family: "Merriweather", serif; font-size: 20px; line-height: 26px; padding: 10px 15px; min-height: 66px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: #e2e2e2; position: relative; border-radius: 10px 10px 0 0; }
	.testimonial_sec .name:before { width: 0px; height: 0px; content: ''; position: absolute; left: 50%; bottom: -34px; margin-left: -24px; border: 24px solid transparent; border-top: 10px solid #e2e2e2; }
	.testimonial_sec .head { padding-bottom: 40px; }
	.testimonial_sec .testimonial_slider { margin: 0 -15px; }
	.testimonial_sec blockquote { padding: 38px; min-height: 350px; font-size: 20px; line-height: 40px; color: #6f6f6f; background: url(images/coma.png) center center no-repeat; }
	.testimonial_sec .slick-current .name { background: #000000; color: #fff; }
	.testimonial_sec .slick-current .name:before { border-top-color: #000; }
	.testimonial_sec .slick-current .inner { border-color: #e33c34; }
	.testimonial_sec .slick-dots { padding: 0; margin: 0; position: absolute; right: -75px; top: -75px; line-height: 0; }  
	.testimonial_sec .slick-dots li { display: inline-block; vertical-align: top; padding: 0 0px 0 5px; }
	.testimonial_sec .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; }
	.testimonial_sec .slick-dots li.slick-active button ,
	.testimonial_sec .slick-dots li button:hover { background: #e33c34; transform: scale(1.2); }
	.testimonial_sec blockquote p { display: inline; padding: 0; }
	.testimonial_sec blockquote a.more { text-transform: uppercase; color: #000; }
	.testimonial_sec blockquote a:hover { text-decoration: underline; }

	.large_text { max-width: 1200px !important; }

	/* gallery_sec */
	.gallery_sec { background: url(images/right-graphic.png) right top no-repeat; }
	.gallery_sec .gallery_inner { padding: 75px 0 130px; background: url(images/left-graphic.png) left bottom no-repeat; }
	.gallery_sec .head { padding-bottom: 65px; }
	.gallery_sec .wrapper { max-width: 1440px; }
	.gallery_sec .col { display: none; width:  25%; padding: 0 17px 36px; }
	.gallery_sec .pic {width: 100%; height: 0; border-radius: 10px; overflow: hidden; background: #000; padding-bottom: 100%; position: relative; display: block; }
	.gallery_sec .pic img { width: 100%; border-radius: 10px; transition: all 0.3s; height: 100%; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
	.gallery_sec .gallery_list { margin: 0 -17px; }
	.gallery_sec .pic:hover img { transform: scale(1.15); opacity: 0.7; }
	.gallery_sec .col:nth-of-type(1),
	.gallery_sec .col:nth-of-type(2),
	.gallery_sec .col:nth-of-type(3),
	.gallery_sec .col:nth-of-type(4),
	.gallery_sec .col:nth-of-type(5),
	.gallery_sec .col:nth-of-type(6),
	.gallery_sec .col:nth-of-type(7),
	.gallery_sec .col:nth-of-type(8) { display: block; }
	.gallery_sec .button { display: table; margin: 15px auto 0; min-width: 135px; }
	.gallery_sec .gallery_list.show_all .col { display: block !important; }
	.gallery_sec .button.loaded_all { pointer-events: none; opacity: 0.5; }


	/*intro_sec*/
	.intro_sec { padding: 70px 0 100px; position: relative; width: 100%; }
	.intro_sec .wrapper {  max-width: 1920px; padding: 0; align-items: flex-start; }
	.intro_sec .text { text-align: right; width: 57.5%; }
	.intro_sec .image { order: 1; width: 42.5%; position: relative; }
	.intro_sec .image:before { border-radius: 10px 0 0 10px; width: 10px; height: 45%; content: ''; position: absolute; left: -10px; top: 28px; background-color: #f3b42c; }
	.intro_sec .image figure.main { width: 100%; height: 0; padding-bottom: 84%; position: relative; }
	.intro_sec .image figure.main img { position: absolute; left: 0; top: 0; border-radius: 10px 0 0 10px; width: 100%; height: 100%; object-fit: cover; }
	.intro_sec .image .icon { position: absolute; left: -155px; bottom: 30px; max-width: 290px; background: #da3a32; padding: 15px 20px; border-radius: 10px; }
	.intro_sec .image .inner_icon { background: #000; width: 100%; border-radius: 10px; padding: 20px 30px; display: block; }
	.intro_sec .inner { padding: 0 185px 0 0; max-width: 730px; display: inline-block; vertical-align: top; text-align: left; }
	.intro_sec p { font-size: 20px; line-height: 30px; color: #6f6f6f; }
	.intro_sec p a { color: #000; }
	.intro_sec p a:hover { text-decoration: underline; } 

	/*contact_sec*/
	.contact_sec { padding-bottom: 120px; position: relative; width: 100%; background: #bbbbbb; }
	.contact_sec .image { width: 45.5%; position: relative; }
	.contact_sec .image img { width: 100%;  border-radius: 0 0 10px 0; position: absolute; left: 0; top: 0; height: 100%; object-fit: cover; }
	.contact_sec .image:before { width: 100%; height: 100%; position: absolute; content: ''; left: 0px; top: 0; border-right: 10px solid #f6ee25; background: #f6ee25; border-radius: 0 0 10px 0; }
	.contact_sec .text { width: 50%; }
	.contact_sec .wrapper { padding: 0; max-width: 1920px; }
	.contact_sec .inner { padding: 115px 15px 40px 100px; max-width: 555px; }
	.contact_sec form { background: #232323; padding: 35px 20px; margin: 20px 0 0 5px; }
	.contact_sec .wpcf7-form-control-wrap { margin: 0; width: calc(50% - 5px); }
	.contact_sec .wpcf7-form-control-wrap[data-name="your-email"] { margin-left: 10px; }
	.contact_sec .wpcf7-text,
	.contact_sec textarea.wpcf7-form-control { background: #2e2e2e; }
	.contact_sec form p { display: flex; flex-wrap: wrap; align-items: flex-start;  }
	.contact_sec .wpcf7-form-control-wrap[data-name="your-message"] { width: 100%; margin-top: 20px; }
	.contact_sec .button { cursor: pointer; border: 0; background: #f6ee25; width: 100%; border-radius: 0; margin-top: 15px; text-transform: none; height: auto; padding: 8px 10px; color: #000; }
	.contact_sec form p { padding: 0; }
	.contact_sec .button:hover { background: #e33c34; color: #fff; }
	.contact_sec h2 { color: #323232; position: relative; display: table; }
	.contact_sec h2:after { width: 99px; height: 61px; content: ''; position: absolute;  right: -30px; top: -10px; background: url(images/mark.png) no-repeat; background-size: 100% 100%; }

	/* 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: #e33c34; 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:#e33c34; }
	.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: #e33c34; }
	.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: #e33c34; transform: scale(1.2); }




	/* subscribe_sec */
	.subscribe_sec { margin: 0 0 -60px 0; width: 100%; position: relative; }
	.subscribe_sec .wrapper { max-width: 1650px; }
	.subscribe_sec .inner { padding: 55px 165px 55px 165px; min-height: 250px; border-radius: 10px; width: 100%; background: #e33c34 url(images/hearts.png) center bottom no-repeat; position: relative; z-index: 1; } 
	.subscribe_sec .left { width: 53%; padding: 0 0 0 60px; }
	.subscribe_sec .right { width: 47%; padding: 0 0 0 10px; }
	.subscribe_sec .icon { position: absolute; left: 0; top: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 126px; height: 126px; border-radius: 50%; background: #f6ee25; }
	.subscribe_sec .title { min-height: 126px; position: relative; padding: 15px 0 0 145px; display: flex; flex-wrap: wrap; align-content: center; }
	.subscribe_sec .title .subtitle { padding-bottom: 5px; display: block; font-size: 16px; line-height: 20px; color: #fff; width: 100%; }
	.subscribe_sec .title h2 { letter-spacing: -0.015em; font-size: 40px; line-height: 1.15; color: #fff; font-family: "Merriweather", serif; }
	.subscribe_sec .mc4wp-form-fields { width: 100%; display: flex; flex-wrap: wrap; }
	.subscribe_sec .mc4wp-form-fields input[type="email"] { width: calc(100% - 195px); height: 65px; font-size: 14px; margin: 0; padding: 23px 30px; letter-spacing: 0.05em; border: 0; border-radius: 10px !important; }
	.subscribe_sec .mc4wp-form-fields input[type="submit"] { margin: 0 0 0 10px; width: 185px; height: 65px; font-size: 14px; line-height: 1.1; color: #000; background: #f6ee25; border-radius: 10px !important; border: 0; cursor: pointer; text-transform: uppercase; letter-spacing: 0.10em; font-weight: 700; }
	.subscribe_sec .mc4wp-form-fields input[type="submit"]:hover { opacity: 0.70; } 


/* footer-part */
#footer-part { width: 100%; background: #313131 url(images/left-hands.png) left bottom no-repeat; }
#footer-part .footer_inner { padding-bottom: 40px; background: url(images/right-hands.png) right bottom no-repeat; }

/*footer_sec*/
.footer_sec { padding: 135px 0 10px 0; width: 100%; position: relative;  }
.footer_sec .wrapper { max-width: 1590px; }
.footer_sec .col1 { width: 24%; padding-right: 30px; }
.footer_sec .col2 { width: 46%; padding-right: 30px; }
.footer_sec .col3 { padding: 15px 0 0 0; width: 30%; }
.footer_sec .instagrambox { background: url(images/instagram.png) left center no-repeat; padding-left: 115px; max-width: 560px; }
.footer_sec h4 { margin-bottom: 35px; display: table; font-size: 20px; letter-spacing: -0.03em; position: relative; color: #fff; padding: 0 30px 0 0; }
.footer_sec h4:after { width: 20px; height: 2px; content: ''; background: #e33c34; position: absolute; right: 0; top: 50%; margin-top: 1px; }
.footer_sec .col3 a { margin-bottom: 20px; font-size: 15px; line-height: 1.2; color: #fff; padding-left: 35px; display: table; }
.footer_sec a.mail { background: url(images/email.png) left center no-repeat; }
.footer_sec a.tel { background: url(images/phone.png) 2px center no-repeat; }
.footer_sec a.mail:hover { color: #f3b42c; }
.footer_sec .icon { max-width: 125px; margin: 50px 0 0 20px; }


/* copyright_sec */
.copyright_sec { width: 100%; padding: 30px 30px; border-radius: 10px; max-width: 1170px; margin: auto; background:#232323; color:#898989; }
.copyright_sec .copyright { font-size: 15px; line-height:1.2; font-weight: 400; }
.copyright_sec .copyright p { display: inline; font-size: 15px; line-height: 1.2; padding:0; } 
.copyright_sec .copyright span { color: #fff; } 
.copyright_sec .copyright a:hover { text-decoration:underline; } 
.copyright_sec .copyright p a,
.copyright_sec .copyright p strong { color: #fff; }
.copyright_sec .copyright p a:hover { text-decoration: underline; }
.copyright_sec ul { list-style: none; margin: 0; padding: 0 0 0 0; }
.copyright_sec li { padding: 0 0px 0 5px;  display: inline-block; vertical-align: top; }
.copyright_sec li a { font-size: 14px; line-height: 40px; width: 40px; background: #313131; border-radius: 50%; text-align: center; display: block; color: #fff; }
.copyright_sec li a:hover { background: #faed25; color:  #232323; } 


#back-to-top { display: none; position: absolute; bottom: 10px; right: 10px; font-size:0; line-height:0; z-index: 9999; width: 54px; height: 54px; cursor: pointer; transition:all 0.3s; background: #362b2c url(images/btt.png) center center no-repeat; border-radius: 50%; background-size:13px auto; border: 1px solid transparent; }




.wpcf7-not-valid-tip { display: none !important; }
.wpcf7-not-valid { box-shadow: 0px 0px 0px 1px #f00 inset; -webkit-box-shadow: 0px 0px 0px 1px #f00 inset; -ms-box-shadow: 0px 0px 0px 1px #f00 inset; }
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: #e33c34; 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: #e33c34; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #e33c34; font-weight: normal; color: #fff; background: #e33c34}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #e33c34; color: #fff; border-color: #e33c34; }
.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: #313131; color: #f6ee25; margin: 0; } 
.rightBlogBox .wp-block-search__inside-wrapper .wp-block-search__button:hover { background: #e33c34; 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: #e33c34; font-weight:700; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #e33c34; }
.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 #e33c34  ; 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: #e33c34  ; 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 #e33c34  ; }
.search-form input[type='submit']:hover { background: #e33c34; border: solid 1px #e33c34; }
/*.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; }