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

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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



/*

Theme Name: Tip Plus

Author: Tip Plus

Tags: responsive, fixed width

*/



/*

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

font-family: "Oswald", sans-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: 23px; line-height: 1.73; color: #000; font-family: 'Montserrat', Arial, Helvetica, 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: #9a061c; 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: 40px; }

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

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

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

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

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



p { padding-bottom: 20px; }

p a { color:#9a061c; }

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: 16px ; padding: 5px 15px 5px 15px; background:transparent; border:2px solid #fff; color:#5d5d5d; margin: 0; }

textarea { padding: 5px 15px; height: 65px; 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[type="submit"],

.button { position: relative; font-size: 28px; line-height: 35px; padding: 15px 35px 15px 57px; text-align:center; display:inline-block; vertical-align: top; text-transform: uppercase; font-weight:600; color: #fff; text-transform: uppercase; cursor: pointer; font-family: "Oswald", sans-serif; background: linear-gradient(to bottom,  #a5150e 0%,#770f0a 100%); }



.newsletter_sec .tnp-subscription input[type="submit"]:hover,

.button.bg:hover,

.button:hover { background: linear-gradient(to bottom,  #770f0a 0%,#a5150e 100%);  }

.button:before { width: 13px; height: 19px; content: ''; position: absolute; left: 35px; top: 50%; margin-top: -10px; background: url(images/arrow.png) no-repeat; background-size: contain; }



.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: 111px 0 0 0; width: 100%; overflow: hidden; min-height: 100%; position: relative; }

.wrapper,

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





/* header-part */

#header-bar { width: 100%; z-index:99; position:absolute; left:0; top:0px; background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 14px; padding-bottom: 14px; }





	

	/*header_sec*/

	.header_sec { width: 100%; position: relative; background: #000; }

	.header_sec:after { width: 5000px; height: 100%; content: ''; position: absolute; right: 50%; top: 0; background: #a2100a; margin-right: -5530px; transform: skew(-35deg); }

	.header_sec .wrapper { z-index: 1; max-width:1570px; position: relative; }

	.header_sec .leftside { max-width: 60%; width: 100%; padding: 0 0 0 237px; display: flex; flex-wrap: wrap; align-items: center; }

	.header_sec .logo { height: 250px; width: 100%; max-width: 222px; display: block; position: absolute; left: 0px; top: 0; background: linear-gradient(to bottom,  #f3f3f3 0%,#adadad 100%); padding: 15px 25px 25px; display: flex; align-items: center; justify-content: center; }

	.header_sec .logo:after { width: calc(100% - 50px); height: 25px; content: ''; position: absolute; left: 25px; bottom: -12px; background: linear-gradient(to right,  #640003 0%,#a5150d 50%,#640003 100%); }

	.header_sec .social { list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: top; }

	.header_sec .social li { padding: 0 0px 0 4px; display: inline-block; vertical-align: top; }

	.header_sec .social li a { display: flex; align-items: flex-end; justify-content: center; padding: 0px 0 12px; min-height: 97px; font-size: 40px; width: 65px; text-align: center; background: #b70e08; text-align: center; color: #fff; }

	.header_sec .social li a:hover { background: #650004; }

	.header_sec .contactbox { padding: 0 0 0 40px; display: inline-block; vertical-align: top; }

	.header_sec .contact { padding-top: 8px; font-size: 17px; line-height: 1; color: #fff; font-weight: 500; display: inline-block; vertical-align: top;  background: url(images/phone.png) left center no-repeat; padding-left: 50px; min-height: 48px; color: #fff; }

	.header_sec .contact a  { color: #fff;  display: inline-block; vertical-align: top; }

	.header_sec .contact.email { padding-left: 55px; background-image: url(images/email.png); margin-left: 25px; position: relative; }

	.header_sec .contact.email:before { width: 3px; height: 90%; content: ''; position: absolute; left: -15px; top: 5px; background: #fff; }

	.header_sec .contact span { line-height: 1.4; display: block; font-weight: 300; }

	

	.header_sec .menu_trigger { margin: 0 -30px 0 0; display: inline-block; vertical-align: top; font-size: 26px; line-height: 38px; color: #fff; font-weight: 700; text-transform: uppercase; padding: 0  0px 0px 50px; position: relative; }

	.header_sec .menu_trigger .icon {  transition: all 0.3s; width: 38px; height: 38px; display: block; position: absolute; left: 0; top: 50%; margin-top: -19px; background: #fff; border-radius: 50%; }

	

	.header_sec .menu_trigger .icon span:before,

	.header_sec .menu_trigger .icon span:after,

	.header_sec .menu_trigger .icon span { transition: all 0.3s; width: 20px; height: 5px; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(images/menu-icon.png) no-repeat; background-size: 100% 100%; }

	.header_sec .menu_trigger .icon span:before { transform: none; left: 0; top: -8px; }

	.header_sec .menu_trigger .icon span:after { transform: none; left: 0; top: 8px; }

	.header_sec .menu_trigger:hover .icon span:before,

	.header_sec .menu_trigger:hover .icon span:after,

	.header_sec .menu_trigger:hover .icon span { background-color: #ce1000; }

	.header_sec .menu_trigger.open:hover .icon,

	.header_sec .menu_trigger.open .icon,

	.header_sec .menu_trigger:hover .icon { transform: scale(-1,1); }

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

	.header_sec .menu_trigger.open .icon span:before { transform: rotate(-45deg); top: 0; background-color: #ce1000; }

	.header_sec .menu_trigger.open .icon span:after { transform: rotate(45deg); top: 0; background-color: #ce1000; }





	/* nav-bar */

	.nav-bar { padding: 15px 0; width: 100%; position: relative; display: none; text-align: center; z-index: 999; background: #950c05; border-bottom: 2px solid #fff; }

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

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

	.nav-bar li { padding: 0 10px; display: inline-block; vertical-align: top; font-size: 18px; line-height: 1.4; font-weight: 600; position: relative; text-transform: capitalize;  }

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

	.nav-bar li.current-menu-item > a { color: #000; }

	.nav-bar li a.highlight { color: #000; }

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

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

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

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

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

	.nav-bar .sub-menu li { padding: 2px 10px; }

	.nav-bar .sub-menu { padding: 8px 0; min-width: 130px; 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: #16837d; }

	.nav-bar .sub-menu li { padding: 2px 10px; font-size: 17px; }



	@-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 { display: block !important; 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);}

	#header-bar.stickyhead .header_sec .social li a { min-height: 65px; }

	#header-bar.stickyhead .header_sec .logo { height: 140px; }

	#header-bar.stickyhead .header_sec .logo img { max-width: 120px; }





/* banner-bar */

.slider-bar { background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 14px; padding-bottom: 14px;  width: 100%;  position: relative; }

.slider-bar #rev_slider_2_1_wrapper .custom.tparrows::before { display: none !important; }

.slider-bar #rev_slider_2_1_wrapper .custom.tparrows.tp-rightarrow { width: 39px; height: 41px; content:''; background:url(images/slider-next.png) no-repeat; background-size:contain; }

.slider-bar #rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow { width: 39px; height: 41px; content:''; background:url(images/slider-prev.png) no-repeat; background-size:contain; }

.slider-bar #rev_slider_2_1_wrapper .custom.tparrows:hover { opacity: 0.8 !important; }

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

.slider-bar .custom .tp-bullet:hover,

.slider-bar .custom .tp-bullet.selected { opacity:100; background:#88120c; transform: scale(1.4); }





/* inner-banner-bar */

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

.inner-banner-bar .wrapper { display: flex; flex-wrap: wrap; align-items: flex-end;  padding: 100px 15px 30px;  min-height:400px; }

.inner-banner-bar h1 { font-size: 70px; color: #fff; text-transform: uppercase; }





/* content-part */

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



	 .intellectual_services_sec { padding-bottom: 14px; width: 100%; position: relative; text-align: center; background: linear-gradient(to bottom,  #141414 0%,#3f3f3f 100%); }

	 .intellectual_services_sec:after { width: 100%; height: 14px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 100%; }

	 .intellectual_services_sec .wrapper { max-width: 1690px; }

	 .intellectual_services_sec .service_list { padding: 0 30px; }

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

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

	 .intellectual_services_sec .icon { margin: auto; display: block; }

	 .intellectual_services_sec .slide .inner { padding: 90px 20px 40px; width: 100%; min-height: 460px; display: flex; align-items: center; justify-content: center; }

	 .intellectual_services_sec .slide .inner figure,

	 .intellectual_services_sec .slide .inner a { display: block; }

	 .intellectual_services_sec h2 { z-index: 1; width: 100%; position: absolute; left: 0; top: 40px; text-align: center; color: #fff; font-size: 23px; line-height: 1.1; text-transform: uppercase; letter-spacing: -0.02em; padding: 0 15px; }

	 .intellectual_services_sec .title { font-size: 37px; line-height: 1; color: #fff; text-transform: uppercase; font-weight: 800; display: block; padding: 15px 0 0; }

	 .intellectual_services_sec .slick-slide.slick-current .inner { background: linear-gradient(to bottom,  #1f0201 0%,#a90d05 100%); }

	 .intellectual_services_sec .slick-dots { font-size: 0; line-height: 0; width: 100%; position: absolute; left: 0; bottom: 20px; text-align: center; }

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

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

	 .intellectual_services_sec .slick-dots li button:hover,

	 .intellectual_services_sec .slick-dots li.slick-active button { transform: scale(1.4); } 



	 

	/*about_sec*/	

	.about_sec { width: 100%; position: relative; background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 14px; padding-bottom: 14px; }

	.about_sec .image { margin: 0px; order: 1; width: 50%; position: relative; }

	.about_sec .image img { height: 100%; position: absolute; left: 0; top: 0; width: 100%; object-fit: cover; }

	.about_sec .text { width: 50%; background: url(images/about-bg.jpg) center center no-repeat; background-size: cover; }

	.about_sec .text .inner { padding: 55px 80px 40px; width: 100%; max-width: 820px; float: right; text-align: center; }

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


	.styled_title { padding: 0 0 0 70px; display: table; margin: 0 auto 20px; position: relative; min-height: 88px; }

	.styled_title h2 { letter-spacing: -0.01em; font-size: 85px; line-height: 88px; color: #000; text-transform: uppercase; font-family: "Oswald", sans-serif; }

	.styled_title:before { width: 82px; height: 88px; content: ''; background: url(images/head-icon.png) center center no-repeat; position: absolute; left: 0; top: 50%; transform: translate(0,-50%); }



	/* service_sec */

	.service_sec { padding: 40px 0; width: 100%; position: relative; background: url(images/bg.jpg) center center no-repeat; background-size: cover; }

	.service_sec:after { width: 100%; height: 17px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 100%; }

	.service_sec .styled_title { padding-left: 90px; margin-bottom: 30px;}

	.service_sec p { font-size: 30px; line-height: 46px; padding: 0; }

	.service_sec p strong { display: block; font-weight: 900; }

	.service_sec .service_row { margin: 0; }

	.service_sec .service_row .col { margin-bottom: 50px; padding: 0 40px; width: 33.33%; border-left: 13px solid #a0150d; }

	.service_sec .wrapper { max-width: 1570px; }

	.service_sec h3 { padding: 40px 0 0 0; letter-spacing: -0.025em; font-size: 30px; font-weight: 900; text-align: center; }





	/* newsletter_sec */

	.newsletter_sec { padding: 90px 0 60px; position: relative; width: 100%; background: url(images/newsletter-bg.jpg) center center no-repeat; background-size: cover; }

	.newsletter_sec:after { width: 100%; height: 14px; content: ''; position: absolute; left: 0; bottom: 0; background: url(images/strip.jpg) center bottom no-repeat; background-size: 100% 100%; }

	.newsletter_sec .image { width: auto; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover; }

	.newsletter_sec .wrapper { max-width: 1760px; text-align: right; position: relative; z-index: 1; }

	.newsletter_sec .inner { margin: 0 20px 0 0; max-width: 1030px; display: inline-block; vertical-align: top; text-align: center; }

	.newsletter_sec h2 small { margin: 0 20px; display: inline-block; vertical-align: middle; font-size: 34px; line-height: 1; color: #ae010b; }

	.newsletter_sec .styled_title { margin-bottom: 10px; padding-left: 90px; }

	.newsletter_sec form { max-width: 790px; margin: auto; }

	.newsletter_sec .tnp-field-button { margin-top: 20px; display: inline-block; vertical-align: top; position: relative; }

	.newsletter_sec .tnp-field-button:before { z-index: 1; width: 13px; height: 19px; content: ''; position: absolute; left: 35px; top: 50%; margin-top: -10px; background: url(images/arrow.png) no-repeat; background-size: contain; }



	

	.newsletter_sec .tnp-subscription { max-width: 100%; width: 100%; margin: 0; padding: 0 0 0 60px; }

	.newsletter_sec .tnp-subscription label { display: none; }  

	.newsletter_sec .tnp-field-firstname { width: 48%; float: left; }

	.newsletter_sec .tnp-field-surname { margin-left:4%; width: 48%; float: left; }

	.newsletter_sec .tnp-field-email { width: 100%; }

	.newsletter_sec .tnp-subscription input[type="text"],

	.newsletter_sec .tnp-subscription input[type="email"] { background:#fff; font-size: 18px; height: 47px; padding: 10px 20px; font-weight:400; }

	.newsletter_sec .tnp-subscription input[type="submit"] { margin: 0px auto 0; display: table; min-width: 210px; }

	.newsletter_sec .tnp-subscription input[type="submit"]:hover {  }

	.newsletter_sec .tnp-subscription div.tnp-field,

	.newsletter_sec .tnp-profile div.tnp-field { margin-bottom: 10px; }

	



/* footer-part */

#footer-part { width: 100%; }



/*footer_sec*/

.footer_sec { padding: 0px 0; width: 100%; position: relative; background: url(images/footer-bg.jpg) center center no-repeat; background-size: cover; }

.footer_sec .wrapper { max-width: 1760px; }

.footer_sec .col1 { width: 32%; padding:40px 30px; min-height: 415px; order: 2; background: linear-gradient(to bottom,  #fdfdfd 0%,#bcb9b9 100%); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }

.footer_sec .col2 { width: 34%; padding-right: 55px; order: 1; }

.footer_sec .col3 { padding: 20px 0 0 35px; width: 34%; order: 3; }

.footer_sec textarea::input-placeholder,.footer_sec input::input-placeholder { color: #fff; }  

.footer_sec textarea::-moz-placeholder,.footer_sec input::-moz-placeholder{ opacity: 1; color: #fff; } 

.footer_sec textarea:-ms-input-placeholder,.footer_sec input:-ms-input-placeholder{ opacity: 1; color: #fff; }

.footer_sec textarea::-webkit-input-placeholder,.footer_sec input::-webkit-input-placeholder { opacity:100; color: #fff; }  

.footer_sec form textarea { margin-top: 10px; }

.footer_sec .logo {  display: block; max-width: 287px; }

.footer_sec .logo img { width: 100%; }

.footer_sec form .wpcf7-form-control { font-size: 12px; color: #fff; padding: 7px 10px; }

.footer_sec .wpcf7-form-control-wrap { display: block; width: calc(50% - 15px); margin-bottom: 15px; }

.footer_sec form p { padding: 0; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }

.footer_sec h4 { font-size: 26px; line-height: 1; color: #fff; padding: 0 0 20px 0; font-family: "Raleway", sans-serif; }

.footer_sec .wpcf7-form-control-wrap[data-name="your-message"] { width: 100%; }

.footer_sec .wpcf7-submit { width: 100px; border: 0; cursor: pointer ; border: 0; color: #fff; background: #000; font-size: 12px; line-height: 19px; text-transform: uppercase; text-align: center; padding: 8px 10px; font-family: arial; font-weight: 400; letter-spacing: 0.04em; margin-left: auto; margin-top: 10px; }

.footer_sec .wpcf7-submit:hover { color: #fff; background: #b91e2d; }

.footer_sec .instagrambox { background: url(images/instagram.png) 20px center no-repeat; background-size: 61px auto; padding-left: 85px; width: 100%; }

.footer_sec #sb_instagram { padding: 0 !important;background: #fff; }



/* copyright_sec */

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

.copyright_sec .copyright { font-size: 13px; letter-spacing: 0.01em; line-height:1; font-family: myriad pro, arial; }

.copyright_sec .wrapper { max-width: 1580px; }

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

.copyright_sec .copyright a { color: #fff; } 

.copyright_sec .copyright a:hover { 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; transform: rotate(90deg); cursor: pointer; transition:all 0.3s; background: #fff url(images/slider-prev.png) center center no-repeat; border-radius: 50%; background-size:100% auto; }





.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: 70px 0 130px; width: 100%;  }

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



/* blog-bar */

.blog-bar { padding: 60px 0 130px; width:100%;  position: relative; }

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

.blog-bar .left_sidebar { width: 70%; padding: 0 30px 0 0; }

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







/* 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%;	position: relative;	background: #fff; }

.single .leftBlogBox h1 { text-transform: capitalize}

.single .leftBlogBox p {	display: block}

.leftBlogBox ul.dateBar {	list-style: none;	margin: 0 0 5px 0;	padding: 0px}

.single .leftBlogBox ul.dateBar {	margin: 0 0 15px 0;	padding-left: 0px}

.leftBlogBox ul.dateBar li { font-size: 14px; line-height: 18px; }

.leftBlogBox ul.dateBar li strong {	color: #000;}

.leftBlogBox .postLoop {	width: 100%; padding: 30px 0;	margin: 0px;	border-bottom: 1px solid #bebebe; }

.leftBlogBox .postLoop:after { width: 100%; clear: both; content: ''; display: block; overflow: hidden; }

.leftBlogBox .postLoop h2 { font-weight:700; padding-bottom: 5px; }

.leftBlogBox .postLoop p { padding: 0;}

.leftBlogBox .postLoop:last-child, .leftBlogBox .postLoop:last-of-type { border-bottom: none; }

.leftBlogBox .postLoop .image { width: 100%; max-width: 45%; float: left; margin: 5px 15px 5px 0; }

.leftBlogBox .postLoop .image a { border: 5px solid #fff; box-shadow: 0px 0px 4px rgba(0,0,0,0.4); width: 100%; height: 0; padding-bottom: 65%; position: relative; display: block; }

.leftBlogBox .postLoop .image a img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; } 

.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; } 

.leftBlogBox .postLoop h2 a { color: #000; text-decoration: none }

.leftBlogBox .postLoop h2 a:hover { color: #9a061c; }

.leftBlogBox .postLoop a.read-more { display: inline-block; text-decoration: none; text-transform: capitalize; font-weight: 600 }

.leftBlogBox .postLoop a.read-more:hover { text-decoration:underline; }

.leftBlogBox h4.title { font-size: 16px; font-weight: normal; padding-top: 15px; color: #000; text-transform: capitalize; }



/* 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: #9a061c; 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: #fc6c11; }

.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #9a061c; 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: #9a061c; 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: #9a061c; } #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: #9a061c; 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 { margin: 25px 0 50px 0; }

.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: #9a061c; padding: 5px 7px }

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

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

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



/* right blog box */

.rightBlogBox { padding: 0 0 0 40px; width: 27%;position: relative;	background: #fff;}

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

.rightBlogBox ul { margin-bottom: 0;  }

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

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

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

.rightBlogBox label.screen-reader-text { display: none; }

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

.wp-block-search__input { width: calc(100% - 70px); 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; float: left; margin-right: 0px; color: #7b7b7b; height: 35px; }

.wp-block-search__button { width: 70px; background: #9a061c; color: #fff; border: none; height: 35px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; margin: 0; }

.wp-block-search__button:hover { background: #fc6c11; }

.rightBlogBox ul li { width: 100%; }

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

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

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

.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 #9a061c  ; 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; }

.search-form input[type='submit'] { width: 80px; text-align:center; float: left; background: #9a061c  ; 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 #9a061c  ; }

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

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



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

