@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,700&display=swap');
@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');

/*
Theme Name: Executive Transportation
Author: Executive Transportation
Tags: responsive, fixed width
*/

/*font-family: 'Montserrat', 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: 20px; line-height: 1.3; 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: 'Lato', 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: #990202; 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; } 

h1, .h1 { font-size: 40px; line-height: 45px; }
h2, .h2 { font-size: 30px; line-height: 34px; }
h3, .h3 { font-size: 25px; line-height: 30px; }
h4, .h4 { font-size: 20px; line-height: 24px; }
h5, .h5 { font-size: 16px; line-height: 20px; }
h6, .h6 { font-size: 14px; line-height: 18px; }

p { padding-bottom: 20px; }
p a { color:#990202; }
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: 40px; font-size: 13px ; padding: 13px 25px 13px 15px; background:#eeeeee; border:0; color:#5d5d5d; }
textarea { padding: 13px 15px; height: 110px; 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 { border:0; color: #000; outline:none; }

.button { font-size: 17px; line-height: 24px; padding: 10px 25px; text-align:center; display:inline-block; vertical-align: top; text-transform: uppercase; font-weight:400; color: #fff; border:0; cursor: pointer; border-radius: 30px; font-family: 'Eurostile LT Std'; background: #1a1919; }
.button:hover { background: #990202; }

.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: 230px 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: linear-gradient(to right,  #2b2a2a 0%,#060606 100%); }


	
	/*header_sec*/
	.header_sec { padding: 18px 0 10px; width: 100%;  position: relative; } 
	.header_sec .wrapper { max-width:1720px; position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; }
	.header_sec .phone { margin-right:15px; font-size: 20px; line-height: 28px; display: inline-block; vertical-align: top; color:#fff; background:url(images/phone-icon.png) left center no-repeat; padding: 0 0 0 40px; }
	.header_sec .right { min-height: 50px; display: inline-flex; flex-wrap: wrap; align-content: center; align-items: center;  }
	.header_sec .phone .title { width: 100%;  line-height: 1; font-size: 16px; display:block; font-weight:300; padding-bottom: 2px; }
	.header_sec .phone a { font-weight:500; color:#fff; } 
	.header_sec .phone.insta { margin-right: 190px; font-size: 16px; background-image: url(images/insta-icon.png); }

	/*logo_sec*/
	.logo_sec { padding: 10px 0; width: 100%; background: url(images/logo-bg.png) right center no-repeat; background-size: auto 100%; }
	.logo_sec .wrapper { max-width:1720px; }
	.logo_sec .logo a { display: block; transform: translate(20px,-30px); }
	.logo_sec .logo  { max-width: 404px; }
	.logo_sec .menu_trigger_wrapper { position: absolute; right: 150px; top: 50%; margin-top: -25px; }
	.logo_sec .menu_trigger { font-family: 'Eurostile LT Std'; padding: 0 0 0 60px; font-size: 18px; line-height: 50px; font-weight:400; color:#fff; display: inline-block; vertical-align: top; text-transform: uppercase; }
	.logo_sec .menu_trigger .icon { box-sizing: border-box; position: absolute; left: 0; top: 0; width: 50px; height: 50px; border: 3px solid #fff; border-radius: 50%; display: block; }
	.logo_sec .menu_trigger .icon span { transition:all 0.3s; width: 27px; height:3px; position: absolute; left:50%; top: 50%; display: block; border-radius: 2px; background:#fff; transform: translate(-50%,-50%); }
	.logo_sec .menu_trigger .icon span:before,
	.logo_sec .menu_trigger .icon span:after { transition:all 0.3s; width: 27px; height: 3px; content:''; position:absolute; left:0; top:-9px; background:#fff; border-radius: 2px; } 
	.logo_sec .menu_trigger .icon span:after { top:auto; top:9px; left:0px; }
	.logo_sec .menu_trigger.open .icon span { background-color: transparent; }
	.logo_sec .menu_trigger.open .icon span:after { top: 0; transform: rotate(45deg);}
	.logo_sec .menu_trigger.open .icon span:before { top: 0; transform: rotate(-45deg);  }

	/* nav-bar */
	.nav-bar { padding: 15px 0; width: 100%; position: relative; display: none; text-align: center; z-index: 999; position:absolute; left:0; top:0; background: #860303; }
	#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: 16px; line-height: 20px; font-weight: 600; position: relative; text-transform: uppercase;  }
	.nav-bar li a { color: #fff; display: block; }
	.nav-bar li.current-menu-item > a { color: #eec96c; }
	.nav-bar li a.active { color: #eec96c; }
	.nav-bar li:after { width: 2px; height: 18px; content: ''; position: absolute; left: -3px; top: 1px; background: #fff; }
	.nav-bar li:first-child:after { display: none; }
	.nav-bar li a.highlight ,
	.nav-bar li a.clicked { color: #eec96c; }
	.nav-bar li > a:hover { color: #eec96c; 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 { 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 { padding: 5px 0 3px; }
	.stickyhead .logo_sec .logo { max-width: 200px; }
	


/* banner-bar */
.slider-bar { width: 100%;  position: relative; }
.slider-bar:before,
.slider-bar:after { z-index: 3; width: 100%; height: 14px; content: ''; position: absolute; left: 0; top: 0; background: url(images/border.jpg) center top repeat-y; background-size: 100% 1px; }
.slider-bar:after { top: auto; bottom: 0; }

.slider-bar  h1 span { font-size: 171px; font-weight: 400; font-family: 'Al Fresco'; }

.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: 46px; height: 46px; content:''; background:url(images/slider-next-icon.png) no-repeat; background-size:contain; }
.slider-bar #rev_slider_2_1_wrapper .custom.tparrows.tp-leftarrow { width: 46px; height: 46px; content:''; background:url(images/slider-prev-icon.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: 20px; height: 20px; background: #1d1d1d; border-radius: 4px;  }
.slider-bar .custom .tp-bullet:hover,
.slider-bar .custom .tp-bullet.selected { opacity:100; background:#970202; }
.slider-bar .tp-bullets { }
/*.slider-bar .strip { width: 471px; height: 478px; content: ''; position: absolute; left: 0; bottom: -155px; z-index: 2; background: url(images/strip1.png) no-repeat; background-size: 100% 100%; }  |*/
.slider-bar .strip { width: 180px; height: 580px; content: ''; position: absolute; left: 92px; bottom: -211px; z-index: 2; background: url(images/strip2.png) no-repeat; background-size: 100% 100%; transform: rotate(-54deg); }

.rev-btn { font-family: 'Eurostile LT Std' !important; }

/* 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;  }

.styled_title { text-align: center; margin: 0 0 25px 0; }	
.styled_title:after,
.styled_title:before { width: 253px; height: 6px; content: ''; display: block; margin: 0 auto; background: #990202; }
.styled_title h2 { display: inline-block;  font-size: 70px; line-height: 1; font-weight: 900; text-transform: uppercase; position: relative; }
.styled_title.white h2 { color: #fff; position: relative; }
.styled_title h2 span { font-size: 171px; line-height: 1; font-family: 'Al Fresco'; font-weight: 400; display: inline-block; position: absolute; right: 100%; top: 50%; transform: translate(0,-50%); }

	/*service_sec*/
	.service_sec {  padding: 90px 0 90px; position: relative; width: 100%; background: #000; }
	.service_sec:after,
	.service_sec:before { width: 460px; height: 100%; content: ''; position: absolute; left: 0; top: 0; background: url(images/overlay-left.png) no-repeat; background-size: 100% 100%; } 
	.service_sec:after { left: auto; right: 0; transform: scale(-1,1); }
	.service_sec .wrapper { max-width: 1570px; }
	.service_sec .slides {  }
	.service_sec .slides figure { overflow: hidden; transition: all 0.3s; width: 100%; height: 315px; position: relative; }
	.service_sec .slides figure img { transition: all 0.3s; position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
	.service_sec .slides .link:hover figure img {  transform: scale(1.1); }
	.service_sec .wrapper { z-index: 2; }
	.service_sec a.link { position: relative; display: block; margin: 0 30px; }
	.service_sec a.link:before { width: 50px; height: 50px; border-left: 1px solid #fff; border-top: 1px solid #fff; content: ''; position: absolute; left: -15px; top: -15px; }
	.service_sec a.link:after { width: 50px; height: 50px; border-right: 1px solid #fff; border-top: 1px solid #fff; content: ''; position: absolute; right: -15px; top: -15px; }
	.service_sec a.link .internal:before { width: 50px; height: 50px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; content: ''; position: absolute; left: -15px; bottom: -15px; }
	.service_sec a.link .internal:after { width: 50px; height: 50px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; content: ''; position: absolute; right: -15px; bottom: -15px; }

	.service_sec .link .internal { display: block; position: relative; }
	
	.service_sec .slick-arrow { width: 48px; height: 48px; position: absolute; left: 0; top: 50%; margin-top: -24px; background: url(images/prev.png) center center no-repeat; background-size: contain; border: 0; cursor: pointer; font-size: 0; line-height: 0; }
	.service_sec .slick-arrow.slick-next { background-image: url(images/next.png); left: auto; right: 0; }
	.service_sec .service_slider { padding: 0 80px; }
	.service_sec .title { padding: 10px; min-height: 116px; display: block; background: linear-gradient(to right,  #2b2a2a 0%,#060606 100%); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; align-content: center; font-size: 35px; line-height: 1; font-weight: 300; text-transform: uppercase; color: #fff; }
	.service_sec .title strong { display: block; width: 100%; font-weight: 700; }
	.service_sec .slick-center figure { margin-top: -25px; height: 365px; }
	.service_sec .slick-center a { margin-bottom: -25px; }
	.service_sec .slick-list { padding: 60px 0 !important;  }
	.service_sec .slick-dots { width: 100%; position: absolute; left: 0; bottom: -50px; text-align: center; list-style: none; margin: 0; padding: 0; }
	.service_sec .slick-dots li { display: inline-block; vertical-align: top; padding: 0 12px; }
	.service_sec .slick-dots li button { width: 20px; height: 20px; border: 0; cursor: pointer; font-size: 0; line-height: 0; background: #fff; border-radius: 4px; }
	.service_sec .slick-dots li button:hover,
	.service_sec .slick-dots li.slick-active button { background: #b20001; }


	/*popup_box*/
	.popup_box { transition: all 0.3s; opacity: 0; visibility: hidden; width: 100%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; overflow: auto; z-index: 999; justify-content: center; padding: 40px 20px; position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.85); }
	.popup_box .inner { width: 100%; max-width: 1000px; background: #fff; padding: 40px 20px 20px; position: relative; }
	.popup_box .close { position: absolute; right: 5px; top: 5px; font-size: 20px; line-height: 20px; cursor: pointer; width: 20px; color: #000; font-weight: 700; }
	.popup_box.show { opacity: 100; visibility: visible; } 

	/*about_sec*/	
	.about_sec { padding: 70px 0 60px; position: relative; width: 100%; overflow: hidden; background: url(images/white-bg.jpg) no-repeat; background-size: cover; }
	.about_sec:before,
	.about_sec:after { z-index: 3; width: 100%; height: 14px; content: ''; position: absolute; left: 0; top: 0; background: url(images/border.jpg) center top repeat-y; background-size: 100% 1px; }
	.about_sec:after {  top: auto; bottom: 0; }
	.about_sec .bg_image { z-index: 1; position: absolute; left: 0; top: 0; width: 59%; height: 100%; object-fit: cover;object-position: right top; }
	.about_sec .wrapper { z-index: 2; }
	.about_sec .text {  max-width: 770px; float: right; }
	.about_sec p { padding-bottom: 25px; text-align: justify; line-height: 1.1; font-size: 24px; }
	.about_sec h2 { color: #313131; }
	.about_sec h2 span { padding-left:8%; text-transform: none; font-size: 542px; right: 83%; }
	.about_sec .styled_title { padding-left: 100px; margin-bottom: 50px; }
	.about_sec .button { margin-top: 15px; }
	

	/*gallery_sec*/		
	.gallery_sec { position: relative; padding: 0; width: 100%; }
	.gallery_sec .gallery_slider .slide a img { width:100%; height: 100%; ovject-fit:cover; position:absolute; left:0; top:0; }
	.gallery_sec .gallery_slider { position: relative; padding: 0; }
	.gallery_sec .gallery_slider .slide a { position: relative; width: 100%; display: block; padding-bottom: 95.5%; }  
	.gallery_sec .gallery_slider .slide a img { width: 100%; height:100%; position:absolute; left:0; top:0; object-fit:cover; }
	.gallery_sec .slick-arrow { z-index:2; width: 50px; height: 50px; position:absolute; left:30px; top:50%; margin-top:-25px; font-size:0; line-height:0; border:0; cursor: pointer; background:url(images/prev.png) center center no-repeat; background-size: contain; }
	.gallery_sec .slick-arrow.slick-next { left:auto; right:30px; background-image:url(images/next.png); }  
	.gallery_sec .slick-slide { line-height: 0; }

	/*testimonial_sec*/		
	.testimonial_sec { position: relative; padding: 100px 0 95px; width: 100%; background: url(images/testimonial-bg.jpg) no-repeat; background-position:  center center; background-size: cover;}
	.testimonial_sec:before,
	.testimonial_sec:after { z-index: 3; width: 100%; height: 14px; content: ''; position: absolute; left: 0; top: 0; background: url(images/border.jpg) center top repeat-y; background-size: 100% 1px; }
	.testimonial_sec:after {  top: auto; bottom: 0; }
	.testimonial_sec .wrapper { max-width: 1350px; }
	.testimonial_sec .styled_title:after,
	.testimonial_sec .styled_title:before { background: #000; }
	.testimonial_sec blockquote { margin: 0; padding: 50px 75px 0; position: relative; }
	.testimonial_sec blockquote p { font-family: Arial, Helvetica, sans-serif; line-height: 1.2;     letter-spacing: -0.02em; color: #fff; font-style: italic; font-size: 40px; }
	.testimonial_sec blockquote:before { width: 54px; height: 51px; content: ''; position: absolute; left: 0px; top: 0; background: url(images/quote1.png) no-repeat; background-size: contain; }
	.testimonial_sec blockquote:after { width: 54px; height: 51px; content: ''; position: absolute; right: 0px; bottom: -40px; background: url(images/quote2.png) no-repeat; background-size: contain; }
	.testimonial_sec .testimonial_slider { margin: -40px 0 0 0; }
	.testimonial_sec .name { overflow: hidden; position: relative; padding: 0 135px 0 0; text-align: right; display: block; margin: 0 0 0 75px; }
	.testimonial_sec .name span:before { width: 2000px; height: 2px; content: ''; position: absolute; right: 100%; top: 50%; border-top: 2px dashed #fff; margin-right: 20px;}
	.testimonial_sec .name span { position: relative; display: inline-block; color: #fff; text-transform: uppercase; font-size: 40px; line-height: 1; text-transform: uppercase; position: relative; font-family: 'League Gothic'; }
	.testimonial_sec .slick-dots { position: absolute; right: 135px; bottom: -29px; list-style: none; margin: 0; padding: 0; line-height: 0; }
	.testimonial_sec .slick-dots li { display: inline-block; vertical-align: top; margin: 0 0 0 10px; }
	.testimonial_sec .slick-dots li button { width: 25px; height: 25px; border-radius: 50%; border: 0; cursor: pointer; font-size: 0; background: #1f1f1f; }
	.testimonial_sec .slick-dots li.slick-active button,
	.testimonial_sec .slick-dots li button:hover { background: #FFF; }
	.testimonial_sec .styled_title h2 span { padding-right:13%; margin-right:-13%; }

	/* newsletter_sec */
	.newsletter_sec { padding: 90px 0 30px; overflow: hidden; width: 100%; border-bottom: 10px solid #ccc; background:url(images/subscribe-bg2.jpg) center center no-repeat; background-size:cover; position: relative; }
	.newsletter_sec .bg_image { z-index: 1; position: absolute; left: 0; top: 0; width: 56%; height: 100%; object-fit: cover;object-position: right top; }
	.newsletter_sec .wrapper { z-index: 2; max-width: 1570px; }
	.newsletter_sec .text {  max-width: 770px; margin-left: auto; }
	.newsletter_sec .styled_title:before,.newsletter_sec .styled_title:after { display: none; }
	.newsletter_sec .text h3,
	.newsletter_sec .text h2 { letter-spacing: -0.02em; font-size: 60px; }
	.newsletter_sec .text h3 { color: #a30102; text-transform: uppercase; font-weight: 400; }
	.newsletter_sec .tnp-subscription { max-width: 100%; width: 100%; margin: 0; }
	.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: 45px; padding: 10px 20px; font-weight:400; }
	.newsletter_sec .tnp-subscription input[type="submit"] { font-size: 17px; line-height:24px; color:#fff;  min-width:210px; padding: 10px 25px; border:0; cursor: pointer; text-transform: uppercase; display:block; margin:30px auto 20px; font-family: 'Eurostile LT Std'; background: #1a1919; border-radius: 30px !important; text-align: center; }
	.newsletter_sec .tnp-subscription input[type="submit"]:hover { background:#990202; }
	.newsletter_sec .styled_title h2 span { padding-right:4%; margin-right:-4%; }

/* footer-part */
#footer-part { width: 100%; }

/*footer_sec*/
.footer_sec { width: 100%; position: relative; background: #000 url(images/footer-bg.jpg) center center no-repeat; background-size: 1920px 100%; }
.footer_sec .wrapper { max-width: 1755px; }
.footer_sec .col1 { padding: 20px; order:2; width: 32.5%; }
.footer_sec .col2 { padding: 35px 40px 30px 80px; order:1; width: 33.2%; background: url(images/instagram2.png) 15px 51% no-repeat; background-size: 60px auto; }
.footer_sec .col3 { padding: 80px 0 30px 30px; order:3; width: 34.3%; }

.footer_sec .col1 .logo { max-width: 503px; margin: auto; display: flex; align-items: center; min-height: 100%; }

.footer_sec form p { margin: 0 -12px; }
.footer_sec .phone,
.footer_sec .email { padding-bottom: 5px; font-size: 14px; color: #fff; display:block; }
.footer_sec .phone a,
.footer_sec .email a { color: #fff; }
.footer_sec .email a:hover { color: #ffac00; }
.footer_sec .phone { margin-top:-35px; }
.footer_sec h4 { font-size: 26px; font-weight:700; color: #fff; padding-bottom: 15px; font-family: Raleway; }
#sb_instagram #sbi_images { background: #fff; }
#sb_instagram .sb_instagram_header a, .sb_instagram_header a { color: #fff; }
#sb_instagram #sbi_load .sbi_follow_btn { position: absolute; left: 300px; top: 50px; }
#sb_instagram #sbi_load .sbi_follow_btn a { border-radius: 0; margin: 0; padding: 3px 15px; }
#sb_instagram #sbi_load .sbi_follow_btn svg { display: none; }

.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: 35px; width: 100%; font-family: 'Montserrat', sans-serif; font-size: 11px !important; padding: 5px 10px !important; border-radius:0; background: none !important; margin-bottom: 18px; color: #fff !important; }
.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: 65px !important; }
.footer_sec .wpcf7-form-control.wpcf7-submit { width: 100px; min-width:inherit; margin:0; height: 35px; font-size: 11px; line-height: 15px; padding: 10px 15px; color: #fff !important; background:#000 !important; text-transform: uppercase !important; float: right; margin:0px 10px 0 0px; border:0; font-weight:400; }
.footer_sec .wpcf7-form-control.wpcf7-submit:hover { background: #fff !important; color: #000 !important; }
.footer_sec .wpcf7-form-control-wrap { display: block; float: left; width: 50%; padding: 0 12px; }
.footer_sec .wpcf7-form-control-wrap[data-name="your-message"] { width: 100%; }
.footer_sec .wpcf7-form-control-wrap.your-message { overflow: hidden; width: 100%; float: none; }
.footer_sec form p { padding:0  !important; margin: 0 -12px; }
.footer_sec form  { margin: 0; }

div.wpcf7-response-output { background:#f00 !important; color: #fff !important; border:0 !important; margin:20px 0 0 0 !important; padding: 10px !important; }

/* copyright_sec */
.copyright_sec { text-align: center; padding: 20px 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: 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%;  }
.content-bar .gallerylist { padding: 50px 0px 0px; display: flex; flex-wrap: wrap; margin: 0 -30px; }
.content-bar .gallerylist .galleryitem { padding: 0 30px 35px; width: 33.33%; text-align: center; }
.content-bar .gallerylist figure { padding-bottom: 20px; }
.content-bar .gallerylist figure a img { transition: 0.6s all; }
.content-bar .gallerylist figure a:not(:first-child) { display: none; }
.content-bar .gallerylist figure a:first-child img { width: 100%; height: 350px; object-fit: cover; }
.content-bar .gallerylist figure a { display: block; overflow: hidden; }
.content-bar .gallerylist figure a:hover img { transform: scale(1.2); opacity: 0.8; }
.content-bar .gallerylist { }
.content-bar .gallerylist { }
.error404 .content-bar { padding: 170px 0 50px; text-align:center; min-height:500px; }
body .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
 }
body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
 }
body .fancybox-thumbs-x .fancybox-thumbs__list { margin: 0 auto; }
body .fancybox-thumbs__list a:before { border: #990202 solid 4px; }

/* blog-bar */
.blog-bar { padding: 60px 0; width:100%;  position: relative; }
.blog-bar .left_sidebar { width: 70%; float: left; padding: 0 30px 0 0; }
.blog-bar .right_sidebar { width: 30%; float: right; }



/* 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%;	float: left;	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%;	overflow: hidden;	padding: 30px 0;	margin: 0px;	border-bottom: 1px solid #bebebe; }
.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 { float: left; margin: 5px 15px 5px 0; }
.leftBlogBox .postLoop h2 { text-transform: capitalize; margin: 0px; }
.leftBlogBox .postLoop h2 a { color: #000; text-decoration: none }
.leftBlogBox .postLoop h2 a:hover { color: #990202; }
.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: #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: #097536; }
.leftBlogBox #commentform p.form-submit input[type="submit"] { width: auto; padding: 8px 15px; border: none; background: #990202; 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 { 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: #990202; padding: 5px 7px }
.wp-pagenavi span.current { border-color: #990202; font-weight: normal; color: #fff; background: #990202}
.leftBlogBox .wp-pagenavi a:hover, .wp-pagenavi a:hover { background: #990202; color: #fff; border-color: #990202; }
.wp-pagenavi span.pages:hover, .wp-pagenavi span.pages { border-color: #7b7b7b; }

/* right blog box */
.rightBlogBox { padding: 0 0 0 40px; width: 27%;	float: right;	position: relative;	background: #fff;}
.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; }
.rightBlogBox #searchform { width: 100%; margin: 0 auto; }
.rightBlogBox #searchform input#s { width: 65%; 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: 5px; color: #7b7b7b; height: 33px; }
.rightBlogBox #searchform input#searchsubmit { width: 27%; background: #dfb643; color: #fff; border: none; height: 30px; text-transform: capitalize; font-weight: bold; cursor: pointer; float: left; }
.rightBlogBox #searchform input#searchsubmit:hover { background: #5a3b00; }
.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: #990202; font-weight:700; }
.rightBlogBox ul li a:hover { text-decoration: none; color: #990202; }
.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 #990202  ; 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: #990202  ; 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 #990202  ; }
.search-form input[type='submit']:hover { background: #990202; border: solid 1px #990202; }
/*.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; }