/* === /css/global.css === */
/* wp-img-auto-sizes */
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}

/* wp-emoji-styles */
img.wp-smiley, img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}

/* classic-theme-styles */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */

/* === Hero section defaults (for pages using shared section-hero.php) === */
.elementor-element.elementor-element-ac31711 > .elementor-background-overlay{background-color:#000000;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-element.elementor-element-ac31711{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:100px 0px 100px 0px;}
.elementor-bc-flex-widget .elementor-element.elementor-element-49c8713.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-element.elementor-element-49c8713.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}
.elementor-element.elementor-element-49c8713 > .elementor-element-populated{margin:0px 0px 0px 27px;--e-column-margin-right:0px;--e-column-margin-left:27px;padding:0px 0px 0px 0px;}
.elementor-bc-flex-widget .elementor-element.elementor-element-36d37a9.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-element.elementor-element-36d37a9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}
.elementor-element.elementor-global-7634 > .elementor-widget-container{background-color:#fff;}
.elementor-element.elementor-element-132a7fc > .elementor-widget-container{background-color:#fff !important;padding:20px;border:1px solid #ECECEC;}
.elementor-element.elementor-element-116f485c > .elementor-widget-container{background-color:#fff;padding:20px;border:1px solid #ECECEC;}
@media(max-width:767px){
.elementor-element.elementor-element-ac31711{padding:0px 0px 0px 0px !important;}
.elementor-element.elementor-element-49c8713 > .elementor-element-populated{margin:0px 10px 0px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}
.elementor-element.elementor-element-1cf5c7f{display:none;}
.elementor-element.elementor-element-11dd6c0{display:none;}
.elementor-element.elementor-element-08f2d4b .elementor-heading-title{font-size:28px;line-height:1.2em;}
.elementor-form .elementor-field-group.elementor-col-25,
.elementor-form .elementor-field-group.elementor-col-30{width:50%;}
.elementor-element-132aabf .elementor-column-gap-wider > .elementor-column > .elementor-element-populated{padding:30px 8px !important;}
}

/* === Marques section (shared footer) === */
.elementor-element.elementor-element-2545c3b:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-2545c3b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDFDFD;}
.elementor-element.elementor-element-2545c3b > .elementor-container{max-width:1400px;}
.elementor-element.elementor-element-2545c3b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:60px 0px 31px 0px;z-index:0;}
.elementor-element.elementor-element-2545c3b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-element.elementor-element-6476ca1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.elementor-element.elementor-element-6476ca1{z-index:1;text-align:center;}
.elementor-element.elementor-element-6476ca1 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:40px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#000000;}
.elementor-element.elementor-element-53376af > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 20px 0px;}
.elementor-element.elementor-element-53376af{z-index:1;text-align:center;}
.elementor-element.elementor-element-53376af .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:16px;font-weight:500;color:#000000;}
.elementor-element.elementor-element-13543d9{--e-image-carousel-slides-to-show:6;}
.elementor-element.elementor-element-13543d9 .swiper-wrapper{display:flex;align-items:center;}
@media(max-width:1024px){
.elementor-element.elementor-element-13543d9{--e-image-carousel-slides-to-show:4;}
}
@media(max-width:767px){
.elementor-element.elementor-element-2545c3b{padding:0px 0px 0px 0px;}
.elementor-element.elementor-element-6476ca1 .elementor-heading-title{font-size:27px;}
.elementor-element.elementor-element-13543d9{--e-image-carousel-slides-to-show:2;}
}

/* === Footer section (elementor-5562) === */
.elementor-5562 .elementor-element.elementor-element-3af0dd09:not(.elementor-motion-effects-element-type-background), .elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("/wp-content/uploads/2024/02/wepik-export-20240216211540OXjS.jpeg");background-position:center center;background-repeat:no-repeat;background-size:cover;}
.elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-background-overlay{background-color:#000000;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-container{max-width:1200px;}
.elementor-5562 .elementor-element.elementor-element-3af0dd09{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:30px 0px 15px 0px;}
.elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:16px;}
.elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-element-populated, .elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-element-populated > .elementor-background-overlay, .elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-background-slideshow{border-radius:4px 4px 4px 4px;}
.elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-element-populated{box-shadow:0px 3px 12px 0px rgba(0,0,0,0.03);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0em 0em 0em 0em;}
.elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-9b2a6a3 > .elementor-container{text-align:start;}
.elementor-5562 .elementor-element.elementor-element-9b2a6a3{padding:0px 0px 10px 0px;}
.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:16px;}
.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated, .elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated > .elementor-background-overlay, .elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-background-slideshow{border-radius:4px 4px 4px 4px;}
.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated{box-shadow:0px 3px 12px 0px rgba(0,0,0,0.03);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 60px 0px 0px;--e-column-margin-right:60px;--e-column-margin-left:0px;padding:0em 0em 0em 0em;}
.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-6733ee7e .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:16px;font-weight:700;letter-spacing:-0.2px;color:#ffffff;}
.elementor-5562 .elementor-element.elementor-element-1b604a37{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;font-weight:400;line-height:1.617em;color:#FFFFFF;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:16px;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated, .elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated > .elementor-background-overlay, .elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-background-slideshow{border-radius:4px 4px 4px 4px;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated{box-shadow:0px 3px 12px 0px rgba(0,0,0,0.03);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0em 0em 0em 0em;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-3baa92c7 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:-0.2px;color:#ffffff;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(19px/2);}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(19px/2);}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(19px/2);}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-19px/2);}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-19px/2);}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-icon{padding-inline-end:4px;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > a{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:14px;line-height:1.5em;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}
.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}
.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:16px;}
.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated, .elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated > .elementor-background-overlay, .elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-background-slideshow{border-radius:4px 4px 4px 4px;}
.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated{box-shadow:0px 3px 12px 0px rgba(0,0,0,0.03);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0em 0em 0em 0em;}
.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-26890a81 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:-0.2px;color:#ffffff;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(11px/2);}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(11px/2);}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(11px/2);}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-11px/2);}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-11px/2);}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}
.elementor-5562 .elementor-element.elementor-element-759f82ee{--e-icon-list-icon-size:18px;--icon-vertical-offset:0px;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-icon{padding-inline-end:4px;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > a{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:14px;line-height:1.5em;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item:hover .elementor-icon-list-text{color:#FFFFFF;}
.elementor-5562 .elementor-element.elementor-element-0beb719 > .elementor-container{max-width:1200px;text-align:start;}
.elementor-5562 .elementor-element.elementor-element-0beb719{margin-top:0px;margin-bottom:0px;padding:24px 0px 15px 0px;}
.elementor-5562 .elementor-element.elementor-element-c09bfc3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}
.elementor-5562 .elementor-element.elementor-element-c09bfc3:hover > .elementor-element-populated{box-shadow:0px 4px 8px 0px rgba(0,0,0,0.1);}
.elementor-5562 .elementor-element.elementor-element-c09bfc3 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}
.elementor-5562 .elementor-element.elementor-element-c09bfc3 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-5ed527b{text-align:start;}
.elementor-5562 .elementor-element.elementor-element-5ed527b .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;font-weight:500;letter-spacing:-0.2px;color:#ffffff;}
.elementor-5562 .elementor-element.elementor-element-2d072e9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}
.elementor-5562 .elementor-element.elementor-element-2d072e9:hover > .elementor-element-populated{box-shadow:0px 4px 8px 0px rgba(0,0,0,0.1);}
.elementor-5562 .elementor-element.elementor-element-2d072e9 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}
.elementor-5562 .elementor-element.elementor-element-2d072e9 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-e848486{text-align:end;}
.elementor-5562 .elementor-element.elementor-element-e848486 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;font-weight:500;letter-spacing:-0.2px;color:#ffffff;}
.elementor-5562 .elementor-element.elementor-element-74d716be > .elementor-container{max-width:1200px;text-align:start;}
.elementor-5562 .elementor-element.elementor-element-74d716be{padding:5px 0px 0px 0px;}
.elementor-bc-flex-widget .elementor-5562 .elementor-element.elementor-element-5bc3e959.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-5562 .elementor-element.elementor-element-5bc3e959.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}
.elementor-5562 .elementor-element.elementor-element-5bc3e959 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}
.elementor-5562 .elementor-element.elementor-element-5bc3e959:hover > .elementor-element-populated{box-shadow:0px 4px 8px 0px rgba(0,0,0,0.1);}
.elementor-5562 .elementor-element.elementor-element-5bc3e959 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}
.elementor-5562 .elementor-element.elementor-element-5bc3e959 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-5562 .elementor-element.elementor-element-c491176 > .elementor-widget-container{padding:10px 0px 10px 0px;}
.elementor-5562 .elementor-element.elementor-element-c491176{text-align:end;}
.elementor-5562 .elementor-element.elementor-element-c491176 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:12px;font-weight:500;letter-spacing:-0.2px;color:#ffffff;}
@media(min-width:768px){.elementor-5562 .elementor-element.elementor-element-16025f93{width:43%;}.elementor-5562 .elementor-element.elementor-element-2170eb3c{width:31%;}.elementor-5562 .elementor-element.elementor-element-2863cee3{width:25.333%;}}
@media(max-width:1024px){.elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-container{max-width:1232px;}.elementor-5562 .elementor-element.elementor-element-3af0dd09:not(.elementor-motion-effects-element-type-background), .elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:bottom left;}.elementor-5562 .elementor-element.elementor-element-3af0dd09{padding:44px 0px 26px 0px;}.elementor-5562 .elementor-element.elementor-element-9b2a6a3{margin-top:0px;margin-bottom:0px;padding:0px 0px 20px 0px;}.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated{margin:0px 0px 0px 21px;--e-column-margin-right:0px;--e-column-margin-left:21px;}.elementor-5562 .elementor-element.elementor-element-6733ee7e .elementor-heading-title{font-size:19px;}.elementor-5562 .elementor-element.elementor-element-1b604a37 > .elementor-widget-container{margin:0px 0px 23px 0px;padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-1b604a37{font-size:14px;}.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated{margin:0px 0px 0px 21px;--e-column-margin-right:0px;--e-column-margin-left:21px;}.elementor-5562 .elementor-element.elementor-element-3baa92c7 .elementor-heading-title{font-size:19px;}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(16px/2);}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(16px/2);}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(16px/2);}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-16px/2);}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-16px/2);}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > a{font-size:14px;}.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated{margin:0px 0px 0px 21px;--e-column-margin-right:0px;--e-column-margin-left:21px;}.elementor-5562 .elementor-element.elementor-element-26890a81 .elementor-heading-title{font-size:19px;}.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > a{font-size:14px;}.elementor-5562 .elementor-element.elementor-element-0beb719{padding:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-5562 .elementor-element.elementor-element-c09bfc3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-5562 .elementor-element.elementor-element-c09bfc3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-5562 .elementor-element.elementor-element-c09bfc3.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-5562 .elementor-element.elementor-element-c09bfc3 > .elementor-element-populated{margin:15px 15px 15px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;}.elementor-5562 .elementor-element.elementor-element-5ed527b{text-align:end;}.elementor-5562 .elementor-element.elementor-element-5ed527b .elementor-heading-title{font-size:12px;}.elementor-bc-flex-widget .elementor-5562 .elementor-element.elementor-element-2d072e9.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-5562 .elementor-element.elementor-element-2d072e9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-5562 .elementor-element.elementor-element-2d072e9.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-5562 .elementor-element.elementor-element-2d072e9 > .elementor-element-populated{margin:15px 15px 15px 15px;--e-column-margin-right:15px;--e-column-margin-left:15px;}.elementor-5562 .elementor-element.elementor-element-e848486{text-align:start;}.elementor-5562 .elementor-element.elementor-element-e848486 .elementor-heading-title{font-size:12px;}.elementor-bc-flex-widget .elementor-5562 .elementor-element.elementor-element-5bc3e959.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-5562 .elementor-element.elementor-element-5bc3e959.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-5562 .elementor-element.elementor-element-5bc3e959.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-5562 .elementor-element.elementor-element-5bc3e959 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 15px;}.elementor-5562 .elementor-element.elementor-element-c491176{text-align:start;}.elementor-5562 .elementor-element.elementor-element-c491176 .elementor-heading-title{font-size:12px;}}
@media(max-width:767px){.elementor-5562 .elementor-element.elementor-element-3af0dd09{padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-891d842{width:100%;}.elementor-5562 .elementor-element.elementor-element-891d842 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 17px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-9b2a6a3{margin-top:0px;margin-bottom:0px;padding:30px 0px 30px 19px;}.elementor-5562 .elementor-element.elementor-element-16025f93{width:100%;}.elementor-5562 .elementor-element.elementor-element-16025f93 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-6733ee7e{text-align:start;}.elementor-5562 .elementor-element.elementor-element-1b604a37 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-1b604a37{text-align:start;font-size:14px;}.elementor-5562 .elementor-element.elementor-element-2170eb3c{width:100%;}.elementor-5562 .elementor-element.elementor-element-2170eb3c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:20px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-3baa92c7{text-align:start;}.elementor-5562 .elementor-element.elementor-element-e0e6df8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-e0e6df8 .elementor-icon-list-item > a{font-size:15px;}.elementor-5562 .elementor-element.elementor-element-2863cee3{width:100%;}.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-26890a81{text-align:start;}.elementor-5562 .elementor-element.elementor-element-759f82ee > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > a{font-size:15px;}.elementor-5562 .elementor-element.elementor-element-0beb719{margin-top:-43px;margin-bottom:0px;padding:8px 0px 8px 0px;}.elementor-5562 .elementor-element.elementor-element-c09bfc3{width:44%;}.elementor-5562 .elementor-element.elementor-element-c09bfc3 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5562 .elementor-element.elementor-element-5ed527b > .elementor-widget-container{padding:10px 0px 10px 0px;}.elementor-5562 .elementor-element.elementor-element-5ed527b{text-align:center;}.elementor-5562 .elementor-element.elementor-element-5ed527b .elementor-heading-title{font-size:12px;}.elementor-5562 .elementor-element.elementor-element-2d072e9{width:56%;}.elementor-5562 .elementor-element.elementor-element-2d072e9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5562 .elementor-element.elementor-element-e848486{text-align:center;}.elementor-5562 .elementor-element.elementor-element-e848486 .elementor-heading-title{font-size:12px;}.elementor-5562 .elementor-element.elementor-element-74d716be{margin-top:6px;margin-bottom:0px;padding:0px 0px 15px 0px;}.elementor-5562 .elementor-element.elementor-element-5bc3e959 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-5562 .elementor-element.elementor-element-c491176{text-align:center;}.elementor-5562 .elementor-element.elementor-element-c491176 .elementor-heading-title{font-size:11px;}}
@media(max-width:1024px) and (min-width:768px){.elementor-5562 .elementor-element.elementor-element-891d842{width:100%;}.elementor-5562 .elementor-element.elementor-element-16025f93{width:35%;}.elementor-5562 .elementor-element.elementor-element-2170eb3c{width:34%;}.elementor-5562 .elementor-element.elementor-element-2863cee3{width:31%;}.elementor-5562 .elementor-element.elementor-element-5bc3e959{width:50%;}}
@media(min-width:1025px){.elementor-5562 .elementor-element.elementor-element-3af0dd09:not(.elementor-motion-effects-element-type-background), .elementor-5562 .elementor-element.elementor-element-3af0dd09 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}

/* Footer services list: compact, readable navigation grid */
@media(min-width:1025px){
.elementor-5562 .elementor-element.elementor-element-16025f93{width:27%!important;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c{width:23%!important;}
.elementor-5562 .elementor-element.elementor-element-2863cee3{width:50%!important;}
}
@media(max-width:1024px) and (min-width:768px){
.elementor-5562 .elementor-element.elementor-element-16025f93{width:38%!important;}
.elementor-5562 .elementor-element.elementor-element-2170eb3c{width:32%!important;}
.elementor-5562 .elementor-element.elementor-element-2863cee3{width:100%!important;}
.elementor-5562 .elementor-element.elementor-element-2863cee3 > .elementor-element-populated{margin:24px 0 0 21px;--e-column-margin-right:0px;--e-column-margin-left:21px;}
}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items{
display:grid !important;
grid-template-columns:repeat(2,minmax(0,1fr));
column-gap:24px;
row-gap:7px;
padding-left:0;
}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item{
margin:0 !important;
padding:0 !important;
min-width:0;
}
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-item > a{
display:block;
line-height:1.35;
padding:1px 0;
}
@media(max-width:767px){
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:7px;}
}
@media(max-width:360px){
.elementor-5562 .elementor-element.elementor-element-759f82ee .elementor-icon-list-items{grid-template-columns:1fr;}
}

/* Shared tow-truck banner: stable layout on generated and legacy pages */
.elementor .elementor-element.elementor-element-62fbd04{
background:#fff;
overflow:hidden;
padding:44px 20px;
position:relative;
}
.elementor .elementor-element.elementor-element-62fbd04 > .elementor-container{
align-items:center;
display:flex;
gap:32px;
max-width:1140px!important;
min-height:0!important;
}
.elementor .elementor-element.elementor-element-0d100e6,
.elementor .elementor-element.elementor-element-9ae7733{
width:50%;
}
.elementor .elementor-element.elementor-element-0d100e6 > .elementor-widget-wrap,
.elementor .elementor-element.elementor-element-9ae7733 > .elementor-widget-wrap{
align-content:center;
align-items:center;
justify-content:center;
}
.elementor .elementor-element.elementor-element-76f8d2a{
width:100%;
}
.elementor .elementor-element.elementor-element-76f8d2a > .elementor-widget-container{
transform:none!important;
}
.elementor .elementor-element.elementor-element-76f8d2a img{
display:block;
height:auto;
margin:0 auto;
max-width:100%;
}
.elementor .elementor-element.elementor-element-9ae7733 > .elementor-widget-wrap{
position:relative;
text-align:center;
}
.elementor .elementor-element.elementor-element-9cf3a5a,
.elementor .elementor-element.elementor-element-071cd58,
.elementor .elementor-element.elementor-element-5a15cb3,
.elementor .elementor-element.elementor-element-eb77c81{
position:relative;
z-index:1;
}
.elementor .elementor-element.elementor-element-9cf3a5a{
margin-bottom:0!important;
text-align:center;
}
.elementor .elementor-element.elementor-element-9cf3a5a .elementor-heading-title{
color:#000;
font-size:38px;
font-weight:600;
letter-spacing:1.5px;
line-height:1.18;
text-transform:uppercase;
}
.elementor .elementor-element.elementor-element-9cf3a5a .app{
color:#fa2837;
}
.elementor .elementor-element.elementor-element-9cf3a5a .sra-banner-small{
display:block;
font-size:18px;
font-weight:600;
letter-spacing:.6px;
line-height:1.3;
margin-top:6px;
text-transform:none;
}
.elementor .elementor-element.elementor-element-071cd58{
margin:0!important;
text-align:center;
}
.elementor .elementor-element.elementor-element-071cd58 > .elementor-widget-container{
margin:2px 0 0!important;
}
.elementor .elementor-element.elementor-element-071cd58 .elementor-heading-title{
color:#000;
font-size:15px;
font-weight:600;
letter-spacing:.4px;
line-height:1.4;
text-transform:uppercase;
}
.elementor .elementor-element.elementor-element-5a15cb3{
margin:0!important;
text-align:center;
}
.elementor .elementor-element.elementor-element-5a15cb3 .elementor-heading-title,
.elementor .elementor-element.elementor-element-5a15cb3 a{
color:#000;
font-size:30px;
font-weight:800;
line-height:1.2;
text-decoration:none;
}
.elementor .elementor-element.elementor-element-5a15cb3 sup{
font-size:14px;
top:-.65em;
}
.elementor .elementor-element.elementor-element-a41506e{
left:50%!important;
pointer-events:none;
position:absolute!important;
top:6px!important;
transform:translateX(-50%);
width:100%;
z-index:0;
}
.elementor .elementor-element.elementor-element-a41506e .elementor-heading-title{
color:#f3f3f3;
font-size:70px;
font-weight:800;
letter-spacing:2px;
line-height:1;
text-transform:uppercase;
white-space:nowrap;
}
.elementor .elementor-element.elementor-element-eb77c81 > .elementor-widget-container{
padding:16px 0 0!important;
}
.elementor .elementor-element.elementor-element-eb77c81 .elementor-button{
background:#fa2837;
border-radius:0;
color:#fff;
fill:#fff;
font-size:13px;
font-weight:700;
letter-spacing:2px;
padding:16px 32px;
text-transform:uppercase;
}
.elementor .elementor-element.elementor-element-eb77c81 .elementor-button:hover,
.elementor .elementor-element.elementor-element-eb77c81 .elementor-button:focus{
background:#000;
color:#fff;
}
@media(max-width:1024px){
.elementor .elementor-element.elementor-element-62fbd04{padding:38px 28px;}
.elementor .elementor-element.elementor-element-62fbd04 > .elementor-container{gap:18px;}
.elementor .elementor-element.elementor-element-0d100e6,
.elementor .elementor-element.elementor-element-9ae7733{width:50%;}
.elementor .elementor-element.elementor-element-9cf3a5a .elementor-heading-title{font-size:32px;letter-spacing:1px;}
.elementor .elementor-element.elementor-element-a41506e .elementor-heading-title{font-size:58px;}
}
@media(max-width:767px){
.elementor .elementor-element.elementor-element-62fbd04{padding:30px 20px 36px;}
.elementor .elementor-element.elementor-element-62fbd04 > .elementor-container{display:block;}
.elementor .elementor-element.elementor-element-0d100e6,
.elementor .elementor-element.elementor-element-9ae7733{width:100%;}
.elementor .elementor-element.elementor-element-76f8d2a img{max-width:92%;}
.elementor .elementor-element.elementor-element-9ae7733 > .elementor-widget-wrap{padding-top:18px;}
.elementor .elementor-element.elementor-element-9cf3a5a .elementor-heading-title{font-size:26px;letter-spacing:.5px;line-height:1.2;}
.elementor .elementor-element.elementor-element-9cf3a5a .sra-banner-small{font-size:16px;}
.elementor .elementor-element.elementor-element-071cd58 .elementor-heading-title{font-size:13px;}
.elementor .elementor-element.elementor-element-5a15cb3 .elementor-heading-title,
.elementor .elementor-element.elementor-element-5a15cb3 a{font-size:26px;}
.elementor .elementor-element.elementor-element-a41506e{display:none;}
.elementor .elementor-element.elementor-element-eb77c81 .elementor-button{display:block;font-size:13px;padding:15px 24px;width:100%;}
}

/* Header ticker (scrolling info bar) */
.header-ticker{overflow:hidden;background:#1a1a1a;white-space:nowrap;height:32px;line-height:32px;}
.header-ticker-track{display:flex;justify-content:center;gap:0;height:100%;align-items:center;}
.header-ticker-track .ticker-duplicate{display:none;}
@media(max-width:991px){
.header-ticker-track{display:inline-block;animation:ticker-scroll 18s linear infinite;}
.header-ticker-track .ticker-duplicate{display:inline;}
}
.ticker-item{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;color:#fff;font-weight:500;padding:0 18px;}
.ticker-item strong{color:#fff;}
.ticker-stars{color:#FBBC04;font-size:14px;letter-spacing:1px;}
.ticker-sep{color:#555;font-size:13px;}
@keyframes ticker-scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@media(max-width:991px){.header-topline{display:none !important;}.header-info-mobile{display:none !important;}}

/* RGPD notice under forms */
.form-trust-badge{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 0 8px;margin:0;text-align:center;}
.form-trust-badge .trust-stars{color:#FBBC04;font-size:17px;letter-spacing:1px;line-height:1;}
.form-trust-badge .trust-text{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;color:#555;font-weight:400;}
.form-trust-badge .trust-text strong{font-weight:700;color:#222;}
.form-trust-badge a{color:inherit;text-decoration:underline;}
.form-trust-badge a:hover{color:#FA2837;}
.form-rgpd-notice{margin-top:14px;padding:0 4px;}
.form-rgpd-notice small{display:block;font-size:11px;line-height:1.5;color:#999;margin-bottom:8px;}
.form-rgpd-notice small:last-child{margin-bottom:0;}
.form-rgpd-notice a{color:#999;text-decoration:underline;}
.form-rgpd-notice a:hover{color:#FA2837;}

/* Form estimation accroche */
.form-estimation-accroche{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;font-weight:500;color:#444;text-align:center;margin:0;padding:4px 0 2px;line-height:1.5;}

/* Photos radio + upload field */
.form-photos-field{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #F3F3F3;padding:9px 14px;box-sizing:border-box;}
.form-photos-question{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;font-weight:500;color:#888;}
.form-photos-optional{font-weight:400;color:#bbb;font-size:11px;margin-right:12px;}
.form-photos-radios{display:flex;gap:16px;flex-shrink:0;}
.form-photos-radio{display:flex;align-items:center;gap:5px;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;font-weight:500;color:#333;cursor:pointer;user-select:none;}
.form-photos-radio input[type="radio"]{accent-color:#FA2837;width:15px;height:15px;cursor:pointer;margin:0;}
.form-photos-upload-field{background:#fff;border:1px dashed #e0e0e0;padding:12px 14px;box-sizing:border-box;text-align:center;}
.form-photos-upload-label{display:block;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:12px;font-weight:500;color:#999;margin-bottom:8px;}
.form-photos-file-input{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;color:#555;max-width:100%;}
.form-photos-file-input::file-selector-button{background:#FA2837;color:#fff;border:none;padding:7px 18px;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;cursor:pointer;margin-right:10px;border-radius:2px;transition:background .2s;}
.form-photos-file-input::file-selector-button:hover{background:#d4212e;}
@media(max-width:767px){.form-photos-field{flex-direction:column;align-items:center;gap:8px;text-align:center;}.form-photos-question{font-size:12px;}.form-photos-row{padding-left:0!important;padding-right:0!important;}}

/* Section CTA (shared across all pages) */
.elementor-element.elementor-element-132aabf:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-132aabf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020202;background-image:none;background-position:center center;background-repeat:no-repeat;background-size:cover;}
.elementor-element.elementor-element-132aabf > .elementor-background-overlay{background-color:#000000;opacity:0.53;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-element.elementor-element-132aabf > .elementor-container{max-width:1400px;min-height:402px;}
.elementor-element.elementor-element-132aabf{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:0px;padding:0px 0px 0px 0px;}
.elementor-bc-flex-widget .elementor-element.elementor-element-28cd6ea.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-element.elementor-element-28cd6ea.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}
.elementor-element.elementor-element-28cd6ea.elementor-column > .elementor-widget-wrap{justify-content:center;}
.elementor-element.elementor-element-28cd6ea > .elementor-element-populated{margin:0px 20px 0px 0px;--e-column-margin-right:20px;--e-column-margin-left:0px;padding:5% 5% 5% 5%;}
.elementor-element.elementor-element-13e23d9{text-align:start;}
.elementor-element.elementor-element-13e23d9 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:40px;font-weight:400;line-height:46px;letter-spacing:3.3px;color:#FFFFFF;}
.elementor-element.elementor-element-e40c057 > .elementor-widget-container{margin:0px 0px 0px 0px;}
.elementor-element.elementor-element-e40c057{text-align:start;}
.elementor-element.elementor-element-e40c057 .elementor-heading-title{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;font-weight:600;line-height:25px;letter-spacing:0px;color:#FFFFFF;}
.elementor-element.elementor-element-a3e7b3a .elementor-button{background-color:#FA2837;font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;fill:#ffffff;color:#ffffff;border-radius:0px 0px 0px 0px;padding:18px 34px 18px 34px;}
.elementor-element.elementor-element-a3e7b3a .elementor-button:hover, .elementor-element.elementor-element-a3e7b3a .elementor-button:focus{background-color:#FA2837;color:#ffffff;}
.elementor-element.elementor-element-a3e7b3a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.elementor-element.elementor-element-a3e7b3a .elementor-button-content-wrapper{flex-direction:row-reverse;}
.elementor-element.elementor-element-a3e7b3a .elementor-button .elementor-button-content-wrapper{gap:10px;}
.elementor-element.elementor-element-a3e7b3a .elementor-button:hover svg, .elementor-element.elementor-element-a3e7b3a .elementor-button:focus svg{fill:#ffffff;}
.elementor-bc-flex-widget .elementor-element.elementor-element-69d8c7a.elementor-column .elementor-widget-wrap{align-items:center;}
.elementor-element.elementor-element-69d8c7a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}
.elementor-element.elementor-element-69d8c7a > .elementor-element-populated > .elementor-background-overlay{opacity:1;}
.elementor-element.elementor-element-69d8c7a > .elementor-element-populated > .elementor-background-overlay{mix-blend-mode:lighten;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}
.elementor-element.elementor-element-69d8c7a > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0% 0% 0% 0%;}
.elementor-element.elementor-element-132a7fc > .elementor-widget-container{background-color:#FFFFFF00;padding:30px 30px 30px 30px;box-shadow:-1px 0px 20px 0px rgba(0,0,0,0.11);}
.elementor-element.elementor-element-132a7fc .elementor-button-content-wrapper{flex-direction:row-reverse;}
.elementor-element.elementor-element-132a7fc .elementor-field-group{padding-right:calc( 41px/2 );padding-left:calc( 41px/2 );margin-bottom:20px;}
.elementor-element.elementor-element-132a7fc .elementor-form-fields-wrapper{margin-left:calc( -41px/2 );margin-right:calc( -41px/2 );margin-bottom:-20px;}
.elementor-element.elementor-element-132a7fc .elementor-field-group.recaptcha_v3-bottomleft, .elementor-element.elementor-element-132a7fc .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}
body.rtl .elementor-element.elementor-element-132a7fc .elementor-labels-inline .elementor-field-group > label{padding-left:0px;}
body:not(.rtl) .elementor-element.elementor-element-132a7fc .elementor-labels-inline .elementor-field-group > label{padding-right:0px;}
body .elementor-element.elementor-element-132a7fc .elementor-labels-above .elementor-field-group > label{padding-bottom:0px;}
.elementor-element.elementor-element-132a7fc .elementor-field-group > label, .elementor-element.elementor-element-132a7fc .elementor-field-subgroup label{color:#192431;}
.elementor-element.elementor-element-132a7fc .elementor-field-group > label{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:6px;text-transform:capitalize;}
.elementor-element.elementor-element-132a7fc .elementor-field-type-html{padding-bottom:0px;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-field{color:#333 !important;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-field::placeholder{color:#999 !important;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-field, .elementor-element.elementor-element-132a7fc .elementor-field-subgroup label{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:0.9em;font-weight:400;text-transform:capitalize;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-field:not(.elementor-select-wrapper){border-color:#e2e2e2;border-width:0px 0px 1px 0px;border-radius:0px 0px 0px 0px;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-select-wrapper select{border-color:#e2e2e2;border-width:0px 0px 1px 0px;border-radius:0px 0px 0px 0px;}
.elementor-element.elementor-element-132a7fc .elementor-field-group .elementor-select-wrapper::before{color:#e2e2e2;}
.elementor-element.elementor-element-132a7fc .elementor-button{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:0.8em;font-weight:700;text-transform:uppercase;border-radius:0px 0px 0px 0px;}
.elementor-element.elementor-element-132a7fc .e-form__buttons__wrapper__button-next{background-color:#FA2837;color:#FFFFFF;}
.elementor-element.elementor-element-132a7fc .elementor-button[type="submit"]{background-color:#FA2837;color:#FFFFFF;}
.elementor-element.elementor-element-132a7fc .elementor-button[type="submit"] svg *{fill:#FFFFFF;}
.elementor-element.elementor-element-132a7fc .e-form__buttons__wrapper__button-previous{color:#ffffff;}
.elementor-element.elementor-element-132a7fc .e-form__buttons__wrapper__button-next:hover{background-color:#FA2837;color:#ffffff;}
.elementor-element.elementor-element-132a7fc .elementor-button[type="submit"]:hover{background-color:#FA2837;color:#ffffff;}
.elementor-element.elementor-element-132a7fc .elementor-button[type="submit"]:hover svg *{fill:#ffffff;}
.elementor-element.elementor-element-132a7fc .e-form__buttons__wrapper__button-previous:hover{color:#ffffff;}
.elementor-element.elementor-element-132a7fc .elementor-message{font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;}
.elementor-element.elementor-element-132a7fc .elementor-message.elementor-message-success{color:#000;}
.elementor-element.elementor-element-132a7fc .elementor-message.elementor-message-danger{color:#000;}
.elementor-element.elementor-element-132a7fc .elementor-message.elementor-help-inline{color:#000;}
.elementor-element.elementor-element-132a7fc{--e-form-steps-indicators-spacing:20px;--e-form-steps-indicator-padding:30px;--e-form-steps-indicator-inactive-secondary-color:#ffffff;--e-form-steps-indicator-active-secondary-color:#ffffff;--e-form-steps-indicator-completed-secondary-color:#ffffff;--e-form-steps-divider-width:1px;--e-form-steps-divider-gap:10px;}
@media(min-width:768px){.elementor-element.elementor-element-28cd6ea{width:49%;}.elementor-element.elementor-element-69d8c7a{width:51%;}}
@media(max-width:1024px){.elementor-element.elementor-element-132aabf:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-132aabf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-element.elementor-element-132aabf{margin-top:30px;margin-bottom:0px;padding:26px 26px 26px 26px;}.elementor-element.elementor-element-28cd6ea > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-element.elementor-element-13e23d9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-element.elementor-element-13e23d9{text-align:center;}.elementor-element.elementor-element-e40c057{text-align:center;}.elementor-element.elementor-element-132a7fc > .elementor-widget-container{margin:0px 0px 0px 0px;}}
@media(max-width:767px){.elementor-element.elementor-element-132aabf{padding:0px 0px 0px 0px;}.elementor-element.elementor-element-28cd6ea > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:2em 2em 2em 2em;}.elementor-element.elementor-element-13e23d9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-element.elementor-element-13e23d9 .elementor-heading-title{font-size:2.5rem;line-height:1.1em;}}
@media(max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-28cd6ea{width:100%;}.elementor-element.elementor-element-69d8c7a{width:100%;}}

/* === /wp-content/themes/car-repair-services/css/plugins/bootstrap.min.css === */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.eot);src:url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/wp-content/themes/car-repair-services/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');font-display:swap}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:@custom-color-alt;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:@custom-color-alt;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:@custom-color-alt}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/* === /wp-content/themes/car-repair-services/style-2.css === */
/*
Theme Name: Car Repair Services
Theme URI: https://smartdata.tonytemplates.com/car-repair-service-v4/
Author: smartdatasoft
Author URI: https://smartdatasoft.com/
Description: SmartDataSoft Starter Theme
Version: 3.1
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Text Domain: car-repair-services
Tags: flexible-header,custom-background,custom-header,featured-images
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Theme Name is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*-------------------------------
[Table of contents]
1. Typography
  1.1 Typography Styles
  1.2 Page Preloader
  1.3 Forms
  1.4 Buttons
  1.5 Social Icons
  1.6 Tags
  1.7 Calendar
  1.8 Nav Pills
  2. Main Structure
  2.1 Layout Styles
  2.2 Header
  2.3 Slide Menu
  2.4 Footer
  2.5 Main Slider
3. Content
  3.1 Breadcrumbs block
  3.2 Video block
  3.3 Text + Icon block
  3.4 Testimonials block
  3.5 Person Block
  3.6 Faq page
  3.7 Blog page
  3.8 Appointment Form
  3.9 Appointment Banner
  3.10 Banner Under Slider
  3.11 Services
  3.12 GetForm
  3.13 Promo Banner
  3.14 How it works
  3.15 Statistic
  3.16 Show/Hide Block
  3.17 Gallery Page
4. Custom Animation
5. Plugins overlay styles
-----------------------------------*/
/* Poppins SemiBold */
/* Poppins font-face removed */
/* Poppins font-face removed */
/* Poppins font-face removed */
/* Poppins font-face removed */
/* Poppins font-face removed */
/* Roboto bold */
/* Roboto font-face removed */
/* Roboto font-face removed */
/* Roboto font-face removed */
/* Roboto font-face removed */
/*-------  1.1 Typography Styles --------*/
body,
html {
    overflow-X: hidden;
}
body {
    font-family: 'Roboto', sans-serif;
    color: #292929;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
img {
    height: auto;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
}
body.modal-open {
    padding-right: 0 !important;
}
a {
    color: #292929;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #292929;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
p:empty {
    display: none !important;
}
@media (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}
.info {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 26px;
}
@media (max-width: 479px) {
    .info {
        font-size: 14px;
        line-height: 19px;
    }
}
h1+p.info,
h2+p.info {
    margin-top: -30px;
}
@media (max-width: 767px) {
    h1+p.info,
    h2+p.info {
        margin-top: -10px;
    }
}
@media (max-width: 479px) {
    h1+p.info,
    h2+p.info {
        margin-top: -10px;
    }
}
p.info+p {
    margin-top: 35px;
}
p.info+h2.h-phone {
    margin-top: -5px;
}
.color,
a.color,
a.color:hover,
a.color:focus {
    color: #fede00;
}
.color-alt {
    color: #2c2c2c;
}
svg path.color {
    fill: #fede00 !important;
}
h1,
h2.h-lg {
    font-size: 44px;
    line-height: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 35px;
    color: #292929;
}
h1,
h2.h-lg {
    font-family: 'Poppins', sans-serif;
}
.h-lg {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 991px) {
    h1,
    h2.h-lg {
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    h1,
    h2.h-lg {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 15px;
    }
}
@media (max-width: 479px) {
    h1,
    h2.h-lg {
        font-size: 33px;
        line-height: 40px;
    }
}
span.sm {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    width: 53px;
}
h2 {
    font-size: 34px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 0 30px;
    color: #292929;
}
@media (max-width: 767px) {
    h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}
h2.h-phone {
    letter-spacing: -1px;
}
p.info+h2.h-phone {
    margin-top: -5px;
}
p.info+h2.h-phone {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
}
h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0;
    margin: 0 0 20px;
    color: #292929;
}
@media (max-width: 767px) {
    h3 {
        font-size: 26px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 24px;
        margin: 0 0 10px;
    }
}
h4 {
    font-size: 26px;
    line-height: 28px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0 0 15px;
}
h5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
}
h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
    padding: 0;
    margin: 0 0 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: inherit;
    font-weight: 600;
}
@media (max-width: 767px) {
    h5 {
        font-size: 16px;
    }
}
.divider-xxl {
    clear: both;
    height: 120px;
}
@media (max-width: 1199px) {
    .divider-xxl {
        height: 78px;
    }
}
@media (max-width: 767px) {
    .divider-xxl {
        height: 60px;
    }
}
.divider-xl {
    clear: both;
    height: 65px;
}
@media (max-width: 480px) {
    .divider-xl {
        height: 30px;
    }
}
.divider-lg {
    clear: both;
    height: 45px;
}
@media (max-width: 767px) {
    .divider-lg {
        height: 15px;
    }
}
.divider-md {
    clear: both;
    height: 30px;
}
@media (max-width: 767px) {
    .divider-md {
        height: 15px;
    }
}
.divider {
    clear: both;
    height: 20px;
}
@media (max-width: 767px) {
    .divider {
        height: 15px;
    }
}
.divider-sm {
    clear: both;
    height: 10px;
}
.divider-line {
    clear: both;
    height: 50px;
    margin-top: 50px;
    border-top: 1px solid #fede00;
}
@media (max-width: 767px) {
    .divider-line {
        margin-top: 30px;
        height: 30px;
    }
}
.quote {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-left: 115px;
    position: relative;
    padding-right: 50px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
.blockquote-01 {
    border-left-color: #fede00;
}
.blockquote-01 p {
    font-size: 20px;
    line-height: 28px;
}
.blockquote-01 footer {
    color: #878787;
    font-size: 15px;
    line-height: 22px;
}
.blockquote-01 footer cite {
    color: #fede00;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    font-family: 'Poppins', sans-serif;
}
.quote-simple {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    padding-left: 30px;
    border-left: 4px solid #fede00;
}
.marker-list {
    margin: 17px 0 5px;
    padding: 0;
    list-style: none;
}
.marker-list>li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 33px;
    margin-bottom: 8px;
}
@media (max-width: 1199px) {
    .marker-list>li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 30px;
    }
}
@media (max-width: 575px) {
    .marker-list>li {
        font-size: 14px;
        margin-bottom: 6px;
    }
}
.marker-list>li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e91d";
    font-size: 15px;
    color: #fede00;
}
@media (max-width: 1199px) {
    .marker-list>li:after {
        font-size: 13px;
        left: 5px;
    }
}
.marker-list>li:after {
    font-size: 12px;
}
.marker-list-sm {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.marker-list-sm>li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 29px;
    margin-bottom: 6px;
}
.marker-list-sm>li {
    margin-bottom: 14px;
    padding-left: 28px;
}
.marker-list-sm>li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e91d";
    font-size: 15px;
    color: #fede00;
}
.search-form-area .marker-list-sm>li {
    margin-bottom: 7px;
    margin-top: 7px;
    text-align: left;
}
@media (max-width: 767px) {
    .marker-list-sm>li {
        font-size: 14px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .container-tablet-lg {
        width: inherit;
    }
    .container-tablet-lg.no-indent {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .container-tablet-md {
        width: inherit;
    }
    .container-tablet-md.no-indent {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .container-tablet-md.container-tablet-nogutter {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 1199px) {
    .text-center-tablet {
        text-align: center;
    }
    .text-center-tablet .text-left {
        text-align: center !important;
    }
}
.block-title {
    position: relative;
    padding-bottom: 41px;
    padding-left: 10px;
    padding-right: 10px;
}
.block-title.text-left {
    padding-left: 0;
}
.block-title.text-right {
    padding-right: 0;
}
.block-title .block-title__title {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    line-height: 50px;
    color: #3a3a3a;
    padding: 0;
    margin: 0;
}
.block-title .block-title__description {
    font-size: 16px;
    line-height: 26px;
}
.block-title .title-separator {
    width: 46px;
    height: 3px;
    background-color: #fede00;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 4px;
}
.block-title .title-separator:before,
.block-title .title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fede00;
    display: inline-block;
    position: absolute;
}
.block-title .title-separator:before {
    right: -5px;
}
.block-title .title-separator:after {
    right: -10px;
}
.block-title:not(.text-left):not(.text-right) {
    text-align: center;
}
@media (min-width: 993px) {
    .block-title.block-title__small-indent {
        padding-bottom: 30px;
    }
}
.block-title> :nth-child(1) {
    margin-top: 0;
}
@media (min-width: 992px) {
    .block-title {
        margin-top: -9px;
    }
}
@media (max-width: 991px) {
    .block-title {
        margin-top: -10px;
        padding-bottom: 30px;
    }
    .block-title .block-title__title {
        font-size: 40px;
        line-height: 50px;
    }
    .block-title .block-title__description {
        font-size: 15px;
        line-height: 24px;
        margin-top: -3px;
    }
}
@media (max-width: 767px) {
    .block-title .block-title__title {
        font-size: 33px;
        line-height: 40px;
    }
    .block-title .block-title__description {
        font-size: 14px;
        line-height: 19px;
        margin-top: 3px;
    }
}
@media (max-width: 575px) {
    .block-title {
        margin-top: -7px;
        padding-bottom: 12px;
    }
    .block-title .title-separator {
        width: 34px;
        height: 2px;
        top: -2px;
    }
    .block-title .title-separator:before,
    .block-title .title-separator:after {
        width: 2px;
        height: 2px;
    }
    .block-title .title-separator:before {
        right: -4px;
    }
    .block-title .title-separator:after {
        right: -8px;
    }
    .block-title .block-title__description:last-child {
        padding-bottom: 9px;
    }
}
.block-title+.form-table {
    padding-top: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .search-form-area .marker-list-sm>li {
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .home-search-area.vc_row>.vc_column_container>.vc_column-inner {
        padding-top: 0 !important;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .column-sm-2 {
        column-count: 2;
        column-gap: 16px;
    }
    .search-form-area .marker-list-sm>li {
        margin-top: 0px;
    }
}
.category-list {
    margin: 35px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    list-style: none;
}
.category-list>li {
    padding: 0 0 12px 23px;
    position: relative;
}
.category-list>li>a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
}
.category-list>li>a:hover {
    text-decoration: underline;
}
.category-list>li:after {
    content: '\e920';
    font-family: 'auto';
    color: #fede00;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 10px;
}
.post-meta.category-list li:after {
    content: "";
}
.post-meta.category-list li {
    padding: 9px 0 7px 0px;
}
.category-list>li span {
    color: #292929;
}
.single-post .tags-links {
    margin: 25px 0px 50px;
}
.number-list {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: item;
}
.number-list>li {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}
.number-list>li:before {
    display: inline-block;
    min-width: 18px;
    content: counter(item) ". ";
    counter-increment: item;
    color: #fede00;
}
.contact-info {
    margin: 0 0 25px;
    padding-left: 50px;
    position: relative;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}
.contact-info>.icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
    line-height: 1em;
    color: #fede00;
}
.contact-info h5 {
    text-transform: none;
    padding: 7px 0 0 0;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
}
.contact-info .social-links {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .contact-info h5 {
        font-size: 15px;
    }
    .search-form-area .coupon {
        margin-top: 40px;
    }
    #pageContent .contact-info {
        margin: 0 auto 40px;
        max-width: 260px;
        text-align: left;
    }
    #pageContent .row-grey .contact-info {
        max-width: 100%;
        text-align: left;
    }
}
.vert-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.vert {
    display: table-cell;
    vertical-align: middle;
}
.more-loader {
    display: none;
}
.more-loader.visible {
    display: block;
    text-align: center;
    padding-bottom: 25px;
}
.inline-icons {
    margin-bottom: 30px;
}
.more-loader-coupon {
    display: none;
}
.more-loader-coupon.visible {
    background: #fff none repeat scroll 0 0;
    bottom: 35px;
    display: block;
    font-weight: 600;
    height: 15px;
    left: 50%;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    width: 15px;
    z-index: 1;
    transform: translateY(-50%);
}
.inline-icons .icon-wrapper {
    margin-right: 30px;
}
.inline-icons .icon-wrapper:last-child {
    margin-right: 0;
}
.inline-icons .icon-big {
    margin-right: 10px;
}
.inline-icons .icon-big:last-child {
    margin-right: 0;
}
/*-------- 1.2 Page Preloader    --------*/
#loader-wrapper.loader-off {
    display: none !important;
}
#loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 15000;
    overflow: hidden;
}
.loader {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}
.loader.custom-loader {
    border: medium none;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.loader .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: 'Century Gothic', sans-serif;
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #fede00;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}
.loader .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}
.loader .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}
.loader .line:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 33px;
    top: 33px;
}
.loader .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}
.loader .line:nth-child(4) {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 33px;
    top: 33px;
}
.loader .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}
.loader .line:nth-child(6) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #fede00;
}
.loader .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}
.loader .subline:nth-child(7) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}
.loader .subline:nth-child(8) {
    transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}
.loader .subline:nth-child(9) {
    transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}
.loader .subline:nth-child(10) {
    transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}
.loader .subline:nth-child(11) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #fede00;
}
.loader .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}
.loader .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #fede00 transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}
/*
.home.layout-1 .block {
    margin-bottom: 0;
} */
@keyframes pegIt {
    0% {
        transform: rotate(0deg);
    }
    16% {
        transform: rotate(75deg);
    }
    25% {
        transform: rotate(55deg);
    }
    30% {
        transform: rotate(90deg);
    }
    36% {
        transform: rotate(170deg);
    }
    42% {
        transform: rotate(150deg);
    }
    50% {
        transform: rotate(227deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
    }
    16% {
        -webkit-transform: rotate(75deg);
    }
    25% {
        -webkit-transform: rotate(55deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
    }
    36% {
        -webkit-transform: rotate(170deg);
    }
    42% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(227deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: hsl(0, 0%, 17%);
    border: 0 none;
    border-radius: 0px;
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 18px;
    min-width: 80px;
    padding: 18px 25px;
    transition: .3s;
    margin: 0px 0px 10px;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    background: hsl(52, 100%, 50%);
    color: #000;
}
.btn-contacts input[type="submit"] {
    background-color: hsl(0, 0%, 17%);
    border: 0 none;
    border-radius: 0px;
    color: hsl(0, 0%, 100%);
    font-size: 14px;
    font-weight: 700;
    height: auto;
    line-height: 18px;
    min-width: 80px;
    padding: 18px 40px;
    transition: .3s;
    margin: 0px 0px 10px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    appearance: none;
    margin-bottom: 4px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    color: #2b2b2b;
    min-width: 100%;
}
select {
    border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 0;
}
.gallery-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*-------- 1.3 Forms             --------*/
.input-custom {
    appearance: none;
    margin-bottom: 4px;
    padding: 15px 15px 15px;
    font-size: 18px;
    line-height: 24px;
    height: 54px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    color: #2b2b2b;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
    outline: none;
    border-color: #fede00;
}
.input-custom.input-full {
    width: 100%;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #fff;
}
.bg-dark .form-control.input-custom {
    margin-top: 0px;
}
.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
    outline: none;
    /* border-color: #fede00; */
}
.textarea-custom.input-full {
    width: 100%;
}
.input-wrapper {
    position: relative;
    margin-bottom: 31px;
}
.placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
input::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
input:-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
.required {
    color: red;
}
input.input-custom,
textarea.textarea-custom,
.select-wrapper select.input-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-wrapper {
    position: relative;
}
.select-wrapper:before {
    content: '\25BE';
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 52px;
    height: 52px;
    font-size: 14px;
    line-height: 54px;
    pointer-events: none;
    color: #2b2b2b;
    text-align: center;
    z-index: 99;
}
.select-wrapper select {
    padding-right: 40px;
    width: 100%;
    background-color: #fff;
    color: #2b2b2b;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-table input.btn.btn-invert {
    border-radius: 0 !important;
    padding: 18px 45px;
    color: #333;
}
.select-wrapper select {
    padding-right: 40px;
    width: 100%;
    background-color: #fff;
    color: #2b2b2b;
}
.select-wrapper-sm {
    position: relative;
}
.select-wrapper-sm:before {
    content: '\25BE';
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    pointer-events: none;
    color: #2b2b2b;
    text-align: center;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .select-wrapper-sm:before {
        line-height: 32px !important;
        height: 32px !important;
    }
}
.select-wrapper-sm select {
    padding-right: 40px;
    width: 100%;
    background-color: #fff;
    color: #2b2b2b;
}
.select-wrapper-sm .input-custom {
    height: 40px !important;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px 10px 10px !important;
}
@media (max-width: 1199px) {
    .select-wrapper-sm .input-custom {
        height: 34px !important;
        font-size: 14px !important;
        padding: 7px 34px 7px 7px !important;
    }
}
/*for IE10*/
select::-ms-expand {
    display: none;
}
.contact-form {
    margin-bottom: 15px;
    margin-top: 0;
}
label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #000;
}
form label.error {
    display: block;
    color: #ff0000;
    font-size: 14px !important;
    opacity: 1 !important;
}
.successform,
.errorform {
    display: none;
    height: 70px;
}
.successform span,
.errorform span {
    display: block;
}
.successform span p,
.errorform span p {
    margin-top: 15px;
}
.successform span p {
    color: #2990d6;
}
.errorform span p {
    color: #c0392b;
}
.form-table input::-webkit-input-placeholder {
    color: #000;
}
.form-table input::-moz-placeholder {
    color: #000;
}
.form-table input:-ms-input-placeholder {
    color: #000;
}
.form-table input:-moz-placeholder {
    color: #000;
}
@media (min-width: 992px) {
    .form-table {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding-top: 5px;
    }
    .form-table .form-group-cell {
        display: table-cell;
        vertical-align: top;
        padding: 0 10px;
    }
    .form-table .form-group-cell.sm {
        width: 125px;
    }
    .form-table .form-group-cell.action {
        width: 215px;
    }
    .form-table .form-group-cell .btn {
        height: 55px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .form-table .form-group-cell {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: calc(50% - 126px);
        margin-right: -4px;
    }
    .form-table .form-group-cell.action {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .form-table .form-group-cell.sm {
        width: 125px;
    }
    .form-table .form-group-cell .btn {
        height: 55px;
    }
}
@media (max-width: 767px) {
    .form-table {
        max-width: 460px;
        margin: 0 auto;
    }
}
.block.bg-1,
.block.bg-2,
.block.bg-3,
.block.bg-1 a,
.block.bg-2 a,
.block.bg-3 a {
    color: #fff;
}
/*-------- 1.4 Buttons           --------*/
button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button:active,
.btn:active,
button.active,
.btn.active {
    outline: 0;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button.pull-right,
.btn.pull-right {
    margin-right: 10px;
}
.blog-post a.more-link,
.btn {
    color: #fff;
    position: relative;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    height: auto;
    background-color: #2c2c2c;
    border-radius: 0;
    border: 0;
    vertical-align: top;
    -webkit-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -moz-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -ms-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -o-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 195px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.blog-post a.more-link:hover,
.btn:hover,
.btn.active,
.btn:active {
    background: #fede00;
    color: #333333;
}
.btn:not([data-action]):before,
.btn:not([data-action]):after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 100%;
    top: 0;
    width: 150%;
    height: 100%;
    background-color: #fede00;
    -webkit-transform: skew(30deg) translate3d(0, 0, 0);
    -moz-transform: skew(30deg) translate3d(0, 0, 0);
    -ms-transform: skew(30deg) translate3d(0, 0, 0);
    -o-transform: skew(30deg) translate3d(0, 0, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.btn:not([data-action]):before {
    left: auto;
    right: 100%;
    -webkit-transform: skew(-30deg) translate3d(0, 0, 0);
    -moz-transform: skew(-30deg) translate3d(0, 0, 0);
    -ms-transform: skew(-30deg) translate3d(0, 0, 0);
    -o-transform: skew(-30deg) translate3d(0, 0, 0);
}
.blog-post a.more-link:hover,
.btn:hover {
    background-color: #2c2c2c;
}
.btn:not([data-action]):hover:before {
    -webkit-transform: skew(-30deg) translate3d(70%, 0, 0);
    -moz-transform: skew(-30deg) translate3d(70%, 0, 0);
    -ms-transform: skew(-30deg) translate3d(70%, 0, 0);
    -o-transform: skew(-30deg) translate3d(70%, 0, 0);
    opacity: 1;
}
.btn:not([data-action]):hover:after {
    -webkit-transform: skew(30deg) translate3d(-70%, 0, 0);
    -moz-transform: skew(30deg) translate3d(-70%, 0, 0);
    -ms-transform: skew(30deg) translate3d(-70%, 0, 0);
    -o-transform: skew(30deg) translate3d(-70%, 0, 0);
    opacity: 1;
}
.btn:not([data-action]):hover {
    background: #ffc513;
    color: #2c2c2c;
}
.btn span {
    display: block;
    position: relative;
    z-index: 1;
}
.btn.btn-border {
    border: 2px solid #fede00;
    background: transparent;
    line-height: 14px;
}
button#place_order,
.btn.btn-lg {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 20px 35px;
}
@media (max-width: 767px) {
    .btn.btn-lg {
        font-size: 16px;
    }
}
.btn.btn-sm {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 10px 40px;
    text-transform: none;
    min-width: 0;
}
.btn.btn-xs {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px 15px;
    min-width: 0;
}
.btn.btn-full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
button#place_order,
.btn-invert {
    background: #fede00;
    color: #2c2c2c;
}
.btn-invert:not([data-action]),
.btn-invert:not([data-action]).active,
.btn-invert:not([data-action]):active,
.btn-invert:not([data-action]).focus,
.btn-invert:not([data-action]):focus {
    background: #fede00;
    color: #2c2c2c;
}
.btn-invert:before,
.btn-invert:after {
    background-color: #2c2c2c;
}
.btn-invert:not([data-action]):hover {
    background: #2c2c2c !important;
    color: #fff !important;
}
.btn-invert-alt {
    background: #2c2c2c;
}
.btn-invert-alt:hover,
.btn-invert-alt.active,
.btn-invert-alt:active,
.btn-invert-alt.focus,
.btn-invert-alt:focus {
    background-color: #fff;
    color: #2c2c2c;
}
.btn-white {
    background: #fff;
    color: #2c2c2c;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.btn-white:hover,
.btn-white.active,
.btn-white:active,
.btn-white.focus,
.btn-white:focus {
    background-color: #2c2c2c;
    color: #fff;
}
.btn-inline .btn {
    margin: 0 24px 10px 0;
}
.text-center .btn-inline .btn {
    margin: 0 12px 10px;
}
/*-------- 1.5 Social Icons      --------*/
.social-links ul {
    margin: 0;
    padding: 0;
}
.social-links ul li {
    display: inline-block;
    margin: 0 7px 5px 0;
    list-style: none;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .social-links ul li {
        margin: 0 4px 3px 0;
    }
}
.social-links ul li:last-child {
    margin-right: 0;
}
.social-links ul li a {
    font-size: 45px;
    color: #fede00;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
    .social-links ul li a {
        font-size: 36px;
    }
}
.social-links ul li a:hover {
    color: #2c2c2c;
}
.link a {
    font-size: 34px;
    line-height: 1em;
    color: #fede00;
    text-decoration: none;
    padding: 0 4px 0 0;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.link a:hover {
    color: #2c2c2c;
}
a.icon-facebook-logo:hover {
    color: #3b5998 !important;
}
a.icon-twitter-logo:hover {
    color: #55acee !important;
}
a.icon-google-plus-logo:hover {
    color: #dd4b39 !important;
}
a.icon-linkedin-logo:hover {
    color: #4875B4 !important;
}
a.icon-pinterest-logo:hover {
    color: #C92228 !important;
}
a.icon-instagram-logo:hover {
    color: #4E433C !important;
}
/*-------- 1.6 Tags              --------*/
.tags-list {
    position: relative;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.tags-list a {
    margin-bottom: 7px;
    margin-right: 5px;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    background-color: #f5f5f5;
    color: #5e5e5e;
    font-size: 16px !important;
    padding: 11px 21px;
}
.tags-list a:hover {
    background-color: #fede00;
    color: #ffffff;
}
.calendar__header {
    font-size: 16px;
    font-style: italic;
    padding: 0 0 18px;
}
.calendar__footer {
    font-size: 16px;
    font-style: italic;
    padding: 10px 0 0;
}
.calendar__footer a {
    text-decoration: none;
}
.calendar__footer a:hover {
    color: #fede00;
}
.calendar table {
    background: #fff;
    border-collapse: collapse;
    color: #2c2c2c;
    font-size: 15px;
    width: 100%;
    max-width: 350px;
    border-spacing: 1px;
    border-collapse: separate;
}
.calendar th,
.calendar td {
    border: 1px solid #eee;
    color: #484848;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.calendar th:hover,
.calendar td:hover {
    background-color: #f5f5f5;
}
.calendar th {
    background-color: #f5f5f5;
}
.calendar tr:first-child td {
    color: #2c2c2c;
    font-weight: 700;
    padding-bottom: 10px;
}
.calendar .selected,
.calendar .selected:hover {
    background-color: #fede00;
    color: #2c2c2c;
}
/*-------- 1.8 Nav Pills         --------*/
.nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}
.nav-tabs>li {
    margin: 0 20px;
}
@media (max-width: 479px) {
    .nav-tabs>li {
        width: 100%;
        margin: 0;
    }
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}
.nav-tabs>li>a {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    border: none;
    color: #292929;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.nav-tabs>li.active>a,
.nav-tabs>li>a:hover {
    border: none;
    color: #fede00 !important;
    background: transparent;
}
.nav-tabs>li>a::after {
    content: "";
    background: #fede00;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transform: scale(0);
}
.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}
.tab-nav>li>a::after {
    background: #fede00 none repeat scroll 0% 0%;
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px;
}
@media (max-width: 479px) {
    .tab-content {
        padding: 0;
    }
}
.tab-services .tab-content {
    position: relative;
}
.tab-services .tab-content>.tab-pane {
    display: block;
    position: absolute;
    width: calc(100% + 30px);
    top: -10000px;
}
.tab-services .tab-content>.active {
    position: relative;
    top: 0;
}
.nav-pills {
    margin: 70px 0 47px;
    text-align: center;
}
.nav-pills>li {
    display: inline-block;
    float: none;
    margin: 0 3px 10px 3px;
}
.nav-pills>li>a {
    display: block;
    border-radius: 0;
    padding: 0 18px;
    min-width: 50px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 53px;
    color: #383838;
    text-decoration: none;
    text-align: center;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #fede00;
    border-color: #fede00;
    color: #383838;
}
/*---------------------------------------*/
/*--------   2. Main Structure   --------*/
/*---------------------------------------*/
/*--------   2.1 Layout Styles   --------*/
.block {
    margin-bottom: 120px;
}
.block.bottom-sm {
    margin-bottom: 48px;
}
.block.bottom-md {
    margin-bottom: 100px;
}
.block.bottom-null {
    margin-bottom: 0;
}
.block.bg-1,
.block.bg-3 {
    background-size: cover;
    padding: 75px 0 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-backface-visibility: hidden;
}
@media (max-width: 991px) {
    .block.bg-1,
    .block.bg-2,
    .block.bg-3 {
        background-attachment: scroll;
    }
}
@media (max-width: 1199px) {
    .block.bg-1,
    .block.bg-3 {
        background-size: cover;
        padding: 40px 0 40px;
    }
}
.faq-excerpt {
    margin-top: 0px;
}
.services-page-txt.block.bg-1 {
    padding: 20px 0 60px;
}
.services-page-txt .wpb_content_element {
    margin-bottom: 0px !important;
}
.black-bg-color {
    margin: 1px 0px 80px;
}
.block.bg-1 h1,
.block.bg-2 h1,
.block.bg-3 h1,
.block.bg-1 h2,
.block.bg-2 h2,
.block.bg-3 h2,
.block.bg-1 h3,
.block.bg-2 h3,
.block.bg-3 h3,
.black-bg-color h2.h-lg {
    color: #fff;
}
.block.bg-1 .slick-dots li button:after,
.block.bg-2 .slick-dots li button:after,
.block.bg-3 .slick-dots li button:after {
    background: #fff;
}
.block.bg-1 .slick-dots li.slick-active button:after,
.block.bg-2 .slick-dots li.slick-active button:after,
.block.bg-3 .slick-dots li.slick-active button:after,
.block.bg-1 .slick-dots li.slick-active button:hover:after,
.block.bg-2 .slick-dots li.slick-active button:hover:after,
.block.bg-3 .slick-dots li.slick-active button:hover:after {
    background: #2c2c2c;
}
.block.bg-2 {
    padding: 75px 0 60px;
}
@media (max-width: 991px) {
    .block.bg-2 {
        padding: 60px 0 60px 0;
    }
}
.block.bg-3 {
    background: #252525;
    padding: 52px 0 0;
}
@media (max-width: 767px) {
    .block.bg-3 {
        padding: 44px 0 0;
    }
}
@media (min-width: 768px) {
    .block.bg-3 .container-fluid {
        padding: 0;
    }
}
.block.bg-4 {
    background: #f5f5f5;
    padding: 55px 0 45px;
}
@media (max-width: 991px) {
    .block.bg-4 {
        padding: 55px 0 45px;
    }
}
@media (max-width: 767px) {
    .block.bg-4 {
        padding: 55px 0 45px;
    }
}
.block.bg-dark {
    color: #fff;
}
.block.bg-dark h1,
.block.bg-dark h2,
.block.bg-dark h3 {
    color: #fff;
}
.block.bg-dark.full-block {
    background: url(/wp-content/themes/car-repair-services/images/grey-bg-1.webp) repeat 0 0;
}
.block.bg-dark:not(.full-block) .container {
    background: url(/wp-content/themes/car-repair-services/images/grey-bg-1.webp) repeat 0 0;
}
.block.offset-sm {
    margin-top: -35px;
}
@media (min-width: 992px) {
    .contact-hone-number {
        margin-top: -20px;
    }
}
@media (max-width: 1199px) {
    .block {
        margin-bottom: 78px;
    }
}
@media (max-width: 991px) {
    .block {
        margin-bottom: 60px;
    }
    .block.offset-sm {
        margin-top: 0;
    }
    .contact-hone-number .wpb_column.vc_column_container {
        width: 100%;
    }
    .contact-hone-number .wpb_column .wpb_text_column.wpb_content_element {
        margin-bottom: 10px;
    }
}
@media (min-width: 1200px) {
    .block>.container,
    .navbar .container,
    #pageContent>.container {
        padding-left: 0;
        padding-right: 0;
    }
}
.slidertop-space {
    padding-top: 120px;
}
@media (max-width: 991px) {
    html body:not(.home) #pageContent,
    .slidertop-space {
        padding-top: 60px;
    }
}
@media (max-width: 480px) {
    body:not(.home),
    body:not(.custom-background) {
        background-size: contain !important;
        background-repeat-y: repeat !important;
    }
}
#pageContent {
    position: relative;
    background-color: #fff;
    top: -1px;
}
#pageContent:before,
#pageContent:after {
    content: '';
    display: table;
}
#pageTitle h1,
#pageTitle h2 {
    text-align: center;
    color: #fff;
}
#pageTitle {
    padding: 47px 15px 45px;
}
@media (min-width: 1200px) {
    #pageTitle .container {
        padding: 0;
    }
}
#pageTitle h1 {
    margin: 0;
    padding: 0 0 8px 0;
}
@media (max-width: 991px) {
    #pageTitle h1,
    #pageTitle h2 {
        text-align: center;
        color: #fff;
        font-size: 40px;
        line-height: 40px;
    }
}
@media (max-width: 767px) {
    #pageTitle h1,
    #pageTitle h2 {
        text-align: center;
        color: #fff;
        font-size: 32px;
        line-height: 32px;
    }
}
@media (max-width: 479px) {
    #pageTitle h1,
    #pageTitle h2 {
        font-size: 33px;
        line-height: 40px;
    }
}
.vc_row.car-faq-text {
    margin-bottom: -50px;
}
.car-faq-text h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}
.car-faq-text .vc_toggle_title:hover h4 {
    color: #fede00;
}
@media (max-width: 767px) {
    .car-faq-text h4 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media (max-width: 1199px) {
    .gallery-item img {
        width: auto;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        max-width: 100%;
        height: auto;
    }
}
.entry-header h1,
.entry-header h2 {
    text-align: center;
    color: #fff;
    font-size: 44px;
    line-height: normal;
}
@media (max-width: 991px) {
    .car-faq-text h4 {
        font-size: 16px;
    }
    .car-faq-text .vc_toggle {
        display: block;
        margin: 0 0 60.74px;
        padding: 0;
        font-size: 1em;
    }
    .vc_row.wpb_row.vc_row-fluid.vc_custom_1493347865495.vc_row-no-padding {
        padding-bottom: 0 !important;
    }
}
.row-grey {
    margin: 40px 0 60px;
    padding: 30px 20px;
    background-color: #f3f3f3;
}
@media (max-width: 767px) {
    .row-grey {
        margin: 40px 0 40px;
        padding: 20px 15px;
    }
}
.row-grey .contact-info {
    margin-bottom: 0;
}
.contacts-page .wpcf7-form-control.wpcf7-textarea {
    height: 220px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    border: 2px solid #fede00;
}
@media (max-width: 991px) {
    .contacts-page .wpcf7-form-control.wpcf7-textarea {
        height: 195px;
    }
    .btn-contacts.contacts-page {
        margin-bottom: -20px;
    }
}
@media (min-width: 991px) {
    body.fixedSlider header.page-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
}
@media (min-width: 992px) {
    .page-header.is-sticky .header-row {
        display: none;
    }
}
body.home.page header.page-header {
    position: absolute;
    background: none;
}
.page-header.is-sticky {
    position: fixed !important;
    width: 100%;
}
/* header.page-header.is-sticky:before, */
header.page-header.is-sticky .header-right-bottom,
header.page-header.is-sticky .header-right-top,
.page-header.is-sticky .header-info-toggle {
    display: none;
}
header.page-header.is-sticky .logo {
    padding-top: 0px;
    height: auto;
}
header.is-sticky .header-row .logo>a {
    padding: 5px 0;
}
header.page-header {
    position: relative;
    width: 100%;
    z-index: 1000;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: normal;
}
header.page-header:before {
    content: '';
    height: 59px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
header .header-row {
    background: url(/wp-content/themes/car-repair-services/images/grey-bg.webp) repeat;
    display: flex;
}
header.page-header-1 .header-row .logo {
    width: 254px;
    float: left;
}
header.page-header-1 .header-row .logo>a {
    padding: 24px 0 13px 32px;
}
@media (max-width: 1199px) {
    header .header-row .logo {
        width: 300px;
    }
}
@media (max-width: 991px) {
    header.page-header {
        background: #333 !important;
    }
}
@media (max-width: 767px) {
    .appointment {
        right: 0px;
    }
}
header .header-right {
    float: right;
    width: calc(100% - 254px);
}
header .header-right .address {
    float: left;
    width: 65%;
    position: relative;
    height: 59px;
    border-radius: 0 0 0 20px;
    font-size: 16px;
    line-height: 24px;
    padding: 17px 60px 17px 86px;
    margin-left: -15px;
    width: calc(100% - 305px);
    color: #fff;
    text-align: left;
}
@media (max-width: 1199px) {
    header .header-right .address {
        font-size: 16px;
        width: calc(100% - 250px);
        padding: 17px 30px 17px 40px;
    }
}
header .header-right .address {
    background-color: transparent;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 17px 60px 17px 86px;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    font-weight: 400;
}
header.page-header-1 .header-right .address span {
    color: #fede00;
}
header.page-header-1 .header-right-top {
    height: 59px;
    width: 100%;
}
header.page-header-1 .header-right-top a:hover {
    color: #333;
}
header.page-header-1 .header-right-bottom {
    padding: 18px 0px;
    height: 66px;
    text-align: right;
}
header.page-header-1 .header-phone {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}
header.page-header-1 .header-phone>span {
    display: inline-block;
    vertical-align: middle;
}
header.page-header-1 .header-phone .text {
    font-size: 16px;
    text-transform: capitalize;
    padding-right: 16px;
    padding-top: 8px;
}
header.page-header-1 .header-phone .phone-number {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
}
header.page-header-1 .header-phone .phone-number .code {
    color: #fede00;
}
header.page-header-1 .logo {
    position: relative;
    overflow: hidden;
}
@media (max-width: 991px) {
    header.page-header .logo {
        padding-top: 34px;
        max-width: 185px;
    }
    header.page-header .logo {
        padding-top: 0;
        position: relative;
        top: 4px;
    }
}
@media (max-width: 767px) {
    header.page-header .logo {
        max-width: 165px;
    }
}
header.page-header-1 .logo>a {
    position: relative;
    display: block;
}
header.page-header-1 .logo img {
    max-height: 110px;
    max-width: 100%;
}
@media (max-width: 991px) {
    header.page-header-1 .header-phone .phone-number {
        display: none;
    }
}
@media (max-width: 991px) {
    header.page-header-1 .logo img {
        max-width: 185px;
        height: auto;
        width: 100%;
    }
}
@media (max-width: 767px) {
    header.page-header-1 .logo img {
        max-width: 165px;
    }
    header.page-header-1 .logo>a {
        display: inline-block;
    }
}
.appointment {
    display: block;
    float: right;
    position: relative;
    background-color: #fede00;
    height: 59px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    padding: 17px 20px;
    margin-left: -15px;
    width: 240px;
    color: #000;
    text-align: center;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
@media (max-width: 1199px) {
    .appointment,
    .appointment {
        width: 250px;
        font-size: 22px;
        padding: 17px 10px;
    }
}
header.page-header .appointment:focus,
header.page-header .appointment:hover,
.modal-header .appointment:focus,
.modal-header .appointment:hover {
    outline: none;
}
.appointment span,
.appointment .icon {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.page-header .appointment .icon,
.modal-header .appointment .icon {
    margin-right: 7px;
    font-size: 25px;
}
header.page-header .appointment:after,
.modal-header .appointment:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 48px 67px 0;
    left: -47.3px;
    top: -7px;
    border-color: transparent #fede00 transparent transparent;
}
.layout-2 .appointment {
    width: auto;
}
@media (min-width: 992px) {
    header.page-header-1 #slide-nav #slidemenu {
        position: relative;
        background: #ffffff;
        box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    }
    header .heade-mobile {
        display: none;
    }
    .header-row {
        float: none;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        min-height: 70px;
        margin-bottom: 0;
        padding: 0;
    }
    .ecaret {
        display: none;
    }
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background-color: transparent;
        color: #000000;
    }
    .navbar-nav {
        margin: 0 20px;
        float: none;
    }
    .navbar-nav>li {
        margin: 0px;
    }
    header.page-header-1 .navbar-nav>li>a {
        display: block;
        position: relative;
        overflow: hidden;
        font-size: 15px;
        line-height: 23px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        padding: 18px 15px 18px;
        text-decoration: none;
        color: #000000;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transition: background-color 0.2s ease 0s;
        -moz-transition: background-color 0.2s ease 0s;
        -ms-transition: background-color 0.2s ease 0s;
        -o-transition: background-color 0.2s ease 0s;
        background-color: transparent;
        box-shadow: none;
        position: relative;
    }
    .navbar-nav>li>a span {
        display: block;
        position: relative;
        z-index: 1;
    }
    header.page-header-1 .navbar-nav>li>a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        width: 0%;
        height: 4px;
        margin: auto;
        left: 0;
        right: 0;
        background-color: #fede00;
        transition: width 0.2s linear;
    }
    header.page-header-1 .navbar-nav>li.current-menu-item a:after,
    header.page-header-1 .navbar-nav>li>a:hover:after {
        width: 100%;
        bottom: 0px;
    }
    .navbar-nav .dropdown .dropdown-menu {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin-left: -110px;
        transform: translateX(20px);
        bottom: auto !important;
        left: 50%;
        width: 220px;
        display: block !important;
        opacity: 1;
        visibility: hidden;
        top: -5000px;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    }
    .navbar-nav .dropdown .dropdown-menu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }
    .navbar-nav .dropdown .dropdown-menu li.open>a {
        background-color: transparent;
    }
    .navbar-nav .dropdown .dropdown-menu li>a {
        font-size: 15px;
        line-height: 20px;
        font-family: 'Poppins', sans-serif;
        padding: 10px 45px 10px 15px;
        color: #000000;
        background-color: #fff !important;
        border-bottom: 1px solid #f0f0f0;
        white-space: normal;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    .navbar-nav .dropdown .dropdown-menu li>a:hover,
    .navbar-nav .dropdown .dropdown-menu li>a:focus {
        background-color: #f2f2f2 !important;
    }
    .navbar-nav .dropdown .dropdown-menu li:last-child>a {
        border-bottom: 0;
    }
    .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
        top: 6px;
    }
    .navbar-nav .dropdown:hover .dropdown-menu {
        transform: translateX(0);
        -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        margin-top: -4px;
    }
}
@media (max-width: 1024px) {
    header.page-header-1 .header-row {
        background: #2d2d2d !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    header.page-header-1 .navbar-nav>li>a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.search-container {
    overflow: hidden;
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    margin: 7px 10px 0 0;
    -moz-transition: width 0.35s;
    -webkit-transition: width 0.35s;
}
.search-container:hover {
    width: 100%;
}
.search-container:hover input {
    display: block;
    width: calc(100% - 50px);
    opacity: 1;
    background-color: #f7f7f7;
}
body .search-container:hover .button {
    background-color: #fede00;
    color: #000;
}
.search-container input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: calc(100% - 50px);
    height: 50px;
    padding: 10px;
    border: 0;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    background-color: transparent;
    outline: none;
    min-width: auto;
    opacity: 0;
}
body .search-container .button {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    min-width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: center;
    font-size: 16px;
    color: #5f5f5f;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    line-height: 50px;
    border: none;
}
@media (max-width: 991px) {
    .page-header-1 .search-container {
        width: calc(100% - 30px) !important;
        margin: 20px 15px;
    }
    .search-container input {
        display: block;
        width: calc(100% - 50px);
        opacity: 1;
        background-color: #fff;
    }
    .search-container .button {
        background-color: #fede00;
        color: #000;
    }
    header.page-header [class*="col-"] {
        position: static;
        padding: 0;
    }
    header.page-header .appointment:after,
    .modal-header .appointment:after {
        border-width: 0px 48px 58px 0;
    }
    .appointment .icon {
        display: none;
    }
    header .header-row {
        display: none;
    }
    header .heade-mobile {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
        background: #2d2d2d;
        min-height: 50px;
    }
    header .heade-mobile .logo>a {
        padding: 5px 0 5px 20px;
    }
    header .heade-mobile .logo>a img {
        max-width: 119px;
        height: auto;
    }
    header .heade-mobile .col-left {
        flex: 2 1 auto;
    }
    header .heade-mobile .col-right {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    header .heade-mobile .search-container {
        padding: 0;
        margin: 0;
        width: inherit !important;
        position: relative;
        overflow: inherit;
    }
    header .heade-mobile .search-container input {
        appearance: none;
        float: inherit;
        width: 300px;
        height: 50px;
        padding: 10px;
        border: 0;
        border-radius: 0;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        background-color: transparent;
        outline: none;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        pointer-events: none;
        right: 54px;
    }
    body header .heade-mobile .search-container .button {
        background: #2d2d2d !important;
        color: #ffffff;
        width: 54px;
        height: 50px;
        right: 0;
        position: relative;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
    }
    header .heade-mobile .search-container .button [class^="icon-"],
    header .heade-mobile .search-container .button [class*=" icon-"] {
        position: relative;
        top: 2px;
    }
    header .heade-mobile .search-container .button:hover {
        color: #fede00;
    }
    header .heade-mobile .search-container.active input {
        display: block;
        background-color: #fff;
        pointer-events: auto;
        opacity: 1;
        visibility: visible;
    }
    header .heade-mobile .navbar-toggle {
        background: #2d2d2d;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: flex-end;
        width: 50px;
        height: 50px;
        line-height: 0;
        font-size: 0;
        border-radius: 0;
        right: inherit;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 14px;
        padding-right: 19px;
        top: 0;
    }
    header .heade-mobile .navbar-toggle span {
        height: 2px;
        background-color: #ffffff;
        display: inline-block;
    }
    header .heade-mobile .navbar-toggle span:nth-child(1) {
        width: 12px;
    }
    header .heade-mobile .navbar-toggle span:nth-child(2) {
        width: 20px;
        margin-top: 4px;
    }
    header .heade-mobile .navbar-toggle span:nth-child(3) {
        width: 14px;
        margin-top: 4px;
    }
    header .heade-mobile .navbar-toggle:hover span {
        background-color: #fede00;
    }
}
@media (max-width: 991px) and (max-width: 790px) {
    header .heade-mobile .logo>a img {
        max-width: 100px;
    }
}
@media (max-width: 991px) and (max-width: 575px) {
    header .heade-mobile .search-container input {
        width: 197px;
    }
}
@media (max-width: 991px) {
    header.page-header .address {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        color: #ffffff;
        font-size: 15px;
        margin-right: 70px;
        height: 50px;
    }
}
@media (max-width: 790px) {
    header.page-header .address {
        display: none;
    }
}
body.hdr-sticky .heade-mobile-top {
    display: none !important;
}
.heade-mobile-top {
    position: relative;
    background-color: #131313;
    height: 33px;
    overflow: hidden;
}
@media (min-width: 791px) {
    .heade-mobile-top {
        display: none;
    }
}
.heade-mobile-top .header-info-toggle {
    height: 100%;
}
.heade-mobile-top .header-info-toggle [class*='icon-'] {
    position: relative;
    top: -2px;
}
@media (max-width: 991px) {
    .header-info-mobile {
        background-color: #2d2d2d;
        color: #ffffff;
    }
    .header-info-mobile a {
        color: #ffffff;
    }
    .header-info-mobile p {
        padding-left: 30px;
    }
    .header-info-mobile p>[class*='icon-'] {
        color: #ffffff;
        font-size: 14px;
        line-height: 19px;
        top: 2px;
    }
}
@media (max-width: 790px) {
    .header-info-mobile .appointment {
        height: 33px;
    }
}
@media (max-width: 790px) {
    .heade-mobile .appointment {
        display: none;
    }
}
.search-container:hover {
    width: 300px;
}
@media (min-width: 992px) {
    .search-container {
        position: absolute;
        right: 15px;
        top: -2px;
    }
}
@media (max-width: 790px) {
    header.page-header .appointment:after,
    .modal-header .appointment:after {
        border-width: 0px 48px 40px 0;
    }
}
.overflow-visible {
    overflow: visible !important;
}
/*--------   2.3 Slide Menu      --------*/
body .darkout-menu {
    position: fixed;
    z-index: -1;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s linear, left 0.3s linear;
    -moz-transition: opacity 0.3s linear, left 0.3s linear;
    -ms-transition: opacity 0.3s linear, left 0.3s linear;
    -o-transition: opacity 0.3s linear, left 0.3s linear;
}
body.slide-active {
    overflow-x: hidden;
}
body.slide-active .darkout-menu {
    z-index: 1000;
    left: 270px;
    top: 0;
}
#pageContent {
    position: relative;
    left: 0;
}
#pageContent.slide-active {
    padding-top: 0;
}
.navbar-header {
    position: relative;
}
#slidemenu,
#pageContent,
#mainSliderWrapper,
.page-footer,
.page-header-1 .header-row,
.header-info-mobile,
.header-topline {
    -webkit-transition: left 0.3s linear;
    -moz-transition: left 0.3s linear;
    -ms-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    left: 0;
    position: relative;
}
.header-info-mobile.slide-active,
#slidemenu.slide-active,
#pageContent.slide-active,
.page-footer.slide-active,
.page-header-1 .header-row.slide-active {
    left: 270px;
}
.page-footer.slide-active {
    z-index: 9999;
}
@media (max-width: 991px) {
    #slide-nav .container {
        margin: 0!important;
        padding: 0!important;
        height: 100%;
        width: 100%;
    }
    #slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }
    #slide-nav .navbar.slide-active {
        position: absolute;
        width: 270px;
        top: -1px;
        z-index: 1000;
    }
    #slide-nav #slidemenu {
        left: -100%;
        width: 270px !important;
        min-width: 0;
        position: absolute;
        z-index: 2;
        top: 0;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
        background: #262626 none repeat scroll 0 0;
        border: 0;
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
    }
    #slide-nav #slidemenu .close-menu {
        display: none;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 10px;
        height: 42px;
        color: #fede00;
        text-align: left;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 42px;
        font-weight: 600;
    }
    #slide-nav #slidemenu.slide-active {
        left: 0;
        height: 100vh;
        overflow-y: scroll;
        display: block;
    }
    #slide-nav #slidemenu.slide-active .row {
        margin: 0;
    }
    #slide-nav #slidemenu.slide-active .close-menu {
        display: block;
    }
    #slide-nav #slidemenu.slide-active .search-container .button {
        border-radius: 0 0 0 0 !important;
        min-width: 10px;
        right: 0;
        padding: 0;
    }
    #slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
        margin: 42px 0 0;
    }
    #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 100%;
        white-space: normal;
        text-decoration: none;
    }
    #slide-nav {
        border-top: 0;
    }
    #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        width: 270px;
        left: -270px;
        background: #262626;
        -webkit-transition: left 0.3s linear;
        -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
    }
    #navbar-height-col.slide-active {
        left: 0;
    }
}
@media (min-width: 992px) {
    #slide-nav #slidemenu .close-menu {
        display: none !important;
    }
    #pageContent {
        left: 0;
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed;
    }
    .navbar-header {
        left: 0 !important;
    }
}
.home-slider-one .vc_column-inner {
    z-index: 0 !important;
}
.car-add-texts .vc_column-inner {
    margin-top: -35px !important;
}
.car-add-texts .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}
body.admin-bar .page-header.sticky.is-sticky {
    top: 32px;
}
body.admin-bar.home #appointmentForm.modal .modal-dialog {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar .page-header.sticky.is-sticky {
        top: 0;
    }
    body.admin-bar.home #appointmentForm.modal .modal-dialog {
        top: 46px;
    }
}
/*--------   2.4 Footer          --------*/
@media (min-width: 767px) {
    body.fixedFooter .page-footer {
        position: fixed;
        bottom: -100%;
        width: 100%;
        z-index: 2;
    }
}
@media (min-width: 769px) {
    .page-footer .footer-col-left .inside {
        width: 470px;
        float: right;
        padding: 68px 15px 55px 0;
    }
}
@media (max-width: 768px) {
    .page-footer .footer-col-left .inside {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
}
@media (min-width: 769px) {
    .page-footer .footer-content {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: #2b2b2b;
    }
    .page-footer .footer-col-left {
        display: table-cell;
        vertical-align: top;
        width: 44%;
        padding: 0;
    }
    .page-footer .footer-col-right {
        display: table-cell;
        vertical-align: top;
        width: 56%;
        position: relative;
    }
    .page-footer .footer-map {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-footer .footer-col-left .inside {
        width: 390px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .page-footer .footer-col-left .inside {
        width: 360px;
    }
    .page-footer .footer-col-left,
    .page-footer .footer-col-right {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .page-footer .footer-col-left {
        padding: 40px 20px;
    }
    .page-footer .footer-col-left,
    .page-footer .footer-col-right {
        width: 100%;
        display: block;
    }
}
.page-footer a,
.page-footer a:hover {
    color: #fff;
}
.page-footer .contact-info a:hover {
    text-decoration: underline;
}
.page-footer {
    position: relative;
    background: #2c2c2c;
    color: #fff;
    z-index: 0;
}
.page-footer .footer-content {
    background-color: #2b2b2b;
}
.footer-section03 {
    background-color: #2d2d2d;
    padding: 22px 0 15px 0;
}
@media (max-width: 991px) {
    .page-footer .footer-bottom {
        text-align: center;
    }
}
.page-footer .footer-phone,
.page-footer .footer-phone h2 {
    font-size: 28px;
    color: #fff;
}
.page-footer .container {
    position: relative;
    z-index: 100;
}
.page-footer .copyright {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 27px;
}
@media (max-width: 767px) {
    .page-footer .copyright {
        font-size: 14px;
        line-height: 21px;
    }
}
.page-footer .footer-map {
    min-height: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .page-footer .footer-map {
        position: absolute !important;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
.page-footer .social-links {
    margin-top: 68px;
}
@media (max-width: 767px) {
    .page-footer .social-links {
        margin-top: 35px;
        text-align: center;
    }
    .page-footer .social-links li {
        margin-bottom: 10px !important
    }
}
.page-footer .social-links ul li {
    margin: 0 8px 0 0;
}
.page-footer .social-links ul li a {
    color: #fede00;
    font-size: 44px;
}
.page-footer .social-links ul li a:hover {
    color: #fff;
}
.page-footer .footer-phone {
    margin-bottom: 62px;
    font-size: 34px;
    line-height: 1em;
}
@media (max-width: 768px) {
    .page-footer .footer-phone {
        margin-bottom: 35px;
    }
    .page-footer .social-links {
        margin-top: 35px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .page-footer .social-links ul li a {
        font-size: 36px;
    }
}
.page-footer .footer-phone,
.page-footer .footer-phone h2 {
    color: #fff;
}
.page-footer .footer-phone .number {
    color: #fede00;
    white-space: nowrap;
}
.page-footer .contact-info {
    margin: 0 0 40px;
}
.page-footer .contact-info .icon {
    color: #fede00;
    font-size: 36px;
}
@media (max-width: 768px) {
    #pageContent .page-footer .contact-info {
        font-size: 14px;
        line-height: 20px;
        padding-left: 40px;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    #pageContent .page-footer .footer-phone {
        margin-bottom: 35px;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .page-footer .contact-info {
        font-size: 14px;
        line-height: 22px;
        padding-left: 40px;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .page-footer .contact-info .icon {
        font-size: 30px;
        top: -4px;
    }
}
/*--------   2.5 Main Slider     --------*/
/*slider*/
@media (min-width: 992px) {
    body.fixedSlider #mainSlider {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
.home-slider-one .vc_column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
#mainSlider {
    opacity: 0;
}
#mainSlider .slick-slide {
    position: relative;
}
#mainSlider.slick-slider {
    margin-bottom: 0;
}
#mainSlider.slick-initialized {
    opacity: 1;
}
@media (min-width: 992px) {
    #mainSlider {
        height: 800px;
    }
    body.layout-2 #mainSlider {
        height: inherit;
    }
}
@media (max-width: 991px) {
    #mainSlider.slick-slider {
        margin-bottom: 0;
    }
}
#mainSlider .slide .img--holder {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#mainSlider .slide-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 100;
}
#mainSlider .slide-content.center {
    text-align: center;
}
#mainSlider .slide-content.left {
    text-align: left;
}
#mainSlider .slide-content.right {
    text-align: right;
}
#mainSlider .slide-content h4 {
    color: #fff;
    text-transform: none;
    font-size: 27px;
    line-height: 1.2;
    margin-bottom: 0.23em;
}
#mainSlider .slide-content h3 {
    letter-spacing: -0.04em;
    color: #fede00;
    text-transform: none;
    font-size: 72px;
    line-height: 1.2;
    margin-bottom: 0.4em;
    letter-spacing: -0.04em;
}
#mainSlider .slide-content h4,
#mainSlider .slide-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#mainSlider .slide-content.left h3,
#mainSlider .slide-content.right h3 {
    display: table;
}
#mainSlider .slide-content h3+h3 {
    margin-top: -0.3em;
}
#mainSlider .slide-content p {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 2.5em;
}
#mainSlider .slide-content .btn,
#mainSlider .slide-content .btn:focus {
    height: auto;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 20px 27px;
    outline: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
#mainSlider .slide-content .btn:hover,
#mainSlider .slide-content .btn.active,
#mainSlider .slide-content .btn:active,
#mainSlider .slide-content .btn.focus,
#mainSlider .slide-content .btn:focus {
    background: #fff;
    color: #fede00;
}
#mainSlider .banner-btn,
#mainSlider .banner-btn:focus {
    height: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 27px;
    outline: 0;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #fede00;
    color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    text-decoration: none !important;
}
@media (max-width: 991px) {
    #mainSlider .banner-btn,
    #mainSlider .banner-btn:focus {
        font-size: 11px;
        line-height: 16px;
        padding: 10px 15px;
    }
}
@media (max-width: 480px) {
    #mainSlider .banner-btn,
    #mainSlider .banner-btn:focus {
        font-size: 11px;
        line-height: 12px;
        padding: 8px 12px;
    }
}
#mainSlider .banner-btn:hover {
    background: #fff;
    border-color: #fff !important;
    color: #000;
}
#mainSlider .vert-wrap {
    padding-top: 220px;
    width: inherit;
}
@media (max-width: 1199px) {
    #mainSlider .slide-content h3 {
        font-size: 80px;
    }
    #mainSlider .slide-content h4 {
        font-size: 40px;
    }
    #mainSlider .slide-content p {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    #mainSlider .slide-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #mainSlider .slide-content h3 {
        font-size: 60px;
    }
    #mainSlider .slide-content h4 {
        font-size: 27px;
    }
    #mainSlider .slide-content p {
        font-size: 13px;
    }
    #mainSlider .slide .img--holder {
        height: 45vw;
    }
    #mainSlider .vert-wrap {
        padding-top: 0;
    }
}
@media (max-width: 790px) {
    #mainSlider .slide-content h3 {
        font-size: 55px;
    }
    #mainSlider .slide-content h4 {
        font-size: 24px;
    }
    #mainSlider .slide-content p {
        font-size: 16px;
    }
    #mainSlider .slide-content .btn {
        font-size: 12px;
        padding: 15px 20px;
    }
    #mainSlider .slide .img--holder {
        min-height: 145px !important;
    }
}
@media (max-width: 767px) {
    #mainSlider .slide-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    #mainSlider .slide-content h3 {
        font-size: 30px;
    }
    #mainSlider .slide-content h4 {
        font-size: 20px;
    }
    #mainSlider .slide-content p {
        font-size: 9px;
        margin-bottom: 1em;
    }
}
#mainSlider .slick-prev,
#mainSlider .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
    font-size: 23px;
    line-height: 30px;
    color: #fff;
}
#mainSlider .slick-prev:hover:before,
#mainSlider .slick-next:hover:before {
    color: #fede00;
}
#mainSlider .slick-prev {
    left: 50px;
    min-width: auto;
}
#mainSlider .slick-next {
    right: 50px;
    min-width: auto;
}
@media (max-width: 1199px) {
    #mainSlider .slick-prev {
        left: 20px;
    }
    #mainSlider .slick-next {
        right: 20px;
    }
}
body.layout-2 #mainSlider {
    margin-bottom: 0;
}
body.layout-2 #mainSlider .slide .img--holder {
    height: 780px;
    min-height: 0;
}
body.layout-2 #mainSlider .vert-wrap {
    padding-top: 0;
}
body.layout-2 #mainSlider .slide-content p {
    font-size: 20px;
    margin-bottom: 3.5em;
}
body.layout-2 #mainSlider .slide-content h3 {
    font-size: 80px;
    margin-bottom: 0.5em;
}
body.layout-2 #mainSlider .slide-content h4 {
    font-size: 42px;
}
@media (max-width: 1199px) {
    body.layout-2 #mainSlider .slide-content h3 {
        font-size: 70px;
    }
    body.layout-2 #mainSlider .slide-content h4 {
        font-size: 36px;
    }
    body.layout-2 #mainSlider .slide-content p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    body.layout-2 #mainSlider .slide-content .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body.layout-2 #mainSlider .slide-content h3 {
        font-size: 60px;
    }
    body.layout-2 #mainSlider .slide-content h4 {
        font-size: 28px;
    }
    body.layout-2 #mainSlider .slide-content p {
        font-size: 14px;
        margin-bottom: 3em;
    }
    body.layout-2 #mainSlider .vert-wrap {
        padding-top: 0;
    }
    body.layout-2 #mainSlider .slide .img--holder {
        height: 650px;
    }
}
@media (max-width: 768px) {
    body.layout-2 #mainSlider .slide-content .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    body.layout-2 #mainSlider .slide-content h3 {
        font-size: 50px;
    }
    body.layout-2 #mainSlider .slide-content h4 {
        font-size: 25px;
    }
    body.layout-2 #mainSlider .slide-content p {
        font-size: 13px;
    }
    body.layout-2 #mainSlider .slide .img--holder {
        height: 414px;
    }
}
@media (max-width: 667px) {
    body.layout-2 #mainSlider .slide-content h3 {
        font-size: 30px;
    }
    body.layout-2 #mainSlider .slide-content h4 {
        font-size: 20px;
    }
    body.layout-2 #mainSlider .slide-content p {
        font-size: 10px;
        margin-bottom: 2.5em;
    }
}
@media (max-width: 480px) {
    body.layout-2 #mainSlider .slide-content h3 {
        font-size: 28px;
    }
    body.layout-2 #mainSlider .slide-content h4 {
        font-size: 18px;
    }
    body.layout-2 #mainSlider .slide-content p {
        font-size: 9px;
    }
    body.layout-2 #mainSlider .slide .img--holder {
        height: 225px;
    }
}
#mainSliderWrapper {
    position: relative;
}
.mainSlider-arrow-bottom {
    position: absolute;
    bottom: 170px;
    left: 50%;
    z-index: 1;
    font-size: 28px;
    line-height: 1em;
    color: #fff;
    -webkit-animation-name: scrollDown;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: scrollDown;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@media (max-width: 991px) {
    .mainSlider-arrow-bottom {
        display: none;
    }
}
@-webkit-keyframes scrollDown {
    from,
    to {
        -webkit-transform: translate(0, 0);
    }
    65% {
        -webkit-transform: translate(0, 10px);
    }
}
@-moz-keyframes scrollDown {
    from,
    to {
        -moz-transform: translate(0, 0);
    }
    65% {
        -moz-transform: translate(0, 10px);
    }
}
.wpb_single_image.negative-margin img {
    height: auto;
    max-width: 370px;
    vertical-align: top;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .wpb_single_image.negative-margin img {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .wpb_single_image.negative-margin img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .wpb_single_image.negative-margin img {
        height: auto;
        max-width: 240px;
        vertical-align: top;
    }
}
.slider-under-bttn a.btn.btn-full.btn-border {
    width: 200px;
    float: right;
}
@media (max-width: 991px) {
    .slider-under-bttn a.btn.btn-full.btn-border {
        width: auto !important;
        float: right;
        padding: 10px 8px !important;
        min-width: 50px !important;
        margin-top: 15px;
    }
}
/*---------------------------------------*/
/*--------      3. Content       --------*/
/*---------------------------------------*/
/*-----  3.1 Breadcrumbs block   --------*/
.breadcrumbs {
    overflow: hidden;
}
.breadcrumbs strong {
    font-weight: 400;
}
.breadcrumbs span span:first-child {
    margin-left: 0;
}
strong.breadcrumb_last,
.breadcrumbs span span {
    margin-left: 10px;
}
.breadcrumbs a:hover {
    color: #fede00;
}
.breadcrumbs>li {
    display: inline-block;
}
.breadcrumbs>li+li:before {
    content: "/";
    padding: 0 15px;
}
.breadcrumbs .breadcrumb {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    padding: 18px 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.breadcrumbs .breadcrumb {
    padding: 0;
    text-align: center;
}
.breadcrumbs .breadcrumb a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    margin-right: 10px;
}
/*-----  3.2 Video block         --------*/
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.video-responsive iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*-----  3.3 Text + Icon block   --------*/
.text-icon {
    position: relative;
    margin: 90px 0 0;
    text-align: center;
    background-color: #f9f9f9;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
    padding: 0 25px 36px;
}
.text-icon:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    transition: width 0.2s linear;
}
.text-icon:hover {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.text-icon.active {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.text-icon:hover:before {
    width: 100%;
}
.text-icon.active:before {
    width: 100%;
}
.text-icon-wrapper .text-icon {
    margin-top: 0px;
}
@media (max-width: 767px) {
    .text-icon-wrapper .text-icon {
        margin-top: 40px;
    }
}
.vehicle-damage {
    margin-bottom: 80px;
}
.vehicle-damage .tab-content {
    padding: 20px;
}
@media (max-width: 991px) {
    .text-icon {
        padding: 0 20px 20px;
        margin: 50px 0 0;
    }
    .vehicle-damage {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .text-icon {
        margin-top: 65px;
    }
    .vc_row.about-page-last-content {
        margin-bottom: -10px;
        margin-top: -30px;
    }
    .about-page-last-content .vc_column_container .vc_column-inner {
        padding: 0;
    }
}
.text-icon .icon-wrapper {
    display: inline-block;
    margin-top: 52px;
    background: #fff;
    border-radius: 50%;
}
.text-icon .icon-wrapper>span {
    display: block;
    width: 103px;
    height: 103px;
    margin: 0 auto;
    background: #fede00;
    border-radius: 50%;
}
.text-icon .icon-wrapper>span i {
    font-size: 46px;
    line-height: 104px;
    color: #ffffff;
}
.text-icon .title {
    margin: 33px auto 16px;
    text-transform: capitalize;
    font-size: 27px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #3a3a3a;
}
@media (max-width: 991px) {
    .text-icon .icon-wrapper {
        margin-top: 31px;
    }
    .text-icon .icon-wrapper>span {
        width: 63px;
        height: 63px;
    }
    .text-icon .icon-wrapper>span i {
        font-size: 26px;
        line-height: 64px;
    }
    .text-icon .title {
        font-size: 18px;
        margin: 14px auto 9px;
    }
}
.text-icon .number {
    font-size: 40px;
    line-height: 1em;
    margin: 0 0 11px;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}
.text-icon p {
    font-size: 16px;
    line-height: 25px;
}
@media (max-width: 767px) {
    .text-icon p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-icon .number {
        font-size: 30px;
    }
    .text-icon p {
        font-size: 15px;
        line-height: 22px;
    }
}
.text-icon .text {
    max-width: 220px;
    margin: 0 auto;
    color: #5e5e5e;
}
@media (max-width: 992px) {
    .text-icon .text {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .text-icon .text {
        min-height: 88px;
    }
}
@media (max-width: 1199px) {
    .home-service-ceritfied .vc_column_container>.vc_column-inner {
        padding-top: 0 !important;
    }
    .vc_row.wpb_row.vc_row-fluid.meet-team-txt.about-page-out-team {
        margin-bottom: 20px;
    }
}
.text-icon-sm {
    position: relative;
    margin: 60px 0 0;
    text-align: center;
}
.text-icon-sm .icon-wrapper {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 2px;
    margin-top: -46px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    outline: 0;
}
.text-icon-sm .icon-wrapper>span {
    display: block;
    position: relative;
    width: 93px;
    height: 93px;
    margin: 0 auto;
    background-color: #fede00;
    border-radius: 50%;
}
.text-icon-sm:hover .icon-wrapper span {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}
.text-icon-sm .icon-wrapper>span i {
    font-size: 40px;
    line-height: 93px;
    color: #fff;
}
.text-icon-sm .icon-wrapper .icon-hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    opacity: 0;
    background-color: #ffc513;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.text-icon-sm:hover .icon-wrapper span {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}
.text-icon-sm:hover .icon-wrapper .icon-hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.11);
}
.text-icon-sm:hover .icon-wrapper span i.icon {
    color: #fff;
}
.text-icon-sm .title {
    margin: 15px auto 0;
    font-weight: 600;
    text-transform: uppercase;
}
/* text icon horizontal */
.text-icon-hor-grid {
    margin-top: 45px;
}
.text-icon-hor {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}
.text-icon-hor:last-child {
    border-bottom: 0;
}
.text-icon-hor .icon-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    padding: 8px;
}
@media (max-width: 767px) {
    .text-icon-hor .icon-wrapper {
        width: 120px;
    }
    .text-icon {
        margin: 65px auto 0;
        padding: 0 20px 20px;
        max-width: 290px;
    }
}
.text-icon-hor .icon-wrapper span {
    display: inline-block;
    position: relative;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 0 8px #e9eaed;
    -moz-box-shadow: 0 0 0 8px #e9eaed;
    box-shadow: 0 0 0 8px #e9eaed;
}
@media (max-width: 767px) {
    .text-icon-hor .icon-wrapper span {
        width: 90px;
        height: 90px;
    }
}
.text-icon-hor .icon-wrapper span i.icon {
    position: relative;
    z-index: 1;
    font-size: 60px;
    line-height: 144px;
    color: #fede00;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
@media (max-width: 767px) {
    .text-icon-hor .icon-wrapper span i.icon {
        font-size: 40px;
        line-height: 90px;
    }
}
.text-icon-hor .icon-wrapper .icon-hover {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    opacity: 0;
    background-color: #fede00;
    -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
    -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
    box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.text-icon-hor:hover .icon-wrapper span {
    -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
    box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}
.text-icon-hor:hover .icon-wrapper .icon-hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
    -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
    box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}
.text-icon-hor:hover .icon-wrapper span i.icon {
    color: #fff;
}
.text-icon-hor h4.title {
    text-transform: none;
    margin-bottom: 7px;
}
.text-icon-hor .text {
    display: table-cell;
    vertical-align: middle;
}
.text-icon-hor .text p:last-child {
    margin-bottom: 0;
}
.text-icon-hor .price {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Muli', sans-serif;
    color: #fede00;
    text-align: right;
}
.text-icon-hor .price span {
    font-size: 40px;
}
@media (max-width: 767px) {
    .text-icon-hor .price span {
        font-size: 30px;
    }
}
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    padding: 15px 8px;
    border-top: 0;
    border-bottom: 3px solid #e5e5e5;
}
.table>tbody>tr>td {
    border-top: 1px solid #e5e5e5;
    padding: 10px 8px;
}
.table .cell-marker {
    background: #fede00;
    border-color: #fede00;
    padding-left: 12px;
    padding-right: 12px;
}
.table th.cell-marker {
    border-color: #fff;
}
.text-icon-hor .price .remark {
    color: #f84646;
}
.service-icon {
    margin-top: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.single-service-txt {
    margin-bottom: 120px;
    padding-top: 30px;
}
@media(max-width: 1199px) {
    .single-service-txt {
        margin-bottom: 90px;
    }
}
@media(max-width: 991px) {
    .single-service-txt {
        margin-bottom: 40px;
    }
}
@media(max-width: 767px) {
    .single-service-txt {
        padding-top: 0;
        margin-bottom: 0;
    }
}
.single-service-txt .text-icon .icon-wrapper>span {
    display: block;
    width: 93px;
    height: 93px;
}
.single-service-txt .icon-wrapper>span i {
    font-size: 40px;
    line-height: 93px;
    color: #fff;
}
.service-icon:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    background-color: #a1a1a1;
}
.service-icon .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 152px;
    background-color: #fff;
}
.service-icon .icon-wrapper span,
.service-icon .icon-wrapper .fack_icon_div {
    display: inline-block;
    position: relative;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: #fede00;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 0 1px #dddddd;
    -moz-box-shadow: 0 0 0 1px #dddddd;
    box-shadow: 0 0 0 1px #dddddd;
    border: 5px solid #fff;
}
.service-icon .icon-wrapper span i.icon,
.service-icon .icon-wrapper .fack_icon_div img {
    position: relative;
    z-index: 1;
    font-size: 55px;
    line-height: 115px;
    color: #252525;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}
.service-icon .icon-wrapper .fack_icon_div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 75%;
}
/*-----  3.4 Testimonials block  --------*/
h2+.testimonials {
    margin-top: 55px;
}
.testimonials {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.testimonials-block-txt .black-bg-color {
    margin-bottom: 40px !important;
}
.testimonials-item {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
}
.testimonials-item .bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover;
}
.testimonials-item .inside {
    float: right;
    margin-right: 15px;
}
.testimonials-item:nth-child(2n) .bg-image {
    opacity: 1;
}
.testimonials-item:nth-child(2n) .inside {
    float: left;
    margin-left: 15px;
}
.testimonials-item.testimonials-item--dark .inside {
    color: #fff;
}
.testimonials-item .inside {
    width: 570px;
    padding: 0 10px 0 100px;
    text-align: left;
    color: #000;
    margin-top: 96px;
    margin-bottom: 90px;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-item .inside {
        width: 485px;
    }
}
@media (max-width: 991px) {
    .testimonials-item {
        display: block;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials-item.testimonials-item--dark .inside {
        margin: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .testimonials-item .inside {
        width: 360px;
    }
}
.testimonials-item .inside h5 {
    margin-bottom: 8px;
    color: #2a2a2a;
}
.testimonials-item .inside .rating {
    margin-right: 15px;
    font-size: 11px;
    color: #fede00;
}
.testimonials-item .inside .rating i {
    margin-right: 5px;
}
.testimonials-item .inside .username {
    font-size: 18px;
    font-weight: bold;
}
.testimonials-item .inside .meta {
    margin-bottom: 15px;
}
.testimonials-item .inside .text {
    font-size: 18px;
    line-height: 24px;
}
.testimonials-item .inside:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: -29px;
    left: 20px;
    content: '“';
    color: #fff;
    font-size: 150px;
    line-height: 1em;
}
@media (min-width: 992px) {
    .slick-initialized .slick-slide.testimonials {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .testimonials {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .slick-slider.testimonials-carousel {
        margin: 30px -15px 0;
        width: calc(100% + 30px);
        padding: 0 15px;
    }
    .home_client_say_testimonials .slick-slider.testimonials-carousel {
        margin-bottom: 0;
    }
    .testimonials-item {
        display: block;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials-item .inside {
        width: 60%;
        float: none !important;
        padding: 50px 15px 50px 88px;
        margin: 0 0 0 25% !important;
    }
    .testimonials-item .inside .username,
    .testimonials-item .inside .rating {
        display: block;
        margin-bottom: 10px;
    }
    .testimonials-item .inside:before {
        top: 14px;
        left: 12px;
    }
}
@media (max-width: 767px) {
    .slick-slider.testimonials-carousel {
        margin: 30px -30px 0;
        width: calc(100% + 60px);
        padding: 0 15px;
    }
}
.testimonials-item .text p {
    font-size: 18px;
}
.testimonial-card {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    background-color: #fff;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
    .testimonial-card {
        width: calc(50% - 15px);
    }
}
@media (max-width: 767px) {
    .testimonial-card {
        width: 100%;
    }
    .testimonials-item .text p {
        font-size: 14px;
    }
    .testimonials-item .inside {
        width: 100%;
        margin: 0 !important;
    }
}
.testimonial-card:after {
    content: '“';
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 150px;
    color: #fede00;
}
.testimonial-card-title {
    border-bottom: 1px solid #ebebeb;
}
.testimonial-card-title h5 {
    text-transform: none;
    font-weight: 700;
    font-size: 18px;
}
.testimonial-card-text,
.testimonial-card-text p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 24px;
}
.testimonial-card-rating {
    margin-top: 15px;
}
.testimonials-carousel2 {
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .testimonials-carousel2 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .testimonials-carousel2 {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .testimonials-carousel2 .slick-prev {
        margin-top: -30px;
        left: calc(50vw - 585px);
    }
    .testimonials-carousel2 .slick-next {
        margin-top: -30px;
        right: calc(50vw - 585px);
    }
}
.testimonials-item2 {
    text-align: center;
}
.testimonials-item2 .meta {
    font-size: 16px;
    line-height: 1.5em;
}
@media (max-width: 1199px) {
    .testimonials-item2 .meta {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .testimonials-item2 .meta {
        font-size: 15px;
    }
    .testimonials-item2 .meta .rating {
        display: block;
        margin-bottom: 5px;
    }
}
.testimonials-item2 .username {
    font-weight: bold;
}
.testimonials-item2 .username:not(:first-child) {
    padding-left: 10px;
}
.testimonials-item2 .userfrom {
    color: #8c8c8c;
}
.testimonials-item2 .userfrom:not(:first-child) {
    padding-left: 3px;
}
.testimonials-item2 .text {
    max-width: 830px;
    margin: 15px auto 0;
}
.testimonials-item2 .text p {
    font-size: 20px;
    line-height: 1.5em;
}
@media (max-width: 1199px) {
    .testimonials-item2 .text p {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .testimonials-item2 .text p {
        font-size: 14px;
    }
}
.testimonials-item2 .testimonial-auto {
    margin-top: 15px;
    display: inline-block;
}
.testimonials-item2 .testimonial-auto img {
    max-width: 100%;
    width: auto;
}
.testimonials-item2 .animated {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}
.animations {
    opacity: 0;
}
/*-----  3.5 Person Block        --------*/
.person:not(.person-hor) {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.person .person-info {
    margin-top: 23px;
    text-align: left;
}
@media (max-width: 991px) {
    .person .person-info {
        text-align: center;
    }
}
.person .image {
    margin: 0 auto 20px;
    position: relative;
}
.person .name {
    margin-bottom: 8px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    color: #000;
}
.person .position {
    margin-bottom: 16px;
    padding: 0;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}
.person .text {
    margin-bottom: 30px;
}
@media (max-width: 1199px) {
    .person .position {
        margin-bottom: 10px;
    }
    .person .text {
        margin-bottom: 10px;
    }
}
.slick-slide img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
@media (max-width: 767px) {
    .person:not(.last) {
        margin-bottom: 25px;
    }
}
.person-hor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 479px) {
    .person-hor {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.person-hor .image {
    margin: 0;
    width: calc(50% - 15px);
}
@media (max-width: 1199px) {
    .person-hor .image {
        width: calc(57% - 15px);
    }
}
@media (max-width: 479px) {
    .person-hor .image {
        width: 100%;
    }
}
.person-hor .person-info {
    width: calc(50% + 15px);
    padding: 15px 30px;
    margin-top: 0;
}
@media (max-width: 1199px) {
    .person-hor .person-info {
        padding: 15px 15px;
        font-size: 14px;
        line-height: 20px;
        width: calc(43% + 15px);
    }
}
@media (max-width: 767px) {
    .person-hor .person-info {
        width: auto !important;
        padding: 15px 30px;
    }
}
@media (max-width: 479px) {
    .person-hor .person-info {
        width: 100%;
        padding: 20px 20px 15px;
    }
}
/*-----  3.6 Faq page            --------*/
.panel-group {
    margin-top: 43px;
    margin-bottom: 0;
}
.panel-group#accordion {
    margin-top: 0;
}
.faq-item .panel,
.faq-item.panel {
    margin-bottom: 10px;
    background: transparent;
    -webkit-box-shadow: 0 0 0;
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 0;
}
.faq-item .panel-heading {
    position: relative;
    padding: 0;
}
.faq-item .panel-heading .panel-title {
    text-align: left !important;
    border-top: 1px solid #fede00;
    display: table;
    min-height: 90px;
    width: 100%;
}
.calendar_wrap table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 350px;
}
.calendar_wrap th,
.calendar_wrap td {
    border: 1px solid #eee;
    color: #484848;
    cursor: pointer;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.calendar_wrap th {
    background-color: #f5f5f5;
}
.calendar_wrap td#today {
    background-color: #fede00;
    color: #fff;
}
@media (max-width: 1199px) {
    .calendar_wrap th,
    .calendar_wrap td {
        padding: 5px;
    }
}
@media screen and (max-width: 767px) {
    .faq-item .panel-heading .panel-title {
        min-height: 60px;
    }
}
.faq-item .panel-heading .panel-title>a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 125px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.faq-item .panel-heading .panel-title>a:hover {
    color: #fede00;
}
@media screen and (max-width: 767px) {
    .faq-item .panel-heading .panel-title>a {
        padding: 15px 0 15px 75px;
    }
}
@media (min-width: 991px) {
    .faq-excerpt {
        margin-top: -35px;
    }
}
.panel-heading1 .vc_toggle_title {
    min-height: 90px;
    display: table;
    position: relative;
}
.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
    text-decoration: none;
    -webkit-transition: all 0.25 ease;
    -moz-transition: all 0.25 ease;
    -ms-transition: all 0.25 ease;
    -o-transition: all 0.25 ease;
}
.faq-item .panel-heading a>span.caret-toggle {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    font-size: 44px;
    line-height: 90px;
    background-color: #fede00;
    text-align: center;
    color: #000;
}
@media screen and (max-width: 767px) {
    .faq-item .panel-heading a>span.caret-toggle {
        width: 60px;
        height: 60px;
        font-size: 34px;
        line-height: 58px;
    }
}
.faq-item .panel-heading a:not(.collapsed)>span.opened {
    display: none;
}
.faq-item .panel-heading a.collapsed>span.closed {
    display: none;
}
.faq-item .panel-collapse {
    background: transparent;
}
.faq-item .panel-body {
    border: 0;
    padding: 0 0 25px 125px;
}
@media screen and (max-width: 767px) {
    .faq-item .panel-body {
        padding-left: 75px;
    }
}
.faq-item .panel-body>p:last-child {
    margin-bottom: 0;
}
.faq-item .panel-heading+.panel-collapse>.panel-body {
    border: 0;
}
.faq-items-sm {
    margin-top: 30px;
}
.faq-item-sm.panel {
    overflow: hidden;
}
.faq-item-sm.panel .caret-toggle {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    right: 18px;
    top: 17px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: #eee;
}
@media (max-width: 767px) {
    .faq-item-sm.panel .caret-toggle {
        top: 12px;
        right: 12px;
    }
}
.faq-item-sm.panel .panel-heading a:not(.collapsed)>span.closed {
    background-color: #fede00;
}
.faq-item-sm.panel .panel-heading a:not(.collapsed)>span.opened {
    display: none;
}
.faq-item-sm.panel .panel-heading a.collapsed>span.closed {
    display: none;
}
.faq-item-sm.panel.panel-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #edeff0;
    border-radius: 0;
}
.faq-item-sm.panel.panel-default>.panel-heading {
    padding: 0;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    border: 0;
}
.faq-item-sm.panel .panel-title a {
    display: block;
    padding: 21px 55px 21px 22px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 767px) {
    .faq-item-sm.panel .panel-title a {
        padding: 12px 55px 12px 15px;
        font-size: 14px;
        line-height: 20px;
    }
}
.faq-item-sm.panel .panel-body {
    padding: 0 55px 26px 22px;
}
@media (max-width: 767px) {
    .faq-item-sm.panel .panel-body {
        padding: 0 55px 12px 15px;
        font-size: 14px;
        line-height: 20px;
    }
}
.faq-item-sm.panel .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}
.faq-item-sm.panel .panel-collapse.collapse.in {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.faq-item-sm.panel+.faq-item-sm.panel {
    margin-top: -1px;
}
/*-----  3.7 Blog page           --------*/
@media (max-width: 1199px) {
    .column-center .blog-post {
        margin-bottom: 50px;
    }
}
.blog-post h3 {
    font-size: 34px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .blog-post h3 {
        font-size: 26px;
        margin: 0 0 10px;
    }
}
.tags-links a {
    background-color: hsl(0, 0%, 94%);
    display: inline-block;
    font-size: 14px !important;
    line-height: 25px;
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 0 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}
.tags-links a:hover {
    color: #333;
}
.blog-post {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .blog-post {
        margin-bottom: 50px;
    }
}
.blog-post .post-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
    width: 100%;
    height: auto;
    border: 0;
}
.blog-post .post-image {
    position: relative;
    margin-bottom: 38px;
    border-radius: 0;
}
.blog-post .post-image img {
    height: auto;
}
.blog-post .post-image .post-link-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.blog-post .post-image .post-link {
    font-size: 42px;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    text-decoration: none;
}
.column-right .blog-post .post-image .post-link {
    font-size: 18px;
}
@media (max-width: 767px) {
    .blog-post .post-image .post-link {
        font-size: 4vw;
    }
}
.blog-post .post-image .post-link:hover {
    color: #fede00;
    text-decoration: none;
}
.blog-post .post-title {
    margin-bottom: 28px;
    line-height: 1.4em;
}
@media (max-width: 767px) {
    .blog-post .post-title {
        margin-bottom: 28px;
        font-size: 20px;
    }
}
.blog-post .post-meta {
    margin: 0 0 26px;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.blog-post .post-meta li {
    float: left;
    font-size: 14px;
    padding-right: 40px;
    margin-top: 0;
}
.column-right .blog-post .post-meta li {
    padding-right: 10px;
}
.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
    display: inline-block;
    vertical-align: middle;
}
.blog-post .post-meta li i.icon {
    font-size: 20px;
    padding-right: 7px;
    color: #fede00;
}
.blog-post .post-meta li:last-child {
    padding-right: 0;
}
.blog-post .post-meta li .author {
    font-size: 14px;
    font-weight: 700;
}
.vert-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}
.post-teaser a.btn {
    margin-top: 40px;
}
@media (max-width: 767px) {
    .blog-post .post-meta li {
        padding-right: 15px;
    }
}
.blog-post .post-teaser {
    margin-bottom: 32px;
}
.blog-post .post-author {
    margin: 20px 0 25px;
}
.blog-post .post-author img {
    margin-right: 20px;
}
.blog-post.single {
    margin-bottom: 0;
}
.post-carousel {
    overflow: hidden;
}
.post-carousel .slick-prev {
    left: 20px;
}
.post-carousel .slick-next {
    right: 20px;
}
.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
    color: #fff;
}
.post-preview {
    margin-top: 28px;
    margin-bottom: 45px;
}
.post-preview .post-image {
    margin-bottom: 15px;
}
.post-preview .post-meta {
    margin-bottom: 15px;
    font-size: 13px;
}
.post-preview .post-title {
    line-height: 1.222em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.column-right .post-preview .post-title {
    line-height: 26px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.column-right h4 {
    font-size: 30px;
    margin-bottom: 30px;
}
.widget_calendar caption {
    padding-top: 0px;
    padding-bottom: 20px;
}
.post-preview .post-title a {
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
}
.post-preview .post-title a:hover {
    color: #fede00;
}
.view-more-post {
    margin-bottom: 30px;
}
.side-block {
    margin-bottom: 45px;
    padding-bottom: 30px;
}
.side-block .post-preview .post-meta {
    margin-bottom: 10px;
}
.column-right .side-block .post-preview .post-title {
    margin-bottom: 5px;
}
.side-block h3 {
    margin-bottom: 18px;
}
.blog-post.single .reply a {
    text-decoration: underline;
    font-size: 14px;
}
.blog-post.single .reply a:hover {
    text-decoration: none;
}
.side-block:last-child {
    border-bottom: 0;
}
.comment-meta {
    margin-bottom: 15px;
}
.comment-body {
    margin-bottom: 50px;
}
.comments {
    padding-top: 15px;
}
.comments .comment {
    margin: 10px 0 0;
}
.comment-content {
    padding-left: 90px;
}
.comment-metadata {
    padding-left: 90px;
}
.comment-author.vcard img {
    margin-right: 20px;
}
.reply {
    float: right;
}
.comments .comment .userpic {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 26px 0 0;
    font-size: 64px;
    line-height: 64px;
    color: #e8e8e8;
}
.comments-area ul,
.comments-area ol {
    list-style: none;
}
.comment-content ul {
    list-style: disc;
}
.comment-content ol {
    list-style: decimal;
}
.comments .comment .text {
    overflow: hidden;
}
.comments .comment .text .meta {
    padding-bottom: 5px;
}
.comments .comment .text .meta a {
    color: #fede00;
    font-size: 14px;
    padding: 0 12px;
}
.comments .comment .text .date {
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
}
.comments .comment .text .date i.icon,
.comments .comment .text .date span {
    display: inline-block;
    vertical-align: middle;
}
.comments .comment .text .date i.icon {
    font-size: 20px;
    padding-right: 7px;
    color: #fede00;
}
.single_pg_cont .form-submit {
    margin-top: 30px;
}
.comments .comment.replay {
    margin-left: 80px;
}
.comment-form .form-group {
    margin-bottom: 8px;
}
.comment-form input[type=text] {
    padding: 10px 15px;
    margin-bottom: 0;
    height: 38px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.textarea-custom {
    appearance: none;
    margin-bottom: 4px;
    padding: 13px 15px 13px;
    font-size: 16px;
    line-height: 20px;
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 2px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    min-height: 235px;
    height: auto;
    border: 1px solid #ccc;
}
.comment-form textarea {
    padding: 12px 10;
    overflow: hidden;
}
.blog-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-tags ul li {
    display: inline-block;
    margin: 0px 10px;
}
.blog-tags ul li a {
    border: 1px solid #444;
    display: block;
    padding: 3px 10px;
    border-radius: 3px;
}
.blog-isotope {
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 10px;
    overflow: visible;
}
.blog-isotope .post-meta li.author {
    display: none;
}
.blog-isotope .post-image {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
}
.blog-isotope .blog-post {
    position: relative;
    float: left;
    width: calc(33.333% - 20px);
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1199px) {
    .blog-isotope .blog-post {
        width: calc(50% - 15px);
    }
}
@media (max-width: 767px) {
    .blog-isotope .blog-post {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .blog-isotope .post-image {
        margin-bottom: 15px;
    }
    .blog-isotope .post-meta {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .blog-isotope .post-title {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .blog-isotope .post-image .post-link {
        font-size: 22px;
    }
    .blog-isotope .quote {
        margin-top: 15px;
        margin-bottom: 20px;
        padding-left: 80px;
    }
    .blog-isotope .quote:before {
        font-size: 200px;
        top: -35px;
        left: -10px;
    }
}
/*-----  3.8 Appointment Form    --------*/
#appointmentForm.modal {
    padding-left: 0 !important;
}
#appointmentForm.modal .modal-dialog {
    margin: 0 auto;
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1240px) {
    #appointmentForm.modal .modal-dialog {
        width: 970px;
    }
}
@media (max-width: 767px) {
    .modal-body h5 {
        font-size: 16px;
    }
}
.post_loop_cont_wrap .blog-post img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.services-block-alt .image {
    position: relative;
    overflow: hidden;
}
.home-services-img,
.services-angle-text.how-works-row {
    margin-left: 0;
    margin-right: 0;
}
.single-service-txt h3.title {
    font-size: 22px;
    margin: 10px 0px;
}
.single-services-head {
    margin-top: 30px;
    margin-bottom: 105px;
}
@media (max-width: 1199px) {
    .single-services-head {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .single-services-head {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.single-services-head h2 {
    margin-bottom: 30px !important;
}
.services-pages-txt .btn-invert {
    margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .services-pages-txt .form-popup-wrap {
        margin-left: 10px;
    }
}
.services-pages-txt h2.h-lg {
    font-size: 40px;
}
@media (max-width: 767px) {
    .services-pages-txt h2.h-lg {
        font-size: 32px;
    }
    .service-page-quality-car.services-pages-txt h2.h-lg {
        font-size: 32px;
    }
    .service-page-quality-car {
        margin-bottom: -10px;
    }
}
@media (max-width: 479px) {
    .service-page-quality-car.services-pages-txt h2.h-lg,
    .services-pages-txt h2.h-lg {
        font-size: 28px;
    }
}
.modal-body h2 {
    font-size: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #appointmentForm.modal .modal-body .divider-lg {
        height: 30px;
    }
    .modal-body h2 {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .modal-body h2 {
        font-size: 23px;
    }
    #appointmentForm.modal {
        font-size: 14px;
        line-height: 20px;
    }
    #appointmentForm.modal .modal-body .divider-lg {
        height: 20px;
    }
}
@media (min-width: 1240px) {
    #appointmentForm.modal .modal-dialog {
        width: 970px;
    }
}
@media (min-width: 1240px) {
    #appointmentForm.modal .modal-dialog .modal-header .close {
        top: 13px;
    }
}
@media (max-width: 991px) {
    #appointmentForm.modal .modal-dialog .modal-header .close {
        height: 50px;
    }
}
@media (min-width: 992px) {
    #appointmentForm.modal .modal-dialog .modal-body {
        padding: 0 50px 40px;
    }
}
@media (min-width: 1240px) {
    #appointmentForm.modal .modal-body {
        margin-top: -28px;
    }
}
#appointmentForm.modal .modal-title-main {
    font-size: 27px;
    line-height: 37px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
    margin: 0;
}
#appointmentForm.modal .modal-title {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 16px;
}
.imges-services .vc_column-inner {
    padding-top: 0 !important;
}
.service-row-image {
    position: absolute;
    height: 100%;
    width: 100%;
}
.imges-services .service-row-image {
    margin-bottom: 0px !important;
}
@media (max-width: 1399px) {
    .imges-services .service-row-image img {
        height: 456px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #appointmentForm.modal .modal-dialog {
        width: 970px;
    }
}
@media (max-width: 991px) {
    #appointmentForm.modal .modal-dialog {
        width: 100%;
    }
}
@media (max-width: 991px) {
    #appointmentForm.modal .modal-dialog .modal-body {
        padding: 0 30px 20px;
    }
}
@media (max-width: 767px) {
    #appointmentForm.modal .modal-dialog .modal-body {
        padding: 0 0 10px;
    }
}
#appointmentForm.modal .modal-dialog .modal-content {
    background-color: #fff;
    border-radius: 0;
    border: 0;
}
@media (max-width: 991px) {
    #appointmentForm.modal .modal-dialog .modal-content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
#appointmentForm.modal .modal-dialog .modal-header {
    height: 59px;
    border: 0;
    padding: 0;
}
@media (max-width: 1240px) {
    #appointmentForm.modal .modal-dialog .modal-header {
        margin-bottom: 35px;
    }
}
#appointmentForm.modal .modal-dialog .modal-header .close {
    margin-top: 0;
    position: absolute;
    right: -64px;
    top: 5px;
    font-size: 30px;
    text-shadow: inherit;
    opacity: 1;
    color: #fede00;
    border-radius: 0;
    min-width: unset;
}
@media (max-width: 1240px) {
    #appointmentForm.modal .modal-dialog .modal-header .close {
        left: 0;
        right: 0;
        top: 0;
        background: #131313;
        width: 100%;
        text-align: left;
        z-index: 0;
        font-size: 24px;
        line-height: 58px;
        padding-left: 25px;
    }
}
#appointmentForm.modal .appointment:after {
    border-width: 0px 41px 65px 0;
    left: -41px;
}
@media (max-width: 991px) {
    #appointmentForm.modal .modal-dialog .modal-header .close {
        height: 50px;
        font-size: 20px;
        line-height: 45px;
    }
    #appointmentForm.modal .appointment {
        font-size: 18px;
        padding: 13px 25px;
        height: 50px;
    }
    #appointmentForm.modal .appointment:after {
        border-width: 0px 41px 57px 0;
    }
}
#appointmentForm.modal a.appointment {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    font-style: normal;
}
#appointmentForm.modal .appointment {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19px;
    text-transform: capitalize !important;
    border-radius: 0;
    width: auto;
    padding: 17px 40px;
}
#appointmentForm.modal .container-fluid {
    padding: 0;
    overflow-x: hidden;
}
#appointmentForm {
    margin-bottom: 0;
}
#appointmentForm .form-inline {
    position: relative;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    #appointmentForm .form-inline {
        margin-bottom: 10px;
    }
}
#appointmentForm .form-inline .form-inline {
    margin-right: -20px;
    width: 50%;
}
@media (max-width: 767px) {
    #appointmentForm .form-inline .form-inline {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
#appointmentForm .form-inline>* {
    display: inline-block;
    margin-right: 16px;
    width: calc(50% - 20px);
    vertical-align: top;
}
@media (max-width: 767px) {
    #appointmentForm .form-inline>* {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
#appointmentForm .form-inline>*:only-child {
    width: calc(100% - 20px);
}
@media (max-width: 767px) {
    #appointmentForm .form-inline>*:only-child {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    #appointmentForm .form-inline>*:only-child {
        margin-bottom: 0px;
    }
}
#appointmentForm .form-inline label {
    width: 100% !important;
}
#appointmentForm .form-inline .form-control {
    width: 100%;
}
#appointmentForm .form-horizontal {
    padding: 0;
}
#appointmentForm .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#appointmentForm .input-group .form-control {
    display: block;
    float: none;
    width: 100%;
}
#appointmentForm .textarea-custom {
    height: 115px;
    min-height: 0;
}
.datetimepicker-wrap .form-control,
.timepicker-wrap .form-control {
    width: 100%;
}
.datetimepicker-wrap {
    position: relative;
}
.datetimepicker-wrap:before {
    content: "\e901";
    font-family: 'auto';
    position: absolute;
    display: block;
    top: 12px;
    right: 15px;
    font-size: 20px;
    line-height: 27px;
    color: #999;
    z-index: 999;
}
.timepicker-wrap {
    position: relative;
}
.timepicker-wrap:before {
    content: "\e90a";
    font-family: 'auto';
    position: absolute;
    display: block;
    top: 12px;
    right: 15px;
    font-size: 20px;
    line-height: 27px;
    color: #999;
    z-index: 999;
}
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td {
    border: none;
}
.modal-body .bootstrap-datetimepicker-widget .btn {
    padding: 0 !important;
    height: auto !important;
    min-width: 0 !important;
    line-height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    padding: 10px 0px !important;
    display: inline-block;
    color: #333 !important;
    width: 200px;
    font-size: 18px;
}
.bootstrap-datetimepicker-widget .btn[data-action] {
    width: auto;
    background: transparent !important;
    min-width: 0;
}
.bootstrap-datetimepicker-widget .btn[data-action]:after,
.bootstrap-datetimepicker-widget .btn[data-action]:before {
    display: none;
    opacity: 1;
}
.bootstrap-datetimepicker-widget .btn[data-action].btn-primary {
    border: 0;
    background-color: #333 !important;
    color: #fff !important;
    padding: 8px !important;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
}
.bootstrap-datetimepicker-widget table td span {
    display: block;
    opacity: 1;
}
#appointmentForm.modal.fade,
#appointmentForm.modal.fade .modal-dialog,
#appointmentForm.modal.fade.in .modal-dialog {
    opacity: 1;
}
/*-----  3.9 Appointment Banner  --------*/
.appoinment-button-txt {
    margin-top: 80px;
    margin-bottom: 120px;
}
.appoinment-button-txt .wpb_wrapper {
    text-align: center;
}
@media (max-width: 1199px) {
    .appoinment-button-txt {
        margin-top: 20px;
    }
}
@media (min-width: 1400px) {
    .text-appointment {
        margin: 0 0 0 -35px;
        text-align: center;
        width: calc(100% + 130px);
    }
    .img-move {
        position: relative;
    }
    .img-move img {
        position: absolute;
        top: 0;
        left: -4%;
        width: 130%;
        max-width: initial;
    }
    .appoinment-button-txt .btn-invert {
        z-index: 9;
    }
}
@media (min-width: 1200px) {
    .text-appointment {
        width: calc(100% + 230px);
    }
    .text-appointment .btn:not([data-action]) {
        padding-left: 53px;
        padding-right: 53px;
    }
}
@media (max-width: 1399px) {
    .text-appointment {
        text-align: center;
    }
    .appoinment-button-txt .btn-invert {
        z-index: 9;
    }
    .img-move {
        width: calc(100% + 30px);
        margin: 15px 0 0 -15px;
        text-align: center;
    }
    .img-move img {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-appoinment-button-txt .text-appointment h2.h-phone {
        font-size: 34px;
    }
}
@media (max-width: 991px) {
    .appoinment-button-txt {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .img-move {
        padding: 15px;
    }
    .appoinment-button-txt {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
@media (max-width: 479px) {
    .appoinment-button-txt .btn-invert,
    .appoinment-button-txt .form-popup-wrap .form-popup-link,
    .appoinment-button-txt .form-popup-wrap {
        left: auto;
        right: auto;
        margin-left: auto;
        margin-right: auto;
    }
}
.search-submit.btn {
    min-width: 30px;
    margin: 15px 0px 0px 5px;
}
.column-right input.search-field {
    margin-bottom: 4px;
    padding: 15px 15px 15px;
    font-size: 18px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    color: #2b2b2b;
}
@media (min-width: 992px) {
    .column-right input.search-field {
        width: 100%;
    }
}
.blog-post a.more-link .meta-nav {
    display: none;
}
.blog-post a.more-link {
    display: inline-block;
    margin-top: 10px;
}
/*-----  3.10 Banner Under Slider--------*/
.banner-under-slider {
    background: url(/wp-content/themes/car-repair-services/images/banner-bg.webp);
    color: #fff;
    padding: 50px 0 47px;
    overflow: visible !important;
    margin-top: -1px;
}
.banner-under-slider h2,
.banner-under-slider h3,
.banner-under-slider h4 {
    margin: 0;
    color: #fff;
    font-size: 38px;
}
.banner-under-slider h2 {
    font-size: 34px;
    line-height: 1em;
}
.banner-under-slider h2.h-lg {
    font-size: 44px;
}
.banner-under-slider .negative-margin {
    margin: -75px 0 -90px;
}
.banner-under-slider .action {
    padding-top: 10px;
}
@media (max-width: 991px) {
    .banner-under-slider .row-flex>* {
        padding: 0 12px;
    }
    .banner-under-slider .row-flex {
        display: flex;
        align-items: center;
    }
    .banner-under-slider {
        margin-bottom: 50px;
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .banner-under-slider {
        margin-bottom: 45px;
    }
}
.banner-under-slider p {
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .banner-under-slider .action {
        padding-top: 10px;
    }
    .banner-under-slider .action .btn {
        width: calc(100% + 30px);
        margin-left: -30px;
    }
}
@media (max-width: 1199px) {
    .banner-under-slider .negative-margin {
        margin: -30px 0 -30px;
    }
}
@media (max-width: 991px) {
    .banner-under-slider {
        margin-bottom: 50px;
        padding: 15px 0;
    }
    .banner-under-slider .row-flex {
        display: flex;
        align-items: center;
    }
    .banner-under-slider .row-flex .col-title {
        min-width: 215px;
        width: auto;
    }
    .banner-under-slider .row-flex>* {
        padding: 0 12px;
    }
    .banner-under-slider .row-flex .col-img {
        min-width: 90px;
        width: auto;
    }
    .banner-under-slider>.container {
        width: 100%;
    }
    .banner-under-slider .negative-margin {
        width: 180px;
        margin: -29px -11px -31px -31px;
    }
    .banner-under-slider .action {
        min-width: 140px;
    }
    .banner-under-slider h2 {
        font-size: 22px;
        line-height: 1em;
        margin-bottom: 0;
    }
    .banner-under-slider h2.text-right {
        font-size: 32px;
        line-height: 1em;
        text-align: left;
        margin-bottom: 0;
        padding-left: 32px;
    }
    .banner-under-slider p {
        font-size: 14px;
        line-height: 20px;
    }
    .banner-under-slider .btn:not([data-action]) {
        font-size: 12px;
        min-width: 0;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .banner-under-slider {
        padding: 18px 0 25px;
    }
    .banner-under-slider [class*="col-"] {
        position: static;
    }
    .banner-under-slider .negative-margin {
        margin: 0;
        position: absolute;
        top: -15px;
        right: -50px;
        width: 205px;
    }
    .banner-under-slider h2,
    .banner-under-slider h3,
    .banner-under-slider h4 {
        font-size: 26px !important;
    }
}
@media (max-width: 479px) {
    .banner-under-slider h2 {
        font-size: 28px;
    }
    .banner-under-slider h2.h-lg {
        font-size: 30px;
    }
    .banner-under-slider .negative-margin {
        margin: 0;
        position: absolute;
        top: -10px;
        right: -45px;
        width: 205px;
    }
}
@media (max-width: 767px) {
    .services-banner-12.home-services-img {
        margin-top: 30px;
    }
    .services-banner-12 p.info {
        display: block;
        overflow: hidden;
        max-width: 100%;
        padding: 0px 10px;
    }
    .services-banner-12 .service .caption {
        padding: 0px 15px 0px 20px !important;
    }
}
/*-----  3.11 Services           --------*/
.services-block .service {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    vertical-align: top;
    color: #292929;
}
.services-block .caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    font-size: 18px;
    line-height: 26px;
}
.services-block .caption h2,
.services-block .caption h3,
.services-block .caption h4 {
    text-transform: uppercase;
}
.services-block .caption h3 {
    font-size: 27px;
    line-height: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: inherit;
    margin-bottom: 4px;
}
.services-block .caption .text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 25px;
}
.services-block .services__text-background {
    left: 0;
    bottom: -18px;
    width: 100%;
    position: absolute;
    z-index: 0;
    font-size: 120px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}
.services-block .services__text-background.text-color-01 {
    color: #ffffff;
    opacity: 0.19;
}
.services-block .services__text-background.text-color-02 {
    color: #e6e6e6;
}
.services-block .services__text-background.text-color-03 {
    color: #373737;
}
.services-block .caption h2 {
    margin-bottom: 18px;
}
.services-block .image {
    background-color: #fede00;
}
.services-block .image img {
    width: 100%;
}
.services-block .service.dark {
    color: #ffffff;
}
.services-block .service.dark h2,
.services-block .service.dark h3,
.services-block .service.dark h4 {
    color: #fede00;
}
.vertical-tab-content h2,
.vertical-tab-content h1 {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}
@media screen and (min-width: 768px) {
    .services-block .service {
        width: 33.333%;
    }
    .services-block .service:nth-child(3n+1) {
        clear: none;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .services-block .service .caption {
        font-size: 14px;
        line-height: 16px;
        padding: 0 7%;
    }
    .services-block .service h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .services-block .service h3 {
        font-size: 22px;
    }
}
.not-found .widget_search button {
    margin-top: 10px;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 0;
}
@media screen and (max-width: 1199px) {
    .services-block .caption h3 {
        font-size: 25px;
        line-height: 31px;
    }
    .services-block .services__text-background {
        font-size: 90px;
    }
}
@media screen and (max-width: 991px) {
    .services-block .service h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .services-block .caption .text {
        font-size: 15px;
        line-height: 21px;
        margin-top: 9px;
    }
    .services-block .services__text-background {
        font-size: 70px;
        bottom: -10px;
    }
}
@media screen and (max-width: 767px) {
    .services-block {
        max-width: 330px;
        margin: 20px auto;
        margin-top: 0;
    }
    .services-block .service {
        margin-top: 15px;
    }
    .services-block .service .caption {
        font-size: 13px;
        line-height: 1.1em;
        padding: 0 5%;
    }
    .services-block .service h2 {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 7px;
        letter-spacing: -0.5px;
    }
}
@media screen and (max-width: 575px) {
    .services-block .caption .text {
        font-size: 14px;
        line-height: 19px;
        margin-top: 9px;
    }
    .services-block .services__text-background {
        font-size: 62px;
    }
}
.services-angle-text .number {
    background: #fede00;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 30px;
    font-weight: 700;
}
.services-angle-text h5 {
    color: #fff;
}
.services-block-alt {
    margin-top: 30px;
    text-align: center;
}
.services-block-alt .image i,
.services-block-alt .image .fack_icon_div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    margin: -59px 0 0 -59px;
    font-size: 50px;
    line-height: 118px;
    text-align: center;
    background-color: #fede00;
    opacity: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    -webkit-box-shadow: 0 0 0 20px #fede00;
    -moz-box-shadow: 0 0 0 20px #fede00;
    box-shadow: 0 0 0 20px #fede00;
}
.services-block-alt .image:hover i,
.services-block-alt .image:hover .fack_icon_div {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 0 #fede00;
    -moz-box-shadow: 0 0 0 0 #fede00;
    box-shadow: 0 0 0 0 #fede00;
}
.services-block-alt .image .fack_icon_div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: baseline;
    width: 75%;
}
.services-block-alt .image img {
    width: 100%;
}
.services-block-alt .caption .title {
    margin-bottom: 14px;
}
@media (max-width: 991px) {
    .services-block-alt .caption .title {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .services-block-alt .caption {
        padding: 20px 35px 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .services-block-alt .caption .title {
        margin-bottom: 5px;
        font-size: 20px;
        height: auto !important;
    }
}
@media screen and (min-width: 992px) {
    .services-block-alt.col-sm-3:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .services-block-alt.col-sm-6:nth-child(2n+1),
    .services-block-alt.col-sm-3:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .services-block-alt.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}
.service-row h1,
.service-row h2,
.service-row h3 {
    color: #fff;
}
.service-row-text {
    padding: 75px 15px;
    float: right;
}
.service-row {
    background: #2b2b2b;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .service-row {
        display: flex;
        margin: 0 -30px;
    }
}
.service-row>* {
    position: relative;
}
.service-row,
.service-row-text {
    color: #fff;
}
.service-row h1,
.service-row h2,
.service-row h3,
.service-row-elementor h1,
.service-row-elementor h2,
.service-row-elementor h3 {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .service-row .service-row-text {
        width: 600px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .service-row .service-row-text {
        width: 485px;
        padding: 50px 25px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .service-row-elementor .service-row-text {
        width: 375px;
        padding: 30px 25px;
    }
    .service-row-elementor .service-row-text p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) {
    .service-row .service-row-text p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .service-row .service-row-text {
        width: 375px;
        padding: 30px 25px;
    }
    .service-row h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 767px) {
    .service-row .service-row-text,
    .service-row-elementor .service-row-text {
        width: 100%;
        float: none;
        padding: 30px 15px 0;
    }
    .service-row h2 {
        font-size: 23px;
    }
    .service-row-image {
        min-height: 200px;
        position: relative;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
}
.service-row-text .wpb_button,
.service-row-text .wpb_content_element,
.service-row-text ul.wpb_thumbnails-fluid>li,
.service-row-text .vc_column-inner {
    padding-bottom: 0px;
    padding-top: 0px;
}
@media (max-width: 767px) {
    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 17px;
    }
}
/* box01 */
.box01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.box01 .box01__icon {
    width: 67px;
    min-width: 67px;
    position: relative;
    font-size: 46px;
}
.box01 .box01__icon:before {
    content: '';
    width: 3px;
    height: 46px;
    background-color: #fede00;
    display: block;
    position: absolute;
    top: 1px;
    right: -2px;
}
.box01 .box01__icon svg {
    max-width: 36px;
}
.box01 .box01__content {
    position: relative;
    padding: 0 0 0 25px;
}
.box01 .box01__content .box01__title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 37px;
    color: #3a3a3a;
    font-weight: 600;
    text-transform: inherit;
    padding: 0 0 8px 0;
    margin: -9px 0 0 0;
}
.box01 .box01__content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .box01 {
        margin-bottom: -7px;
    }
}
@media (max-width: 991px) {
    .box01 {
        margin-bottom: -6px;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .box01 .box01__icon {
        text-align: center;
    }
    .box01 .box01__icon:before {
        display: none;
    }
    .box01 .box01__content {
        text-align: center;
        padding: 0;
        margin: 14px 0 0 0;
    }
    .box01 .box01__content .box01__title {
        font-size: 18px;
        position: relative;
        margin-bottom: 15px;
    }
    .box01 .box01__content .box01__title:before {
        content: '';
        display: inline-block;
        width: 46px;
        height: 2px;
        background-color: #fede00;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -23px;
    }
    .box01 .box01__content> :last-child {
        margin-bottom: 0;
    }
    .box01 .box01__content p {
        font-size: 15px;
        line-height: 21px;
    }
}
@media (max-width: 767px) {
    .box01 .box01__content .box01__title {
        font-size: 18px;
        position: relative;
        margin-bottom: 15px;
    }
    .box01 .box01__content .box01__title:before {
        height: 2px;
        left: 50%;
        margin-left: -16px;
        width: 33px;
    }
    .box01 .box01__content p {
        font-size: 14px;
        line-height: 19px;
    }
}
@media (min-width: 992px) {
    .box01-listing {
        margin-top: -40px;
    }
    .box01-listing .box01 {
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .box01-listing {
        margin-top: -30px;
    }
    .box01-listing .box01 {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .box01-listing {
        margin-top: -20px;
    }
    .box01-listing .box01 {
        margin-top: 20px;
    }
}
/*-----  3.12 GetForm            --------*/
.vertical-tab-container {
    background: url(/wp-content/themes/car-repair-services/images/tabform-bg.webp) no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    width: calc(100% - 12px);
    overflow: hidden;
    color: #444;
}
.vertical-tab-menu .list-group>a.active {
    border-right: none;
}
.vertical-tab-container,
.vertical-tab-menu .list-group>a.active {
    background-color: transparent;
}
@media (max-width: 767px) {
    .vertical-tab-container {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
}
.vertical-tab-container .toggle-btn {
    float: left;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #1a1a1a;
    color: #444;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
@media (max-width: 767px) {
    .vertical-tab-container .toggle-btn {
        font-size: 12px;
        line-height: 28px;
        margin-bottom: 11px;
    }
}
.vertical-tab-container .toggle-btn.active {
    background: #1a1a1a;
    color: #fff;
}
.vertical-tab-container p.comment {
    font-size: 14px;
    margin: 11px 0px;
}
.vertical-tab-container a.comment {
    display: inline-block;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}
.vertical-tab-container a.comment:hover {
    text-decoration: underline;
}
.vertical-tab-container form .form-group {
    margin-bottom: 7px;
}
@media (max-width: 767px) {
    .vertical-tab-container form .form-group {
        margin-bottom: 6px;
    }
}
.vertical-tab-container form input.input-custom,
.vertical-tab-container form textarea.textarea-custom,
.vertical-tab-container form .select-wrapper select.input-custom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #929292;
    color: #444;
    padding: 15px;
    font-size: 14px;
    line-height: 16px;
    height: 46px;
}
.vertical-tab-container form .select-wrapper select.input-custom,
.vertical-tab-container form .select-wrapper select.input-custom:hover,
.vertical-tab-container form .select-wrapper select.input-custom:focus {
    border-color: #fff !important;
    box-shadow: none !important;
    outline: medium none !important;
}
.search-form-area .btn.btn-lg.btn-full.false-submit:hover {
    background-color: #444;
}
.search-form-area .btn.btn-lg.btn-full.false-submit:hover span {
    color: #fff !important;
}
.vertical-tab-container form .select-wrapper:before {
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #444;
}
.vertical-tab-container form .btn:before,
.vertical-tab-container form .btn:after {
    display: none;
}
.vertical-tab-container form .btn span {
    color: #fff;
}
.vertical-tab-container form .btn:hover {
    background-color: #444 !important;
}
.vertical-tab-container form .btn:hover span {
    color: #fff;
}
.vertical-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 132px;
    float: left;
}
@media (max-width: 767px) {
    .vertical-tab-menu {
        width: 103px;
    }
    .search-form-area .wpb_column.car-get-form .vc_column-inner {
        padding: 0;
    }
}
.vertical-tab-menu .list-group {
    margin-bottom: 0;
}
.vertical-tab-menu .list-group>a {
    margin-bottom: 2px;
    padding: 17px 10px 21px;
    border: 0;
    background-color: #494949;
    border-right: 1px solid #181818;
    border-radius: 0 !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #d9d9d9;
}
@media (max-width: 767px) {
    .vertical-tab-menu .list-group>a {
        padding: 20px 10px 28px;
    }
}
@media (max-width: 767px) {
    .vertical-tab-menu .list-group>a {
        font-size: 12px;
        line-height: 14px;
    }
}
.vertical-tab-menu .list-group>a span {
    display: block;
    margin-bottom: 13px;
}
.vertical-tab-menu .list-group>a i.icon {
    color: #d9d9d9;
    font-size: 50px;
}
@media (max-width: 767px) {
    .vertical-tab-menu .list-group>a i.icon {
        font-size: 40px;
    }
}
.vertical-tab-menu .list-group>a:last-child {
    margin-bottom: 0;
}
.vertical-tab-menu .list-group>a.active span {
    color: #333;
}
.vertical-tab-menu .list-group>a.active i.icon {
    color: #444 !important;
}
div.vertical-tab {
    width: calc(100% - 160px);
    padding: 25px 0px 10px 25px;
    float: left;
}
@media (max-width: 767px) {
    div.vertical-tab {
        width: calc(100% - 105px);
        padding: 20px 12px 10px;
    }
}
@media (max-width: 479px) {
    div.vertical-tab {
        width: calc(100% - 130px);
    }
}
div.vertical-tab div.vertical-tab-content:not(.active) {
    display: none;
}
.modal.modal-info .modal-header h3 {
    margin-bottom: 0;
}
.modal.modal-info .modal-header .close {
    margin-top: 10px;
}
.form-popup-wrap {
    display: inline-block;
    position: relative;
}
.form-popup-wrap.text-icon-sm {
    width: 100%;
}
.form-popup {
    position: absolute;
    width: 766px;
    left: 50%;
    margin-left: -395px;
    visibility: hidden;
    bottom: -25px;
    -webkit-transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    -ms-transition: bottom 0.2s;
    -o-transition: bottom 0.2s;
    opacity: 0;
}
@media (max-width: 1399px) {
    .form-popup {
        margin-left: -395px;
    }
}
@media (max-width: 1199px) {
    .form-popup {
        width: 600px;
        margin-left: -300px;
    }
}
@media (max-width: 767px) {
    .form-popup {
        width: 400px;
        margin-left: -200px;
    }
}
.form-popup.opened {
    opacity: 1;
    bottom: -5px;
    visibility: visible;
}
.text-icon-sm.form-popup-wrap .form-popup {
    margin-left: -383px;
}
@media (max-width: 767px) {
    .text-icon-sm.form-popup-wrap .form-popup {
        width: 300px;
        margin-left: -150px;
    }
}
.quote-form {
    width: 100%;
    padding: 35px 20px 20px;
    background: #fff;
    border: 2px solid #252525;
    position: absolute;
    z-index: 1;
}
@media (max-width: 767px) {
    .quote-form {
        padding: 35px 20px 20px 20px;
    }
}
form.quote-form p {
    margin-right: 16px;
}
.quote-form:after,
.quote-form::before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.quote-form::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.quote-form::before {
    border-color: rgba(37, 37, 37, 0);
    border-bottom-color: #252525;
    border-width: 13px;
    margin-left: -13px;
}
.quote-form .form-inline {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 16px;
}
.quote-form .select-wrapper {
    display: flex !important;
    position: relative;
}
@media (max-width: 767px) {
    .quote-form .form-inline {
        margin-bottom: 10px;
    }
}
.quote-form .form-inline .form-inline {
    margin-right: -20px;
    width: 50%;
}
@media (max-width: 767px) {
    .quote-form .form-inline .form-inline {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.quote-form .form-inline>* {
    display: block;
    vertical-align: top;
    margin-right: 16px;
    width: calc(50% - 8px);
}
@media (max-width: 767px) {
    .quote-form .form-inline>* {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.quote-form .form-inline>*:only-child {
    width: calc(100% - 20px);
}
@media (max-width: 767px) {
    .quote-form .form-inline>*:only-child {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.quote-form .wpcf7-response-output {
    margin-left: 0;
    width: calc(100% - 20px);
}
.quote-form .form-inline label {
    width: 100% !important;
}
.quote-form .form-inline .form-control {
    width: 100%;
}
.quote-form .input-custom {
    height: 48px !important;
    width: 100%;
    padding: 12px 15px 12px !important;
}
.quote-form .select-wrapper:before {
    height: 46px;
    line-height: 46px;
}
.quote-form .textarea-custom {
    height: 106px;
    min-height: 0;
    color: #2b2b2b;
}
.quote-form .placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #2b2b2b;
}
.quote-form input::-webkit-input-placeholder,
.quote-form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #2b2b2b;
}
.quote-form input::-moz-placeholder,
.quote-form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #2b2b2b;
}
.quote-form input:-ms-input-placeholder,
.quote-form textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #2b2b2b;
}
.quote-form input:-moz-placeholder,
.quote-form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #2b2b2b;
}
#quote-form .textarea-custom {
    height: 106px;
    min-height: 0;
    color: #2b2b2b;
}
/*-----  3.13 Promo Banner       --------*/
.copon-baner-bg {
    background-repeat: no-repeat;
}
.coupon {
    background: url(/wp-content/themes/car-repair-services/images/coupon-bg.webp);
    background-size: 100% 190px;
    width: 100%;
    height: 190px;
    position: relative;
    font-size: 100px;
}
@media (max-width: 1199px) {
    .coupon {
        font-size: 55px;
        height: 130px;
        background-size: 100% 130px;
    }
}
@media (max-width: 991px) {
    .coupon {
        height: 190px;
        background-size: 100% 190px;
        max-width: 715px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .coupon {
        height: 95px;
        background-size: 100% 95px;
        max-width: 300px;
    }
}
.coupon .coupon-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.coupon .coupon-row>* {
    padding: 4.5% 0;
}
.coupon .coupon-row>*:last-child {
    padding: 3% 0;
}
.coupon .coupon-col-left {
    width: 34%;
}
.coupon .coupon-col-right {
    width: 66%;
}
.coupon-text1 {
    font-size: .2em;
    line-height: 1em;
    font-weight: bold;
    color: #252525;
}
.coupon-text2 {
    font-size: 70px;
    line-height: 1em;
    font-weight: 900;
    color: #ff0000;
    font-family: sans-serif;
}
.coupon-text2 span {
    display: inline-block;
    vertical-align: top;
    font-size: .45em;
    line-height: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
}
.coupon-text3 {
    font-size: .4em;
    line-height: 1em;
    font-weight: 900;
    color: #252525;
    font-family: sans-serif;
}
.coupon-text4 {
    font-size: .42em;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
}
.coupon-text5 {
    font-size: .2em;
    line-height: 1em;
    font-weight: 700;
    color: #fede00;
}
.search-form-area .coupon-text5 {
    line-height: 1.5em;
}
.coupon .coupon-all {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    width: 12.25em;
    top: -13px;
    font-size: .16em;
    line-height: 2.315em;
    border-radius: 2px;
    font-weight: 700;
    background-color: #fede00;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.coupon .coupon-all:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.78em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8em 6.125em 0 6.125em;
    border-color: #fede00 transparent transparent transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.coupon .coupon-all:hover {
    background-color: #fff;
    color: #333;
}
.coupon .coupon-all:hover:after {
    border-top-color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .coupon .coupon-all {
        font-size: 14px;
    }
    .coupon-text1 {
        font-size: 15px;
    }
    .coupon-text2 {
        font-size: 45px;
        margin-top: 3px;
        margin-bottom: 3px;
    }
    .coupon-text4 {
        font-size: 26px;
    }
    .coupon-text5 {
        font-size: 16px;
        line-height: 20px;
    }
    .coupon .coupon-all {
        top: -2px;
    }
}
@media (max-width: 991px) {
    .coupon-text1 {
        font-size: 20px;
        line-height: 1em;
    }
    .coupon-text2 {
        font-size: 70px;
    }
    .coupon-text3 {
        font-size: 40px;
        line-height: 1em;
    }
    .coupon-text4 {
        font-size: 42px;
    }
    .coupon-text5 {
        font-size: 20px;
    }
    .coupon .coupon-all {
        font-size: 16px;
        top: 5px;
    }
}
@media (max-width: 767px) {
    .coupon-text1 {
        font-size: 10px;
    }
    .coupon-text2 {
        font-size: 32px;
    }
    .coupon-text3 {
        font-size: 18px;
    }
    .coupon-text4 {
        font-size: 20px;
        font-weight: 400;
    }
    .coupon-text5 {
        font-size: 12px;
    }
    .coupon .coupon-all {
        font-size: 11px;
        border-radius: 2px;
        font-weight: 800;
        top: -12px;
    }
}
.coupon-print {
    padding: 7px;
    margin-top: 35px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
}
.coupon-print:after,
.coupon-print:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: url(/wp-content/themes/car-repair-services/images/border-hor.webp) repeat-x 0 0;
}
.coupon-print img {
    margin: 0 -28px;
    width: calc(100% + 56px);
    position: relative;
    z-index: 1;
}
.coupon-print:before {
    top: 0;
}
.coupon-print-col-left {
    float: left;
    width: 55%;
}
@media (max-width: 767px) {
    .coupon-print-col-left {
        width: 100%;
        margin-bottom: 15px;
    }
}
.coupon-print-col-right {
    float: right;
    width: 42%;
}
@media (max-width: 767px) {
    .coupon-print-col-right {
        width: 100%;
    }
}
.coupon-print-row-top,
.coupon-print-row-bot {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .coupon-print-row-top,
    .coupon-print-row-bot {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.coupon-print-row-top {
    padding: 0 0 20px;
}
.coupon-print-row-bot {
    padding: 10px 0 0;
}
.coupon-print-row-bot .coupon-print-col-right {
    font-size: 18px;
    font-weight: 700;
}
.coupon-print-row-bot .coupon-print-col-left {
    font-weight: 600;
}
.coupon-print .contact-info {
    margin: 0 !important;
    padding-left: 33px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
.coupon-print .contact-info>.icon {
    font-size: 30px;
}
.coupon-print-inside {
    background: url(/wp-content/themes/car-repair-services/images/coupon-bg.webp) no-repeat right top;
    border: 1px solid #fede00;
    position: relative;
    padding: 20px;
}
.coupon-print-inside:after,
.coupon-print-inside:before {
    content: '';
    position: absolute;
    width: 1px;
    top: -7px;
    bottom: -7px;
    background: url(/wp-content/themes/car-repair-services/images/border-vert.webp) repeat-y 0 0;
}
.coupon-print-inside:after {
    right: -8px;
}
.coupon-print-inside:before {
    left: -8px;
}
.coupon-print .red-color {
    color: red;
}
.coupon-print .print-link {
    position: absolute;
    z-index: 1;
    width: 145px;
    display: block;
    bottom: -7px;
    left: 50%;
    margin-left: -72px;
    padding: 5px 0;
    background: #fff;
    text-decoration: underline;
    text-align: center;
    font-weight: 600;
}
.coupon-print .print-link:hover {
    text-decoration: none;
}
.promo-banner {
    border: 2px dotted #fede00;
    padding: 25px 32px;
    margin: 42px 0 0;
}
@media (max-width: 1199px) {
    .promo-banner {
        text-align: center;
        padding: 25px 15px;
    }
}
@media (min-width: 1200px) {
    .promo-banner .text {
        padding-right: 15px;
    }
    .promo-banner .action {
        float: right;
    }
}
.promo-banner .action {
    text-align: center;
}
.promo-banner .title {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .promo-banner .title {
        font-size: 30px;
    }
}
.promo-banner .title span {
    color: #fe0000;
    font-size: 50px;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .promo-banner .title span {
        font-size: 36px;
    }
}
.promo-banner .icon-lg {
    display: block;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 12px;
    color: #fede00;
    animation: arrowUpDown 2s infinite;
    -webkit-animation: arrowUpDown 2s infinite;
    -moz-animation: arrowUpDown 2s infinite;
    -o-animation: arrowUpDown 2s infinite;
}
.promo-banner p {
    margin-bottom: 0;
}
/*-----  3.14 How it works       --------*/
.vc_parallax .vc_parallax-inner {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: fixed !important;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}
@media (max-width: 1199px) {
    .vc_parallax .vc_parallax-inner {
        background-attachment: scroll !important;
        background-size: cover;
        top: 0 !important;
        height: 100% !important;
    }
}
.how-works-block {
    display: table;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.how-works-block .image img {
    width: 100%;
}
.how-works-block .caption>.inside {
    overflow: hidden;
    display: table;
    width: 100%;
    margin-top: 18px;
}
.how-works-block .caption>.inside .number {
    display: table-cell;
    vertical-align: middle;
}
.how-works-block .caption>.inside .number span {
    display: block;
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #444;
    background-color: #fede00;
    text-align: center;
}
.how-works-block .caption>.inside .text {
    vertical-align: middle;
    padding-left: 15px;
    overflow: hidden;
    display: table-cell;
}
.how-works-block .caption>.inside .text h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}
.how-works-block.shifted {
    margin-top: -10px;
}
@media (max-width: 991px) {
    .how-works-block .caption>.inside .text h5 {
        font-size: 15px;
        line-height: 20px;
    }
    .how-works-block .caption>.inside .number {
        position: absolute;
        top: -58px;
        left: 0;
        line-height: 40px;
    }
    .how-works-block .caption>.inside {
        position: relative;
        overflow: visible;
    }
    .how-works-row>div:nth-child(2n) .how-works-block .inside .number,
    .how-works-row>div:nth-child(4n) .how-works-block .inside .number {
        bottom: -58px;
        top: auto;
    }
    .how-works-row .vc_column-inner {
        margin-top: 25px !important;
    }
    .how-works-block .caption>.inside .text {
        padding-left: 0px;
    }
}
.breadcrumbs span .breadcrumb_last {
    color: #fff;
}
.breadcrumbs span {
    color: #ffc513;
}
.back-to-top {
    position: fixed;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    right: 15px;
    z-index: 1000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.back-to-top.visible {
    opacity: 1;
    visibility: visible;
    bottom: 27px;
}
.back-to-top a {
    position: relative;
    top: 0;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fede00;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.back-to-top:hover a {
    top: -10px;
    opacity: .8;
}
@media (max-width: 991px) {
    .back-to-top.visible {
        bottom: 23px;
    }
}
@media (max-width: 767px) {
    .back-to-top.visible {
        bottom: 42px;
    }
}
@media (max-width: 1199px) {
    .back-to-top {
        right: 15px;
    }
}
@media (max-width: 991px) {
    .back-to-top {
        right: 15px;
    }
    .block.bg-2 .vc_parallax-inner {
        background-position: top left;
        top: 0 !important;
    }
}
@media (max-width: 575px) {
    .back-to-top a {
        width: 45px;
        height: 45px;
        line-height: 48px;
        font-size: 21px;
    }
}
@media (min-width: 768px) {
    .vc_row .how-works-row.shifted>div:nth-child(2n) .how-works-block {
        margin-top: -15px;
        position: absolute;
        top: 0;
    }
    .vc_row .how-works-row.shifted>div:nth-child(4n) .how-works-block {
        margin-top: -15px;
        position: absolute;
        top: 0;
    }
    .how-works-row.shifted>div:nth-child(2n) .how-works-block .caption,
    .how-works-row.shifted>div:nth-child(4n) .how-works-block .caption {
        display: table-header-group;
    }
    .how-works-row.shifted>div:nth-child(2n) .how-works-block .caption .inside,
    .how-works-row.shifted>div:nth-child(4n) .how-works-block .caption .inside {
        margin-bottom: 18px;
        margin-top: 0;
    }
    .how-works-row.shifted>div:nth-child(2n) .how-works-block .image,
    .how-works-row.shifted>div:nth-child(4n) .how-works-block .image {
        display: table-footer-group;
    }
}
.image.nd-images {
    margin-top: 80px;
}
@media (max-width: 767px) {
    .how-works-row .wpb_single_image,
    .how-works-block {
        max-width: 205px;
        margin: 0px auto 0px;
        padding: 0;
    }
    .block.bg-2 .vc_empty_space {
        height: 0 !important;
    }
    .how-works-row.slick-slider {
        margin-bottom: 80px;
    }
    .how-works-row>div:nth-child(2n) .how-works-block .inside,
    .how-works-row>div:nth-child(4n) .how-works-block .inside {
        direction: rtl;
    }
    .how-works-row>div:nth-child(2n) .how-works-block .inside .number,
    .how-works-row>div:nth-child(4n) .how-works-block .inside .number {
        direction: ltr;
        float: right;
    }
    .how-works-row>div:nth-child(2n) .how-works-block .inside .text,
    .how-works-row>div:nth-child(4n) .how-works-block .inside .text {
        direction: ltr;
        padding-left: 0;
        padding-right: 10px;
        text-align: right;
        width: 100%;
    }
    .how-works-row .vc_column-inner {
        margin-top: 0px !important;
    }
    .wpb_single_image .vc_single_image-wrapper {
        display: block;
        vertical-align: top;
        max-width: 100%;
        text-align: center;
    }
    .wpb_single_image .vc_single_image-wrapper {
        display: block;
        vertical-align: top;
        max-width: 100%;
        text-align: center;
    }
    .wpb_single_image .vc_figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
        display: block;
    }
    .image.nd-images {
        margin-top: 0px;
    }
    .how-works-row>div:nth-child(2n) .how-works-block .inside .number {
        line-height: 35px;
    }
    .how-works-block .caption>.inside .text h5 {
        text-align: center;
    }
}
.how-works-circle {
    margin: 20px auto;
    max-width: 246px;
    text-align: center;
}
.how-works-circle img {
    max-width: 100%;
    display: inline-block;
}
.how-works-text {
    max-width: 170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
@media (max-width: 991px) {
    .how-works-text {
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 991px) {
    .how-works-text {
        font-size: 13px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .how-works-text {
        font-size: 14px;
        line-height: 18px;
    }
}
.how-works-text:not(:first-child) {
    margin-top: .6em;
}
.how-works-number {
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
    color: #fede00;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
@media (max-width: 991px) {
    .how-works-number {
        font-size: 25px;
    }
}
@media (max-width: 991px) {
    .how-works-number {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .how-works-number {
        font-size: 23px;
    }
}
.how-works-number:not(:first-child) {
    margin-top: .3em;
}
.step-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.step {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    background-color: #f5f5f5;
}
.step .step-inside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.step img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.step1:not(.step-animate) img,
.step2:not(.step-animate) img {
    opacity: 0;
}
.step1:not(.step-animate) img:first-child {
    opacity: 1;
}
.step1:not(.step-animate) img:last-child {
    opacity: 1;
}
.step1.step-animate-start:not(.step-animate) img:first-child {
    opacity: 1;
}
.step1.step-animate-start:not(.step-animate) img:last-child {
    opacity: 0;
}
.step1.step-animate img:not(:first-child) {
    -webkit-animation-name: step1;
    animation-name: step1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.step1.step-animate img:nth-child(2) {
    animation-delay: .5s;
    -webkit-animation-delay: 0.5s;
}
.step1.step-animate img:nth-child(3) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.step1.step-animate img:nth-child(4) {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}
.step1.step-animate img:nth-child(5) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.step2.step-animate img {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
.step2:not(.step-animate) img:first-child {
    opacity: 1;
}
.step2.step-animate img:nth-child(1) {
    -webkit-animation-name: step2;
    animation-name: step2;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.step2.step-animate img:nth-child(2) {
    -webkit-animation-name: step22;
    animation-name: step22;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
@keyframes step1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes step1 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes step2 {
    from {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-moz-keyframes step2 {
    from {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    97% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes step22 {
    from {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    97% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes step22 {
    from {
        opacity: 1;
    }
    47% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    97% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.step3.step-animate img {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.step4.step-animate img {
    -webkit-animation-name: step4;
    animation-name: step4;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
}
@-moz-keyframes step4 {
    0% {
        -moz-transform: rotate(0);
    }
    25% {
        -moz-transform: rotate(10deg);
    }
    50% {
        -moz-transform: rotate(-10deg);
    }
    100% {
        -moz-transform: rotate(0);
    }
}
@keyframes step4 {
    0% {
        transform: rotate(0);
    }
    25% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0);
    }
}
/*-----  3.15 Statistic          --------*/
.stat-box {
    margin: 30px 0 0 0;
    text-align: center;
}
@media (max-width: 767px) {
    .stat-box {
        margin: 8px 0 15px 0;
    }
}
.stat-box .text {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .stat-box .text {
        max-width: 215px;
    }
}
.stat-box .number {
    font-size: 44px;
    line-height: 46px;
    font-weight: bold;
    color: #2b2b2b;
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.stat-box .icon {
    font-size: 44px;
    line-height: 46px;
    color: #fede00;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .stat-box .number,
    .stat-box .icon {
        font-size: 36px;
        line-height: 36px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .text-center-md {
        text-align: center;
    }
}
/*-----  3.16 Show/Hide Block    --------*/
@media (min-width: 992px) {
    .view-more-link {
        display: none;
    }
}
@media (max-width: 991px) {
    .view-more-link {
        display: block;
        margin-top: 20px;
        text-decoration: underline;
    }
    .view-more-link:hover {
        text-decoration: none;
    }
    .view-more-tablet {
        display: none;
    }
    .view-more-tablet .marker-list {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .view-more-mobile {
        display: none;
    }
    .view-more-mobile .marker-list {
        margin-top: 0;
        margin-bottom: 0;
    }
    .service-icon:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        background-color: #a1a1a1;
    }
    .services-pages-txt .form-popup-wrap {
        margin-left: 0;
    }
    .services-pages-txt .form-popup-link,
    .services-pages-txt .btn-invert {
        margin-right: 12px;
        margin-bottom: 15px;
        margin-left: 12px;
    }
}
.person-hor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
.person {
    margin-top: 23px;
}
@media (max-width: 991px) {
    .person-hor {
        flex-direction: column;
        text-align: center;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .person-hor .person-info,
    .person-hor .image {
        width: 100%;
    }
}
.about-page-txt h2.h-lg.text-center {
    color: #fff;
}
.abot-txt h4 {
    font-size: 22px;
    line-height: 24px;
}
@media (max-width: 991px) {
    .abot-txt .wpb_column {
        width: 100%;
    }
}
.view-more-link .less {
    display: none;
}
.view-more-link.opened .more {
    display: none;
}
.view-more-link.opened .less {
    display: inline-block;
}
/*-----  3.17 Gallery Page       --------*/
.gallery-item {
    position: relative;
    display: inline-block;
    width: calc(33.333% - 20px);
    margin-bottom: 30px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .gallery-item {
        width: calc(50% - 15px);
    }
}
@media (max-width: 480px) {
    .gallery-item {
        width: calc(50% - 15px);
    }
}
.gallery-item img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: auto;
}
.gallery-item .hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.09);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuOCIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIiBvZmZzZXQ9IjAuMjMxOTk5OTk5OTk5OTk5OTgiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(0.232, rgba(0, 0, 0, 0)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 23.2%);
    /* IE10+ */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 23.2%);
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 23.2%);
    text-decoration: none !important;
}
.gallery-item .hover span {
    display: block;
}
.gallery-item .hover .view {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -22px;
}
.gallery-item .hover .view .icon {
    text-align: center;
    font-size: 44px;
}
.gallery-item .hover .tags {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}
.gallery-item .hover .tags .icon {
    font-size: 20px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.gallery-item-image {
    overflow: hidden;
}
.gallery-item:hover .hover {
    opacity: 1;
}
.filters-by-category ul {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.filters-by-category ul li {
    display: inline-block;
    line-height: 1em;
    margin: 0 0 10px;
}
.filters-by-category ul li+li a:before {
    content: "|";
    position: absolute;
    left: 0;
    top: -2px;
    color: #292929;
}
.filters-by-category ul li a {
    display: block;
    position: relative;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    padding: 0 36px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.filters-by-category ul li a:hover,
.filters-by-category ul li a.selected {
    color: #fede00;
}
@media (max-width: 1199px) {
    .filters-by-category ul li a {
        font-size: 18px;
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .filters-by-category ul li a {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px;
    }
}
/*-----  4. Custom Animation      --------*/
@media (min-width: 768px) {
    .image-scale {
        position: relative;
        overflow: hidden;
        display: block;
    }
    .image-scale>a {
        display: block;
        overflow: hidden;
    }
    .image-scale img {
        -webkit-transition: transform 0.4s ease-in-out 0.05s;
        -moz-transition: transform 0.4s ease-in-out 0.05s;
        -ms-transition: transform 0.4s ease-in-out 0.05s;
        -o-transition: transform 0.4s ease-in-out 0.05s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: optimizeQuality;
        vertical-align: middle;
        max-width: 100%;
    }
    .image-scale:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
        transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    }
}
@media (min-width: 768px) {
    .image-scale-color {
        position: relative;
        overflow: hidden;
        display: block;
    }
    .image-scale-color>a {
        display: block;
        overflow: hidden;
    }
    .image-scale-color img {
        -webkit-transition: transform 0.4s ease-in-out 0.05s;
        -moz-transition: transform 0.4s ease-in-out 0.05s;
        -ms-transition: transform 0.4s ease-in-out 0.05s;
        -o-transition: transform 0.4s ease-in-out 0.05s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: optimizeQuality;
        vertical-align: middle;
        max-width: 100%;
    }
    .image-scale-color:after {
        content: '';
        background: #fede00;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
    }
    .image-scale-color:hover:after {
        opacity: 0.2;
    }
    .image-scale-color:hover img {
        -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
        transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    }
}
@-webkit-keyframes arrowUpDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
    }
}
@-moz-keyframes arrowUpDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
    }
    60% {
        -moz-transform: translateY(-5px);
    }
}
@-o-keyframes arrowUpDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-10px);
    }
    60% {
        -o-transform: translateY(-15px);
    }
}
@keyframes arrowUpDown {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}
/*----------------------------------------*/
/*----   5. Plugins overlay styles  ------*/
/*----------------------------------------*/
/* slider */
.slick-loading .slick-list {
    background: #ffffff url('/wp-content/themes/car-repair-services/images/ajax-loader.gif') center center no-repeat;
}
/* arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 200;
    text-align: center;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'auto';
    font-size: 23px;
    line-height: 30px;
    color: #727272;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fede00;
}
.slick-prev {
    left: -20px;
}
.slick-prev:before {
    content: "\e91f";
}
.slick-next {
    right: -20px;
}
.slick-next:before {
    content: "\e920";
}
/* dots */
.slick-slider {
    padding: 0;
    list-style: none;
}
.slick-slider.nav-dot {
    margin-bottom: 75px;
}
.slick-dots {
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
}
@media (min-width: 992px) {
    .slick-dots {
        margin-top: 45px;
    }
}
@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .slick-dots {
        margin-top: 31px;
    }
}
@media (max-width: 575px) {
    .slick-dots {
        margin-top: 26px;
    }
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 11px;
    padding: 0;
    color: transparent;
    background-color: transparent;
    border: 0;
    outline: none;
    border-radius: 3px;
    background: #c1c1c1;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active button {
    width: 17px;
}
@media (max-width: 991px) {
    .slick-dots li button {
        width: 5px;
        height: 5px;
    }
    .slick-dots li.slick-active button {
        width: 12px;
    }
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
    background: #fede00;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.stat-box h5 {
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .stat-box h5 {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .slick-slide .animation {
        opacity: 1 !important;
        animation-name: none !important;
        -webkit-animation-name: none !important;
    }
    .car-get-form .vertical-tab-content h3 {
        font-size: 22px;
    }
}
#mainSlider .slick-dots {
    position: absolute;
    bottom: 30px;
}
/*vc element overwrite*/
.vc_toggle {
    border-top: 1px solid #fede00;
    margin: 0 0 10px;
}
.vc_toggle_square .vc_toggle_icon,
.vc_toggle_square.panel-heading1.vc_toggle_icon {
    background-color: #fede00;
    padding: 21px;
    border: none;
    width: 90px;
    height: 90px;
    position: absolute !important;
    left: -90px !important;
    top: 0px !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}
.panel-heading1 .vc_toggle_title,
.panel-heading1 .vc_toggle_content {
    margin-left: 90px;
    margin-top: 0;
}
.panel-heading1.vc_toggle_size_lg .vc_toggle_icon::before,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::before {
    height: 3px;
    width: 20px;
    background-color: #333;
}
.panel-heading1.vc_toggle_size_lg .vc_toggle_icon::after,
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon::after {
    height: 20px;
    width: 3px;
    background-color: #333;
}
.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
    background: #fede00;
}
.postform {
    padding: 6px 0;
    width: 100%;
}
#archives-dropdown--1 {
    padding: 10px 10px;
    width: 100%;
}
h1.text-center.decor {
    font-size: 42px;
    font-weight: 600;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 999;
    position: absolute;
    margin-left: 0;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-menu::after {
    left: -6px;
    top: 8%;
    transform: rotate(270deg);
}
.navbar-nav .dropdown .dropdown-menu li:hover > .dropdown-menu  {
    opacity: 1;
    visibility: visible;
    top: 14%;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-menu .dropdown-menu{
    opacity: 0;
    visibility: hidden;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-menu li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 14%;
}
#primary .search-form .search-field {
    min-width: 80%;
    margin-right: 20px;
}
/* Pricing Table */
.price-text .table-responsive .table {
    table-layout: initial;
    border: none;
}
.price-text .table-responsive .table>tbody>tr>td,
.price-text .table-responsive .table>tbody>tr>th,
.price-text .table-responsive .table>tfoot>tr>td,
.price-text .table-responsive .table>tfoot>tr>th,
.price-text .table-responsive .table>thead>tr>td,
.price-text .table-responsive .table>thead>tr>th,
.price-text .table-responsive table>tbody>tr>td,
.price-text .table-responsive table>tbody>tr>th,
.price-text .table-responsive table>tfoot>tr>td,
.price-text .table-responsive table>tfoot>tr>th,
.price-text .table-responsive table>thead>tr>td,
.price-text .table-responsive table>thead>tr>th,
.price-text .table-responsive th,
.price-text .table-responsive td {
    border-color: none;
    border-image: none;
    border-style: none none solid none;
    border-width: medium medium 1px 0px;
    padding: 12px;
}
.price-text .table-responsive .table>tbody>tr>th,
.price-text .table-responsive .table>tfoot>tr>th,
.price-text .table-responsive .table>thead>tr>th {
    padding: 15px 8px;
    border-top: 0;
    border-bottom: 3px solid #e5e5e5;
}
@media (max-width: 479px) {
    header .header-right-bottom {
        padding: 25px 0px;
    }
    .wpb_single_image.negative-margin img {
        height: auto;
        max-width: 100%;
        vertical-align: top;
    }
}
.car-get-form-text .vc_row {
    margin-left: 0;
    margin-right: 0;
}
/* Theme padding */
.services-banner-12.home-services-img,
.search-form-area {
    padding: 90px 0px;
}
@media (max-width: 1199px) {
    .services-banner-12.home-services-img,
    .search-form-area {
        padding: 78px 0px;
    }
}
@media (max-width: 991px) {
    .search-form-area {
        padding: 20px 0px;
    }
    .search-form-area .wpb_column.car-get-form,
    .search-form-area .wpb_column.car-get-form-text {
        width: 100%;
    }
    .home-search-area {
        padding: 10px 0px 45px 0px;
    }
}
#tabForm {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.services-icons-txt {
    padding: 90px 0px 120px;
}
@media (max-width: 1199px) {
    .services-icons-txt {
        padding: 78px 0px 78px;
    }
}
@media (max-width: 991px) {
    .services-icons-txt {
        padding: 45px 0px 45px;
    }
}
.counter-area-txt {
    padding: 100px 0px;
}
@media (max-width: 1199px) {
    .counter-area-txt {
        padding: 50px 0px 50px 0px;
    }
}
.meet-area-txt {
    margin-top: 90px;
}
@media (max-width: 1199px) {
    .meet-area-txt {
        margin-top: 40px;
    }
}
@media (max-width: 1023px) {
    .meet-area-txt {
        margin-top: 30px;
    }
}
.meet-team-txt {
    padding: 90px 0px;
}
@media (max-width: 1199px) {
    .meet-team-txt {
        padding: 60px 0px;
    }
}
@media (max-width: 1023px) {
    .meet-team-txt {
        padding: 40px 0px;
    }
}
.meet-team-txt .slick-next,
.meet-team-txt button.slick-prev {
    display: none !important;
}
.coupons-pages-area {
    padding-top: 60px;
}
.services-pages-txt.coupons-txts {
    padding-top: 100px;
}
@media (max-width: 1023px) {
    .services-pages-txt.coupons-txts {
        padding-top: 60px;
    }
}
.services-pages-txt input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0;
}
@media (max-width: 767px) {
    .entry-header h1,
    .entry-header h2 {
        font-size: 30px;
    }
    .services-banner-12.home-services-img {
        padding: 0px;
    }
    .search-form-area {
        padding: 0px;
    }
    .services-icons-txt {
        padding: 40px;
    }
    .home .services-icons-txt {
        padding-top: 0px;
    }
    .counter-area-txt {
        padding: 40px;
    }
    .vc_row.counter-area-txt.home-counter-area-txt {
        padding: 40px 0;
    }
    .services-pages-txt.coupons-txts {
        padding-top: 30px;
    }
    .blog-post h3 {
        font-size: 20px;
    }
    .blog-post h2 {
        font-size: 22px;
    }
    .vc_toggle_square .vc_toggle_icon,
    .vc_toggle_square.panel-heading1.vc_toggle_icon {
        width: 70px;
        height: 70px;
    }
    .panel-heading1 .vc_toggle_title,
    .panel-heading1 .vc_toggle_content {
        padding-left: 0 !important;
    }
    .panel-heading1 .vc_toggle_title {
        min-height: 70px;
    }
    .car-faq-text .vc_toggle {
        margin-bottom: 30px;
        min-height: 80px;
    }
    .block {
        margin-bottom: 45px;
    }
}
@media (max-width: 575px) {
    html body:not(.home) #pageContent,
    .slidertop-space {
        padding-top: 50px;
    }
}
@media (min-width: 480px) and (max-width: 560px) {
    .appoinment-button-txt .form-popup {
        width: 300px;
        margin-left: -222px;
    }
}
@media (max-width: 479px) {
    .appoinment-button-txt .btn-invert,
    .appoinment-button-txt .form-popup-wrap {
        left: auto;
        margin-left: 0px;
    }
    .form-popup {
        width: 300px;
        margin-left: -151px;
    }
    .related.products {
        width: 100%;
        margin-top: 40px;
    }
}
.view-more-testimonial:hover span {
    color: #fff !important;
}
.woocommerce .custom-loader.loader::before {
    background: none;
}
.send-mail-ok-massage {
    color: red;
    font-weight: bold;
    margin-bottom: 15px;
}
.form-popup.opened.form-popup-top {
    bottom: 80px;
    top: auto;
    transition: bottom 0.3s ease 0s;
}
.form-popup-top .quote-form {
    position: relative;
}
.form-popup-top .quote-form::before {
    border-color: #252525 rgba(37, 37, 37, 0) rgba(37, 37, 37, 0);
    bottom: -26px;
}
.form-popup-top .quote-form::after {
    border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.form-popup-top .quote-form::after {
    bottom: -20px;
}
@media (min-width: 992px) {
    .header-info-mobile,
    .header-info-toggle {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-info-mobile {
        display: none;
        position: relative;
        z-index: 1;
        padding: 20px 15px 12px;
    }
    .header-info-mobile,
    .header-info-mobile p {
        font-size: 15px;
        line-height: 20px;
    }
    .header-info-mobile a {
        text-decoration: none;
    }
    .header-info-mobile a:hover {
        text-decoration: underline;
    }
    .header-info-mobile p {
        padding-left: 30px;
        position: relative;
        margin-bottom: 12px;
    }
    .header-info-mobile p>[class*='icon-'] {
        position: absolute;
        left: 0;
    }
    .header-info-mobile p+.social-links {
        margin-top: 15px;
    }
    .header-info-mobile .social-links {
        margin-left: 40px;
    }
    .header-info-mobile-inside {
        position: relative;
        top: -50px;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    .header-info-mobile.open .header-info-mobile-inside {
        top: 0;
        opacity: 1;
    }
    .header-info-toggle {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
    }
    .header-info-toggle [class*='icon-'] {
        display: block;
        font-size: 24px;
        line-height: 37px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        padding: 0 12px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #fff;
    }
    .header-info-toggle [class*='icon-']:hover {
        color: #fede00;
    }
    .header-info-toggle.open [class*='icon-'] {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.form-popup-close {
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    font-size: 20px;
    transition: .2s;
}
@media (max-width: 991px) {
    .form-popup-close {
        right: 8px;
        top: 8px;
    }
    .vc_row.service-page-services {
        padding-top: 70px;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .vc_row.service-page-services {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 40px;
    }
}
.about-us-title {
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .about-us-title {
        margin-bottom: 0px;
    }
}
.service-page-services.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}
.table-price {
    min-width: 800px;
}
@media (max-width: 480px) {
    .table-price {
        min-width: 900px;
    }
}
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    padding: 15px 8px;
    border-top: 0;
    border-bottom: 3px solid #e5e5e5;
}
.table>tbody>tr>td {
    border-top: 1px solid #e5e5e5;
    padding: 10px 8px;
}
.table .cell-marker {
    background: @custom-color;
    border-color: @custom-color;
    padding-left: 12px;
    padding-right: 12px;
}
.table th.cell-marker {
    border-color: #fff;
}
.sticky-table {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0 !important;
}
.sticky-table table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
}
.sticky-table table tr.sticky-row th,
.sticky-table table tr.sticky-row td {
    background-color: #fff;
    border-top: 0;
    position: relative;
    outline: 1px solid #ddd;
    z-index: 5;
}
.sticky-table .table {
    border: none;
}
@media (max-width: 767px) {
    .sticky-table .table {
        font-size: 14px;
    }
}
.sticky-table .table>tbody>tr>td,
.sticky-table .table>tbody>tr>th {
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.sticky-table .table>tbody>tr>td.sticky-cell,
.sticky-table .table>tbody>tr>th.sticky-cell {
    background-color: #fff;
    outline: none;
    position: relative;
    z-index: 10;
    border-left: none;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.sticky-table table tr.sticky-row td.sticky-cell,
.sticky-table table tr.sticky-row th.sticky-cell {
    z-index: 15;
}
.sticky-table tr th:nth-child(4) {
    width: 95px;
}
.sticky-table tr th:nth-child(3) {
    width: 180px;
}
.sticky-table tr th:nth-child(4) {
    width: 100px;
}
.sticky-table .table>tbody>tr>th,
.sticky-table .table>tfoot>tr>th,
.sticky-table .table>thead>tr>th {
    padding: 15px 8px;
    border-top: none;
    border-bottom: 2px solid #e5e5e5;
    border-left: none;
    border-right: none;
}
@media (max-width: 991px) {
    header.page-header {
        position: relative !important;
        padding: 0;
        margin: 0;
    }
    header.page-header .navbar-nav>li>a {
        padding-left: 30px;
        padding-right: 30px;
    }
    header.page-header .phone .right-text {
        display: none;
    }
    header.page-header .phone .phone-wrapper {
        margin: 0;
    }
    .navbar-toggle {
        position: relative;
        margin: 0;
        padding: 0;
    }
    header.page-header .header-right {
        width: 100%;
    }
    .page-header.is-sticky:before {
        background-color: transparent;
    }
    .header-right-bottom {
        padding: 0 0 30px;
        height: auto;
        position: absolute;
        top: 37px;
        right: 45px;
        margin-left: -124px;
    }
    header.page-header .header-right-top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 34px;
        background-color: #131313;
    }
    header.page-header .header-phone {
        text-align: center;
    }
    header.page-header .header-phone .text {
        display: none;
    }
    header.page-header .navbar {
        position: static;
        min-height: 0;
        border: 0;
        margin: 0;
    }
    header.page-header .dropdown-menu,
    header.page-header-2 .dropdown-menu {
        border-radius: 0;
    }
    header.page-header .navbar-nav .ecaret,
    header.page-header-2 .navbar-nav .ecaret {
        display: block;
        width: 60px;
        height: 60px;
        border: 0;
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;
    }
    header.page-header .navbar-nav .ecaret:after,
    header.page-header-2 .navbar-nav .ecaret:after {
        font-family: 'auto';
        content: '\e92b';
        position: absolute;
        top: 0;
        width: 100%;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }
    header.page-header .navbar-nav li.opened>a>.ecaret:after,
    header.page-header-2 .navbar-nav li.opened>a>.ecaret:after {
        content: '\e92a';
    }
    header.page-header .navbar-nav li,
    header.page-header-2 .navbar-nav li {
        background: transparent;
        position: relative;
        float: none;
        width: 100%;
    }
    header.page-header .navbar-nav li>a,
    header.page-header-2 .navbar-nav li>a {
        position: relative;
    }
    header.page-header .navbar-nav>li>a,
    header.page-header .navbar-nav>li>a:focus,
    header.page-header-2 .navbar-nav>li>a,
    header.page-header .navbar-nav>li>a:focus {
        font-size: 20px;
        line-height: 29px;
        padding: 15px 20px 15px 30px;
        color: #fff;
        background: transparent;
        text-decoration: none;
        border-bottom: 1px solid #333;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header.page-header .navbar-nav>li>a:hover,
    header.page-header-2 .navbar-nav>li>a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #fff;
    }
    header.page-header .navbar-nav .opened>a,
    header.page-header .navbar-nav .opened>a:focus,
    header.page-header .navbar-nav .opened>a:hover,
    header.page-header-2 .navbar-nav .opened>a,
    header.page-header-2 .navbar-nav .opened>a:focus,
    header.page-header-2 .navbar-nav .opened>a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header.page-header .navbar-toggle .icon-cancel,
    header.page-header-2 .navbar-toggle .icon-cancel {
        display: none;
        font-size: 34px;
    }
    header.page-header .navbar-nav .dropdown-menu,
    header.page-header-2 .navbar-nav .dropdown-menu {
        margin: 0 0 10px;
        padding: 0;
        display: none;
        width: 100%;
        position: relative;
        background-color: #f0f0f0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header.page-header .navbar-nav .dropdown-menu a,
    header.page-header .navbar-nav .dropdown-menu a:focus,
    header.page-header-2 .navbar-nav .dropdown-menu a,
    header.page-header-2 .navbar-nav .dropdown-menu a:focus {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        background: transparent;
        padding: 10px 15px 10px 20px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header.page-header .navbar-nav .dropdown-menu a:hover,
    header.page-header-2 .navbar-nav .dropdown-menu a:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    header.page-header .navbar-nav .dropdown-menu .dropdown-menu,
    header.page-header-2 .navbar-nav .dropdown-menu .dropdown-menu {
        background-color: #fcfcfc;
    }
    header.page-header .navbar-nav .opened>.dropdown-menu,
    header.page-header-2 .navbar-nav .opened>.dropdown-menu {
        display: block;
    }
    .appointment {
        white-space: nowrap;
        padding: 6px 20px;
        width: 131px;
        color: #000;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        height: 50px;
        right: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .appointment .icon {
        margin-right: 4px;
        font-size: 20px;
    }
    button.navbar-toggle.slide-active {
        background-color: transparent;
        border: none;
    }
    body h2 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 15px;
    }
}
@media (max-width: 790px) {
    .appointment {
        height: 33px;
        font-size: 14px;
    }
}
@media (max-width: 1199px) {
    body h3 {
        font-size: 26px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    body h2 {
        font-size: 22px;
        line-height: 25px;
    }
    body h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .single-car_services h3 {
        font-size: 20px;
        line-height: normal;
    }
}
@media (max-width: 1199px) {
    .vc_row.home-services-img.home-what-we-do {
        padding: 53px 0px 53px 0px;
    }
}
@media (max-width: 991px) {
    .vc_row.home-services-img.home-what-we-do {
        padding: 50px 0px 45px 0px;
    }
    #slide-nav #slidemenu.slide-active .navbar-nav li {
        margin-top: 0;
    }
    #slide-nav #slidemenu.slide-active .search-container button.button {
        top: 0;
    }
    .home-how-it-work .vc_parallax-inner {
        background-size: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-how-it-work {
        padding-top: 0px !important;
        padding-bottom: 45px !important;
    }
    .home-how-it-work .wpb_text_column {
        margin-bottom: 0;
    }
    .vc_row.about-us-title {
        margin-bottom: 15px;
    }
    .about-us-after-image.wpb_column {
        margin-top: -15px;
    }
    .single-services-head h2.text-center {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    .vc_row.home-services-img.home-what-we-do {
        padding: 0px;
    }
    .vc_row.home-our-service {
        padding-bottom: 20px;
    }
    .home-search-area .car-get-form-text {
        margin-top: -15px;
    }
    .search-form-area.home-search-area {
        padding-bottom: 40px;
    }
    .vc_row.home-service-ceritfied {
        padding: 40px 0;
    }
    .about-us-teammember .row .col-sm-6:last-child .person.person-hor {
        margin-bottom: 0;
    }
    .about-page-out-team .about-team-title {
        margin-bottom: 40px;
    }
}
@media (max-width: 479px) {
    .vc_row.about-page-last-content {
        margin-bottom: 10px;
    }
    .vehicle-damage .wpb_text_column.wpb_content_element {
        padding-top: 0 !important;
    }
    .vc_row.home-services-img.home-what-we-do {
        padding: 0px 0px 30px 0px;
    }
}
@media (max-width: 991px) {
    .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
        left: 0;
        position: relative;
        opacity: 1;
        visibility: visible;
    }
}
.form-popup.form-popup-top {
    bottom: 0;
    top: auto;
}
@media (max-width: 991px) {
    .sub-menu-item.menu-item-odd:hover .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
        position: unset;
    }
}
.prd-sm-img a img {
    max-width: 100%;
}
.navbar-nav li li {
    margin-top: 0;
}
/*Header 2*/
header.page-header-2 {
    background-color: #fff;
}
header.page-header-2 .logo {
    max-width: 210px;
}
header.page-header-2 .logo img {
    width: 100%;
}
header.page-header-2 .header-cart a.icon {
    font-size: 19px;
    color: #2e2e2e;
}
header.page-header-2 .header-cart .badge {
    width: 17px;
    height: 17px;
    line-height: 18px;
    font-size: 9px;
    padding: 0;
    right: -12px;
    top: -10px;
}
header.page-header-2 .header-cart:hover {
    padding-left: 15px;
    padding-right: 0;
}
header.page-header-2 .header-cart:hover a.icon {
    color: #fede00;
}
header.page-header-2 .header-cart:hover .badge {
    background-color: #fede00;
}
header.page-header-2 .header-phone {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    white-space: nowrap;
}
header.page-header-2 .header-phone:hover {
    color: #fede00;
}
header.page-header-2 .header-topline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    min-height: 50px;
    padding: 5px 0;
    background-color: #4d4d4d;
    font-size: 16px;
    line-height: 18px;
    color: #a9a9a9;
}
@media (max-width: 1599px) {
    header.page-header-2 .header-topline {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 1199px) {
    header.page-header-2 .header-topline {
        font-size: 13px;
        line-height: 16px;
    }
}
header.page-header-2 .header-topline>.container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
@media (min-width: 1600px) {
    header.page-header-2 .header-topline>.container {
        padding: 0;
    }
}
@media (max-width: 1599px) {
    header.page-header-2 .header-topline>.container .row-flex {
        padding-right: 130px;
    }
}
@media (max-width: 1399px) {
    header.page-header-2 .header-topline>.container .row-flex {
        padding-right: 165px;
    }
}
@media (max-width: 1199px) {
    header.page-header-2 .header-topline>.container {
        width: 100%;
    }
    header.page-header-2 .header-topline>.container .row-flex {
        padding-right: 200px;
    }
}
header.page-header-2 .header-topline a:not(.header-phone) {
    color: #a9a9a9;
    text-decoration: none;
}
header.page-header-2 .header-topline a:not(.header-phone):hover {
    color: #fede00;
}
header.page-header-2 .header-topline [class*='icon'] {
    position: relative;
    top: -1px;
    color: #fede00;
    padding-right: 7px;
}
@media (max-width: 1599px) {
    header.page-header-2 .header-topline [class*='icon'] {
        top: 1px;
    }
}
@media (max-width: 1199px) {
    header.page-header-2 .header-topline [class*='icon'] {
        top: -1px;
    }
}
header.page-header-2 .header-topline .row-flex {
    width: 100%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
header.page-header-2 .header-topline .col-center {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
header.page-header-2 .header-topline .col-right {
    margin-left: auto;
}
header.page-header-2 .header-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: none;
}
header.page-header-2 .header-row-right {
    margin-left: auto;
    margin-right: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
@media (min-width: 992px) {
    header.page-header-2 .header-right-top {
        position: absolute;
        right: 0;
        top: 0;
    }
    header.page-header-2 #slide-nav #slidemenu {
        position: relative;
        padding: 0 15px;
    }
    header.page-header-2 #slide-nav #slidemenu .row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }
    header.page-header-2 .navbar-toggle {
        display: none;
    }
    header.page-header-2 .navbar {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        min-height: 70px;
        margin-bottom: 0;
        padding: 15px 0;
    }
    header.page-header-2 .ecaret {
        dispaly: none;
    }
    header.page-header-2 .nav .open>a,
    header.page-header-2 .nav .open>a:focus,
    header.page-header-2 .nav .open>a:hover {
        background-color: transparent;
        color: #000000;
    }
    header.page-header-2 .navbar-nav {
        margin: 0 15px;
        float: none;
    }
    header.page-header-2 .navbar-nav>li>a {
        display: block;
        top: 0;
        position: relative;
        font-size: 14px;
        line-height: 23px;
        font-family: 'Muli', sans-serif;
        font-weight: 800;
        padding: 5px 15px;
        text-decoration: none;
        color: #2e2e2e;
        text-transform: uppercase;
        -webkit-transition: all 0.1s ease 0s;
        -moz-transition: all 0.1s ease 0s;
        -ms-transition: all 0.1s ease 0s;
        -o-transition: all 0.1s ease 0s;
    }
    header.page-header-2 .navbar-nav>li>a span {
        display: block;
        position: relative;
        z-index: 1;
    }
    header.page-header-2 .navbar-nav>li>a:after {
        content: '';
        position: absolute;
        right: 10px;
        left: 100%;
        bottom: -6px;
        height: 3px;
        background-color: transparent;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }
    header.page-header-2 .navbar-nav>li.dropdown:hover a {
        background-color: transparent;
    }
    header.page-header-2 .navbar-nav>li a,
    header.page-header-2 .navbar-nav>li:hover a {
        background-color: transparent;
    }
    header.page-header-2 .navbar-nav>li.current-menu-item>a:after,
    header.page-header-2 .navbar-nav>li:hover>a:after {
        left: 10px;
        bottom: -6px;
        background-color: #fede00;
    }
    header.page-header-2 .navbar-nav .dropdown-menu {
        border: 0;
        border-radius: 0;
        padding: 0;
        margin-left: -110px;
        transform: translateX(20px);
        bottom: auto !important;
        left: 50%;
        width: 220px;
        display: block !important;
        opacity: 1;
        visibility: hidden;
        top: -5000px;
        border-bottom: 3px solid #fede00;
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    }
    header.page-header-2 .navbar-nav .dropdown-menu:after {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -7px;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li.open>a {
        background-color: transparent;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li>a {
        position: relative;
        font-size: 15px;
        line-height: 20px;
        font-family: 'Muli', sans-serif;
        padding: 10px 45px 10px 15px;
        color: #000000;
        background-color: #fff !important;
        border-bottom: 1px solid #f0f0f0;
        white-space: normal;
        text-decoration: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li>a:hover,
    header.page-header-2 .navbar-nav .dropdown-menu li>a:focus {
        background-color: #f2f2f2 !important;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li>a:not(:only-child):after {
        font-family: 'auto';
        content: "\e920";
        position: absolute;
        font-size: 11px;
        top: 50%;
        right: 10px;
        margin-top: -10px;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li:last-child>a {
        border-bottom: 0;
    }
    header.page-header-2 .navbar-nav .dropdown-menu .dropdown-menu {
        top: 6px;
    }
    header.page-header-2 .navbar-nav .dropdown-menu>li {
        position: relative;
    }
    header.page-header-2 .navbar-nav .dropdown:hover>.dropdown-menu {
        transform: translateX(0);
        -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        margin-top: 0;
    }
    header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu {
        -webkit-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s !important;
        -moz-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s !important;
        -ms-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s !important;
        -o-transition: opacity 0.1s ease 0s, transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s !important;
        left: 100%;
        top: 0;
        opacity: 0;
        margin: 0 !important;
    }
    header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu:after {
        display: none;
    }
    header.page-header-2 .navbar-nav .dropdown-menu>li>a+.dropdown-menu.posRight {
        left: -100%;
    }
    header.page-header-2 .navbar-nav .dropdown-menu>li:hover>a+.dropdown-menu {
        transform: translateX(0);
        -webkit-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s !important;
        -moz-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s !important;
        -ms-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s !important;
        -o-transition: opacity 0.2s ease 0.1s, transform 0.2s ease 0.1s, -webkit-transform 0.2s ease 0.1s !important;
        opacity: 1;
        visibility: visible;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    header.page-header-2 .navbar-nav>li>a {
        padding: 5px 10px;
    }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    header.page-header-2 .logo {
        max-width: 180px;
    }
    header.page-header-2 .navbar-nav>li>a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 16px;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    header.page-header-2 .logo {
        max-width: 180px;
    }
    header.page-header-2 .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
}
header.page-header-2 .search-container-wrap {
    position: relative;
    z-index: 1;
    width: 50px;
}
header.page-header-2 .search-container {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -5px;
    margin: 0;
    width: 36px;
    height: 36px;
    -moz-transition: width 0.35s;
    -webkit-transition: width 0.35s;
}
header.page-header-2 .search-container input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    float: left;
    width: calc(100% - 36px);
    height: 36px;
    padding: 5px 10px;
    border-radius: 0;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    background-color: transparent;
    outline: none;
    opacity: 0;
    border: 1px solid #ccc;
    border-right: 0;
}
header.page-header-2 .search-container .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    margin: 0;
    background: transparent;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    color: #2e2e2e;
    cursor: pointer;
    text-decoration: none;
    border: none;
    padding: 0;
}
header.page-header-2 .search-container:hover {
    width: 300px;
}
@media (max-width: 991px) {
    header.page-header-2 .search-container:hover {
        width: 220px;
    }
}
header.page-header-2 .search-container:hover input {
    display: block;
    width: calc(100% - 36px);
    opacity: 1;
    background-color: #fff;
}
header.page-header-2 .search-container:hover .button {
    background-color: #fede00;
    color: #000;
}
header.page-header-2 a.appointment {
    display: block;
    position: relative;
    background-color: #fede00;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    padding: 15px 20px 15px 10px;
    margin-left: -15px;
    text-align: center;
    outline: none;
    width: auto;
}
@media (max-width: 991px) {
    header.page-header-2 a.appointment {
        height: 44px;
        padding: 12px 20px 12px 10px;
    }
}
header.page-header-2 a.appointment:focus,
header.page-header-2 a.appointment:hover {
    outline: none;
}
header.page-header-2 a.appointment .icon {
    position: relative;
    top: 0;
    font-size: 18px;
    margin-right: 10px;
    padding: 0;
}
header.page-header-2 a.appointment span,
header.page-header-2 a.appointment .icon {
    color: #131313 !important;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header.page-header-2 a.appointment:hover .icon {
    padding-left: 15px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}
header.page-header-2 a.appointment:after {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 20px 0 20px;
    border-color: transparent #fede00 transparent transparent;
}
@media (max-width: 991px) {
    header.page-header-2 a.appointment:after {
        left: -35.5px;
        border-width: 44px 18px 0 18px;
    }
}
@media (max-width: 991px) {
    body:not(.home) header.page-header-2 {
        z-index: 1000;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    }
    header.page-header-2 {
        position: relative;
        background-color: #fff;
    }
    header.page-header-2 .logo {
        max-width: 160px;
    }
    header.page-header-2 .header-info-toggle [class*='icon-'] {
        font-size: 18px;
        top: 4px;
    }
    header.page-header-2 .header-info-toggle.open [class*='icon-'] {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
    header.page-header-2 .header-info-toggle.open [class*='icon-']:before {
        content: '\00D7';
    }
    header.page-header-2 .header-info-mobile {
        background-color: #fff;
        color: #2e2e2e;
    }
    header.page-header-2 .header-info-mobile p {
        padding-left: 28px;
        margin-bottom: 8px;
    }
    header.page-header-2 .header-info-mobile,
    header.page-header-2 .header-info-mobile p {
        font-size: 13px;
        line-height: 18px;
    }
    header.page-header-2 .header-info-mobile p>[class*='icon-'] {
        font-size: 15px;
        color: #2e2e2e;
    }
    header.page-header-2 .navbar {
        margin-bottom: 0;
    }
    header.page-header-2 .navbar-toggle {
        padding: 0 10px;
        margin: 0 0 0 18px;
        color: #2e2e2e;
        min-width: unset;
    }
    header.page-header-2 .navbar-toggle:hover {
        color: #fede00;
    }
    header.page-header-2 .header-topline {
        min-height: 44px;
        max-height: 44px;
    }
    header.page-header-2 .header-topline .container {
        display: none;
    }
    header.page-header-2 .header-right-top {
        position: absolute;
        right: 0;
        top: 0;
    }
    header.page-header-2 .header-row {
        margin: 8px 10px;
    }
    header.page-header-2 .header-row-right {
        margin-right: 0;
    }
    header.page-header-2 #slide-nav {
        position: static;
    }
}
@media (max-width: 767px) {
    header.page-header-2 .logo {
        max-width: 120px;
    }
}
/*
	Footer
*/
.footer-section02 {
    position: relative;
}
.footer-section02 .footer-section02__box01 {
    background-color: rgba(64, 64, 64, 0.9);
    width: 371px;
    padding: 65px 40px 65px 52px;
}
.footer-section02 .footer-section02__box01> :nth-child(1) {
    margin-top: 0;
}
.footer-section02 .footer-section02__title {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0 0 25px 0;
    margin-top: 34px;
}
.footer-section02 .footer-map {
    min-height: inherit;
    height: inherit;
}
.footer-section02 .contact-info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #d4d4d4;
}
.footer-section02 .contact-info-item a {
    color: #d4d4d4;
    text-decoration: none;
    transition: color 0.2s linear;
}
.footer-section02 .contact-info-item a:hover {
    color: #ffffff;
}
.footer-section02 .contact-info-item .item-icon {
    position: relative;
    top: 2px;
}
.footer-section02 .contact-info-item .item-icon+.item-description {
    margin-left: 13px;
}
.footer-section02 .contact-info-item .item-description span {
    color: #ffffff;
}
.footer-section02 .contact-info-item+.contact-info-item {
    margin-top: 8px;
}
@media (max-width: 991px) {
    .footer-section02 .footer-section02__box01 {
        width: 305px;
        padding: 35px 17px 34px;
    }
    .footer-section02 .footer-section02__title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 13px;
    }
    .footer-section02 .contact-info-item {
        font-size: 15px;
        line-height: 21px;
    }
    .footer-section02 .contact-info-item+.contact-info-item {
        margin-top: 10px;
    }
    .footer-section02 .footer-section02__title {
        margin-top: 41px;
    }
}
@media (max-width: 768px) {
    .footer-section02 .footer-section02__box01 {
        width: inherit;
        padding: 35px 17px 34px;
        background-color: #535353;
    }
    .footer-section02 .footer-section02__title {
        padding-bottom: 15px;
    }
    .footer-section02 .footer-section02__title {
        margin-top: 27px;
    }
}
.footer-section03 {
    background-color: #2d2d2d;
    padding: 22px 0 15px 0;
}
.footer-section03 .social-links {
    margin-top: 0;
}
.footer-section03 .social-links ul li {
    margin-right: 3px;
}
.footer-section03 .social-links ul li a {
    color: #d4d4d4;
    text-decoration: none;
    font-size: 28px;
}
.footer-section03 .social-links ul li a:hover {
    color: #fede00;
}
.footer-section03 .copyright {
    position: relative;
    top: 3px;
}
@media (max-width: 991px) {
    .footer-section03 .container {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .footer-section03 .container {
        justify-content: center;
        text-align: center;
    }
    .footer-section03 .container>* {
        margin-top: 13px;
    }
    .footer-section03 .container> :nth-child(1) {
        margin-top: 0;
    }
}
.page-footer .copyright {
    float: left;
}
.row-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
/*-----  3.20 Services Tabs       --------*/
.services-tabs {
    position: relative;
}
.services-tabs .scrtabs-tab-container {
    height: 162px;
}
.services-tabs .services-tabs-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin: 0 -1px;
    padding: 0;
}
.services-tabs .services-tabs-nav>li.active {
    border-color: #737373 #737373 transparent #737373 !important;
}
.services-tabs .services-tabs-nav>li.active>a,
.services-tabs .services-tabs-nav>li>a:hover {
    background-color: transparent;
    color: #000 !important;
}
.services-tabs .services-tabs-nav>li.active>a:after,
.services-tabs .services-tabs-nav>li>a:hover:after {
    display: none;
}
.services-tabs .services-tabs-nav>li.active>a [class*='icon'],
.services-tabs .services-tabs-nav>li>a:hover [class*='icon'] {
    color: #000;
}
.services-tabs .services-tabs-nav>li>a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    color: #000;
    text-align: center;
    text-decoration: none !important;
}
.services-tabs .services-tabs-nav>li>a:after {
    display: none;
}
@media (max-width: 992px) {
    .services-tabs .services-tabs-nav>li>a {
        font-size: 12px;
        line-height: 18px;
    }
}
.services-tabs .services-tabs-nav>li [class*='icon'] {
    color: #707070;
    font-size: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.services-tabs .services-tabs-nav>li [class*='icon']:not(:last-child) {
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .services-tabs .services-tabs-nav>li [class*='icon'] {
        font-size: 26px;
    }
}
.services-tabs .scrtabs-tab-container {
    height: 162px;
}
@media (max-width: 1399px) {
    .services-tabs .scrtabs-tab-container {
        height: 140px;
    }
}
@media (max-width: 1199px) {
    .services-tabs .scrtabs-tab-container {
        height: 140px;
    }
}
@media (max-width: 1025px) {
    .services-tabs .scrtabs-tab-container {
        height: 106px;
    }
}
@media (max-width: 700px) {
    .services-tabs .scrtabs-tab-container {
        height: 92px;
    }
}
.services-tabs .services-tabs-nav>li {
    height: 162px;
    min-width: 193.4px;
    width: auto;
    margin: 0 1px;
    padding: 0 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-color: #e7e7e7 #e7e7e7 transparent transparent;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e7e7e7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
}
@media (max-width: 1399px) {
    .services-tabs .services-tabs-nav>li {
        height: 140px;
    }
}
@media (max-width: 1199px) {
    .services-tabs .services-tabs-nav>li {
        height: 140px;
        min-width: calc(16.667vw - 6.78px);
    }
}
@media (max-width: 1025px) {
    .services-tabs .services-tabs-nav>li {
        height: 106px;
        min-width: calc(16.667vw - 6.8px);
    }
}
@media (max-width: 768px) {
    .services-tabs .services-tabs-nav>li {
        min-width: 126px;
    }
}
@media (max-width: 700px) {
    .services-tabs .services-tabs-nav>li {
        height: 92px;
        min-width: 112px;
    }
}
.services-tabs .services-tabs-nav>li:first-child {
    border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7;
}
.services-tabs .services-tabs-content {
    position: relative;
    background-color: #4d4d4d;
    padding: 60px 0;
    overflow: hidden;
}
@media (max-width: 992px) {
    .services-tabs .services-tabs-content {
        padding: 100px 0 60px;
    }
}
.services-tabs .services-tabs-content img {
    max-width: 100%;
    min-width: 600px;
}
.services-tabs .services-tabs-content-bg-wrap {
    overflow-x: auto;
    overflow-x: -moz-scrollbars-none;
    overflow-y: hidden;
}
.services-tabs .services-tabs-content-bg-wrap::-webkit-scrollbar {
    width: 0 !important;
}
.services-tabs .services-tabs-content-bg {
    display: table;
    position: relative;
    margin: 0 auto;
}
.services-tabs .services-tab-info {
    position: absolute;
    top: 29px;
    left: 24px;
    width: 366px;
    max-width: calc(100% - 55px);
    background-color: #f5f5f5;
    padding: 17px 17px 17px 57px;
    color: #000;
}
@media (max-width: 992px) {
    .services-tabs .services-tab-info {
        width: 505px;
    }
}
@media (max-width: 767px) {
    .services-tabs .services-tab-info {
        width: 100%;
        max-width: calc(100% - 30px);
        top: 15px;
        left: 15px;
        padding: 12px 12px 12px 40px;
    }
}
.services-tabs .services-tab-info p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
@media (max-width: 991px) {
    .services-tabs .services-tab-info p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .services-tabs .services-tab-info p {
        font-size: 11px;
        line-height: 14px;
    }
}
.services-tabs .services-tab-info p:not(.active) {
    display: none;
}
.services-tabs .services-tab-info:after {
    position: absolute;
    left: 18px;
    top: 18px;
    content: '\e934';
    font-family: 'auto';
    font-size: 24px;
    color: #fede00;
}
@media (max-width: 767px) {
    .services-tabs .services-tab-info:after {
        left: 10px;
        top: 12px;
        font-size: 20px;
    }
}
.services-tabs .services-tabs-icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.services-tabs .services-tabs-icons>span {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
    color: #2e2e2e;
    text-decoration: none !important;
    background-color: #fff;
}
@media (max-width: 992px) {
    .services-tabs .services-tabs-icons>span {
        width: 49px;
        height: 49px;
        font-size: 20px;
        line-height: 49px;
    }
}
.services-tabs .services-tabs-icons>span.active {
    background-color: #fede00;
}
.services-tabs .services-tabs-icons>span:nth-child(1) {
    left: 8%;
    top: 42%;
}
.services-tabs .services-tabs-icons>span:nth-child(2) {
    left: 13%;
    top: 28%;
}
.services-tabs .services-tabs-icons>span:nth-child(3) {
    left: 25%;
    top: 28%;
}
.services-tabs .services-tabs-icons>span:nth-child(4) {
    left: 31%;
    top: 48%;
}
.services-tabs .services-tabs-icons>span:nth-child(5) {
    left: 38%;
    top: 67%;
}
.services-tabs .services-tabs-icons>span:nth-child(6) {
    left: 82%;
    top: 59%;
}
.services-tab-button {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.icons-tabs .nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}
.icons-tabs .nav-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    border-bottom: 0;
}
.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li.active>a:focus,
.icons-tabs .nav-tabs>li.active>a:hover {
    border-width: 0;
}
.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li>a:hover {
    border: none;
    color: #fede00 !important;
    background: transparent;
}
.icons-tabs .nav-tabs>li>a::after {
    content: "";
    background: #fede00;
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transform: scale(0);
}
.icons-tabs .nav-tabs>li.active>a::after,
.icons-tabs .nav-tabs>li:hover>a::after {
    transform: scale(1);
}
.icons-tabs .nav-tabs>li>a::after {
    height: 3px;
}
.icons-tabs .nav-tabs>li.active>a [class*='icon-'],
.icons-tabs .nav-tabs>li>a:hover [class*='icon-'] {
    color: #fede00;
}
.icons-tabs .nav-tabs>li {
    margin: 0 20px;
}
.icons-tabs .nav-tabs>li {
    margin: 0 35px;
}
.icons-tabs .nav-tabs a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    color: #000000;
}
.icons-tabs .nav-tabs a span {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 992px) {
    .icons-tabs .nav-tabs a span {
        padding-bottom: 10px;
        font-size: 15px;
        line-height: 21px;
    }
}
@media (max-width: 767px) {
    .icons-tabs .nav-tabs a span {
        padding-bottom: 0;
        font-size: 11px;
        line-height: 16px;
    }
}
.icons-tabs .nav-tabs a [class*='icon-'] {
    font-size: 54px;
    line-height: 1em;
    margin-bottom: 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
@media (max-width: 992px) {
    .icons-tabs .nav-tabs a [class*='icon-'] {
        font-size: 40px;
    }
}
@media (max-width: 767px) {
    .icons-tabs .nav-tabs a [class*='icon-'] {
        font-size: 30px;
    }
}
.icons-tabs .nav-tabs a:focus {
    outline: none;
    background-color: transparent;
}
.icons-tabs .nav-tabs>li.active>a,
.icons-tabs .nav-tabs>li>a:hover {
    color: #000000 !important;
}
.icons-tabs .nav-tabs>li.active>a [class*='icon-'],
.icons-tabs .nav-tabs>li>a:hover [class*='icon-'] {
    color: #fede00;
}
.icons-tabs .nav-tabs>li>a::after {
    height: 3px;
}
@media (max-width: 767px) {
    .icons-tabs .nav-tabs>li>a::after {
        height: 2px;
    }
}
.icons-tabs .nav-tabs>li {
    margin: 0 35px;
}
@media (max-width: 767px) {
    .icons-tabs .nav-tabs>li {
        margin: 0 14px;
    }
}
.icons-tabs .tab-content-bg {
    margin: -2px 0 0 0;
    padding: 65px 0;
}
@media (max-width: 992px) {
    .icons-tabs .tab-content-bg {
        padding: 45px 0;
    }
}
@media (max-width: 767px) {
    .icons-tabs .tab-content-bg {
        padding: 40px 0;
    }
}
.icons-tabs .tab-content,
.icons-tabs .tab-pane {
    padding: 0;
}
@media (max-width: 1199px) {
    .icons-tabs .tab-content {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .icons-tabs .tab-content {
        padding: 0 15px;
    }
}
.icons-tabs h5 {
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 700;
}
.marker-list-sm-1 {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}
.marker-list-sm-1>li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.marker-list-sm-1>li a {
    text-decoration: none;
}
.marker-list-sm-1>li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e93c";
    font-size: 15px;
    color: #fede00;
}
.marker-list-sm-1>li a:hover {
    text-decoration: underline;
}
.text-icon-hor2 {
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
@media (max-width: 767px) {
    .text-icon-hor2 {
        padding-left: 40px;
        font-size: 14px;
        line-height: 20px;
    }
}
.text-icon-hor2 .icon-wrapper2 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 40px;
    line-height: 1em;
    color: #fede00;
}
.text-icon-hor2+.text-icon-hor2 {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .text-icon-hor2 .icon-wrapper2 {
        font-size: 26px;
    }
}
.text-icon-hor2+.text-icon-hor2 {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .text-icon-hor2+.text-icon-hor2 {
        margin-top: 15px;
    }
}
/*-----  6. Layout 2              --------*/
@media (max-width: 479px) {
    .banner-col {
        width: 100% !important;
        margin-top: 30px;
    }
}
.banner-free {
    position: relative;
    font-size: 100px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .banner-free {
        font-size: 8vw;
    }
}
@media (max-width: 991px) {
    .banner-free {
        font-size: 9.5vw;
    }
}
@media (max-width: 479px) {
    .banner-free {
        font-size: 19.5vw;
    }
}
.banner-free img {
    width: 100%;
}
.banner-free .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner-free .banner-text-header {
    background-color: #4d4d4d;
}
.banner-free .banner-text-1 {
    position: relative;
    display: table;
    padding: 0 30px;
    font-size: .48em;
    line-height: 1.46em;
    color: #333;
    font-weight: 900;
    font-style: italic;
    background-color: #fede00;
}
.banner-free .banner-text-1:after {
    position: absolute;
    right: -20px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 20px 0 0;
    border-color: #fede00 transparent transparent transparent;
}
@media (max-width: 1199px) {
    .banner-free .banner-text-1:after {
        border-width: 5.5vw 20px 0 0;
    }
}
@media (max-width: 991px) {
    .banner-free .banner-text-1:after {
        right: -19.8px;
        border-width: 6.5vw 20px 0 0;
    }
}
@media (max-width: 479px) {
    .banner-free .banner-text-1:after {
        right: -19.1px;
        border-width: 13.6vw 20px 0 0;
    }
}
.banner-free .banner-text-2 {
    padding: 0.625em 0.9375em;
    font-size: .32em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 700;
}
.banner-free .banner-text-3 {
    padding: .33em .41em;
    color: #000;
    font-weight: 400;
    max-width: 73%;
}
.banner-free .banner-text-3 p {
    font-size: .16em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.banner-free .banner-text-btn {
    position: absolute;
    bottom: 8%;
    left: 9%;
}
.banner-service {
    display: block;
    text-decoration: none !important;
    min-height: 157px;
    background-color: #686868;
    font-size: 100px;
    padding: .27em .3em .27em .37em;
    color: inherit;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.banner-service img {
    width: 100%;
}
@media (max-width: 1199px) {
    .banner-service {
        font-size: 8.2vw;
        min-height: 0;
    }
}
@media (max-width: 991px) {
    .banner-service {
        font-size: 9.5vw;
        padding: 0;
        text-align: center;
    }
    .banner-service .row-flex {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: .3em .6em;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    .banner-service .row-flex>*:not(:first-child) {
        margin-top: .35em;
    }
}
@media (max-width: 479px) {
    .banner-service {
        font-size: 18.5vw;
    }
}
.banner-service:hover {
    background-color: #4d4d4d;
}
.banner-service .row-flex {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.banner-service .col-left {
    margin-right: .37em;
}
.banner-service .col-left i {
    display: block;
    width: 2.38em;
    height: 2.38em;
    border-radius: 50%;
    font-size: .42em;
    line-height: 2.38em;
    background-color: #fff;
    color: #000;
    text-align: center;
}
@media (max-width: 991px) {
    .banner-service .col-left i {
        font-size: .55em;
    }
}
@media (min-width: 992px) {
    .banner-service .col-center {
        max-width: 42%;
    }
    .banner-service .col-right {
        max-width: 36%;
        margin-left: auto;
        text-align: right;
    }
}
.banner-service .banner-text-1 {
    font-size: .34em;
    line-height: 1.3em;
    color: #fff;
    font-weight: 600;
}
@media (max-width: 991px) {
    .banner-service .banner-text-1 {
        line-height: 1em;
        margin-bottom: .5em;
    }
}
.banner-service .banner-text-2 {
    font-size: .16em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 400;
}
.banner-service .banner-text-3 {
    font-size: .3em;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
}
.banner-service .banner-text-3 i.icon {
    margin-right: .4em;
    font-size: .8em;
    color: #fede00;
}
@media (max-width: 991px) {
    .banner-service .banner-text-3 {
        line-height: 1em;
        margin-bottom: .5em;
    }
}
.banner-service .banner-text-4 {
    font-size: .16em;
    line-height: 1.5em;
    color: #fff;
    font-weight: 400;
}
@media (min-width: 1360px) {
    .pricing-carousel .slick-prev {
        margin-top: -30px;
        left: -50px;
    }
    .pricing-carousel .slick-next {
        margin-top: -30px;
        right: -50px;
    }
}
.pricing-carousel .slick-dots {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.pricing-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.pricing-box-inside {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
    .pricing-box {
        font-size: 8vw;
    }
}
@media (max-width: 768px) {
    .pricing-box {
        font-size: 12vw;
    }
}
@media (max-width: 479px) {
    .pricing-box {
        font-size: 24vw;
    }
}
.pricing-box-header {
    padding: .23em .15em;
    background-color: #fede00;
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.pricing-box-header .divide-line {
    position: relative;
}
.pricing-box-header .divide-line:after {
    display: block;
    margin: 0 .2em;
    content: '';
    width: 2px;
    height: .55em;
    background-color: #333;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}
.pricing-box-header .text-1 {
    font-size: .18em;
    line-height: 1.222em;
    font-weight: 800;
    text-align: right;
}
.pricing-box-header .text-2 {
    font-size: .4em;
    line-height: 1em;
    font-weight: 900;
}
.pricing-box-header .text-2 sup {
    font-size: .5em;
    line-height: 1em;
    top: -1em;
}
.pricing-box-center {
    background-color: #fff;
    font-size: .16em;
    line-height: 1.5em;
    text-align: center;
}
.pricing-box-center .text-3 {
    padding: 0 2em 1em;
}
.pricing-box-center img {
    display: block;
    width: 100%;
    margin-bottom: 7px;
}
.pricing-box-logo {
    min-width: .106em;
    margin-left: 10px;
}
.pricing-box-footer {
    padding: .145em .1em .145em .145em;
    background-color: #4d4d4d;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.pricing-box-footer .mark-icon {
    position: relative;
    top: 0;
    font-size: .12em;
    color: #fede00;
    align-self: flex-start;
    padding-right: 5px;
}
.pricing-box-footer .text-4 {
    font-size: .12em;
    line-height: 1.333em;
}
.pricing-box-footer img {
    max-width: 100%;
}
.brands-carousel {
    margin: 0 -2px;
}
.brands-carousel img {
    display: block;
    border: 1px solid #edeff0;
    max-width: 100%;
    margin: 0 2px;
}
.brands-carousel .slick-dots {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.view-all-brands.active span:last-child {
    display: none;
}
.view-all-brands:not(.active) span:first-child {
    display: none;
}
.brands-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.brands-grid>img,
.brands-grid a {
    display: block;
    margin: 2px;
    border: 1px solid #edeff0;
    min-width: calc(14.285% - 4px);
    width: calc(14.285% - 4px);
    align-self: center;
}
.brands-grid img:nth-child(7)~img {
    display: none;
}
.brands-grid a:nth-child(7)~a {
    display: none;
}
@media (max-width: 767px) {
    .brands-grid>img,
    .brands-grid a {
        min-width: calc(20% - 4px);
        width: calc(20% - 4px);
    }
    .brands-grid img:nth-child(5)~img {
        display: none;
    }
    .brands-grid a:nth-child(5)~a {
        display: none;
    }
}
@media (max-width: 479px) {
    .brands-grid>img,
    .brands-grid a {
        min-width: calc(33.333% - 4px);
        width: calc(33.333% - 4px);
    }
    .brands-grid img:nth-child(3)~img {
        display: none;
    }
    .brands-grid a:nth-child(3)~a {
        display: none;
    }
}
.brands-grid.visible img {
    display: block !important;
}
.brands-grid.visible a {
    display: block !important;
}
@media (min-width: 992px) {
    header.page-header-2 .navbar-toggle {
        display: none !important;
    }
}
@media (min-width: 768px) {
    header.page-header-2 .navbar-toggle {
        display: block;
    }
}
@media (max-width: 991px) {
    .container-fluid-sm {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid-sm .info {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    .page-header-2.is-sticky .header-topline,
    .page-header-2.is-sticky .header-right-top {
        display: none;
    }
}
.page-header-2.is-sticky {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}
@media (min-width: 992px) {
    .page-header-2.is-sticky .header-topline {
        display: none;
    }
}
#appointmentForm.modalform-sm .modal-dialog {
    width: 732px;
    margin: 45px auto;
}
.form-upload .upload {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 10px 20px;
    color: #131313;
    background: #e5e5e5;
    cursor: pointer;
    white-space: nowrap;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%, #d6d6d6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#d6d6d6', GradientType=0);
    height: 45px;
}
.dflex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow: hidden;
}
#appointmentForm.modalform-sm .form-inline,
#appointmentForm.modalform-sm .form-upload {
    margin-bottom: 5px;
}
input[type="file"] {
    -webkit-appearance: initial;
    background-color: initial;
    padding: initial;
    border: initial;
    width: 210px;
}
#appointmentForm.modalform-sm .modal-dialog .modal-header .close {
    right: 15px;
    top: 15px;
    z-index: 1;
}
#appointmentForm.modalform-sm .modal-dialog .modal-header a {
    display: none;
}
#appointmentForm.modalform-sm .modal-dialog .modal-header {
    height: 0;
}
#appointmentForm.modalform-sm .modal-dialog .modal-body {
    padding: 30px 45px;
}
#appointmentForm.modalform-sm h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #3a3a3a;
}
#appointmentForm.modalform-sm .input-custom,
#appointmentForm.modalform-sm .textarea-custom {
    margin-bottom: 4px;
    padding: 5px 15px !important;
    font-size: 16px;
    line-height: 20px;
    color: #989898;
}
#appointmentForm.modalform-sm .input-custom {
    height: 40px !important;
}
#appointmentForm.modalform-sm .datetimepicker-wrap:before,
#appointmentForm.modalform-sm .timepicker-wrap:before {
    top: 6px;
    right: 12px;
}
#appointmentForm.modalform-sm .select-wrapper:before {
    width: 44px;
    height: 38px;
    line-height: 38px;
}
#appointmentForm.modalform-sm .textarea-custom {
    height: 66px;
}
#appointmentForm.modalform-sm .form-inline .w-100 {
    width: 100%;
}
#appointmentForm.modalform-sm .wpcf7-submit.btn {
    margin-top: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    border-color: #fede00;
}
@media (max-width: 1240px) {
    #appointmentForm.modalform-sm .modal-dialog .modal-header .close {
        right: 10px;
        top: -4px;
        left: auto;
        width: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
}
@media (max-width: 991px) {
    #appointmentForm.modalform-sm .modal-dialog .modal-body {
        padding: 20px 30px;
    }
}
@media (max-width: 767px) {
    #appointmentForm.modalform-sm .modal-dialog .modal-body {
        padding: 20px 15px 15px;
    }
}
@media (max-width: 760px) {
    #appointmentForm.modalform-sm .modal-dialog {
        width: calc(100% - 20px);
    }
}
@media (max-width: 560px) {
    #appointmentForm.modalform-sm h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width: 560px) {
    #appointmentForm.modalform-sm p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 1240px) {
    #appointmentForm.modalform-sm .modal-dialog .modal-header {
        margin-bottom: 0;
    }
}
@media (max-width: 560px) {
    #appointmentForm.modalform-sm .form-inline>* {
        margin-right: 0;
        width: 100%;
    }
}
@media (max-width: 560px) {
    #appointmentForm.modalform-sm .form-inline>*,
    #appointmentForm.modalform-sm .form-upload {
        margin-bottom: 5px;
    }
    #appointmentForm.modalform-sm .wpcf7-form-control-wrap {
        overflow: unset;
        margin-bottom: 0;
    }
}
.banner-free .banner-text-btn .btn {
    font-size: .16em !important;
    padding: 1.3em 2.2em !important;
    min-width: 0 !important;
}
.banner-free .banner-text-btn .btn.wpcf7-submit {
    font-size: 14px !important;
}
@media (max-width: 767px) {
    #quote-form .form-inline {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .marker-list-sm-1>li {
        font-size: 14px;
        line-height: 20px;
    }
}
.service-row h1,
.service-row h2,
.service-row h3 {
    color: #fff !important;
}
.mb-0 {
    margin-bottom: 0;
}
/*-----  6. Layout 3              --------*/
body.layout-3 {
    color: #3a3a3a;
}
body.layout-3 .icons-tabs .nav-tabs a,
body.layout-3 .banner-free .banner-text-3 {
    color: #3a3a3a;
}
body.layout-3 h1,
body.layout-3 h2,
body.layout-3 h2.h-lg,
body.layout-3 h3,
body.layout-3 h4,
body.layout-3 h5,
body.layout-3 h6 {
    color: #3a3a3a;
}
body.layout-3 .block.bg-1,
body.layout-3 .block.bg-2,
body.layout-3 .block.bg-3,
body.layout-3 .block.bg-1 a,
body.layout-3 .block.bg-2 a,
body.layout-3 .block.bg-3 a {
    color: #3a3a3a;
}
body.layout-3 h1,
body.layout-3 h2.h-lg {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 45px !important;
    font-size: 42px;
}
body.layout-3 h1:after,
body.layout-3 h2.h-lg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 2px;
    background-color: #2f63b6;
}
@media (max-width: 991px) {
    body.layout-3 h1,
    body.layout-3 h2.h-lg {
        padding-bottom: 22px;
        margin-bottom: 22px;
        font-size: 38px;
        padding-top: 0;
    }
}
@media (max-width: 767px) {
    body.layout-3 h1,
    body.layout-3 h2.h-lg {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 24px;
        padding-top: 0;
    }
}
body.layout-3 h1.h-noline,
body.layout-3 h2.h-lg.h-noline {
    margin-bottom: 22px;
    padding-bottom: 15px;
}
body.layout-3 h1.h-noline:after,
body.layout-3 h2.h-lg.h-noline:after {
    display: none;
}
@media (max-width: 767px) {
    body.layout-3 h1.h-noline,
    body.layout-3 h2.h-lg.h-noline {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
body.layout-3 h1:not(.h-noline)+p.info,
body.layout-3 h2:not(.h-noline)+p.info {
    margin-top: -20px;
}
@media (max-width: 991px) {
    body.layout-3 h1:not(.h-noline)+p.info,
    body.layout-3 h2:not(.h-noline)+p.info {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    body.layout-3 h1:not(.h-noline)+p.info,
    body.layout-3 h2:not(.h-noline)+p.info {
        margin-top: 0;
    }
}
body.layout-3 h1.h-noline+p.info,
body.layout-3 h2.h-noline+p.info {
    margin-top: -10px;
}
@media (max-width: 991px) {
    body.layout-3 h1.h-noline+p.info,
    body.layout-3 h2.h-noline+p.info {
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    body.layout-3 h1.h-noline+p.info,
    body.layout-3 h2.h-noline+p.info {
        margin-top: -10px;
    }
}
body.layout-3 h1:not(.h-noline)+.block,
body.layout-3 h2:not(.h-noline)+.block {
    margin-top: -20px;
}
@media (max-width: 991px) {
    body.layout-3 h1:not(.h-noline)+.block,
    body.layout-3 h2:not(.h-noline)+.block {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    body.layout-3 h1:not(.h-noline)+.block,
    body.layout-3 h2:not(.h-noline)+.block {
        margin-top: 0;
    }
}
body.layout-3 .breadcrumbs .breadcrumb,
body.layout-3 .breadcrumbs .breadcrumb li,
body.layout-3 .breadcrumbs .breadcrumb a {
    color: #8d8d8d;
}
body.layout-3 #pageTitle {
    padding-bottom: 0;
    background: #f5f5f5;
}
body.layout-3 #pageTitle h1,
body.layout-3 #pageTitle h2 {
    color: #3a3a3a;
}
body.layout-3 .slick-dots li button {
    width: 11px;
    height: 11px;
    margin: 0 7px;
    background-color: #727579;
}
body.layout-3 header.page-header-2 .header-topline {
    background-color: #f5f5f5;
    color: #3a3a3a;
}
body.layout-3 header.page-header-2 .header-phone {
    color: #3a3a3a;
}
body.layout-3 header.page-header-2 a.appointment span,
body.layout-3 header.page-header-2 a.appointment .icon,
body.layout-3 .header-cart .badge {
    color: #fff !important;
}
body.layout-3 .step {
    background: #fff;
}
body.layout-3 .how-works-number {
    color: #b8b8b8;
}
body.layout-3 .icons-tabs .tab-content-bg {
    background: transparent;
    border-top: 3px solid #f5f5f5;
}
body.layout-3 .text-icon-hor2:not(.text-icon-hor--lg) .icon-wrapper2 {
    font-size: 32px;
}
@media (min-width: 768px) {
    body.layout-3 .text-icon-hor2:not(.text-icon-hor--lg) .icon-wrapper2 {
        left: 17px;
    }
}
body.layout-3 .pricing-box {
    margin-top: 10px;
    margin-bottom: 5px;
}
body.layout-3 .pricing-box-header {
    background-color: #727579;
    color: #fff;
}
body.layout-3 .pricing-box-header .divide-line:after {
    background-color: #fff;
}
body.layout-3 .pricing-box-header .text-2 {
    font-weight: 800;
}
body.layout-3 .pricing-box-footer {
    background: url(/wp-content/themes/car-repair-services/images/dashed-line.webp) repeat-x left top #f6f6f6;
    color: #858585;
}
body.layout-3 .pricing-box-footer .mark-icon {
    top: -3px;
}
body.layout-3 .pricing-box-inside {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
body.layout-3 .banner-free .banner-text-header {
    background-color: #727579;
}
body.layout-3 .block.bg-5 {
    background: url(/wp-content/themes/car-repair-services/images/block-bg-5.jpg) no-repeat center center;
    background-size: cover;
    padding: 75px 0 60px;
}
@media (max-width: 991px) {
    body.layout-3 .block.bg-5 {
        padding: 45px 0 30px;
    }
}
@media (max-width: 767px) {
    body.layout-3 .block.bg-5 {
        padding: 35px 0 20px;
    }
}
body.layout-3 .banner-free .banner-text-1 {
    color: #2f63b6;
    background-color: #f6f6f6;
}
body.layout-3 .banner-free .banner-text-1:after {
    border-top-color: #f6f6f6;
}
body.layout-3 .faq-item-sm.panel .caret-toggle {
    width: 26px;
    height: 26px;
    line-height: 22px;
    border-radius: 50%;
    border: 1px solid #84868a;
    text-align: center;
    color: #84868a;
    background-color: transparent;
}
body.layout-3 .faq-item-sm.panel .panel-heading a:not(.collapsed)>span.closed {
    line-height: 20px;
    border-color: #2f63b6;
    color: #2f63b6;
    background-color: transparent !important;
}
body.layout-3 .faq-item-sm.panel {
    background: #f6f6f6;
}
body.layout-3 .faq-item-sm.panel.panel-default>.panel-heading {
    background-color: transparent;
}
body.layout-3 .faq-item-sm.panel.panel-default>.panel-heading.active,
body.layout-3 .faq-item-sm.panel.panel-default .panel-collapse.collapse.in,
body.layout-3 .faq-item-sm.panel.panel-default .panel-collapse.collapsing {
    background-color: #fff;
}
body.layout-3 .faq-item .panel-heading a>span.caret-toggle {
    color: #fff;
}
body.layout-3 .banner-service {
    background-color: #727579;
}
body.layout-3 .banner-service .color,
body.layout-3 .banner-service .banner-text-3 i.icon {
    color: #fff !important;
}
body.layout-3 .banner-service .col-left [class*='icon-']:before {
    color: #2f63b6;
}
body.layout-3 .page-footer .contact-info {
    margin: 0 0 15px;
}
body.layout-3 .page-footer-2 .footer-col-left {
    background-color: rgba(234, 234, 234, 0.9);
}
body.layout-3 .page-footer-2,
body.layout-3 .page-footer-2 a {
    color: #000;
}
body.layout-3 .page-footer-2 .footer-bottom {
    background-color: #727579;
    color: #fff;
}
body.layout-3 .page-footer-2 .footer-bottom a {
    color: #c3c3c3 !important;
}
body.layout-3 .page-footer2 .social-links ul li a {
    color: #c3c3c3 !important;
}
body.layout-3 .page-footer-2 h5,
body.layout-3 .page-footer-2 h4,
body.layout-3 .page-footer-2 h3 {
    color: #000 !important;
}
body.layout-3 .page-footer-2 .contact-info-divider {
    background-color: transparent;
}
body.layout-3 #mainSlider .slide-content h3 {
    color: #fff !important;
}
body.layout-3 #mainSlider .vert-wrap {
    padding-top: 0;
}
body.layout-3 .back-to-top a {
    color: #fff;
}
body.layout-3 .table .cell-marker {
    color: #fff;
}
body.layout-3 .how-works-block .caption>.inside .number span {
    color: #fff;
}
body.layout-3 .services-block-alt .caption {
    background-color: #f5f5f5;
    color: #3a3a3a;
}
body.layout-3 .services-block-alt .caption .title {
    color: #3a3a3a;
}
@media (min-width: 768px) {
    body.layout-3 .services-block-alt .caption {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 65px;
    }
}
@media (max-width: 767px) {
    body.layout-3 .services-block-alt .caption {
        padding-bottom: 55px;
    }
}
body.layout-3 .services-block-alt .services-link {
    font-size: 18px;
    bottom: 25px;
    left: calc(50% - 10px);
    right: auto;
    transform: rotate(90deg);
}
@media (max-width: 768px) {
    body.layout-3 .services-block-alt .services-link {
        bottom: 20px;
    }
}
body.layout-3 .services-block-alt .services-link:hover {
    color: #000;
}
body.layout-3 .services-block-alt .image i {
    color: #fff;
}
body.layout-3 .nav-pills>li.active>a,
body.layout-3 .nav-pills>li.active>a:focus,
body.layout-3 .nav-pills>li.active>a:hover {
    color: #fff;
}
body.layout-3 .calendar .selected,
body.layout-3 .calendar .selected:hover {
    color: #fff;
}
body.layout-3 .service-icon .icon-wrapper span i.icon {
    color: #fff;
}
body.layout-3 .pagination>.active>a,
body.layout-3 .pagination>.active>span,
body.layout-3 .pagination>.active>a:hover,
body.layout-3 .pagination>.active>span:hover {
    color: #fff;
}
@media (max-width: 991px) {
    body.layout-3 #mainSlider .slide .img--holder {
        height: 68vw;
    }
}
@media (max-width: 767px) {
    body.layout-3 #mainSlider .slide .img--holder {
        height: 48vw;
    }
}
@media (max-width: 767px) {
    body.layout-3 #mainSlider.slick-slider {
        margin-bottom: 0;
    }
}
body.layout-3 .btn {
    font-size: 16px;
    font-weight: 700;
    min-width: 175px;
    line-height: 18px;
}
@media (max-width: 991px) {
    body.layout-3 .btn {
        font-size: 12px;
        padding: 15px 20px;
        min-width: 0;
    }
}
@media (max-width: 479px) {
    body.layout-3 .btn {
        font-size: 10px;
        font-weight: 800;
        padding: 10px 15px;
    }
}
body.layout-3 .btn,
body.layout-3 .btn.active,
body.layout-3 .btn:active,
body.layout-3 .btn.focus,
body.layout-3 .btn:focus {
    color: #fff;
}
body.layout-3 .btn:hover {
    color: #fff;
}
body.layout-3 .btn.btn-invert,
body.layout-3 .btn.btn-invert.active,
body.layout-3 .btn.btn-invert:active,
body.layout-3 .btn.btn-invert.focus,
body.layout-3 .btn.btn-invert:focus {
    color: #fff;
}
body.layout-3 .btn.btn-invert:hover {
    color: #fff;
}
body.layout-3 .btn.btn-border,
body.layout-3 .btn.btn-border.active,
body.layout-3 .btn.btn-border:active,
body.layout-3 .btn.btn-border.focus,
body.layout-3 .btn.btn-border:focus {
    color: #3a3a3a;
}
body.layout-3 .btn.btn-border:hover {
    color: #fff;
}
.service-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.service-grid-item {
    position: relative;
    padding: 15px 24px;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (max-width: 575px) {
    .service-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 10px 15px;
    }
}
.service-grid-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background-color: #dcdfe2;
}
.service-grid-item:before {
    content: '';
    position: absolute;
    right: 18px;
    left: 18px;
    bottom: 0;
    height: 1px;
    background-color: #dcdfe2;
}
.service-grid-item img {
    max-width: 100%;
}
.service-grid-item-title {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
@media (max-width: 1199px) {
    .service-grid-item-title {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px;
    }
}
@media (max-width: 991px) {
    .service-grid-item-title {
        font-size: 11px;
        line-height: 14px;
        padding: 10px 15px;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .service-grid-item-title {
        padding: 5px;
    }
}
.service-grid-item-title:after {
    opacity: 0;
    content: '';
    position: absolute;
    top: -8px;
    left: calc(42%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #2f63b6 transparent;
}
@media (max-width: 991px) {
    .service-grid-item-title:after {
        top: -6px;
    }
}
.service-grid-item-title [class*='icon'] {
    visibility: hidden;
    display: inline-block;
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 4px;
    width: 0;
}
@media (max-width: 991px) {
    .service-grid-item-title [class*='icon'] {
        font-size: 7px;
    }
}
.service-grid-item:hover .service-grid-item-title {
    color: #fff;
    background-color: #2f63b6;
}
.service-grid-item:hover .service-grid-item-title:after {
    opacity: 1;
}
.service-grid-item:hover .service-grid-item-title [class*='icon'] {
    visibility: visible;
    width: auto;
}
@media (min-width: 576px) {
    .service-grid-item:nth-child(4n):after {
        display: none;
    }
    .service-grid-item:nth-last-child(-n+4):before {
        display: none;
    }
}
@media (max-width: 575px) {
    .service-grid-item:nth-child(2n):after {
        display: none;
    }
    .service-grid-item:nth-last-child(-n+2):before {
        display: none;
    }
}
.estimator-panel-section {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.estimator-panel {
    padding: 22px 0 26px;
    background-color: #f5f5f5;
}
@media (max-width: 1199px) {
    .estimator-panel {
        padding: 15px 0;
    }
}
@media (max-width: 767px) {
    .estimator-panel {
        padding: 5px 0;
    }
    .estimator-panel-section {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-bottom: 25px;
    }
}
.estimator-panel .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}
@media (max-width: 1199px) {
    .estimator-panel .container {
        flex-wrap: wrap;
    }
}
.estimator-panel .col-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex: 0 0 250px;
    max-width: 250px;
    padding-right: 15px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    color: #3a3a3a;
}
.estimator-panel .col-title [class*='icon'] {
    margin-right: 10px;
    font-size: 60px;
    color: #2f63b6;
}
@media (max-width: 1199px) {
    .estimator-panel .col-title {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .estimator-panel .col-title [class*='icon'] {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .estimator-panel .col-title {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        font-size: 18px;
        margin-bottom: 0;
        padding: 0;
    }
}
.estimator-panel .col-form {
    flex: 1;
}
.estimator-panel .panel-toggle {
    display: none;
}
@media (max-width: 767px) {
    .estimator-panel .panel-toggle {
        display: block;
        position: relative;
        top: -3px;
        margin-left: auto;
        font-size: 12px;
        line-height: 18px;
        font-weight: 800;
        color: #2f63b6;
        animation: blinker 3s linear infinite;
    }
    .estimator-panel .panel-toggle [class*='icon'] {
        position: relative;
        top: 2px;
        font-size: 18x;
        margin: 0 0 0 5px;
    }
    .estimator-panel .panel-toggle span:last-child {
        display: none;
    }
    .estimator-panel .panel-toggle.open span:first-child {
        display: none;
    }
    .estimator-panel .panel-toggle.open span:last-child {
        display: block;
    }
}
.estimator-form-label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #3a3a3a;
    margin-bottom: 5px;
}
@media (max-width: 1199px) {
    .estimator-form-label {
        display: none;
    }
}
.estimator-form-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-left: -6px;
    margin-right: -6px;
}
@media (max-width: 767px) {
    .estimator-form-row {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .estimator-form-row:not(.open) {
        display: none;
    }
}
.estimator-form-row>* {
    flex: 1;
    margin: 0 6px;
}
@media (max-width: 767px) {
    .estimator-form-row .select-wrapper-sm {
        flex: 0 0 calc(33.333% - 12px);
        max-width: calc(33.333% - 12px);
        margin-bottom: 3px;
    }
}
.estimator-form-row .input-with-link {
    position: relative;
}
.estimator-form-row select {
    width: 100%;
}
.input-with-link .form-control {
    min-width: 225px;
    padding-right: 70px;
}
.estimator-form-row input {
    height: 40px !important;
    padding: 5px 15px !important;
    font-size: 16px;
    line-height: 20px;
    color: #3e3e3e;
    min-width: unset;
}
@media (max-width: 1199px) {
    .estimator-form-row input {
        height: 34px !important;
        font-size: 14px !important;
        padding: 5px 15px !important;
    }
}
@media (max-width: 767px) {
    .estimator-form-row input {
        flex: 2;
    }
}
.estimator-form-row .btn:not([data-action]) {
    margin-left: 25px;
    margin-top: -6px;
    height: 52px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
}
@media (max-width: 1199px) {
    .estimator-form-row .btn:not([data-action]) {
        margin-left: 10px;
        margin-top: -4px;
        height: 42px !important;
        font-size: 12px !important;
        line-height: 20px !important;
        padding: 10px 15px !important;
    }
}
@media (max-width: 767px) {
    .estimator-form-row .btn:not([data-action]) {
        margin-top: 0;
        height: 34px !important;
        font-size: 9px !important;
        line-height: 14px !important;
        padding: 10px 15px !important;
        flex: 1;
    }
}
.estimate-table {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.estimate-table:not(:last-child) {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .estimate-table {
        flex-direction: column;
    }
}
.estimate-table-total {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 35px 35px;
    background-color: #727579;
    color: #fff;
}
@media (max-width: 767px) {
    .estimate-table-total {
        padding: 25px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.estimate-table-total-title {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .estimate-table-total-title {
        margin-bottom: 25px;
    }
}
.estimate-table-total-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}
.estimate-table-total-price {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .estimate-table-total-price {
        font-size: 24px;
        line-height: 30px;
    }
}
.estimate-table-info {
    flex: 0 0 55%;
    max-width: 55%;
    padding: 35px 45px;
    background-color: #f6f6f6;
    color: #3a3a3a;
}
@media (max-width: 767px) {
    .estimate-table-info {
        padding: 25px 35px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.estimate-table-info:not(:last-child) {
    margin-bottom: 50px;
}
.estimate-table-info-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.estimate-part {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
    border: 1px solid #edeff0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.estimate-part:not(:first-child) {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .estimate-part {
        flex-direction: column;
    }
}
.estimate-table-info-list {
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
}
.estimate-table-info-list>* {
    position: relative;
    margin-bottom: 25px;
    padding-left: 48px;
}
.estimate-table-info-list .round-icon {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 900;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #2f63b6;
    border: 1px solid #2f63b6;
    border-radius: 50%;
}
.estimate-part-info {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 35px;
}
@media (max-width: 767px) {
    .estimate-part-info {
        padding: 25px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.estimate-part-info-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .estimate-part-info-title {
        font-size: 22px;
        line-height: 30px;
    }
}
.estimate-part-price {
    flex: 0 0 35%;
    max-width: 35%;
    padding: 35px 0 35px 35px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
@media (max-width: 767px) {
    .estimate-part-price {
        padding: 25px 25px 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.estimate-part-price-price {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #2f63b6;
}
@media (max-width: 767px) {
    .estimate-part-price-price {
        font-size: 24px;
        line-height: 30px;
    }
}
.estimate-current-name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
.estimate-current-name b {
    font-weight: 700;
    text-transform: uppercase;
}
.estimate-current-change {
    color: #2f63b6;
    text-decoration: none;
}
.estimate-part-close {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #2f63b6;
    cursor: pointer;
}
.estimate-part-close:hover {
    color: #3a3a3a;
}
@keyframes blinker {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width: 479px) {
    .banner-col {
        width: 100% !important;
        margin-top: 30px;
    }
}
.brands-carousel {
    margin: 0 -2px;
}
.brands-carousel img {
    display: block;
    border: 1px solid #edeff0;
    max-width: 100%;
    margin: 0 2px;
}
.brands-carousel .slick-dots {
    display: block;
    position: relative;
    bottom: 0;
    margin-top: 20px;
}
.view-all-brands.active span:last-child {
    display: none;
}
.view-all-brands:not(.active) span:first-child {
    display: none;
}
body.layout-3 .page-footer-2 .footer-bottom .copyright {
    color: #fff;
}
div.wpcf7 .estimator-form-row .ajax-loader {
    display: none;
}
@media (max-width: 991px) && (min-width: 768px) {
    .estimator-panel-section {
        margin-bottom: -74px;
    }
}
body.layout-3 .block.bg-1 h1,
body.layout-3 .block.bg-2 h1,
body.layout-3 .block.bg-3 h1,
body.layout-3 .block.bg-1 h2,
body.layout-3 .block.bg-2 h2,
body.layout-3 .block.bg-3 h2,
body.layout-3 .block.bg-1 h3,
body.layout-3 .block.bg-2 h3,
body.layout-3 .block.bg-3 h3 {
    color: #3a3a3a;
}
body.layout-3 .breadcrumbs li,
body.layout-3 .breadcrumbs a,
body.layout-3 .breadcrumbs span {
    color: #8d8d8d;
}
body.layout-3 #container .woocommerce-breadcrumb,
body.layout-3 #container .woocommerce-breadcrumb a {
    color: #8d8d8d;
}
.pricing-grid .pricing-box {
    margin-top: 30px !important;
}
body.layout-3 .vehicle-damage .tab-content {
    padding: 0;
}
.woocommerce div.product .product_title {
    margin-bottom: 30px !important;
}
.woocommerce div.product .product_title:after {
    display: none;
}
.btn:not([data-action]).btn-lg [class*='icon-'] {
    font-size: 20px;
    padding-right: 20px;
    vertical-align: text-top;
}
.btn:not([data-action]) [class*='icon-'] {
    font-size: 18px;
    color: #fff;
    padding-right: 14px;
    vertical-align: text-bottom;
}
@media (min-width: 992px) {
    body.layout-3 header.page-header-2 .navbar {
        padding: 18px 0;
    }
}
body.layout-3 .pricing-box-center .text-3 {
    padding: 0 1.2em 1em;
}
.estimator-form-row input[type="text"]::-webkit-input-placeholder {
    color: #3e3e3e;
}
.estimator-form-row input[type="text"]::-moz-placeholder {
    color: #3e3e3e;
}
.estimator-form-row input[type="text"]:-ms-input-placeholder {
    color: #3e3e3e;
}
.estimator-form-row input[type="text"]::placeholder {
    color: #3e3e3e;
}
#envato_activate_checkbox {
    display: block;
}
#fullServices.modal .modal-dialog {
    width: 822px;
}
@media (max-width: 991px) {
    #fullServices.modal .modal-dialog {
        width: 100%;
    }
}
#fullServices.modal .modal-body {
    padding: 0;
}
#fullServices.modal .modal-content {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0 23px 23px;
}
#fullServices.modal .modal-footer {
    border: 0;
    border-top: 1px solid #e3e3e3;
    padding: 23px 38px 0;
    text-align: left;
    margin: 30px -38px 0;
}
#fullServices.modal .modal-header {
    border: 0;
    padding: 32px 15px 32px;
}
#fullServices.modal .modal-header h2 {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    #fullServices.modal .modal-header {
        padding: 19px 15px 20px;
    }
}
#fullServices.modal .modal-header .close {
    margin-top: 0;
    position: absolute;
    right: 22px;
    top: 22px;
    font-size: 30px;
    text-shadow: inherit;
    opacity: 1;
    color: #2f63b6;
}
@media (max-width: 1240px) {
    #fullServices.modal .modal-header .close {
        font-size: 24px;
    }
}
#fullServices.modal .modal-header .close:hover {
    opacity: .7;
}
#fullServices.modal .form-group {
    margin-bottom: 2px;
}
@media (max-width: 767px) {
    #fullServices.modal .form-group {
        margin-bottom: 0;
    }
    #fullServices.modal .form-group label {
        font-size: 13px;
    }
}
#fullServices.modal h5:not(:first-child) {
    margin-top: 29px;
}
@media (max-width: 767px) {
    #fullServices.modal h5:not(:first-child) {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    #fullServices.modal .col-sm-6:not(:first-child) h5 {
        margin-top: 15px;
    }
}
.estimator-panel .form-group input,
div.rwmb-input .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.estimator-panel .form-group label,
div.rwmb-input .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
}
.estimator-panel .form-group label a,
div.rwmb-input .form-group label a {
    text-decoration: none;
    color: #2f63b6;
}
.estimator-panel .form-group label:before,
div.rwmb-input .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    top: -1px;
    margin-right: 10px;
}
.estimator-panel .form-group input:checked+label:after,
div.rwmb-input .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2f63b6;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.estimate_search input:disabled,
.estimate_search select:disabled,
.estimate_search button:disabled,
.estimate_search .btn[disabled] {
    opacity: .6 !important;
    pointer-events: none !important;
}
.estimate_search input:disabled+a,
.estimate_search select:disabled+a,
.estimate_search button:disabled+a,
.estimate_search .btn[disabled]+a {
    pointer-events: none;
}
.estimate_search .input-with-link {
    position: relative;
}
.estimate_search a,
.estimator-panel .input-with-link a {
    display: block;
    position: absolute;
    font-size: 11px;
    text-decoration: none;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    color: #111;
}
.estimator-panel .input-with-link .form-control {
    min-width: 225px;
    padding-right: 70px;
}
.estimator-panel .input-with-link a:hover {
    color: #2f63b6;
}
.estimate-breadcrumb {
    margin-bottom: 0;
}
.estimate-empty {
    padding: 35px;
}
.estimate-empty .estimate-part-info-title {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .estimate-part:last-child {
        margin-bottom: 30px;
    }
}
.services-tabs-icons img {
    min-width: auto !important;
}
.footer-col-right iframe {
    vertical-align: bottom;
}
.product-category a {
    display: block;
    text-align: center;
}
.product-category .woocommerce-loop-category__title {
    margin-bottom: 0;
}
.page-footer-widget h4,
.page-footer-widget .category-list>li a,
.page-footer-widget {
    color: #fff !important;
}
.page-footer-widget .tagcloud a,
.page-footer-widget .tags-links a {
    color: #333;
}
.page-footer-widget .calendar_wrap td {
    color: #fff;
}
.page-footer-widget .side-block {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-footer-widget .footer-content {
    padding: 80px 0;
}
/* Guten burge */
.wp-block-gallery {
    padding-left: 0px !important;
}
.wp-block-gallery li {
    list-style: none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color {
    background-color: #f7bd00 !important;
}
.has-strong-white-background-color {
    background-color: #ffffff !important;
}
.has-light-black-background-color {
    background-color: #242424 !important;
}
.has-very-light-gray-background-color {
    background-color: #797979 !important;
}
.has-very-dark-black-background-color {
    background-color: #000000 !important;
}
.has-strong-yellow-color {
    color: #f7bd00 !important;
}
.has-strong-white-color {
    color: #ffffff !important;
}
.has-light-black-color {
    color: #242424 !important;
}
.has-very-light-gray-color {
    color: #797979 !important;
}
.has-very-dark-black-color {
    color: #000000 !important;
}
/******************Font Size Setting*****************/
.has-small-font-size {
    font-size: 10px !important;
}
.has-normal-font-size {
    font-size: 15px !important;
}
.has-large-font-size {
    font-size: 24px !important;
}
.has-huge-font-size {
    font-size: 36px !important;
}
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}
.with-sidebar-blog .alignfull {
    width: auto;
    margin-left: calc( 50% / .62 - 50vw);
    max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
    width: auto;
}
/*************Common Style*************/
pre {
    background: none;
    padding: 0px;
    border: none;
    line-height: 1.8;
    font-family: monospace;
    font-size: 15px;
    color: #333;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
}
.wp-block-separator {
    border: none;
    border-bottom: 1px solid #8f98a1;
    margin: 1.65em auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives {
    padding-left: 0px;
    margin-bottom: 20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li {
    list-style: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 20px 0;
    padding: 0;
    border-left: none;
    padding-left: 100px;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p,
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.71111em;
    line-height: 1.6;
    color: #767676;
}
.wp-block-pullquote {
    border: none;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 68.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.wp-block-table td,
.wp-block-table th {
    border: 1px solid #ddd;
    line-height: 1.8;
    padding: 8px;
    vertical-align: top;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 0;
    padding-left: 100px;
}
figure.wp-block-pullquote.alignleft {
    padding: 0;
    text-align: left;
}
figure.wp-block-pullquote.alignleft blockquote {
    margin: 0;
}
figure.wp-block-pullquote.alignright {
    padding: 0;
    text-align: right;
}
figure.wp-block-pullquote.alignright blockquote {
    margin: 0;
    margin-bottom: 60px
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 335px;
}
ul.wp-block-latest-posts {
    margin-bottom: 30px;
}
ul.wp-block-latest-posts a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
.wp-block-categories a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
.wp-block-archives a {
    transition: all 0.2s linear;
    text-decoration: underline;
    color: #5a5a5a;
    background-color: transparent;
}
.defult_title_r h1 span,
.defult_title_r h2 span {
    font-size: 60px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    margin: 0 !important;
    padding-bottom: 29px !important;
    color: #393939 !important;
    font-family: 'Muli', sans-serif !important;
}
.defult_title_r h1,
.defult_title_r h2 {
    font-size: 60px !important;
    line-height: 1.1 !important;
    font-weight: 400 !important;
    letter-spacing: 0.01em !important;
    margin: 0 !important;
    padding-bottom: 29px !important;
    color: #393939 !important;
    font-family: 'Muli', sans-serif !important;
}
button.gm-control-active {
    min-width: unset;
}
.person-hor .image img {
    max-width: 100%;
}
body:not(.home) {
    background: url(/wp-content/themes/car-repair-services/images/header-photo-bg.webp) no-repeat center 0;
}
.block.pad-sm {
    padding: 61px 0 54px;
}
.how-works-block .caption>.inside .text h5 {
    color: #fff;
}
.block.custom {
    margin-bottom: 0px;
}
.block.offset-sm.custom {
    margin-bottom: 0px;
}
.block-wrapper-01 {
    background-color: #2d2d2d;
}
.promo-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    color: #ffffff;
    padding: 36px 0 39px;
}
.promo-01 .promo-01__col-left {
    margin-right: 50px;
    min-width: 208px;
}
.promo-01 .promo-01__col-center {
    flex: 2 1 auto;
    position: relative;
}
.promo-01 .promo-01__title {
    font-size: 27px;
    line-height: 33px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 1px;
}
.promo-01 .promo-01__title .text-01 {
    color: #ffffff;
}
.promo-01 .promo-01__title .text-02 {
    color: #fede00;
    margin-left: 76px;
}
.promo-01 .promo-01__description {
    font-size: 16px;
    line-height: 25px;
    width: 57%;
    max-width: 355px;
}
.promo-01 .promo-01__img {
    position: absolute;
    right: 30px;
    top: -69px;
    width: 44.5%;
}
.promo-01 .promo-01__img img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199px) {
    .promo-01 .promo-01__img {
        top: -50px;
    }
}
@media (max-width: 991px) {
    .promo-01 {
        padding: 23px 0 26px;
    }
    .promo-01 .promo-01__col-left {
        min-width: 157px;
        margin-right: 15px;
    }
    .promo-01 .promo-01__title {
        font-size: 22px;
        line-height: 29px;
    }
    .promo-01 .promo-01__title .text-02 {
        margin-left: 40px;
    }
    .promo-01 .promo-01__description {
        font-size: 15px;
        line-height: 21px;
        width: 53%;
        padding-right: 20px;
    }
    .promo-01 .promo-01__img {
        top: -40px;
        width: 200px;
    }
}
@media (max-width: 767px) {
    .promo-01 .promo-01__description {
        display: none;
    }
    .promo-01 .promo-01__img {
        top: -70px;
        width: 230px;
        right: 15px;
    }
}
@media (max-width: 575px) {
    .promo-01 .promo-01__title {
        font-size: 14px;
        line-height: 17px;
    }
    .promo-01 .promo-01__title .text-02 {
        margin-left: 25px;
    }
    .promo-01 .promo-01__img {
        top: -45px;
        width: 150px;
    }
}
@media (max-width: 410px) {
    .promo-01 .promo-01__img {
        top: -20px;
        width: 70px;
        right: 10px;
    }
}
@media (max-width: 767px) {
    .slick-slider {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    #slideMobile .marker-list {
        margin-left: 37px;
    }
    #slideMobile .block-title {
        margin-top: 0;
    }
}
#slideMobile .marker-list {
    margin-top: 2px;
}
@media (min-width: 992px) {
    .block.bg-1 {
        padding: 112px 0 79px 0;
    }
}
.position-relative {
    position: relative;
}
.btn-add {
    color: #fede00;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.btn-top {
    margin-top: 15px;
}
@media (max-width: 575px) {
    .btn-add {
        font-size: 12px;
    }
    .btn-add.btn-top {
        margin-top: 7px;
    }
}
.btn-add.active {
    display: none;
}
.btn-add.active+br {
    display: none;
}
@media (min-width: 1025px) {
    .btn:not([data-action]).btn-wide {
        padding-left: 53px;
        padding-right: 53px;
    }
}
.btn.btn-border:focus,
.btn.btn-border:active {
    background-color: transparent;
}
.btn.btn-border.btn-invert {
    border-color: #3a3a3a;
}
.btn:not([data-action]).btn-border {
    border-width: 1px;
}
.btn:not([data-action]) {
    padding: 17px 34px;
    min-width: inherit;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .btn:not([data-action]) {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .btn:not([data-action]) {
        font-size: 12px;
        padding: 8px 17px;
    }
}
.btn:not([data-action]).btn-sm {
    padding: 9px 33px 6px;
    font-size: 16px;
}
.block.bg-1 .btn-add,
.block.bg-2 .btn-add,
.block.bg-3 .btn-add {
    color: #fede00;
}
.section__text-background {
    width: 100%;
    position: absolute;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    pointer-events: none;
}
.section__text-background.text-color01 {
    color: #ffffff;
    opacity: 0.02;
}
.section__text-background.text-color02 {
    color: #232323;
    opacity: 0.05;
}
.section__text-background.text-color03 {
    color: #ffffff;
    opacity: 0.02;
}
.section__text-background:not(.text-background__top):not(.text-background__center):not(.text-background__bottom02) {
    left: 0;
    bottom: -5px;
}
.section__text-background.text-background__top {
    left: 0;
    top: 0px;
}
.section__text-background.text-background__center {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
    .section__text-background {
        font-size: 180px;
    }
}
@media (max-width: 991px) and (min-width: 576px) {
    .section__text-background {
        font-size: 140px;
    }
}
@media (max-width: 575px) {
    .section__text-background {
        font-size: 108px;
    }
    .section__text-background:not(.text-background__top):not(.text-background__center):not(.text-background__bottom02) {
        bottom: -20px;
    }
}
.marker-list .list-hidden {
    display: none;
}
@media (min-width: 768px) {
    .show-onlymobile {
        display: none;
    }
}
@media (min-width: 992px) {
    .show-tablet {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hide-onlymobile {
        display: none;
    }
}
@media (max-width: 480px) {
    .hide-mobile {
        display: none !important;
    }
}
@media (min-width: 481px) {
    .show-mobile {
        display: none !important;
    }
}
/*
	Parallax
*/
/* wrapper-parallax-left */
.wrapper-parallax-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.wrapper-parallax-left .col-img {
    width: 49%;
    position: relative;
}
.wrapper-parallax-left .col-img img {
    width: 100%;
    height: auto;
}
.wrapper-parallax-left .col-img .parallax-img {
    position: relative;
    z-index: 1;
}
.wrapper-parallax-left .col-img .img-tablet {
    display: none;
}
.wrapper-parallax-left .col-description {
    width: 51%;
    padding: 25px 0 0 80px;
}
.wrapper-parallax-left .tt-box-custom01 {
    position: absolute;
    bottom: -60px;
    right: -34px;
    z-index: 2;
    width: 338px;
}
@media (max-width: 991px) {
    .wrapper-parallax-left .tt-box-custom01 {
        right: -28px;
        bottom: -60px;
        width: 287px;
    }
    .wrapper-parallax-left .col-img {
        width: 35%;
    }
    .wrapper-parallax-left .col-img .parallax-img {
        display: none;
    }
    .wrapper-parallax-left .col-img .img-tablet {
        display: block;
    }
    .wrapper-parallax-left .col-description {
        width: 65%;
        padding-right: 15px;
    }
    .wrapper-parallax-left .marker-list-sm {
        margin-bottom: -5px;
    }
}
@media (max-width: 767px) {
    .wrapper-parallax-left {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wrapper-parallax-left .col-img {
        width: 100%;
    }
    .wrapper-parallax-left .col-img .img-tablet {
        display: none;
    }
    .wrapper-parallax-left .col-img .parallax-img {
        display: block;
    }
    .wrapper-parallax-left .col-img .parallax-img img {
        max-width: calc(100% - 33px);
    }
    .wrapper-parallax-left .col-img .img-tablet {
        display: none;
    }
    .wrapper-parallax-left .col-img .img-tablet img {
        max-width: calc(100% - 33px);
    }
    .wrapper-parallax-left .col-description {
        padding: 125px 0 0 0px;
        width: inherit;
    }
    .wrapper-parallax-left .tt-box-custom01 {
        position: absolute;
        bottom: -60px;
        right: 0px;
        z-index: 2;
        width: 338px;
    }
}
@media (max-width: 575px) {
    .wrapper-parallax-left .col-img .parallax-img {
        display: none;
    }
    .wrapper-parallax-left .col-img .img-tablet {
        display: block;
    }
    .wrapper-parallax-left .tt-box-custom01 {
        width: 248px;
    }
    .wrapper-parallax-left .col-description {
        padding: 99px 0 0 0px;
    }
}
/* wrapper-parallax-left02 */
.wrapper-parallax-left02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.wrapper-parallax-left02 p {
    line-height: 25px;
}
.wrapper-parallax-left02 .col-img {
    width: 49%;
    position: relative;
}
.wrapper-parallax-left02 .col-img img {
    width: 100%;
    height: auto;
}
.wrapper-parallax-left02 .col-description {
    width: 51%;
    padding: 25px 0 0 80px;
}
@media (max-width: 1200px) {
    .wrapper-parallax-left02 .col-img {
        width: 40%;
    }
    .wrapper-parallax-left02 .col-description {
        width: 60%;
        padding-right: 25px;
    }
}
@media (max-width: 1024px) {
    .wrapper-parallax-left02 .col-img {
        width: 43%;
    }
    .wrapper-parallax-left02 .col-description {
        width: 57%;
        padding-left: 40px;
        padding-top: 0;
        margin-top: -11px;
    }
}
@media (max-width: 767px) {
    .wrapper-parallax-left02 {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wrapper-parallax-left02 .col-img {
        width: 100%;
    }
    .wrapper-parallax-left02 .col-img img {
        max-width: 450px;
    }
    .wrapper-parallax-left02 .col-description {
        padding: 60px 0 0 0px;
        width: inherit;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    .wrapper-parallax-left02 .col-description {
        padding: 50px 0 0 0px;
    }
}
/* promo01 */
.promo01 {
    position: relative;
    z-index: 2;
}
.promo01 .promo01-header {
    background-color: #fede00;
    text-align: center;
    padding: 22px 15px 31px;
}
.promo01 .promo01-header .text-01 {
    font-size: 16px;
    line-height: 26px;
}
.promo01 .promo01-header .text-02 {
    font-size: 60px;
    line-height: 51px;
    color: #ff4200;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    margin-top: 7px;
    letter-spacing: -0.04em;
}
.promo01 .promo01-header .text-02 span {
    font-size: 40px;
}
.promo01 .promo01-header .text-03 {
    font-size: 29px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.promo01 .promo01-content {
    position: relative;
    text-align: center;
    background: #2d2d2d url('/wp-content/themes/car-repair-services/images/promo01-bg01.webp') 0 0 repeat-x;
    padding: 46px 20px 46px;
}
.promo01 .promo01-content .icon-separator {
    position: absolute;
    top: -16px;
    left: 22px;
    fill: #ffffff;
}
.promo01 .promo01-content .icon-separator:after {
    content: '';
    display: block;
    overflow: hidden;
    background-color: #2d2d2d;
    width: 28px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 1;
}
.promo01 .promo01-content .icon-separator .icon {
    font-size: 35px;
    color: #ffffff;
    height: auto;
    position: relative;
    z-index: 2;
}
.promo01 .promo01-content .icon-separator .icon:before {
    transform: rotate(90deg);
    position: absolute;
}
.promo01 .promo01-content .text-01 {
    font-size: 27px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.promo01 .promo01-content .text-02 {
    font-size: 16px;
    line-height: 20px;
    color: #fede00;
    margin-top: 8px;
}
.promo01 .promo01-content .btn:not([data-action]) {
    margin-top: 17px;
    padding-left: 23px;
    padding-right: 23px;
}
@media (max-width: 991px) {
    .promo01 .promo01-content .icon-separator {
        position: absolute;
        top: -14px;
        left: 22px;
    }
    .promo01 .promo01-content .icon-separator:after {
        height: 15px;
        top: 14px;
    }
    .promo01 .promo01-content .icon-separator .icon {
        font-size: 30px;
    }
    .promo01 .promo01-header {
        padding: 18px 10px 27px;
    }
    .promo01 .promo01-header .text-01 {
        font-size: 15px;
        line-height: 23px;
    }
    .promo01 .promo01-header .text-02 {
        font-size: 52px;
        line-height: 43px;
        margin-top: 5px;
    }
    .promo01 .promo01-header .text-02 span {
        font-size: 35px;
    }
    .promo01 .promo01-header .text-03 {
        font-size: 24px;
        line-height: 23px;
        margin-top: 2px;
    }
    .promo01 .promo01-content {
        padding: 39px 20px 40px;
    }
    .promo01 .promo01-content .text-01 {
        font-size: 23px;
        line-height: 23px;
    }
    .promo01 .promo01-content .text-02 {
        font-size: 15px;
        line-height: 17px;
        margin-top: 7px;
    }
    .promo01 .promo01-content .btn:not([data-action]) {
        margin-top: 15px;
        padding: 12px 15px;
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .promo01 .promo01-header {
        padding: 15px 10px 23px;
    }
    .promo01 .promo01-header .text-01 {
        font-size: 14px;
        line-height: 20px;
    }
    .promo01 .promo01-header .text-02 {
        font-size: 44px;
        line-height: 37px;
    }
    .promo01 .promo01-header .text-03 {
        font-size: 22px;
        line-height: 20px;
    }
    .promo01 .promo01-content {
        padding: 32px 10px 35px;
        background: #2d2d2d;
    }
    .promo01 .promo01-content .icon-separator {
        left: 16px;
        top: -12px;
    }
    .promo01 .promo01-content .icon-separator>* {
        width: 26px;
    }
    .promo01 .promo01-content .icon-separator:after {
        top: 12px;
    }
    .promo01 .promo01-content .icon-separator .icon {
        font-size: 25px;
    }
    .promo01 .promo01-content .text-01 {
        font-size: 22px;
        line-height: 20px;
    }
    .promo01 .promo01-content .text-02 {
        font-size: 14px;
        line-height: 15px;
    }
    .promo01 .promo01-content .btn:not([data-action]) {
        margin-top: 15px;
        padding: 8px 15px;
        font-size: 12px;
    }
}
.promo01.colors-cheme-02 .promo01-header {
    background-color: #ffffff !important;
}
.promo01.colors-cheme-02 .promo01-content {
    background: #ffffff url('/wp-content/themes/car-repair-services/images/promo01-bg03.webp') 0 0 repeat-x;
}
.promo01.colors-cheme-02 .promo01-content .text-01 {
    color: #3a3a3a;
}
.promo01.colors-cheme-02 .promo01-content .text-02 {
    color: #5e5e5e !important;
}
.promo01.colors-cheme-02 .promo01-content .icon-separator:after {
    background-color: #ffffff;
}
.promo01.colors-cheme-02 .promo01-content .icon-separator .icon {
    color: #444444;
}
/* promo02 */
.promo02 {
    position: relative;
}
.promo02 .promo02__marker {
    font-size: 400px;
    font-weight: 400;
    line-height: 1;
    color: #fede00;
    width: 28%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: -44px;
    left: -14px;
    z-index: 1;
}
.promo02 .promo02__content {
    position: relative;
    z-index: 2;
    width: 72%;
    float: right;
}
.promo02 .promo02__img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 307px;
}
.promo02 .promo02__img .promo02__description {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px 20px 27px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-end;
    transition: color 0.2s linear;
}
.promo02 .promo02__img .promo02__title {
    font-size: 22px;
    line-height: 29px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: absolute;
    text-transform: inherit;
    padding: 0;
    margin: 0;
    text-align: left;
}
@media (max-width: 991px) {
    .promo02 .promo02__marker {
        font-size: 250px;
        top: -23px;
        width: 19%;
    }
    .promo02 .promo02__content {
        width: 81%;
    }
    .promo02 .promo02__img {
        height: 197px;
    }
    .promo02 .promo02__img .promo02__title {
        font-size: 18px;
        line-height: 25px;
    }
    .promo02 .promo02__img .promo02__description {
        padding: 11px 11px 11px 20px;
    }
}
@media (max-width: 767px) {
    .promo02 .promo02__marker {
        font-size: 246px;
        top: -23px;
        width: 19%;
    }
    .promo02 .promo02__content {
        width: 81%;
    }
    .promo02 .promo02__img {
        height: 188px;
    }
    .promo02 .promo02__img .promo02__title {
        font-size: 14px;
        line-height: 17px;
    }
    .promo02 .promo02__img .promo02__description {
        padding: 11px 11px 11px 20px;
    }
}
.js-promo02-carousel.slick-initialized .promo02 {
    width: 320px;
    display: inline-block;
}
.js-promo02-carousel.slick-initialized .slick-slide {
    text-align: center;
}
@media (max-width: 480px) {
    .js-promo02-carousel.slick-initialized .promo02 {
        width: 270px;
    }
}
.promo02-wrapper {
    margin-top: -40px;
}
@media (min-width: 576px) {
    .promo02-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
.promo02-wrapper .promo02 {
    margin-top: 40px;
}
.btn:not([data-action]) {
    position: relative;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    height: auto;
    border-radius: 0;
    border: 0;
    vertical-align: top;
    -webkit-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -moz-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -ms-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    -o-transition: all 1.2s .6s ease, background-color .4s ease-in-out, color .4s ease;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 195px;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.btn:not([data-action]).btn-border {
    border: 2px solid #fede00;
    background: transparent !important;
}
.btn:not([data-action]).btn-border {
    border-width: 1px;
}
.btn:not([data-action]) {
    padding: 17px 34px;
    min-width: inherit;
    text-transform: inherit;
    font-size: 16px !important;
    font-weight: 500;
}
@media (max-width: 991px) {
    .btn:not([data-action]) {
        font-size: 15px !important;
    }
}
@media (max-width: 575px) {
    .btn:not([data-action]) {
        font-size: 12px !important;
        padding: 8px 17px;
    }
}
.btn:not([data-action]).btn-sm {
    padding: 9px 33px 6px;
    font-size: 16px;
}
.divider-lg {
    clear: both;
    height: 45px;
}
@media (max-width: 767px) {
    .divider-lg {
        height: 40px;
    }
}
.divider-md {
    clear: both;
    height: 24px;
}
@media (min-width: 1400px) {
    .col-w1500-3 {
        width: 25%;
    }
}
.section-bg-wrapper {
    background-color: #2d2d2d;
}
/* section-blog */
.section-blog {
    padding: 120px 0 120px;
}
.section-blog .section__text-background {
    margin-top: 212px;
}
.section-blog .item .item__img {
    width: 178px;
    margin: 0 auto;
    position: relative;
}
.section-blog .item .item__img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.section-blog .item .item__img .icon {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fede00;
    color: #5e5e5e;
    position: relative;
    top: 19px;
    left: -7px;
    border-radius: 50%;
    text-align: center;
}
.section-blog .item .item__img .icon:before {
    content: "“";
    font-size: 80px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    top: 22px;
}
.section-blog .item .item__description,
.section-blog .item .item__autor {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}
.section-blog .item .item__description {
    font-size: 20px;
    line-height: 28px;
    margin-top: 27px;
    color: #5e5e5e;
}
.section-blog .item .item__description p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #3a3a3a;
}
.section-blog .item .item__autor {
    margin-top: 17px;
    font-size: 15px;
    color: #d4d4d4;
}
.section-blog .item .item__autor span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.section-blog .slick-list {
    margin-bottom: -7px;
    overflow: unset;
}
@media (max-width: 991px) {
    .section-blog.no-inner .item .item__img img {
        margin-top: 12px;
    }
}
@media (max-width: 991px) {
    .section-blog {
        padding: 55px 0 60px;
    }
    .section-blog .slick-slider.testimonials-carousel {
        margin-bottom: 0;
        margin-top: 0;
    }
    .section-blog .section__text-background {
        margin-top: 125px;
    }
    .section-blog .item .item__img {
        width: 131px;
    }
    .section-blog .item .item__img .icon {
        width: 52px;
        height: 52px;
        top: -12px;
    }
    .section-blog .item .item__img .icon:before {
        font-size: 58px;
        top: 18px;
    }
    .section-blog .item .item__description,
    .section-blog .item .item__autor {
        max-width: 553px;
    }
    .section-blog .item .item__description p,
    .section-blog .item .item__description {
        font-size: 18px;
        line-height: 25px;
    }
    .section-blog .item .item__autor {
        margin-top: 11px;
        font-size: 14px;
    }
    .section-blog .item .item__autor span {
        font-size: 17px;
    }
    .section-blog .item .item__description {
        margin-top: 22px;
    }
}
@media (max-width: 575px) {
    .section-blog {
        padding: 33px 0 33px;
    }
    .section-blog .section__text-background {
        margin-top: 97px;
    }
    .section-blog .item .item__img {
        width: 107px;
    }
    .section-blog .item .item__img .icon {
        width: 42px;
        height: 42px;
        top: -12px;
    }
    .section-blog .item .item__img .icon:before {
        font-size: 48px;
        top: 15px;
    }
    .section-blog .item .item__description,
    .section-blog .item .item__autor {
        max-width: 553px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-blog .item .item__description p,
    .section-blog .item .item__description {
        font-size: 17px;
        line-height: 23px;
    }
    .section-blog .item .item__autor {
        margin-top: 11px;
        font-size: 13px;
    }
    .section-blog .item .item__autor span {
        font-size: 16px;
    }
    .section-blog .item .item__description {
        margin-top: 13px;
    }
}
.section-blog.section-blog__color02 .item .item__description p,
.section-blog.section-blog__color02 .item .item__description {
    color: #ffffff;
}
.section-blog.no-inner {
    padding-top: 0;
    padding-bottom: 0;
}
@media (max-width: 767px) {
    #mainSlider.slick-slider {
        margin-bottom: 0;
    }
}
.video-block {
    position: relative;
    display: inline-block;
}
.video-block .video-block__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: 0;
    fill: #ffffff;
}
.video-block .video-block__icon span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #fede00;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}
.video-block .video-block__icon span>* {
    width: 35px;
    height: auto;
}
.video-block img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.video-block:hover .video-block__icon span {
    background-color: #2d2d2d;
    color: #ffffff;
}
@media (max-width: 767px) {
    .video-block .video-block__icon span {
        width: 80px;
        height: 80px;
    }
    .video-block .video-block__icon span>* {
        width: 30px;
        margin-left: 3px;
    }
}
@media (max-width: 575px) {
    .video-block .video-block__icon span {
        width: 68px;
        height: 68px;
    }
    .video-block .video-block__icon span>* {
        width: 26px;
        margin-left: 3px;
    }
}
.video-wrapper {
    position: relative;
}
.video-wrapper .video-block__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: 0;
    fill: #ffffff;
}
.video-wrapper .video-block__icon span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #fede00;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}
.video-wrapper .video-block__icon span>* {
    width: 35px;
    height: auto;
}
.video-wrapper .video-block__icon:hover span {
    background-color: #2d2d2d;
    color: #ffffff;
}
.stat-box02-wrapper {
    margin-top: -34px;
}
.stat-box02-wrapper .stat-box02 {
    margin-top: 34px;
}
@media (max-width: 575px) {
    .stat-box02-wrapper {
        margin-top: -30px;
    }
    .stat-box02-wrapper .stat-box02 {
        margin-top: 30px;
    }
}
.stat-box02 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.stat-box02 .stat-box02__value {
    font-size: 45px;
    line-height: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fede00;
    position: relative;
    padding: 0 22px 0 0;
}
.stat-box02 .stat-box02__value .number {
    display: flex;
}
.stat-box02 .stat-box02__value .count {
    font-size: 55px;
}
.stat-box02 .stat-box02__value:before {
    content: '';
    width: 3px;
    height: 46px;
    background-color: #fede00;
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
}
.stat-box02 .stat-box02__value+.stat-box02__title {
    margin-left: 15px;
}
.stat-box02 .stat-box02__title {
    margin: 2px 0 0 0;
    padding: 0;
    text-align: left;
}
.stat-box02 .stat-box02__title>* {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: inherit;
    margin: 0;
    padding: 0;
}
@media (max-width: 991px) {
    .stat-box02 {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .stat-box02 .stat-box02__value {
        font-size: 40px;
        line-height: 60px;
    }
    .stat-box02 .stat-box02__value .count {
        font-size: 48px;
    }
    .stat-box02 .stat-box02__value:before {
        top: 9px;
    }
    .stat-box02 .stat-box02__title>* {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .stat-box02 .stat-box02__value {
        min-width: 130px;
        text-align: right;
    }
}
@media (max-width: 575px) {
    .stat-box02 .stat-box02__value {
        font-size: 34px;
        line-height: 45px;
        position: relative;
        padding-top: 9px;
    }
    .stat-box02 .stat-box02__value .count {
        font-size: 44px;
    }
    .stat-box02 .stat-box02__title>* {
        font-size: 17px;
        line-height: 23px;
    }
}
@media (min-width: 992px) {
    .form-table .form-group-cell.sm {
        width: 125px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .form-table .form-group {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .form-table .form-group.sm {
        width: 100%;
    }
    .form-table .form-group.action {
        text-align: center;
    }
}
#pageContent .form-table>.form-group:last-child {
    margin-bottom: 0;
}
@media (max-width: 575px) {
    #pageContent .form-table .select-wrapper:before {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
}
@media (max-width: 575px) and (max-width: 575px) {
    #pageContent .form-table .input-custom {
        font-size: 14px;
        height: 44px;
        line-height: 13px;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.btn.btn-border.btn-invert {
    border-color: #3a3a3a !important;
}
.subtitle {
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    color: #3a3a3a;
    margin: 0;
    padding: 0 0 10px 0;
}
.card01-wrapper .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.card01-wrapper .slick-list {
    margin-bottom: -15px;
}
.card01 .card01__img {
    position: relative;
}
.card01 .card01__img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.card01 .card01__title {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 0;
}
.card01 .card01__title a {
    text-decoration: none;
    color: #444444;
    transition: color 0.2s linear;
}
.card01 .card01__title a:hover {
    color: #fede00;
}
.card01 .card01__description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 7px;
}
.card01 .card01__social-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
}
.card01 .card01__social-icon li {
    margin-left: 3px;
    margin-right: 3px;
}
.card01 .card01__social-icon li a {
    text-decoration: none;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #444444;
    background: #ffffff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.2s linear, color 0.2s linear;
}
.card01 .card01__social-icon li a:hover {
    background-color: #fede00;
    color: #ffffff;
}
.card01 .card01__wrapper {
    position: relative;
    background-color: #f9f9f9;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
    padding: 35px 10px 32px;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.07);
}
.card01 .card01__wrapper:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    transition: width 0.2s linear;
}
.card01:hover .card01__wrapper {
    background-color: #ffffff;
}
.card01:hover .card01__wrapper:before {
    width: 100%;
}
.slick-center .card01 .card01__wrapper {
    background-color: #ffffff;
}
.slick-center .card01 .card01__wrapper:before {
    width: 100%;
}
.bg-custom-01 {
    padding: 70px 10px 60px;
    background-size: cover;
}
@media (max-width: 991px) {
    .bg-custom-01 {
        padding: 45px 0 30px;
    }
}
@media (max-width: 767px) {
    .bg-custom-01 {
        padding: 35px 0 20px;
    }
}
@media (min-width: 1025px) {
    .bg-custom-01 {
        background-attachment: fixed;
    }
}
/*
	style-theme-01
*/
.style-theme-01 {
    color: #ffffff;
}
.style-theme-01 h1,
.style-theme-01 h2.h-lg {
    color: #ffffff !important;
}
.footer-map iframe {
    width: 100%;
}
.style-theme-01 .h-phone {
    color: #ffffff;
}
.services-item-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    background-color: #272727;
    color: #cacaca;
}
.services-item-wrapper .services-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
    padding: 69px 70px 69px 50px;
}
.services-item-wrapper .services-bg-01 {
    background-color: #343434;
}
.services-item-wrapper .services-bg-02 {
    background-color: #404040;
}
.services-item-wrapper .services-bg-03 {
    background-color: #4b4b4b;
}
.services-item-wrapper .btn-top {
    margin-top: 11px;
}
.services-item-wrapper .section__text-background {
    bottom: 45px !important;
}
@media (max-width: 1600px) {
    .services-item-wrapper .services-item {
        padding: 59px 40px 59px;
    }
}
@media (max-width: 1199px) {
    .services-item-wrapper .services-item {
        padding: 49px 30px 49px;
    }
}
@media (min-width: 1025px) {
    .services-item-wrapper .services-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 1024px) {
    .services-item-wrapper .services-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .services-item-wrapper .services-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.services-box {
    font-size: 16px;
    line-height: 25px;
}
.services-box .services-box__icon {
    color: #fede00;
    font-size: 62px;
}
.services-box .services-box__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 31px 0 0 0;
    padding: 0 0 10px 0;
}
.services-box .services-box__title+* {
    margin-top: 0;
}
.services-box> :nth-child(1) {
    margin-top: 0;
}
.services-box> :last-child {
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .services-box .services-box__icon {
        font-size: 47px;
    }
    .services-box .services-box__title {
        font-size: 20px;
        line-height: 30px;
        margin: 21px 0 0 0;
    }
}
.services-title {
    position: relative;
    padding-bottom: 34px;
}
.services-title .services-title__title {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    line-height: 50px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}
.services-title .services-title__description {
    font-size: 16px;
    line-height: 26px;
}
.services-title .title-separator {
    width: 46px;
    height: 3px;
    background-color: #fede00;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 1px;
}
.services-title .title-separator:before,
.services-title .title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #fede00;
    display: inline-block;
    position: absolute;
}
.services-title .title-separator:before {
    right: -5px;
}
.services-title .title-separator:after {
    right: -10px;
}
.services-title> :nth-child(1) {
    margin-top: 0;
}
@media (max-width: 1600px) {
    .services-title .services-title__title {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 1199px) {
    .services-title {
        padding-bottom: 24px;
    }
    .services-title .services-title__title {
        font-size: 28px;
        line-height: 35px;
    }
}
.container-fluid.no-gutters {
    padding-left: 0;
    padding-right: 0;
}
.popup-img {
    display: block;
}
.popup-img img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s linear;
}
.popup-img:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
/*
	services-block-alt
*/
.tab-content {
    padding: 0;
}
.services-block-alt {
    position: relative;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
}
.services-block-alt:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    transition: width 0.2s linear;
    z-index: 2;
}
.services-block-alt .caption {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 185px;
    background-color: #eeeeee;
    padding: 13px 30px 15px;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 25px;
    transition: background-color 0.2s linear;
}
.services-block-alt .caption .title {
    font-size: 27px;
    line-height: 35px;
    text-transform: capitalize;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.services-block-alt .caption .title a {
    text-decoration: none;
    color: #3a3a3a;
    transition: color 0.2s linear;
}
.services-block-alt .caption .title a:hover {
    color: #fede00;
}
.services-block-alt:hover {
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.services-block-alt:hover:before {
    width: 100%;
}
.services-block-alt:hover .caption {
    background-color: #ffffff;
}
@media (max-width: 1024px) {
    .services-block-alt .caption {
        font-size: 14px;
        line-height: 23px;
    }
    .services-block-alt .caption .title {
        font-size: 23px;
        line-height: 31px;
    }
}
@media (max-width: 767px) {
    .services-block-alt .caption {
        font-size: 14px;
        line-height: 23px;
        padding: 13px 15px 15px;
    }
    .services-block-alt .caption .title {
        font-size: 21px;
        line-height: 29px;
    }
}
.tab-services .tab-content .tab-pane {
    padding-top: 0;
}
.tab-services .tab-pane {
    padding: 0;
}
@media (min-width: 992px) {
    .tab-services {
        margin-top: -50px;
    }
    .tab-services .services-block-alt {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .tab-services {
        margin-top: -30px;
    }
    .tab-services .services-block-alt {
        margin-top: 30px;
    }
}
@media (max-width: 479px) {
    .tab-services .tab-content .tab-pane {
        padding-top: 0;
    }
}
.nav-pills {
    margin: 24px 0 -33px;
}
.nav-pills>li>a {
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    min-width: inherit;
    padding-left: 8px;
    padding-right: 8px;
    display: inline;
}
.nav-pills>li>a .icon {
    font-size: 11px;
    color: #3a4a4a;
    position: relative;
    top: -1px;
}
.nav-pills>li>.current,
.nav-pills>li>a:hover {
    background-color: transparent;
    color: #fede00;
}
.nav-pills>li>a:hover .icon {
    color: #fede00;
}
.nav-pills>li.active {
    background-color: transparent;
}
.nav-pills>li.active>a {
    color: #fede00 !important;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: transparent;
    border-color: transparent;
}
@media (max-width: 575px) {
    .nav-pills>li>a {
        line-height: 35px;
    }
}
.pagination {
    margin: 36px 0 -30px !important;
}
.pagination>li {
    outline: none;
}
.pagination>li>span,
.pagination>li>a {
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    min-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    border: none;
}
.pagination>li>a .icon {
    font-size: 11px;
    color: #3a4a4a;
    position: relative;
    top: -1px;
}
.pagination>li>span:hover,
.pagination>li>a:hover {
    background-color: transparent;
    color: #fede00;
    border-color: transparent;
}
.pagination>li>a:hover .icon {
    color: #fede00;
}
.pagination>li>a:hover span {
    background-color: transparent;
}
.pagination>li.active {
    background-color: transparent;
}
.pagination>li.active>a {
    color: #fede00 !important;
}
.pagination>li.active>a,
.pagination>li.active>a:active,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.pagination>li.active>a span,
.pagination>li.active>a:active span,
.pagination>li.active>a:focus span,
.pagination>li.active>a:hover span {
    background-color: transparent;
    border-color: transparent;
}
.pagination-wrapper {
    border-top: 1px solid #ededed;
    margin-top: 42px;
}
/*
	Table-01
*/
.table-01-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
}
.table-01 {
    min-width: 400px;
    width: 100%;
    border: none;
}
.table-01 thead tr td,
.table-01 tbody tr td,
.table-01 thead tr th,
.table-01 tbody tr th {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border: none;
}
.table-01 thead tr td:nth-child(1),
.table-01 tbody tr td:nth-child(1),
.table-01 thead tr th:nth-child(1),
.table-01 tbody tr th:nth-child(1) {
    width: 49%;
    padding-left: 38px;
    padding-right: 25px;
}
.table-01 thead tr td:nth-child(2),
.table-01 tbody tr td:nth-child(2),
.table-01 thead tr th:nth-child(2),
.table-01 tbody tr th:nth-child(2) {
    width: 30%;
}
.table-01 thead tr td:nth-child(3),
.table-01 tbody tr td:nth-child(3),
.table-01 thead tr th:nth-child(3),
.table-01 tbody tr th:nth-child(3) {
    width: 21%;
    padding-left: 38px;
    padding-right: 38px;
}
.table-01 thead tr {
    background-color: #f5f5f5;
}
.table-01 thead tr th {
    font-weight: 500;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 22px;
}
.table-01 thead tr th:last-child {
    background-color: #eaeaea;
}
.table-01 tbody tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.table-01 tbody tr td {
    text-align: left;
    padding-top: 13px;
    padding-bottom: 11px;
    color: #5e5e5e;
}
.table-01 tbody tr td:last-child {
    background-color: #f3f3f3;
    color: #3a3a3a;
}
@media (max-width: 1200px) {
    .table-01 thead tr td:nth-child(3),
    .table-01 tbody tr td:nth-child(3),
    .table-01 thead tr th:nth-child(3),
    .table-01 tbody tr th:nth-child(3) {
        width: 21%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .table-01 thead tr td,
    .table-01 tbody tr td,
    .table-01 thead tr th,
    .table-01 tbody tr th {
        font-size: 14px;
        line-height: 19px;
    }
    .table-01 thead tr td:nth-child(1),
    .table-01 tbody tr td:nth-child(1),
    .table-01 thead tr th:nth-child(1),
    .table-01 tbody tr th:nth-child(1) {
        width: 45%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .table-01 thead tr td:nth-child(2),
    .table-01 tbody tr td:nth-child(2),
    .table-01 thead tr th:nth-child(2),
    .table-01 tbody tr th:nth-child(2) {
        width: 30%;
    }
    .table-01 thead tr td:nth-child(3),
    .table-01 tbody tr td:nth-child(3),
    .table-01 thead tr th:nth-child(3),
    .table-01 tbody tr th:nth-child(3) {
        width: 25%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .table-01 thead tr td:nth-child(1),
    .table-01 tbody tr td:nth-child(1),
    .table-01 thead tr th:nth-child(1),
    .table-01 tbody tr th:nth-child(1) {
        width: 38%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .table-01 thead tr td:nth-child(2),
    .table-01 tbody tr td:nth-child(2),
    .table-01 thead tr th:nth-child(2),
    .table-01 tbody tr th:nth-child(2) {
        width: 23%;
    }
    .table-01 thead tr td:nth-child(3),
    .table-01 tbody tr td:nth-child(3),
    .table-01 thead tr th:nth-child(3),
    .table-01 tbody tr th:nth-child(3) {
        width: 34%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.text-icon-sm {
    display: block;
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05) !important;
    padding: 0 15px 43px;
    text-decoration: none;
    max-width: 400px;
}
.text-icon-sm .title {
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 27px;
}
.text-icon-sm .icon-wrapper>span i {
    font-size: 34px;
}
.text-icon-sm .title {
    margin-top: 25px;
    padding-bottom: 15px;
}
.text-icon-sm p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    max-width: 233px;
}
@media (max-width: 991px) {
    .text-icon-sm .title {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .text-icon-sm .title {
        font-size: 22px;
    }
    .text-icon-sm p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media (min-width: 1025px) {
    .content-top-lg {
        margin-top: 25px;
    }
}
.content-top {
    margin-top: 15px;
}
/*
	Block Aside
*/
.block-aside .block-aside__title {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin: 0;
    padding-bottom: 26px;
}
.block-aside.block-aside__wrapper {
    background-color: #ffffff;
    padding: 40px 0 40px 0;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.block-aside.block-aside__wrapper .block-aside__title {
    padding-left: 40px;
    padding-right: 40px;
    margin: -4px 0 0 0;
}
.block-aside.block-aside__wrapper .block-aside__content:not(.no-indent) {
    padding: 0 40px 40px;
}
@media (max-width: 991px) {
    .block-aside.block-aside__wrapper .block-aside__title {
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-aside.block-aside__wrapper .block-aside__content:not(.no-indent) {
        padding: 0 20px 40px;
    }
}
@media (min-width: 992px) {
    .block-aside-wrapper {
        padding-right: 19px;
    }
    .block-aside-wrapper .block-aside:not(:first-child) {
        margin-top: 50px;
    }
}
@media (max-width: 991px) {
    .block-aside-wrapper .block-aside:not(:first-child) {
        margin-top: 40px;
    }
}
.nav-aside ul {
    list-style: none;
    margin: -20px 0 -20px 0;
    padding: 0;
}
.nav-aside ul li {
    padding: 0 10px 0 40px;
    position: relative;
}
.nav-aside ul li a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0 20px 0;
}
.nav-aside ul li a:before {
    content: '';
    width: 0px;
    height: 100%;
    background-color: #fede00;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.2s linear;
}
.nav-aside ul li a .nav-aside__icon {
    font-size: 19px;
    color: #3a3a3a;
    min-width: 42px;
}
.nav-aside ul li a .nav-aside_text {
    color: #5e5e5e;
    flex: 2 1 auto;
}
.nav-aside ul li.current a:before,
.nav-aside ul li a:hover:before {
    width: 5px;
}
.nav-aside ul li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}
.nav-aside ul li.active a:before {
    width: 5px;
}
@media (max-width: 991px) {
    .nav-aside ul li {
        padding: 0 10px 0 30px;
    }
}
/*
	address-info
*/
.address-info .address-info__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.address-info .address-info__item:not(:first-child) {
    margin-top: 12px;
}
.address-info .address-info__icon {
    color: #fede00;
    font-size: 20px;
    min-width: 24px;
    width: 24px;
    position: relative;
    top: 1px;
}
.address-info .address-info__icon+.address-info__content {
    margin-left: 14px;
}
.address-info .address-info__content address {
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    margin: 0;
}
.address-info .address-info__content address strong {
    display: block;
    padding-bottom: 3px;
}
.address-info .address-info__content address a {
    text-decoration: none;
    color: #5e5e5e;
    transition: color 0.2s linear;
}
.address-info .address-info__content address a:hover {
    color: #fede00;
}
/* / */
/*
	Form Default
*/
.form-default {
    margin: 0;
    /* placeholder */
}
.form-default .form-control {
    background: #f7f7f7;
    color: #8d8d8d;
    font-size: 16px;
    line-height: 25px;
    border: none;
    padding: 13px 12px 12px 18px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0;
    transition: all 0.2;
    box-shadow: none;
}
.form-default .form-control:not(textarea) {
    height: 50px;
}
.form-default input.form-control,
.form-default textarea.form-control {
    -webkit-appearance: none;
}
.form-default textarea.form-control {
    padding-top: 8px;
}
.form-default select.form-control {
    padding: 10px 12px 11px 15px;
    cursor: pointer;
    color: #8d8d8d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-default select.form-control:not([size]):not([multiple]) {
    height: auto;
}
.form-default .form-control:focus {
    background: #f7f7f7;
}
.form-default .select-wrapper select {
    background: #f7f7f7;
    color: #8d8d8d;
    border: none;
    box-shadow: none;
}
.form-default .select-wrapper:before {
    width: 44px;
    height: 50px;
    color: #444444;
    background: transparent;
}
.form-default .form-group {
    margin-bottom: 10px;
}
.form-default ::-webkit-input-placeholder {
    color: #8d8d8d;
}
.form-default ::-moz-placeholder {
    color: #8d8d8d;
}
.form-default :-moz-placeholder {
    color: #8d8d8d;
}
.form-default :-ms-input-placeholder {
    color: #8d8d8d;
}
.form-default ::-moz-placeholder,
.form-default :-moz-placeholder {
    opacity: 1;
}
.form-default input:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-default input:focus:-moz-placeholder {
    color: transparent;
}
.form-default input:focus::-moz-placeholder {
    color: transparent;
}
.form-default input:focus:-ms-input-placeholder {
    color: transparent;
}
.form-default textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-default textarea:focus:-moz-placeholder {
    color: transparent;
}
.form-default textarea:focus::-moz-placeholder {
    color: transparent;
}
.form-default textarea:focus:-ms-input-placeholder {
    color: transparent;
}
@media (max-width: 575px) {
    .form-default .form-control {
        font-size: 14px;
        line-height: 25px;
        padding: 13px 12px 12px 18px;
    }
    .form-default .form-control:not(textarea) {
        height: 44px;
    }
}
/*
	Blog
*/
.blog-post {
    border-bottom: 1px solid #ededed;
}
.blog-post .post-image {
    margin-bottom: 25px;
}
.blog-post .post-image .post-link {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    display: inline-block;
}
.blog-post .post-image .post-link .icon {
    width: 77px;
    height: 77px;
    background-color: #fede00;
    display: inline-block;
    border-radius: 50%;
}
.blog-post .post-image .post-link .icon * {
    width: 32px;
    height: auto;
    fill: #ffffff;
    position: relative;
    top: 22px;
}
.blog-post .post-image .post-link .post-link__text {
    display: block;
    margin-top: 23px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
@media (max-width: 575px) {
    .blog-post .post-image .post-link .icon {
        width: 68px;
        height: 68px;
    }
    .blog-post .post-image .post-link .icon * {
        width: 26px;
    }
    .blog-post .post-image .post-link .post-link__text {
        font-size: 18px;
        margin-top: 15px;
    }
}
.blog-post .post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 17px;
}
.blog-post .post-meta li {
    color: #878787;
    font-size: 15px;
}
.blog-post .post-meta li span {
    color: #3a3a3a;
}
.blog-post .post-meta li.author {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.blog-post .post-meta li.author .author__img {
    border-radius: 50%;
    overflow: hidden;
    width: 40px;
}
.blog-post .post-meta li.author .author__img img {
    width: 100%;
    height: auto;
}
.blog-post .post-meta li.author .author__img+.author__text {
    margin-left: 10px;
}
.blog-post .post-meta li.author .author__text {
    font-size: 15px;
    line-height: 25px;
    color: #fede00;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.blog-post .post-title {
    font-size: 27px;
    line-height: 37px;
    color: #3a3a3a;
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    max-width: inherit;
}
.blog-post .post-title a {
    color: #3a3a3a;
    text-decoration: none;
}
.blog-post .post-title a:hover {
    color: #3a3a3a;
}
.blog-post .post-teaser {
    margin-bottom: 27px;
}
@media (min-width: 768px) {
    .blog-post {
        padding: 0 0 60px 0;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .blog-post {
        padding: 0 0 40px 0;
        margin-bottom: 40px;
    }
    .blog-post .post-title {
        font-size: 22px;
        line-height: 32px;
    }
}
.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
    vertical-align: inherit;
}
.link-video-post {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    text-decoration: none;
    top: 0;
}
.link-video-post .icon {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 99px;
    height: 99px;
    line-height: 1;
    font-size: 35px;
    background-color: #fede00;
    color: #ffffff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}
.link-video-post .icon:before {
    position: relative;
    top: 32px;
}
@media (max-width: 575px) {
    .link-video-post .icon {
        width: 68px;
        height: 68px;
        font-size: 27px;
    }
    .link-video-post .icon:before {
        top: 22px;
        margin-left: 3px;
    }
}
.column-wrapper-right .side-block {
    margin-bottom: 30px;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.column-wrapper-right .side-block h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.column-wrapper-right .side-block .form-group:first-child:last-child {
    margin-bottom: 0 !important;
}
.column-wrapper-right .side-block .category-list {
    margin-top: 0;
}
@media (min-width: 991px) {
    .column-wrapper-right .side-block {
        padding: 35px 40px;
    }
}
@media (max-width: 990px) {
    .column-wrapper-right .side-block {
        padding: 20px;
    }
}
.column-wrapper-right {
    max-width: 400px;
}
@media (min-width: 992px) {
    .column-wrapper-right {
        padding-left: 19px;
    }
}
@media (max-width: 991px) {
    .column-wrapper-right {
        padding-bottom: 30px;
    }
}
@media (max-width: 575px) {
    .column-wrapper-right {
        padding-bottom: 20px;
    }
}
.side-search .form-group {
    position: relative;
}
.side-search .form-group .btn-custom {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 6px 5px 5px;
}
.side-search .form-group .btn-custom .icon {
    color: #3a3a3a;
    transition: color 0.2s linear;
}
.side-search .form-group .btn-custom:hover .icon {
    color: #fede00;
}
@media (min-width: 576px) {
    .side-post-wrapper .side-post:not(:first-child) {
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .side-post-wrapper .side-post:not(:first-child) {
        margin-top: 20px;
    }
}
.side-post {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.side-post .side-post__img {
    width: 92px;
    min-width: 92px;
}
.side-post .side-post__img img {
    width: 100%;
    height: auto;
}
.side-post .side-post__img+.side-post__content {
    margin-left: 20px;
}
.side-post .side-post__content .side-post__title {
    font-size: 15px;
    line-height: 20px;
    color: #3a3a3a;
    margin: 0;
    padding-bottom: 10px;
    transition: color 0.2s linear;
}
.side-post .side-post__content .side-post__meta {
    color: #878787;
    font-size: 15px;
}
.side-post:hover .side-post__content .side-post__title {
    color: #fede00;
}
/*
	Single post
*/
.blog-post.single {
    padding-bottom: 47px;
    margin-bottom: 60px;
}
.blog-post.single .post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .blog-post.single .post-title {
        font-size: 44px;
        line-height: 50px;
    }
}
@media (max-width: 1199px) {
    .blog-post.single .post-title {
        font-size: 40px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .blog-post.single .post-title {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 767px) {
    .blog-post.single .post-title {
        font-size: 32px;
        line-height: 42px;
    }
}
@media (max-width: 575px) {
    .blog-post.single .post-title {
        font-size: 27px;
        line-height: 37px;
    }
}
.blog-post.single .post-title-sub {
    font-size: 27px;
    line-height: 37px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px 0;
}
.blog-post.single p+.post-title-sub {
    margin-top: 35px;
}
.single-content-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.social-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: relative;
    top: 7px;
}
.social-box .social-box__title {
    font-size: 16px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.social-box .social-box__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.social-box .social-box__list ul li {
    margin: 0 7px;
}
.social-box .social-box__list ul li a {
    font-size: 15px;
    color: #444444;
    transition: color 0.2s linear;
    text-decoration: none;
    padding: 10px 5px;
    display: inline-block;
}
.social-box .social-box__list ul li a:hover {
    color: #fede00;
}
.social-box .social-box__list ul li:last-child {
    margin-right: 0;
}
.social-box .social-box__list ul li:first-child {
    margin-left: 0;
}
.single-nav-post {
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.single-nav-post .btn-next .nav-post__content {
    text-align: right;
}
.nav-post-btn {
    max-width: 315px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.nav-post-btn .btn-prev {
    padding-right: 10px;
}
.nav-post-btn .btn-next {
    padding-left: 10px;
}
.nav-post-btn .nav-post__img {
    width: 91px;
    min-width: 91px;
    overflow: hidden;
}
.nav-post-btn .nav-post__img img {
    width: 100%;
    height: auto;
}
.nav-post-btn .nav-post__content {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.nav-post-btn .nav-post__content .nav-post__title {
    font-weight: 600;
}
.nav-post-btn .nav-post__tag {
    position: relative;
    color: #fede00;
    transition: color 0.2s linear;
    font-size: 15px;
    display: inline-block;
}
.nav-post-btn .nav-post__tag:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 2px;
    width: 0%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    transition: width 0.2s linear;
}
.nav-post-btn:hover .nav-post__tag:before {
    width: 100%;
}
@media (min-width: 768px) {
    .nav-post-btn .nav-post__img+.nav-post__content {
        margin-left: 20px;
    }
    .nav-post-btn .nav-post__content+.nav-post__img {
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .nav-post-btn .nav-post__title,
    .nav-post-btn .nav-post__tag {
        font-size: 14px;
    }
    .nav-post-btn .nav-post__img {
        display: none;
    }
}
@media (max-width: 575px) {
    .nav-post-btn .nav-post__title,
    .nav-post-btn .nav-post__tag {
        font-size: 12px;
    }
}
.social-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: -5px 0 0 0;
    padding: 0;
}
.social-icon li a {
    text-decoration: none;
    padding: 5px;
    display: inline-block;
    color: #444444;
    transition: color 0.2s linear;
}
.social-icon li a:hover {
    color: #fede00;
}
.social-icon li:not(:first-child):not(:last-child) {
    margin-left: 8px;
    margin-right: 8px;
}
.social-icon li:first-child {
    margin-right: 8px;
}
.social-icon li:first-child a {
    padding-left: 0;
}
.social-icon li:last-child {
    margin-left: 8px;
}
.social-icon li:last-child a {
    padding-right: 0;
}
.box-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    border: 3px solid #fede00;
    padding: 40px;
}
.box-info .box-info__img {
    width: 111px;
    min-width: 111px;
    border-radius: 50%;
    overflow: hidden;
}
.box-info .box-info__img img {
    width: 100%;
    height: auto;
}
.box-info .box-info__img+.box-info__content {
    margin-left: 26px;
}
.box-info .box-info__title {
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #3a3a3a;
}
@media (max-width: 767px) {
    .box-info {
        padding: 30px;
    }
    .box-info .box-info__img {
        width: 90px;
        min-width: 90px;
    }
}
@media (max-width: 400px) {
    .box-info {
        flex-wrap: wrap;
    }
    .box-info .box-info__img+.box-info__content {
        margin: 30px 0 0 0;
    }
    .box-info .box-info__content {
        margin: 30px 0 0 0;
    }
}
.comments .comments__title {
    font-size: 22px;
    line-height: 32px;
    color: #444444;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.comments .comment {
    position: relative;
    margin-bottom: 30px;
}
.comments .comment:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
    background-color: #ededed;
}
.comments .comment .comment:before {
    top: 0;
}
.comments .comment .comment {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
}
.comments .comment .comment .text .meta a {
    top: 35px;
}
@media (min-width: 1200px) {
    .comments .comment .comment {
        padding-left: 80px;
    }
}
.comments .comment .userpic {
    height: inherit;
    width: 89px;
}
.comments .comment .userpic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.comments .comment .text p {
    font-style: normal;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 25px;
}
.comments .comment .text .meta {
    padding-bottom: 2px;
}
.comments .comment .text .meta b {
    font-family: 'Poppins', sans-serif;
    color: #fede00;
    font-size: 15px;
    font-weight: 600;
}
.comments .comment .text .meta a {
    font-weight: 500;
    font-size: 16px;
    color: #3a3a3a;
    border: 1px solid #444444;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 4px 15px 2px;
    transition: all 0.2s linear;
}
.comments .comment .text .meta a:hover {
    border-color: #fede00;
    color: #fede00;
}
.comments .comment .text .date {
    margin-bottom: 12px;
}
.comments .comment .text .date i.icon,
.comments .comment .text .date span {
    color: #878787;
    font-size: 15px;
}
.comments .comment.replay {
    margin-left: 0;
}
@media (min-width: 1200px) {
    .comments .comment.replay {
        padding-left: 80px;
    }
}
@media (max-width: 1199px) {
    .comments .comment.replay {
        padding-left: 60px;
    }
    .comments .comment .userpic {
        width: 60px;
    }
}
@media (max-width: 991px) {
    .comments .comment.replay {
        padding-left: 40px;
    }
}
@media (max-width: 575px) {
    .comments .comment .text {
        padding-top: 5px;
    }
    .comments .comment .text .meta a {
        position: relative;
        top: 0px;
        margin-left: 10px;
    }
}
#pageContent .form-group {
    margin-bottom: 30px;
}
@media (max-width: 575px) {
    #pageContent .form-group {
        margin-bottom: 15px;
    }
}
.column-center {
    margin-bottom: 121px;
}
@media (max-width: 991px) {
    .column-center {
        margin-bottom: 60px;
    }
}
/*
	Gallery
*/
.filters-by-category ul {
    margin-top: -20px;
}
.filters-by-category ul li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}
.filters-by-category ul li a {
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
    color: #5e5e5e;
    font-size: 16px;
    padding: 15px 45px;
    text-transform: capitalize;
}
.filters-by-category ul li a:before {
    display: none;
}
.filters-by-category ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 5px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    transition: width 0.2s linear;
}
.filters-by-category ul li a:hover {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.filters-by-category ul li a:hover:after {
    width: 100%;
}
.filters-by-category ul li a.selected {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.filters-by-category ul li a.selected:after {
    width: 100%;
}
@media (max-width: 1199px) {
    .filters-by-category ul li a {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 991px) {
    .filters-by-category ul {
        margin-bottom: 40px;
    }
    .filters-by-category ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .filters-by-category ul {
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .filters-by-category ul li {
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .filters-by-category ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-item .hover .view {
    top: inherit;
    bottom: 0;
    left: 0;
    margin-top: 0;
}
.gallery-item .hover .view:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 113px solid #fede00;
    border-right: 113px solid transparent;
    z-index: 1;
}
.gallery-item .hover .view:after {
    content: '';
    display: block;
    background: url('/wp-content/themes/car-repair-services/images/gall-icon01.webp') 0 0 no-repeat;
    width: 21px;
    height: 21px;
    bottom: 22px;
    left: 22px;
    top: auto;
    position: absolute;
    z-index: 2;
}
@media (max-width: 767px) {
    .gallery-item .hover .view:before {
        border-bottom-width: 90px;
        border-right-width: 90px;
    }
    .gallery-item .hover .view:after {
        width: 17px;
        height: 17px;
        background-size: cover;
        left: 16px;
        bottom: 16px;
    }
}
.gallery.gallery-col-2 .gallery-item {
    width: calc(50% - 20px);
}
@media (max-width: 767px) {
    .gallery.gallery-col-2 .gallery-item {
        width: 100%;
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .gallery.gallery-col-4 .gallery-item {
        width: calc(25% - 30px);
    }
}
@media (max-width: 991px) {
    .gallery.gallery-col-4 .gallery-item {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 575px) {
    .gallery.gallery-col-4 .gallery-item {
        width: calc(50% - 20px);
    }
}
/*
	Comparing Object (*gallery-02.html)
*/
.bg-none {
    background: transparent;
}
.comparing-obj .comparing-obj__title {
    font-size: 22px;
    line-height: 32px;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 23px;
}
@media (max-width: 575px) {
    .comparing-obj .comparing-obj__title {
        font-size: 20px;
        line-height: 30px;
    }
}
.custom-width-gallery {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}
.twentytwenty-handle {
    background-color: #fede00;
}
/*
	(* testimonials.html)
*/
.testimonial-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -50px;
}
.testimonial-wrapper .col-item {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .testimonial-wrapper .col-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}
@media (max-width: 991px) {
    .testimonial-wrapper .col-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .testimonial-wrapper .col-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.testimonial-wrapper [class^=col] {
    margin-top: 50px;
}
.testimonial-wrapper [class^=col]:nth-child(odd) .testimonial-item {
    background-color: #ffffff;
}
.testimonial-wrapper [class^=col]:nth-child(even) .testimonial-item:after {
    color: #ffffff;
}
.testimonial-wrapper [class^=col]:nth-child(even) .testimonial-item {
    background-color: #f9f9f9;
}
@media (max-width: 767px) {
    .testimonial-wrapper {
        margin-top: -40px;
    }
    .testimonial-wrapper [class^=col] {
        margin-top: 40px;
    }
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    position: relative;
    border: 1px solid #f6f6f6;
    border-radius: 4px;
    padding: 82px 40px 40px 40px;
}
.testimonial-item::after {
    content: "”";
    position: absolute;
    top: 126px;
    left: 20px;
    font-size: 280px;
    line-height: 10px;
    font-weight: 600;
    color: rgb(228, 228, 228);
    font-family: Poppins, sans-serif;
    transform: scale(-1, 1);
}
.testimonial-item .testimonial-item__content {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 25px;
    flex: 2 1 auto;
}
.testimonial-item .testimonial-item__content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    color: #5e5e5e;
}
.testimonial-item .testimonial-item__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-top: 22px;
}
.testimonial-item .testimonial-item__footer .testimonial__img {
    border-radius: 50%;
    overflow: hidden;
    max-width: 63px;
}
.testimonial-item .testimonial-item__footer .testimonial__img img {
    width: 100%;
    height: auto;
}
.testimonial-item .testimonial-item__footer .testimonial__img+.testimonial__description {
    margin-left: 20px;
}
.testimonial-item .testimonial-item__footer .testimonial__description {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.testimonial-item .testimonial-item__footer .testimonial__description span {
    color: #878787;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
@media (max-width: 2000px) {
    .testimonial-item {
        min-height: 384px;
    }
}
@media (max-width: 1199px) {
    .testimonial-item {
        min-height: 441px;
    }
}
@media (max-width: 991px) {
    .testimonial-item {
        min-height: inherit;
    }
}
@media (max-width: 767px) {
    .testimonial-item {
        padding: 82px 20px 40px 20px;
    }
    .testimonial-item:after {
        top: 79px;
        left: 7px;
        font-size: 180px;
    }
}
@media (max-width: 575px) {
    .testimonial-item .testimonial-item__content {
        flex: 0 1 auto;
    }
}
.custom-width-01 {
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
.btn-more-top {
    margin-top: 45px;
}
/*
	Faq Accordion (*faq.html)
*/
.faq-accordion {
    margin-top: 0px;
}
.faq-accordion .faq__item:not(:first-child) {
    margin-top: 10px;
}
.faq-accordion .faq__item .faq__content {
    padding: 20px 0 10px 0;
    font-size: 16px;
    line-height: 25px;
}
.faq-accordion .faq__item:not(.active) .faq__content {
    display: none;
}
.faq-accordion .faq__item.active .faq__title {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.faq-accordion .faq__item.active .faq__title:before {
    width: 5px;
}
.faq-accordion .faq__item.active .faq__title .icon:before {
    content: '-';
}
.faq-accordion .faq__title {
    background-color: #f5f5f5;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 23px 60px 22px 24px;
    cursor: pointer;
}
.faq-accordion .faq__title:before {
    content: '';
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fede00;
}
.faq-accordion .faq__title .icon {
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    color: #3a3a3a;
    top: 0;
    right: 0;
    font-size: 22px;
    font-weight: 500;
}
.faq-accordion .faq__title .icon:before {
    content: '+';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 0;
    width: 40px;
    height: 100%;
    font-size: 22px;
    color: #3a3a3a;
}
@media (max-width: 767px) {
    .faq-accordion .faq__title {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        padding: 19px 55px 18px 24px;
    }
    .faq-accordion .faq__title .icon:before {
        width: 36px;
        font-size: 20px;
    }
    .faq-accordion .faq__item .faq__content {
        font-size: 15px;
        line-height: 21px;
    }
}
@media (max-width: 575px) {
    .faq-accordion .faq__title {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
        padding: 12px 50px 11px 19px;
    }
    .faq-accordion .faq__title .icon:before {
        width: 30px;
        font-size: 18px;
    }
    .faq-accordion .faq__item .faq__content {
        font-size: 14px;
        line-height: 19px;
    }
}
/*
	Listing (*shop.html)
*/
.filters-row {
    border-top: none;
    padding: 0 0 54px 0;
    font-size: 16px;
    color: #5e5e5e;
}
.filters-row .form-inline select {
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    width: 227px;
    font-family: 'Roboto', sans-serif;
}
.filters-row .form-inline .select-wrapper:before {
    top: 8px;
    font-size: 16px;
    color: #a4a4a4;
}
.filters-row .filters-row-left {
    margin-top: 14px;
}
@media (max-width: 575px) {
    .filters-row>* {
        float: inherit;
        text-align: left;
    }
    .filters-row>*:not(:first-child) {
        margin-top: 7px;
    }
    .filters-row .filters-row-left {
        margin-top: 0px;
    }
}
.prd-info h3 {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: normal;
}
.prd-info h3 a {
    color: #5e5e5e;
    text-decoration: none;
    transition: color 0.2s linear;
}
.prd-info h3 a:hover {
    color: #fede00;
    text-decoration: none;
}
.prd-info .rating {
    margin-top: 2px;
    margin-bottom: -4px;
}
.prd-info .price {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    margin-top: 10px;
}
.woocommerce div.prd {
    margin: 14px 15px;
}
.prd.slick-slide {
    margin-top: 0;
    margin-bottom: 0;
}
/*
      side-block
  */
.column-filters-inside {
    border: none;
    margin-top: -7px;
    max-width: 350px;
}
.column-filters-inside .side-block h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.column-filters-inside .side-block h3+.tags-list,
.column-filters-inside .side-block h3+.category-list {
    margin-top: 0;
}
.column-filters-inside .side-block {
    background: transparent;
    box-shadow: none;
}
.column-filters .side-block {
    border: none;
    box-shadow: none;
    padding: 0;
}
.column-filters .side-block h3 {
    margin-bottom: 13px;
}
.column-filters .side-block+.side-block {
    margin-top: 70px;
}
.column-filters .side-block .range {
    margin-top: 25px;
}
@media (max-width: 991px) {
    .column-filters {
        margin-bottom: 49px;
    }
}
@media (max-width: 575px) {
    .column-filters {
        margin-bottom: 39px;
    }
}
.noUi-target {
    margin-bottom: 33px;
}
.range__col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.range__col .btn+* {
    margin-left: 17px;
}
.column-filters .side-block+.side-block {
    margin-top: 48px;
}
ul.category-list li:last-child {
    padding-bottom: 0;
}
.column-filters .side-block .prd-sm .prd-sm-img {
    width: 106px;
    min-width: 106px;
}
.column-filters .side-block .prd-sm .prd-sm-info {
    padding: 0 0 0 20px;
}
.column-filters .side-block .prd-sm h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.column-filters .side-block .prd-sm h3 a {
    color: #5e5e5e;
}
.column-filters .side-block .prd-sm .price {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
/*
	Product Single
*/
.prd-grid.prd-carousel {
    margin-top: 0;
}
@media (max-width: 479px) {
    .prd-grid:not(.prd-carousel) .prd {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.nav-tabs {
    border: none;
    margin-top: -20px;
    margin-left: -20px;
}
.nav-tabs>li {
    margin: 20px 0 0 20px;
}
.nav-tabs>li>a {
    background-color: #f5f5f5;
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    padding: 19px 44px;
    text-transform: capitalize;
}
.nav-tabs>li.active a {
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    color: #3a3a3a !important;
}
@media (max-width: 479px) {
    .nav-tabs {
        margin-left: 0;
    }
    .nav-tabs>li {
        margin-left: 0;
    }
}
.tab-content {
    font-size: 16px;
    line-height: 25px;
}
.tab-content .tab-pane {
    padding-top: 55px;
    padding-bottom: 0;
}
.tab-content .tab-pane h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    padding: 0 0 25px 0;
}
@media (max-width: 1024px) {
    .tab-content .tab-pane {
        padding-top: 40px;
    }
}
@media (max-width: 479px) {
    .tab-content .tab-pane {
        padding-top: 34px;
    }
}
.product-block-mainimage {
    float: inherit;
    width: 100%;
}
.product-previews {
    float: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: inherit;
    margin-left: -10px;
}
.product-previews .js-more-hidden {
    display: none;
}
.product-previews img {
    height: auto;
}
.product-previews-item {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    height: 100%;
    position: relative;
}
@media (min-width: 421px) {
    .product-previews-item {
        width: calc(25% - 10px);
    }
}
@media (max-width: 420px) {
    .product-previews-item {
        width: calc(50% - 10px);
    }
}
.product-previews-text {
    border: 1px solid #545454;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}
.product-previews-text:hover {
    border-color: #fede00;
    color: #fede00;
}
.product-block-title {
    color: #3a3a3a;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
@media (min-width: 1200px) {
    .product-block-title {
        font-size: 44px;
        line-height: 50px;
    }
}
@media (max-width: 1199px) {
    .product-block-title {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (max-width: 991px) {
    .product-block-title {
        font-size: 28px;
        line-height: 35px;
    }
    .product-block-title br {
        display: none;
    }
}
@media (max-width: 575px) {
    .product-block-title {
        font-size: 24px;
        line-height: 31px;
    }
}
.product-block-info>*:not(:first-child):not(span) {
    margin-top: 25px;
}
.product-block-price {
    color: #3a3a3a;
    font-size: 29px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
@media (min-width: 1200px) {
    .product-block-gallery {
        padding-right: 55px;
    }
}
@media (max-width: 1199px) {
    .product-block-gallery {
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .product-block-gallery {
        padding-right: 0px;
    }
}
.product-block-info .count-input {
    background-color: #f7f7f7;
    border: none;
    color: #8d8d8d;
    font-family: 'Roboto', sans-serif;
    height: 64px;
}
.product-block-info .qty-count {
    border-radius: 0;
    height: 64px;
}
.product-block-info .count-add,
.product-block-info .count-reduce {
    background-color: #f7f7f7;
    color: #8d8d8d;
    height: 64px;
    line-height: 64px;
}
@media (max-width: 575px) {
    .product-block-info .count-input,
    .product-block-info .qty-count,
    .product-block-info .count-add,
    .product-block-info .count-reduce {
        height: 48px;
    }
    .product-block-info .count-add,
    .product-block-info .count-reduce {
        line-height: 48px;
    }
    .product-block-info .qty-count {
        margin-right: 15px;
    }
}
.marker-list-arrow li {
    font-size: 16px;
}
.marker-list-arrow li:after {
    content: '\e91d';
    font-size: 12px;
}
.no-marker>li,
.marker-list-arrow>li {
    margin-bottom: 14px;
    padding-left: 30px;
}
.product-block-description {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
    padding: 25px 0;
}
.box-wrapper {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
    .box-wrapper {
        padding: 50px 30px 48px 47px;
    }
}
@media (max-width: 767px) {
    .box-wrapper {
        padding: 30px;
    }
}
/*
      Contact.html
  */
@media (min-width: 849px) {
    .info02-wrapper {
        margin-top: -48px;
    }
    .info02-wrapper .info02 {
        margin-top: 48px;
    }
}
@media (max-width: 848px) {
    .info02-wrapper {
        margin-top: -30px;
    }
    .info02-wrapper .info02 {
        margin-top: 30px;
    }
}
.info02 {
    text-align: center;
}
.info02 .info02__icon {
    color: #fede00;
    font-size: 24px;
}
.info02 .info02__title {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #3a3a3a;
    margin: 20px 0 0 0;
    padding: 0;
}
.info02 address {
    color: #5f5f5f;
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 0 0;
    padding: 0;
}
@media (max-width: 848px) {
    .info02 .info02__icon {
        font-size: 22px;
    }
    .info02 .info02__title {
        font-size: 20px;
        margin-top: 10px;
    }
}
.single_add_to_cart_button i {
    color: #000 !important;
}
.single_add_to_cart_button:hover i {
    color: #fff !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
    color: #fede00;
}
.flex-control-nav.flex-control-thumbs>li {
    display: inline-block;
    margin-right: 5px;
}
/* page-header-2 */
header.page-header-2 .logo {
    max-width: 184px;
}
@media (max-width: 1199px) {
    header.page-header-2 .logo {
        max-width: 160px;
    }
}
@media (max-width: 991px) {
    header.page-header-2 .logo {
        max-width: 137px;
        position: relative;
        top: 5px;
        margin-bottom: 6px;
    }
}
@media (max-width: 575px) {
    header.page-header-2 .logo {
        max-width: 100px;
    }
}
@media (min-width: 992px) {
    header.page-header-2 .logo {
        margin-top: 4px;
        margin-bottom: 3px;
    }
}
header.page-header-2 .header-topline {
    background-color: #3b3b3b;
    color: #a9a9a9;
    font-size: 16px;
}
header.page-header-2 .header-topline [class*='icon'] {
    color: #ffffff;
}
header.page-header-2 .navbar-toggle {
    font-size: 19px;
}
@media (min-width: 992px) {
    header.page-header-2 .navbar-nav .dropdown-menu {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    }
    header.page-header-2 .navbar-nav .dropdown-menu:after {
        left: 23px;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li>a:hover,
    header.page-header-2 .navbar-nav .dropdown-menu li>a:focus {
        background-color: transparent !important;
        color: #fede00;
    }
}
@media (max-width: 1024px) {
    header.page-header-2 .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
header.page-header-2 a.appointment {
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
header.page-header-2 a.appointment .icon {
    font-size: 21px;
}
header.page-header-2 .header-phone {
    font-weight: normal;
}
@media (min-width: 992px) {
    header.page-header-2 .header-topline [class*="icon"] {
        font-size: 15px;
        top: 0;
    }
    header.page-header-2 .header-topline .row-flex {
        display: block;
        margin-top: -10px;
        padding: 12px 0 10px 0;
    }
    header.page-header-2 .header-topline .row-flex>* {
        display: inline-block;
        margin-top: 10px;
    }
    header.page-header-2 .header-topline .row-flex>*:not(:last-child) {
        margin-right: 3.7%;
    }
    header.page-header-2 .header-topline .col-center {
        text-align: left;
        -webkit-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
    header.page-header-2 .header-topline [class*='icon'] {
        padding-right: 12px;
    }
    header.page-header-2 .header-topline .col-right {
        margin-left: inherit;
    }
}
@media (max-width: 1399px) {
    header.page-header-2 .header-topline .hidden-md {
        display: none;
    }
}
@media (max-width: 1199px) {
    header.page-header-2 .header-topline [class*='icon'] {
        padding-right: 7px;
    }
    header.page-header-2 .header-topline .row-flex>*:not(:last-child) {
        margin-right: 2.2%;
    }
}
@media (min-width: 992px) {
    header.page-header-2 .navbar-nav>li>a {
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
    }
}
@media (min-width: 992px) {
    header.page-header-2 .navbar-nav .dropdown-menu {
        margin-left: 15px;
        left: 0;
        width: 255px;
    }
    header.page-header-2 .navbar-nav .dropdown-menu li>a {
        font-size: 15px;
        font-weight: 600;
        padding: 15px 25px;
    }
    header.page-header-2 .navbar-nav>li>a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    header.page-header-2 .navbar-nav>li>a:after {
        bottom: 6px;
    }
    header.page-header-2 .navbar-nav>li.current-menu-item>a:after,
    header.page-header-2 .navbar-nav>li:hover>a:after {
        bottom: 6px;
    }
}
header.page-header-2 .header-info-mobile {
    background-color: #2d2d2d;
    color: #d4d4d4;
}
header.page-header-2 .header-info-mobile a {
    color: #d4d4d4;
}
header.page-header-2 .header-info-mobile p>[class*='icon-'] {
    color: #ffffff;
    font-size: 15px;
}
@media (max-width: 991px) {
    header.page-header-2 a.appointment {
        height: 35px;
        font-size: 15px;
        padding: 8px 20px 7px 10px;
    }
    header.page-header-2 a.appointment .icon {
        font-size: 17px;
        top: 2px;
        margin-right: 5px;
    }
    header.page-header-2 a.appointment:after {
        border-width: 35px 18px 0 18px;
    }
    header.page-header-2 .header-topline {
        min-height: 35px;
        max-height: 35px;
    }
    header.page-header-2 .header-info-toggle [class*='icon-'] {
        top: -1px;
    }
    header.page-header-2 .header-row-right {
        position: relative;
        top: 2px;
    }
}
@media (max-width: 575px) {
    header.page-header-2 a.appointment {
        font-size: 14px;
    }
    header.page-header-2 a.appointment .icon {
        display: none;
    }
    header.page-header-2 a.appointment:after {
        border-width: 39px 18px 0 18px;
        top: -4px;
    }
    header.page-header-2 .logo {
        top: 1px;
        margin-bottom: 0px;
    }
    header.page-header-2 .header-info-mobile p>[class*='icon-'] {
        font-size: 14px;
    }
}
/*
	Infex Layout 02
*/
.services-tabs .services-tab-info {
    background-color: rgba(69, 69, 69, 0.7);
    color: #d4d4d4;
}
.services-tabs .services-tabs-nav>li {
    padding-left: 0px;
    padding-right: 0px;
    transition: all 0.3s ease 0s;
}
.services-tabs .services-tabs-nav>li a {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
}
.services-tabs .services-tabs-nav>li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0%;
    margin: auto;
    bottom: 0px;
    height: 4px;
    z-index: 2;
    background-color: #fede00;
    transition: all 0.3s ease 0s;
}
.services-tabs .services-tabs-nav>li a [class*='icon'] {
    color: #4d4d4d;
    font-size: 36px;
}
.services-tabs .services-tabs-nav>li a [class*='icon']:not(:last-child) {
    margin-bottom: 12px;
}
.services-tabs .services-tabs-nav>li a span {
    font-weight: 600;
}
.services-tabs .services-tabs-nav>li a:hover:before {
    width: 100%;
}
.services-tabs .services-tabs-nav>li a:hover [class*='icon'] {
    color: #4d4d4d;
}
.services-tabs .services-tabs-nav>li a:hover {
    background-color: #fbfbfb;
}
.services-tabs .services-tabs-nav>li.active {
    border-color: #e7e7e7 #e7e7e7 transparent #e7e7e7 !important;
}
.services-tabs .services-tabs-nav>li.active [class*='icon'] {
    color: #4d4d4d;
}
.services-tabs .services-tabs-nav>li.active a:before {
    width: 100%;
}
.services-tabs .services-tabs-nav>li.active>a,
.services-tabs .services-tabs-nav>li>a:hover {
    background-color: #fbfbfb;
    color: #3a3a3a !important;
}
.services-tabs .services-tabs-content {
    background-color: #616161;
    position: relative;
    padding: 66px 0;
}
.services-tabs .services-tab-info {
    top: 24px;
    left: 30px;
}
.services-tabs .services-tab-info:after {
    color: #ffffff;
}
.services-tabs .services-tab-info p {
    font-size: 16px;
    line-height: 25px;
}
.services-tabs .services-tabs-caption {
    font-size: 180px;
    color: #6c6c6c;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
}
.services-tabs .services-tabs-icons>span {
    transition: all 0.3s ease 0s;
}
.services-tabs .services-tabs-icons>span.active {
    color: #ffffff;
}
.services-tabs .services-tabs-content {
    overflow: inherit;
}
.services-tabs .services-tabs-modal {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    justify-content: left;
    align-content: center;
    align-items: center;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
@media (max-width: 575px) {
    .services-tabs .services-tabs-modal {
        padding: 20px;
    }
}
.services-tabs .services-tabs-modal>.container {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
.services-tabs .services-tabs-modal .services-modal {
    display: none;
    transition: opacity 0.3s ease 0s;
    pointer-events: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
}
.services-tabs .services-tabs-modal .services-modal.open {
    display: block;
    pointer-events: auto;
    opacity: 1;
    z-index: 110;
}
.services-tabs .services-tabs-modal .services-modal .services-modal-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.services-tabs .services-modal__close {
    background-color: none;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    border: none;
    background-color: transparent;
    right: 3px;
    font-weight: normal;
    top: 3px;
    font-size: 28px;
    padding: 17px;
    z-index: 3;
    color: #292929;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.services-tabs .services-modal__close:before {
    display: inline-block;
    position: relative;
    content: "\00D7";
    font-family: inherit;
    pointer-events: none;
}
.services-tabs .services-modal__close:hover {
    opacity: 0.5;
}
@media (min-width: 992px) {
    .services-tabs .services-modal-wrapper {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .services-tabs .services-modal-wrapper {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .services-tabs .services-modal-wrapper {
        padding: 30px 25px;
    }
}
.services-tabs .services-modal__title-large {
    font-size: 27px;
    line-height: 37px;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 0 22px 0;
}
@media (max-width: 575px) {
    .services-tabs .services-modal__title-large {
        font-size: 24px;
        line-height: 34px;
    }
}
.services-tabs .services-modal__title-small {
    font-size: 22px;
    line-height: 32px;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0 0 22px 0;
}
@media (min-width: 768px) {
    .services-tabs .btn.btn-top {
        margin-top: 21px;
    }
}
@media (max-width: 767px) {
    .services-tabs .btn.btn-top {
        margin-top: 10px;
    }
}
.services-tabs .services-modal__table table {
    width: 100%;
}
.services-tabs .services-modal__table table tr td {
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
    border: 2px solid #ffffff;
    padding: 13px 10px 13px 22px;
}
.services-tabs .services-modal__table table tr td:first-child {
    color: #5e5e5e;
    width: 62%;
}
.services-tabs .services-modal__table table tr td:last-child {
    color: #3a3a3a;
    width: 38%;
}
.services-tabs .services-modal__table table tr:nth-child(odd) {
    background: #f7f7f7;
}
@media (max-width: 767px) {
    .services-tabs .services-modal__table table tr td {
        font-size: 14px;
        line-height: 19px;
        padding: 8px 10px 8px 15px;
    }
}
.services-tabs .services-tab-button {
    right: 29px;
    bottom: 28px;
}
.services-tabs .services-tab-button>* {
    padding-left: 43px;
    padding-right: 43px;
}
.services-tabs .services-tabs-icons>span {
    line-height: 59px;
}
@media (max-width: 1199px) {
    .services-tabs .services-tabs-caption {
        font-size: 140px;
    }
}
@media (max-width: 1199px) and (min-width: 720px) {
    .services-tabs .services-tabs-nav>li {
        min-width: calc(16.6% - 6.78px);
    }
}
@media (max-width: 992px) {
    .services-tabs .services-tabs-icons>span {
        line-height: 55px;
    }
    .services-tabs .services-tabs-icons>span:nth-child(2) {
        left: 13.8%;
    }
    .services-tabs .services-tabs-content {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .services-tabs .services-tabs-content img {
        min-width: inherit;
    }
    .services-tabs .services-tabs-nav>li a {
        font-size: 13px;
    }
    .services-tabs .services-tabs-nav>li a [class*='icon'] {
        font-size: 28px;
    }
    .services-tabs .services-tabs-nav>li a [class*='icon']:not(:last-child) {
        margin-bottom: 9px;
    }
    .services-tabs .services-tab-info {
        max-width: 328px;
        top: 21px;
        padding: 13px 15px 17px 43px;
    }
    .services-tabs .services-tab-info:after {
        font-size: 18px;
        top: 10px;
        left: 15px;
    }
    .services-tabs .services-tab-info p {
        font-size: 15px;
        line-height: 21px;
    }
    .services-tabs .services-tab-button {
        right: 29px;
        bottom: 20px;
    }
    .services-tabs .services-tab-button>* {
        padding: 12px 25px;
    }
}
@media (max-width: 575px) {
    .services-tabs .services-tabs-icons>span {
        width: 39px;
        height: 39px;
        font-size: 16px;
        line-height: 44px;
    }
    .services-tabs .services-tab-info {
        left: 15px;
        width: inherit;
        right: 15px;
    }
    .services-tabs .services-tab-info p {
        font-size: 14px;
        line-height: 19px;
    }
    .services-tabs .services-tabs-caption {
        font-size: 78px;
    }
    .services-tabs .services-tabs-content {
        padding-top: 20%;
        padding-bottom: 20%;
    }
    .services-tabs .services-tab-button {
        width: 100%;
        left: 0;
        right: 0;
        text-align: center;
    }
}
@media (max-width: 420px) {
    .services-tabs .services-tabs-content {
        padding-top: 32%;
        padding-bottom: 25%;
    }
}
body.js-modal {
    overflow: hidden;
}
body.js-modal #pageContent {
    z-index: 1001;
}
body.js-modal .services-tabs .services-tabs-modal {
    display: flex;
}
html.touch-device body.js-modal {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0;
}
html.touch-device body.js-modal #pageContent {
    z-index: 1001;
}
html.touch-device body:not(.touch-device).modal-open {
    overflow-x: hidden;
}
html.touch-device body.js-modal {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0;
}
html.touch-device .services-tabs .services-tabs-modal .services-modal {
    top: 35px;
    height: 100vh;
}
/* tabs-layout */
.tabs-layout01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}
.tabs-layout01 .tt-col-50.content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .tabs-layout01 .tt-col-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .tabs-layout01 .tt-col-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tabs-layout01 .tt-col-50.tt-col-img {
        order: 1;
    }
    .tabs-layout01 .tt-col-50:not(.tt-col-img) {
        order: 2;
    }
}
@media (max-width: 1300px) and (min-width: 768px) {
    .tabs-layout01 .tt-col-img {
        padding-top: 49px;
    }
}
.tabs-layout01 img {
    max-width: 100%;
    height: auto;
}
.tabs-layout01 .btn-add {
    position: relative;
    z-index: 1;
}
@media (min-width: 1301px) {
    .tabs-layout01 .btn-add {
        display: none;
    }
}
@media (min-width: 768px) {
    .tabs-layout01 .btn-top {
        margin-top: 25px;
    }
}
@media (max-width: 1300px) {
    .tabs-layout01 .li-hide:not(.li-hide02) {
        display: none;
    }
}
@media (max-width: 1024px) {
    .tabs-layout01 .li-hide02 {
        display: none;
    }
}
.tabs-layout02 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}
.tabs-layout02 .tt-col-50.content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .tabs-layout02 .tt-col-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .tabs-layout02 .tt-col-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tabs-layout02 .tt-col-50.tt-col-img {
        order: 1;
    }
    .tabs-layout02 .tt-col-50:not(.tt-col-img) {
        order: 2;
    }
}
.tabs-layout02 img {
    max-width: 100%;
    height: auto;
}
.tabs-layout02 .btn-add {
    position: relative;
    z-index: 1;
}
@media (min-width: 1301px) {
    .tabs-layout02 .btn-add {
        display: none;
    }
}
@media (min-width: 768px) {
    .tabs-layout02 .btn-top {
        margin-top: 25px;
    }
}
@media (max-width: 1300px) {
    .tabs-layout02 .li-hide:not(.li-hide02) {
        display: none;
    }
}
@media (max-width: 1024px) {
    .tabs-layout02 .li-hide02 {
        display: none;
    }
}
.img-bg-col+img,
.img-bg-col+.video-block {
    display: none;
}
@media (max-width: 767px) {
    .img-bg-col {
        display: none;
    }
    .img-bg-col+img,
    .img-bg-col+.video-block {
        display: block;
    }
}
.bg-col-1 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-col-2 {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
@media (min-width: 768px) and (max-width: 1024px) {
    html.mac.touch-device .img-bg-col {
        height: 340px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    html.mac.touch-device .img-bg-col.bg-col-2 {
        height: 669px;
    }
}
.tabs-layout01__bg-color {
    background-color: #393939;
    color: #d4d4d4;
}
.tabs-layout01__bg-color .btn-add:hover {
    color: #ffffff;
}
.tabs-layout01__bg-color .block-title .block-title__title {
    color: #ffffff;
}
.tabs-layout01__bg-color .marker-list-sm-1 li {
    color: #ffffff;
}
.tabs-layout01__bg01 {
    background-repeat: no-repeat;
    background-position: right bottom;
}
.tabs-layout01__bg02 {
    background-repeat: no-repeat;
    background-position: center top;
}
.tabs-layout01__box {
    padding: 60px 30px 40px 85px;
    width: 100%;
    text-align: left;
    position: relative;
}
.tabs-layout01__box img {
    max-width: 100%;
    height: auto;
}
.tabs-layout01__box .tabs-layout01__caption {
    position: absolute;
    bottom: 0px;
    left: 27px;
    z-index: 1;
    color: #ffffff;
    opacity: 0.02;
    font-size: 180px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    line-height: 120px;
}
@media (max-width: 1500px) {
    .tabs-layout01__box {
        padding: 40px 30px 40px 60px;
    }
    .tabs-layout01__box .tabs-layout01__caption {
        font-size: 160px;
        left: 0;
        bottom: 0px;
        line-height: 100px;
    }
}
@media (max-width: 1300px) {
    .tabs-layout01__box {
        padding: 40px 30px 40px 30px;
    }
    .tabs-layout01__box .tabs-layout01__caption {
        font-size: 140px;
        left: 0;
        bottom: 38px;
    }
}
@media (max-width: 575px) {
    .tabs-layout01__box {
        padding: 30px 30px;
    }
}
@media (min-width: 1025px) {
    .column-gap-2 {
        column-count: 1;
        column-width: 42%;
        column-gap: 2em;
        -moz-column-count: 1;
        -moz-column-width: 42%;
        -moz-column-gap: 2em;
        -webkit-column-count: 2;
        -webkit-column-width: 42%;
        -webkit-column-gap: 2em;
        position: relative;
        top: 9px;
    }
}
@media (min-width: 1025px) {
    html.ie .column-gap-2 li {
        width: 42%;
        float: left;
    }
}
.icons-tabs .nav-tabs a {
    background-color: transparent;
}
.icons-tabs .nav-tabs a [class*='icon-'] {
    margin-bottom: 20px;
}
.icons-tabs .nav-tabs a span {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-bottom: 8px;
}
.icons-tabs .nav-tabs>li.active a {
    box-shadow: none;
}
@media (min-width: 768px) {
    .icons-tabs .nav-tabs>li:not(:last-child):before {
        content: '';
        display: inline-block;
        position: absolute;
        right: -25px;
        top: 20px;
        width: 1px;
        height: 106px;
        background-color: #eef0f1;
    }
}
.icons-tabs .tab-pane-nomargin .tab-pane {
    padding-top: 0;
}
@media (max-width: 1024px) {
    .icons-tabs .nav-tabs a [class*='icon-'] {
        font-size: 43px;
    }
    .icons-tabs .nav-tabs a span {
        font-size: 16px;
        padding-bottom: 4px;
    }
    .icons-tabs .nav-tabs>li>a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 767px) {
    .icons-tabs .nav-tabs a [class*='icon-'] {
        font-size: 43px;
        margin-bottom: 17px;
    }
    .icons-tabs .nav-tabs a span {
        font-size: 13px;
        padding-bottom: 4px;
    }
    .icons-tabs .nav-tabs>li {
        margin-left: 7px;
        margin-right: 7px;
    }
    .icons-tabs .nav-tabs>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 575px) {
    .icons-tabs .nav-tabs a [class*='icon-'] {
        font-size: 32px;
        margin-bottom: 13px;
    }
    .icons-tabs .nav-tabs a span {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 4px;
    }
    .icons-tabs .nav-tabs>li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .icons-tabs .nav-tabs>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
/* /tabs-layout */
.icons-tabs .tab-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.marker-list-sm-1>li {
    padding-left: 27px;
}
.marker-list-sm-1>li:after {
    font-size: 10px;
}
.tabs-layout02__box {
    padding: 83px 60px;
    position: relative;
}
.tabs-layout02__box .tabs-layout01__caption {
    position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 180px;
    z-index: 1;
    color: #ffffff;
    opacity: 0.02;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
}
@media (max-width: 1500px) {
    .tabs-layout02__box .tabs-layout01__caption {
        font-size: 160px;
        left: 0;
        bottom: 37px;
    }
}
@media (max-width: 1300px) {
    .tabs-layout02__box .tabs-layout01__caption {
        font-size: 140px;
        left: 0;
        bottom: 38px;
    }
}
@media (max-width: 767px) {
    .tabs-layout02__box {
        padding: 70px 50px;
    }
}
@media (max-width: 575px) {
    .tabs-layout02__box {
        padding: 50px 20px;
    }
}
/* box-custom01 */
@media (min-width: 576px) {
    .box-custom01-wrapper {
        margin-top: -53px;
    }
    .box-custom01-wrapper .box-custom01 {
        margin-top: 53px;
    }
}
@media (max-width: 767px) {
    .box-custom01-wrapper {
        margin-top: -25px;
    }
    .box-custom01-wrapper .box-custom01 {
        margin-top: 25px;
    }
}
.box-custom01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
.box-custom01 .box-custom01__icon {
    margin-top: 1px;
}
.box-custom01 .box-custom01__icon .icon {
    color: #fede00;
    font-size: 40px;
}
.box-custom01 .box-custom01__icon+.box-custom01__content {
    margin-left: 30px;
}
.box-custom01 .box-custom01__content {
    max-width: 382px;
}
.box-custom01 .box-custom01__content p {
    font-size: 16px;
    line-height: 25px;
}
.box-custom01 .box-custom01__content p:last-child {
    margin-bottom: 0;
}
.box-custom01 .box-custom01__title {
    font-size: 22px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 14px 0;
    margin: 0;
}
.box-custom01 .box-custom01__title+* {
    margin-top: 0;
}
@media (max-width: 767px) {
    .box-custom01 .box-custom01__icon .icon {
        font-size: 25px;
    }
    .box-custom01 .box-custom01__icon+.box-custom01__content {
        margin-left: 25px;
    }
    .box-custom01 .box-custom01__title {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .box-custom01 .box-custom01__content p {
        font-size: 14px;
        line-height: 22px;
    }
}
/* /box-custom01 */
/* step */
.step .step-inside-number {
    font-size: 140px;
    line-height: 1;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: -11px;
}
@media (max-width: 767px) {
    .step .step-inside-number {
        font-size: 89px;
    }
}
.how-works-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    text-transform: inherit;
    max-width: inherit;
}
@media (max-width: 1024px) {
    .how-works-text {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .how-works-text {
        font-size: 13px;
        line-height: 17px;
    }
}
.how-works-text:not(:first-child) {
    margin-top: 1.53em;
}
@media (max-width: 767px) {
    .how-works-text:not(:first-child) {
        margin-top: 1.1em;
    }
}
.how-works-circle {
    margin-bottom: -7px;
}
@media (max-width: 1024px) {
    .how-works-circle {
        max-width: 157px;
    }
}
@media (max-width: 575px) {
    .how-works-circle {
        margin-bottom: -4px;
    }
}
/* /step */
.box02-wrapper01 {
    background-color: #3b3b3b;
    color: #ffffff;
    padding: 95px 25px 219px;
    overflow: hidden;
}
.box02-wrapper01 #counterBlock {
    margin-top: -50px;
}
.box02-wrapper01 .start-box02 {
    margin-top: 50px;
}
@media (max-width: 991px) {
    .box02-wrapper01 {
        padding: 75px 25px 151px;
    }
}
@media (max-width: 575px) {
    .box02-wrapper01 {
        padding: 75px 25px 50px;
    }
    .box02-wrapper01 .start-box02 {
        margin-top: 25px;
    }
}
.start-box02 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.start-box02 .start-box02__number {
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0 18px 0 0;
}
.start-box02 .start-box02__number .count {
    font-size: 55px;
}
.start-box02 .start-box02__text {
    position: relative;
    padding: 0 0 0 22px;
    border-left: 3px solid #fede00;
    font-size: 20px;
    line-height: 26px;
}
@media (max-width: 1300px) {
    .start-box02 .start-box02__number {
        font-size: 35px;
    }
    .start-box02 .start-box02__number .count {
        font-size: 45px;
    }
    .start-box02 .start-box02__text {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .start-box02 {
        width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
    .start-box02 .start-box02__number {
        color: #fede00;
        min-width: 110px;
        text-align: right;
    }
    .start-box02 .start-box02__text {
        min-width: 150px;
    }
}
@media (max-width: 575px) {
    .start-box02 .start-box02__number {
        font-size: 34px;
    }
    .start-box02 .start-box02__number .count {
        font-size: 44px;
    }
    .start-box02 .start-box02__text {
        font-size: 17px;
        line-height: 23px;
    }
}
/* testimonials02 */
.testimonials02 {
    position: relative;
    z-index: 2;
    margin-top: -119px;
}
@media (min-width: 767px) {
    .testimonials02 .slick-track {
        display: flex;
    }
    .testimonials02 .slick-track .slick-slide {
        display: flex;
        height: auto;
    }
}
.testimonials02 .item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.testimonials02 .item .item__img {
    flex: 0 0 65.8%;
    max-width: 65.8%;
}
.testimonials02 .item .item__img img {
    max-width: 100%;
    height: auto;
}
.testimonials02 .item .item__content {
    margin-top: 119px;
    padding: 60px 0 110px 81px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    height: 100%;
    margin-left: -200px;
}
.testimonials02 .item .item__icon {
    position: absolute;
    top: 50px;
    left: -35px;
    display: inline-block;
    width: 70px;
    height: 70px;
    font-size: 80px;
    text-align: center;
    background-color: #616161;
    border-radius: 50%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.testimonials02 .item .item__icon:before {
    content: "“";
    display: inline-block;
    position: absolute;
    top: 50px;
    width: 70px;
    left: 0;
    text-align: center;
}
.testimonials02 .item .item__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #3a3a3a;
    font-size: 44px;
    line-height: 50px;
    margin: 0;
    padding: 0 0 32px 0;
}
.testimonials02 .item .item__rating {
    color: #616161;
    font-size: 9px;
    margin-left: -3px;
    margin-top: -3px;
    padding-bottom: 16px;
}
.testimonials02 .item .item__rating>* {
    margin-left: 3px;
    margin-top: 3px;
}
.testimonials02 .item .item__description {
    font-size: 19px;
    line-height: 26px;
}
.testimonials02 .item .item__description p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 20px;
}
.testimonials02 .item .item__description .item__meta {
    font-size: 14px;
}
.testimonials02 .item .item__description .item__meta span {
    font-size: 19px;
}
@media (max-width: 1024px) {
    .testimonials02 {
        margin-top: -76px;
    }
    .testimonials02 .item .item__icon {
        display: none;
    }
    .testimonials02 .item .item__title {
        font-size: 40px;
        padding: 0 0 16px 0;
    }
    .testimonials02 .item .item__rating {
        padding-bottom: 13px;
    }
    .testimonials02 .item .item__content {
        margin-top: 76px;
        padding: 30px 0 80px 40px;
    }
    .testimonials02 .item .item__description {
        font-size: 18px;
        line-height: 25px;
    }
    .testimonials02 .item .item__description p {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .testimonials02 {
        margin-bottom: 0;
    }
    .testimonials02 .item .item__title {
        font-size: 37px;
        padding: 0 0 16px 0;
    }
    .testimonials02 .item .item__content {
        padding: 30px 30px 0px 40px;
    }
}
@media (max-width: 575px) {
    .testimonials02 {
        margin-top: 0px;
    }
    .testimonials02 .item {
        flex-wrap: wrap;
    }
    .testimonials02 .item .item__img {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .testimonials02 .item .item__icon {
        display: block;
        top: -25px;
        left: 50%;
        margin-left: -25px;
        width: 49px;
        height: 49px;
        font-size: 56px;
    }
    .testimonials02 .item .item__icon:before {
        top: 33px;
        width: 49px;
    }
    .testimonials02 .item .item__title {
        font-size: 33px;
        line-height: 40px;
        padding: 0 0 9px 0;
    }
    .testimonials02 .item .item__content {
        margin-top: 0;
        margin-left: 0;
        padding: 38px 15px 0;
        text-align: center;
    }
    .testimonials02 .item .item__rating {
        padding-bottom: 5px;
    }
    .testimonials02 .item .item__description {
        font-size: 17px;
        line-height: 23px;
    }
    .testimonials02 .item .item__description p {
        font-size: 17px;
        line-height: 23px;
        margin-bottom: 14px;
    }
}
@media (min-width: 766px) and (max-width: 1025px) {
    html.mac .testimonials02 .item .item__content {
        min-height: 450px;
    }
}
@media (max-width: 767px) {
    .no-gutters-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}
.base-color {
    color: #fede00;
}
.position-relative {
    position: relative;
}
@media (min-width: 768px) {
    .testimonials02-extra-left {
        margin-left: -126px;
    }
}
.testimonials02-slick-total {
    width: 50%;
    right: 0;
    padding: 0 0 0 81px;
    position: absolute;
    z-index: 3;
}
.testimonials02-slick-total .item:first-child {
    margin-left: -67px;
    position: relative;
}
@media (max-width: 1024px) {
    .testimonials02-slick-total {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .testimonials02-slick-total {
        display: none;
    }
}
.pt-slick-button {
    margin-top: -62px;
}
.pt-slick-button .slick-arrow {
    background: none;
    width: 30px;
    height: 30px;
    border: none;
    color: #727272;
    font-size: 20px;
    line-height: 20px;
    padding: 3px;
}
.pt-slick-button .slick-arrow:before {
    font-family: 'auto';
}
.pt-slick-button .slick-arrow.pt-slick-prev:before {
    content: "\e91f";
}
.pt-slick-button .slick-arrow.pt-slick-next {
    margin-left: 16px;
}
.pt-slick-button .slick-arrow.pt-slick-next:before {
    content: "\e920";
}
.pt-slick-button .slick-arrow:hover {
    color: #fede00;
}
@media (max-width: 1024px) {
    .pt-slick-button {
        margin-top: -54px;
    }
}
.pt-slick-quantity {
    font-family: 'Poppins', sans-serif;
    color: #ededed;
    font-size: 60px;
    line-height: 18px;
    font-weight: 600;
    text-align: right;
    margin-top: -22px;
    padding-right: 15px;
}
.pt-slick-quantity .account-number {
    font-size: 120px;
    bottom: -10px;
    position: relative;
}
@media (max-width: 1024px) {
    .pt-slick-quantity {
        font-size: 40px;
    }
    .pt-slick-quantity .account-number {
        font-size: 80px;
    }
}
.block__nomargin {
    margin-bottom: 0 !important;
}
/* promo01 */
.promo01 {
    display: block;
    position: relative;
    overflow: hidden;
    user-select: none;
}
.promo01 .image-box {
    overflow: hidden;
}
.promo01 .image-box img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 1s;
}
.promo01 .pt-description {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.promo01 .pt-description .pt-description-wrapper {
    padding: 45px;
}
.promo01 .pt-description .pt-title {
    font-size: 44px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.promo01 .pt-description .btn {
    margin-top: 36px;
}
.promo01 .pt-description.pt-point-v-t {
    align-items: flex-start;
}
.promo01 .pt-description.pt-point-v-b {
    align-items: flex-end;
}
.promo01 .pt-description.pt-point-h-l {
    justify-content: flex-start;
    align-content: flex-start;
}
.promo01 .pt-description.pt-point-h-r {
    justify-content: flex-end;
    align-content: flex-start;
}
@media (max-width: 1024px) {
    .promo01 .pt-description .pt-description-wrapper {
        padding: 35px;
    }
    .promo01 .pt-description .pt-title {
        font-size: 31px;
        line-height: 38px;
    }
    .promo01 .pt-description .btn {
        margin-top: 36px;
    }
}
@media (max-width: 767px) {
    .promo01 .pt-description .pt-description-wrapper {
        padding: 25px;
    }
    .promo01 .pt-description .pt-title {
        font-size: 31px;
        line-height: 38px;
    }
    .promo01 .pt-description .btn {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .promo01 .pt-description .pt-description-wrapper {
        padding: 25px;
    }
    .promo01 .pt-description .pt-title {
        font-size: 22px;
        line-height: 29px;
    }
    .promo01 .pt-description .btn {
        margin-top: 12px;
    }
}
@media (min-width: 1500px) {
    .promo01-layout-right {
        margin-right: -130px;
        padding-left: 50px;
        position: relative;
    }
}
@media (max-width: 520px) {
    .col-custom520 {
        width: 100%;
    }
}
/* banner-service */
.banner-service {
    background-color: #3b3b3b;
}
.banner-service .col-left {
    margin-right: 0.3em;
}
.banner-service .col-left i.icon {
    transform: scale(-1, 1);
}
.banner-service .banner-text-1 {
    font-size: 0.27em;
    line-height: 1.3em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 0.4em;
}
.banner-service .banner-text-2 {
    color: #d4d4d4;
    font-size: 0.16em;
    line-height: 1.5em;
}
.banner-service .banner-text-3 {
    font-size: 0.27em;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
}
.banner-service .banner-text-3 i.icon {
    margin-right: 0.6em;
}
.banner-service .banner-text-4 {
    font-size: 0.16em;
    line-height: 1.6em;
    color: #d4d4d4;
}
@media (max-width: 991px) {
    .banner-service .col-left {
        margin-right: 0;
    }
    .banner-service .col-left i {
        font-size: 0.4em;
    }
    .banner-service .banner-text-1 {
        padding-bottom: 0.05em;
    }
    .banner-service .banner-text-4 {
        display: none;
    }
}
@media (max-width: 767px) {
    .banner-service {
        font-size: 18.5vw;
    }
}
@media (max-width: 479px) {
    .banner-col {
        width: inherit !important;
        margin-top: 0px;
    }
}
/* /newslist */
.custom-bg-4 {
    padding: 101px 0 100px;
}
@media (max-width: 767px) {
    .custom-bg-4 {
        padding: 44px 0 30px;
    }
}
.custom-bg-4 .block-title .block-title__title {
    color: #ffffff;
}
.custom-bg-4 .block-title .block-title__description {
    color: #ffffff;
}
.custom-bg-4 .slick-dots li:not(.slick-active) button {
    background-color: #ffffff;
}
.custom-bg-4 .slick-slider {
    margin-bottom: 0;
}
@media (min-width: 1025px) {
    .custom-bg-4 {
        background-attachment: fixed;
    }
}
@media (max-width: 991px) {
    .custom-bg-4 {
        padding: 60px 0;
    }
}
@media (max-width: 575px) {
    .custom-bg-4 {
        padding: 50px 0;
    }
}
.slick-slide {
    height: inherit !important;
}
.pricing-box02 {
    background-color: #ffffff;
    text-align: center;
    padding: 29px 0 35px;
    margin-left: 15px;
    margin-right: 15px;
    transition: background-color 0.6s ease-in-out 0s;
    height: 100%;
}
.pricing-box02 .pricing-box02__title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: 600;
    color: #3a3a3a;
    transition: all 0.3s ease 0s;
    padding: 0 25px;
}
.pricing-box02 .pricing-box02__price {
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    margin-top: 19px;
}
.pricing-box02 .pricing-box02__price sup {
    font-size: 60%;
}
.pricing-box02 .pricing-box02__img {
    background: url('/wp-content/themes/car-repair-services/images/pricing-box02-bg.webp') center top no-repeat;
    min-height: 163px;
    margin-top: 14px;
}
.pricing-box02 .pricing-box02__description {
    color: #3a3a3a;
    transition: all 0.3s ease 0s;
    margin-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 25px;
}
.pricing-box02 .btn:not([data-action]) {
    margin-top: 29px;
}
@media (min-width: 1025px) {
    .pricing-box02 .btn:not([data-action]) {
        padding-left: 44px;
        padding-right: 44px;
    }
}
.pricing-box02:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #fede00;
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.pricing-box02.slick-center,
.pricing-box02.item-active {
    background-color: #616161;
}
.pricing-box02.slick-center .pricing-box02__title,
.pricing-box02.item-active .pricing-box02__title {
    color: #ffffff;
}
.pricing-box02.slick-center .pricing-box02__price,
.pricing-box02.item-active .pricing-box02__price {
    color: #fede00;
}
.pricing-box02.slick-center .pricing-box02__description,
.pricing-box02.item-active .pricing-box02__description {
    color: #ffffff;
}
.pricing-box02.slick-center:before,
.pricing-box02.item-active:before {
    width: 100%;
}
.pricing-box02.slick-center .btn.btn-border.btn-invert,
.pricing-box02.item-active .btn.btn-border.btn-invert {
    border-color: #ffffff;
    color: #ffffff;
    transition: all 0s 0s ease, background-color 0.4s ease-in-out, color 0.4s ease;
}
.pricing-box02.slick-center .btn.btn-border.btn-invert:hover,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #3a3a3a !important;
}
.pricing-box02.slick-center .btn.btn-border.btn-invert:hover:before,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover:before,
.pricing-box02.slick-center .btn.btn-border.btn-invert:hover:after,
.pricing-box02.item-active .btn.btn-border.btn-invert:hover:after {
    display: none !important;
}
@media (max-width: 1024px) {
    .pricing-box02 .pricing-box02__title {
        font-size: 22px;
        line-height: 27px;
    }
    .pricing-box02 .pricing-box02__price {
        font-size: 40px;
    }
    .pricing-box02 .pricing-box02__description {
        font-size: 15px;
        line-height: 21px;
    }
}
@media (max-width: 767px) {
    .pricing-box02 .pricing-box02__title {
        font-size: 18px;
        line-height: 25px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-box02 .pricing-box02__price {
        font-size: 34px;
    }
    .pricing-box02 .pricing-box02__description {
        font-size: 14px;
        line-height: 19px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pricing-box02 .btn:not([data-action]) {
        margin-top: 22px;
    }
}
/* /page-header-2  */
#pageTitle.page-title-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 203px;
    padding: 0;
    width: 100%;
}
@media (max-width: 575px) {
    .brands-grid+.divider-lg {
        height: 25px;
    }
}
/* mobile menu completion*/
@media (max-width: 991px) {
    header .navbar-nav li:not(.opened) .ecaret {
        width: 100%;
    }
    header .navbar-nav li:not(.opened) .ecaret:after {
        right: 0;
        text-align: right;
        margin-right: 16px;
    }
}
html.mac.touch-device .wrapper-extra-01 {
    overflow: hidden;
    position: relative;
}
html.mac.touch-device .wrapper-extra-01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
}
@media (max-width: 991px) {
    .bg-dark-custom .block.pad-sm {
        padding: 0 !important;
    }
    .bg-dark-custom .block.bg-dark.full-block {
        background: none;
    }
    .bg-dark-custom .tablet-bg {
        background: url('/wp-content/themes/car-repair-services/images/grey-bg-1.webp') repeat 0 0;
        padding: 60px 25px;
    }
}
@media (max-width: 991px) and (max-width: 575px) {
    .bg-dark-custom .tablet-bg {
        padding: 50px 20px;
    }
}
/*
 Mobile menu
*/
.panel-menu,
.mmpanels,
.mmpanels>.mmpanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: inherit;
}
.panel-menu {
    width: 286px;
    background: #262626;
    position: fixed;
    z-index: 9999;
}
.panel-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.panel-menu ul li {
    margin: 0;
    width: 100%;
}
.panel-menu ul li a {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 65px 9px 20px;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    position: relative;
    transition: all 0.3s ease 0s;
}
.panel-menu ul li a:hover {
    color: #fede00;
    background: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close) {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #333;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):after {
    color: #ffffff;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu #mm0.mmpanel a:not(.mm-close):hover:after {
    color: #fede00;
}
.panel-menu #mm0.mmpanel .mm-next-level:after {
    top: 15px;
}
.panel-menu .mmpanel:not(#mm0) a:not(.mm-original-link) {
    font-weight: 400;
}
.panel-menu .mmpanel .mm-original-link .tt-badge {
    top: -1px;
}
.panel-menu .mm-close,
.panel-menu .mm-prev-level,
.panel-menu .mm-original-link {
    display: block;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
}
.panel-menu .mm-close:before,
.panel-menu .mm-prev-level:before,
.panel-menu .mm-next-level:after {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    transition: all 0.3s ease 0s;
    color: #ffffff;
}
.panel-menu .mm-close:hover,
.panel-menu .mm-prev-level:hover,
.panel-menu .mm-next-level:hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu .mm-close:hover:before .mm-prev-level:hover:before,
.panel-menu .mm-next-level:hover:after {
    color: #fede00;
}
.panel-menu li.mm-close-parent .mm-close {
    padding: 18px 16px 7px 29px;
    color: #ffffff;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
}
.panel-menu li.mm-close-parent .mm-close:before {
    content: none;
}
.panel-menu li.mm-close-parent .mm-close:hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu li.mm-close-parent .mm-close:hover:before {
    color: #fede00;
}
.panel-menu .mm-prev-level {
    padding: 14px 16px 15px 29px;
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}
.panel-menu .mm-prev-level:before {
    content: "\e91f";
    padding-right: 10px;
    position: relative;
    top: 0px;
    color: #ffffff;
    display: inline-block;
    font-family: 'auto';
}
.panel-menu .mm-prev-level:hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu .mm-prev-level:hover:before {
    color: #fede00;
}
.panel-menu .mm-next-level {
    color: #ffffff;
    background-color: transparent;
}
.panel-menu .mm-next-level:after {
    content: "\e920";
    padding-left: 10px;
    top: 15px;
    right: 30px;
    position: absolute;
    color: #ffffff;
    font-family: 'auto';
}
.panel-menu .mm-next-level:hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu .mm-next-level:hover:after {
    color: #fede00;
}
.panel-menu .mm-original-link {
    font-weight: 700;
    color: #ffffff;
    background-color: transparent;
}
.panel-menu .mm-original-link:before {
    padding-right: 10px;
    color: #ffffff;
}
.panel-menu .mm-original-link:hover {
    color: #fede00;
    background-color: transparent;
}
.panel-menu .mm-original-link:hover:before {
    color: #fede00;
}
.mm-open {
    overflow: hidden;
}
.mm-open .mm-fullscreen-bg {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
}
.mmitemopen.panel-menu,
.mmitemopen.panel-menu.mm-right {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.panel-menu {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.panel-menu.mm-right,
.mmitemopen.panel-menu.mm-right.mmhide {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mmitemopen.panel-menu.mmhide {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.mmpanel {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.mmpanels {
    overflow: hidden;
}
.mmpanel.mmopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mmpanel.mmsubopened {
    -webkit-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
}
.mmpanels>.mmpanel {
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
}
.mmpanels,
.mmpanels>.mmpanel {
    background: inherit;
    border-color: inherit;
}
.mmpanels>.mmpanel:not(.mmhidden) {
    display: block;
}
.mmpanels>.mmpanel:after {
    content: '';
    display: block;
    height: 20px;
}
.mmhidden,
.mm-nav-btn {
    display: none;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg:focus,
.mm-fullscreen-bg:active,
.mm-fullscreen-bg:hover {
    outline: none;
}
/* newslist */
.newslist .newslist__item {
    display: block;
    text-decoration: none;
    color: #5e5e5e;
    font-size: 16px;
    line-height: 25px;
}
.newslist .newslist__item .newslist__data {
    font-size: 13px;
    line-height: 24px;
}
.newslist .newslist__item .newslist__title {
    font-size: 18px;
    line-height: 24px;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 12px;
    padding-bottom: 13px;
}
.newslist .newslist__item .newslist__title+* {
    margin-top: 0;
}
.newslist .newslist__item:not(:first-child) {
    margin: 24px 0 0 0;
}
.newslist .newslist__item:not(:last-child) {
    border-bottom: 1px solid #eef0f1;
    padding-bottom: 24px;
}
@media (max-width: 767px) {
    .newslist .newslist__item {
        font-size: 14px;
        line-height: 19px;
    }
    .newslist .newslist__item .newslist__data {
        font-size: 12px;
    }
    .newslist .newslist__item .newslist__title {
        font-size: 14px;
        line-height: 17px;
        margin-top: 4px;
        padding-bottom: 7px;
    }
    .newslist .newslist__item:not(:first-child) {
        margin: 19px 0 0 0;
    }
    .newslist .newslist__item:not(:last-child) {
        padding-bottom: 19px;
    }
}
.block-title+.newslist {
    margin-top: -8px;
}
@media (min-width: 1025px) {
    .block-title+.newslist {
        max-width: 355px;
    }
}
/* /newslist */
.newsbox-caption {
    color: #f7f7f7;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 180px;
    line-height: 1;
    margin-top: -42px;
    margin-left: -10px;
    margin-bottom: -23px;
    white-space: nowrap;
    width: 100%;
}
@media (max-width: 1024px) {
    .newsbox-caption {
        font-size: 150px;
    }
}
@media (max-width: 767px) {
    .newsbox-caption {
        position: absolute;
        font-size: 140px;
    }
}
@media (max-width: 575px) {
    .newsbox-caption {
        font-size: 100px;
        text-align: center;
        margin-top: -20px;
    }
}
@media (max-width: 575px) {
    .tt-col-575 {
        width: 100%;
    }
}
@media (min-width: 576px) {
    .hidden-575 {
        display: none;
    }
}
@media (max-width: 767px) {
    .hide767 {
        display: none;
    }
}
.show767 {
    display: none;
}
@media (max-width: 767px) {
    .show767 {
        display: block;
    }
}
@media (max-width: 575px) {
    .custom-news-layout .block-title.text-left {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .js-newsbox {
        margin-bottom: -15px;
    }
}
.newslist {
    margin-bottom: -7px;
}
/* newslist */
.newsbox .newsbox__img img {
    max-width: 100%;
    height: auto;
}
.newsbox .newsbox-content {
    background-color: #ffffff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
    margin-right: 24px;
    position: relative;
    margin-top: -119px;
    padding: 36px 30px 30px 30px;
}
.newsbox .newsbox__data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 24px;
}
.newsbox .newsbox__data .icon-marker {
    width: 46px;
    height: 3px;
    display: inline-block;
    background-color: #fede00;
    margin-left: 15px;
}
.newsbox .newsbox__title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 12px 0 0 0;
    padding: 0 0 15px 0;
}
.newsbox .newsbox__title a {
    color: #3a3a3a;
    text-decoration: none;
    transition: all 0.1s ease 0s;
}
.newsbox .newsbox__title a:hover {
    color: #fede00;
}
.newsbox .newsbox__link {
    font-size: 14px;
    font-weight: 500;
    color: #5e5e5e;
    text-decoration: none;
    display: inline-block;
    transition: all 0.1s ease 0s;
}
.newsbox .newsbox__link:hover {
    color: #fede00;
}
.newsbox .newsbox-caption {
    font-size: 180px;
    line-height: 18px;
    white-space: nowrap;
    color: #f7f7f7;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
@media (max-width: 575px) {
    .newsbox .newsbox-content {
        padding: 25px;
    }
}
.js-newsbox {
    margin-left: -15px;
    margin-right: -15px;
}
.js-newsbox .newsbox__item {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.js-newsbox .slick-slide {
    padding-bottom: 15px;
}
.page-footer .footer-bottom-right {
    float: right;
}
@media (max-width: 767px) {
    .page-footer .copyright {
        float: none;
    }
    .page-footer .footer-bottom-right {
        float: none;
    }
}
.card01-wrapper .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .page-footer .footer-map {
        display: none;
    }
}
@media (max-width: 991px) {
    .woocommerce-Tabs-panel.entry-content.wc-tab {
        width: 100%;
    }
}
body.layout-2 .btn-color02.btn.btn-border:not(:hover) {
    border-color: #ffffff;
    color: #ffffff;
}
body.layout-2 .btn-color02.btn.btn-border:hover {
    color: #3a3a3a;
    border-color: #ffffff;
}
body.layout-2 .btn-color02.btn.btn-border:before,
body.layout-2 .btn-color02.btn.btn-border:after {
    background: #ffffff !important;
}
.slick-arrow-t-r .slick-prev,
.slick-arrow-t-r .slick-next {
    top: -44px;
    left: auto;
}
.slick-arrow-t-r .slick-next {
    right: 5px;
}
.slick-arrow-t-r .slick-prev {
    right: 55px;
}
#appointmentForm.modal .btn:not([data-action]) {
    padding: 17px 76px;
}
#appointmentForm.modal .notes-custom {
    margin-top: 16px;
}
#appointmentForm.modal p {
    margin-bottom: 12px;
}
.input-type-file {
    position: relative;
    width: 100%;
}
.subtitle+.marker-list-sm {
    margin-top: 0;
}
.select-wrapper.arrow-none:before {
    display: none;
}
.marker-list-sm {
    margin-top: 34px;
}
.marker-list-sm+p {
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .layout-2 .container {
        width: 100%;
    }
}
.testimonial-wrapper.blog-isotope {
    margin-bottom: 0;
}
.schedule_one .section__text-background.text-background__center {
    left: -55px;
    transform: none;
    margin-right: 0;
    width: unset;
    top: 45%;
}
@media (max-width: 1300px) {
    .schedule_one .section__text-background.text-background__center {
        left: auto;
        right: auto;
        margin: 0 auto;
    }
}
.overflow-hidden {
    overflow: hidden;
}
.brands-grid img {
    max-width: 100%;
}
.footer-section03 .social-links ul li a img {
    max-width: 40px;
}
.row.service-single {
    display: flex;
    flex-wrap: wrap;
}
.row.service-single .col-12.col-sm-5.col-md-4 {
    order: 2;
}
.row.service-single .col-12.col-sm-7.col-md-8 {
    order: 1;
}
@media (max-width: 767px) {
    .row.service-single .col-12.col-sm-7.col-md-8 {
        margin-bottom: 50px;
    }
}
.services-block-alt i.icon img {
    max-width: 60px;
    max-height: 60px;
}
.nav-aside ul li a .nav-aside__icon img {
    height: 23px;
    width: 23px;
}
.marker-list-sm-1 ul>li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e93c";
    font-size: 10px;
    color: #fede00;
}
.marker-list-sm-1 ul>li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    margin-top: 0px;
}
ul {
  list-style-type: none !important;
}
/* === /wp-content/themes/car-repair-services-child/style.css === */
 /*
Theme Name:     Car Repair Services Child
Theme URI:     https://smartdata.tonytemplates.com/car-repair-service/
Description:    Child theme for Car Repair Services
Author:         Smartdatasoft Team
Author URI:     https://themeforest.net/user/smartdatasoft
Template:       car-repair-services
Version:        1.0
*/

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */
/* === /wp-content/plugins/elementor/assets/css/frontend.min.css === */
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
/* === /wp-content/plugins/elementor/assets/css/widget-heading.min.css === */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
/* === /wp-content/plugins/elementor/assets/css/widget-icon-list.min.css === */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-start .elementor-icon-list-item,.elementor-widget.elementor-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-align-end .elementor-icon-list-item,.elementor-widget.elementor-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-widescreen-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-laptop-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-tablet-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a{justify-content:start;text-align:start}.elementor-widget.elementor-mobile-align-start .elementor-inline-items{justify-content:start}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a{justify-content:end;text-align:end}.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items{justify-content:end}.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}
/* === /wp-content/plugins/elementor-pro/assets/css/widget-form.min.css === */
/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:flex;flex-wrap:wrap}.e-form__buttons{flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:flex}.e-form__indicators{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;justify-content:space-between;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators__indicator{align-items:center;display:flex;flex-basis:0;flex-direction:column;justify-content:center;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden;position:relative;width:100%}.e-form__indicators__indicator__progress__meter{background-color:var(--e-form-steps-indicator-progress-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);color:var(--e-form-steps-indicator-progress-meter-color);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;text-align:right;transition:width .1s linear;width:var(--e-form-steps-indicator-progress-meter-width,0)}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-inactive object,.e-form__indicators__indicator--state-inactive svg{fill:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-active{border-color:var(--e-form-steps-indicator-active-secondary-color,#fff);color:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active object,.e-form__indicators__indicator--state-active svg{fill:var(--e-form-steps-indicator-active-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{background-color:initial;color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed object,.e-form__indicators__indicator--state-completed svg{fill:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator__icon{align-items:center;border-style:solid;border-width:1px;display:flex;font-size:var(--e-form-steps-indicator-icon-size);height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;overflow:hidden;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator__icon img,.e-form__indicators__indicator__icon object,.e-form__indicators__indicator__icon svg{height:auto;width:var(--e-form-steps-indicator-icon-size)}.e-form__indicators__indicator__icon .e-font-icon-svg{height:1em}.e-form__indicators__indicator__number{align-items:center;border-style:solid;border-width:1px;display:flex;height:var(--e-form-steps-indicator-padding,30px);justify-content:center;margin-bottom:10px;width:var(--e-form-steps-indicator-padding,30px)}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{background-color:#babfc5;height:var(--e-form-steps-divider-width);width:100%}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-field-type-tel input{direction:inherit}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-field-type-recaptcha_v3 .grecaptcha-badge{z-index:1}.elementor-button .elementor-form-spinner{order:3}.elementor-form .elementor-button .elementor-button-content-wrapper{align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal}.elementor-form .elementor-button svg{height:auto}.elementor-form .elementor-button .e-font-icon-svg{height:1em}.elementor-form .elementor-button .elementor-button-content-wrapper{gap:5px}.elementor-form .elementor-button .elementor-button-icon,.elementor-form .elementor-button .elementor-button-text{flex-grow:unset;order:unset}.elementor-select-wrapper .select-caret-down-wrapper{font-size:11px;inset-inline-end:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.elementor-select-wrapper .select-caret-down-wrapper svg{aspect-ratio:unset;display:unset;width:1em;fill:currentColor;overflow:visible}.elementor-select-wrapper .select-caret-down-wrapper i{font-size:19px;line-height:2}.elementor-select-wrapper.remove-before:before{content:""!important}.elementor-message-svg:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDExIj48cGF0aCBmaWxsPSIjMDA4QTIwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1IDguMTUgMS42IDUgLjU1IDYuMDVsNC4yIDQuMiA5LTlMMTIuNy4yeiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");background-position:50%;background-repeat:no-repeat;content:"";height:1em;width:1em}
/* === /wp-content/plugins/elementor/assets/css/widget-image.min.css === */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
/* === /wp-content/plugins/elementor/assets/css/widget-image-box.min.css === */
.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-inline:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}
/* === /wp-content/plugins/elementor/assets/css/widget-icon-box.min.css === */
.elementor-widget-icon-box .elementor-icon-box-wrapper{display:flex;flex-direction:column;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{display:inline-block;flex:0 0 auto;line-height:0}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1;width:100%}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget-icon-box.elementor-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-widescreen-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-widescreen-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-widescreen-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-laptop-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-laptop-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-laptop-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-tablet-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-tablet-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-tablet-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile_extra-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile_extra-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile_extra-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-inline-end .elementor-icon-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-icon-box.elementor-mobile-position-inline-start .elementor-icon-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column;text-align:center}.elementor-widget-icon-box.elementor-mobile-position-block-end .elementor-icon-box-wrapper{align-items:unset!important;flex-direction:column-reverse;text-align:center}}
/* === /wp-content/plugins/elementor/assets/css/widget-spacer.min.css === */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}
/* === /wp-content/plugins/elementor/assets/css/widget-tabs.min.css === */
.elementor-tab-title a{color:inherit}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-shrink:0;width:25%}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-inline-end-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{border-inline-end-style:solid;height:999em;inset-inline-end:0;width:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{inset-block-start:0;transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{inset-block-start:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-block-end-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{border-block-end-style:solid;height:0;inset-block-end:0;width:999em}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{inset-inline-end:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{inset-inline-start:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d5d8dc}.elementor-widget-tabs .elementor-tabs{text-align:start}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{border:solid transparent;font-weight:700;line-height:1;padding:20px 25px;position:relative}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d5d8dc}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{content:"";display:block;position:absolute}.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible{border:1px solid #000}.elementor-widget-tabs .elementor-tab-mobile-title{cursor:pointer;padding:10px}.elementor-widget-tabs .elementor-tab-content{display:none;padding:20px}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid;border-block-end-style:none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-block-end-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{border-style:solid;border-inline-start-style:none;flex-grow:1}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:solid;border-block-start-style:none}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}
/* === /wp-content/plugins/elementor/assets/css/widget-accordion.min.css === */
.elementor-tab-title a{color:inherit}.elementor-accordion{text-align:start}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-block-start:none}.elementor-accordion .elementor-tab-title{cursor:pointer;font-weight:700;line-height:1;margin:0;outline:none;padding:15px 20px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{height:1em;width:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{border-block-start:1px solid #d5d8dc;display:none;padding:15px 20px}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var( --container-widget-flex-grow )}
/* === /wp-content/plugins/elementor/assets/css/widget-counter.min.css === */
.elementor-counter{align-items:stretch;display:flex;flex-direction:column-reverse;justify-content:center}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{display:flex;flex:1;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{flex-grow:var(--counter-prefix-grow,1);text-align:end;white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{flex-grow:var(--counter-suffix-grow,1);text-align:start;white-space:pre-wrap}.elementor-counter .elementor-counter-title{align-items:center;display:flex;flex:1;font-size:19px;font-weight:400;justify-content:center;line-height:2.5;margin:0;padding:0}
/* === /wp-content/plugins/elementor-pro/assets/css/widget-call-to-action.min.css === */
/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-widget-call-to-action .elementor-widget-container,.elementor-widget-call-to-action:not(:has(.elementor-widget-container)){overflow:hidden}.elementor-cta{display:flex;overflow:hidden;position:relative;transition:.5s}.elementor-cta--skin-classic .elementor-cta{flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{min-height:200px;position:relative;width:100%}.elementor-cta--skin-classic .elementor-cta__content{background-color:#f9fafa;transition:all .4s;width:100%}.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{border-color:#3f444b;color:#3f444b;fill:#3f444b}.elementor-cta--skin-classic .elementor-cta__button.elementor-button{border-color:#3f444b;color:#3f444b}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{inset:0;position:absolute;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{border-color:#fff;color:#fff}.elementor-cta--layout-image-above .elementor-cta,.elementor-cta--layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{inset:0;position:absolute;transition:all .4s}.elementor-cta__bg-wrapper{overflow:hidden;z-index:1}.elementor-cta__bg{background-position:50%;background-size:cover;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{align-self:center;background:transparent;border:2px solid #fff;cursor:pointer;margin-inline:auto}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{align-content:center;align-items:center;display:flex;flex-wrap:wrap;overflow:hidden;padding:35px;width:100%;z-index:1}.elementor-cta__content,.elementor-cta__content-item{color:#fff;position:relative;transition:.5s}.elementor-cta__content-item{margin:0;width:100%}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{align-content:flex-start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{align-content:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{align-content:flex-end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:-1){.elementor-cta--widescreen-layout-image-above .elementor-cta,.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--widescreen-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--widescreen-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--widescreen-layout-image-left .elementor-cta,.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--widescreen-layout-image-left .elementor-cta__content,.elementor-cta--widescreen-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--widescreen-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--widescreen-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--laptop-layout-image-above .elementor-cta,.elementor-cta--laptop-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--laptop-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--laptop-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--laptop-layout-image-left .elementor-cta,.elementor-cta--laptop-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--laptop-layout-image-left .elementor-cta__content,.elementor-cta--laptop-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--laptop-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--laptop-layout-image-right .elementor-cta{flex-direction:row-reverse}.elementor-cta--tablet_extra-layout-image-above .elementor-cta,.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet_extra-layout-image-left .elementor-cta,.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--tablet_extra-layout-image-left .elementor-cta__content,.elementor-cta--tablet_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta,.elementor-cta--tablet-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--tablet-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:-1){.elementor-cta--mobile_extra-layout-image-above .elementor-cta,.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile_extra-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile_extra-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile_extra-layout-image-left .elementor-cta,.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--mobile_extra-layout-image-left .elementor-cta__content,.elementor-cta--mobile_extra-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile_extra-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile_extra-layout-image-right .elementor-cta{flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta,.elementor-cta--mobile-layout-image-below .elementor-cta{flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-below .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-above .elementor-cta{flex-direction:column}.elementor-cta--mobile-layout-image-below .elementor-cta{flex-direction:column-reverse}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{min-width:50%;width:auto}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{flex-direction:row-reverse}}.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg,.elementor-bg-transform-zoom-out .elementor-bg{transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg,.elementor-bg-transform-move-right .elementor-bg{transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-down .elementor-bg,.elementor-bg-transform-move-up:hover .elementor-bg{transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{transform:scale(1.2) translateY(8%)}
/* === /wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css === */
.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}
/* === /wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css === */
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal;font-display:swap}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* === /wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css === */
.elementor-element,.elementor-lightbox{--swiper-theme-color:#000;--swiper-navigation-size:44px;--swiper-pagination-bullet-size:6px;--swiper-pagination-bullet-horizontal-gap:6px}.elementor-element .swiper .swiper-slide figure,.elementor-lightbox .swiper .swiper-slide figure{line-height:0}.elementor-element .swiper .elementor-lightbox-content-source,.elementor-lightbox .swiper .elementor-lightbox-content-source{display:none}.elementor-element .swiper .elementor-swiper-button,.elementor-element .swiper~.elementor-swiper-button,.elementor-lightbox .swiper .elementor-swiper-button,.elementor-lightbox .swiper~.elementor-swiper-button{color:hsla(0,0%,93%,.9);cursor:pointer;display:inline-flex;font-size:25px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.elementor-element .swiper .elementor-swiper-button svg,.elementor-element .swiper~.elementor-swiper-button svg,.elementor-lightbox .swiper .elementor-swiper-button svg,.elementor-lightbox .swiper~.elementor-swiper-button svg{fill:hsla(0,0%,93%,.9);height:1em;width:1em}.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper~.elementor-swiper-button-prev,.elementor-lightbox .swiper .elementor-swiper-button-prev,.elementor-lightbox .swiper~.elementor-swiper-button-prev{left:10px}.elementor-element .swiper .elementor-swiper-button-next,.elementor-element .swiper~.elementor-swiper-button-next,.elementor-lightbox .swiper .elementor-swiper-button-next,.elementor-lightbox .swiper~.elementor-swiper-button-next{right:10px}.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled{opacity:.3}.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper .swiper-pagination-custom,.elementor-element .swiper .swiper-pagination-fraction,.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-element .swiper~.swiper-pagination-custom,.elementor-element .swiper~.swiper-pagination-fraction,.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper .swiper-pagination-custom,.elementor-lightbox .swiper .swiper-pagination-fraction,.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,.elementor-lightbox .swiper~.swiper-pagination-custom,.elementor-lightbox .swiper~.swiper-pagination-fraction{bottom:5px}.elementor-element .swiper.swiper-cube .elementor-swiper-button,.elementor-element .swiper.swiper-cube~.elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button{transform:translate3d(0,-50%,1px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets{bottom:5px;left:0;width:100%}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.elementor-element :where(.swiper-horizontal)~.swiper-pagination-progressbar,.elementor-lightbox :where(.swiper-horizontal)~.swiper-pagination-progressbar{height:4px;left:0;top:0;width:100%}.elementor-element.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper{padding-bottom:30px}.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-element .elementor-swiper,.elementor-lightbox .elementor-swiper{position:relative}.elementor-element .elementor-main-swiper,.elementor-lightbox .elementor-main-swiper{position:static}.elementor-element.elementor-arrows-position-outside .swiper,.elementor-lightbox.elementor-arrows-position-outside .swiper{width:calc(100% - 60px)}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev{left:0}.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next{right:0}
/* === /wp-content/plugins/elementor/assets/css/widget-image-carousel.min.css === */
.elementor-widget-image-carousel .swiper{position:static}.elementor-widget-image-carousel .swiper .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-carousel-wrapper:not(.swiper-initialized) .swiper-slide{max-width:calc(100% / var(--e-image-carousel-slides-to-show, 3))}
/* === /wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css === */
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}
/* === /wp-content/plugins/elementor-pro/assets/css/conditionals/transitions.min.css === */
.elementor-animated-content{--translate:0,0}.elementor-animated-content:focus .elementor-animated-item--grow,.elementor-animated-content:hover .elementor-animated-item--grow{transform:scale(1.1)}.elementor-animated-content:focus .elementor-animated-item--shrink,.elementor-animated-content:hover .elementor-animated-item--shrink{transform:scale(.85)}.elementor-animated-content:focus .elementor-animated-item--shrink-contained,.elementor-animated-content:hover .elementor-animated-item--shrink-contained{transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{opacity:1;transform:scale(1)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:focus .elementor-animated-item--fade-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{transform:scale(.2)}.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{transform:scale(2)}.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,.elementor-animated-content:focus .elementor-animated-item--enter-from-left,.elementor-animated-content:focus .elementor-animated-item--enter-from-right,.elementor-animated-content:focus .elementor-animated-item--enter-from-top,.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-right{transform:translateX(1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-left{transform:translateX(-1000px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{transform:translateY(-600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{transform:translateY(600px)}.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,.elementor-animated-content:focus .elementor-animated-item--exit-to-left,.elementor-animated-content:focus .elementor-animated-item--exit-to-right,.elementor-animated-content:focus .elementor-animated-item--exit-to-top,.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:focus .elementor-animated-item--move-right,.elementor-animated-content:hover .elementor-animated-item--move-right{transform:translateX(30px)}.elementor-animated-content:focus .elementor-animated-item--move-left,.elementor-animated-content:hover .elementor-animated-item--move-left{transform:translateX(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-up,.elementor-animated-content:hover .elementor-animated-item--move-up{transform:translateY(-30px)}.elementor-animated-content:focus .elementor-animated-item--move-down,.elementor-animated-content:hover .elementor-animated-item--move-down{transform:translateY(30px)}.elementor-animated-content:focus .elementor-animated-item--move-contained-right,.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-left,.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:focus .elementor-animated-item--move-contained-top,.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:focus .elementor-animated-item--move-contained-bottom,.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{transform:scale(1.2) translate(var(--translate))}
/* === /wp-content/themes/car-repair-services/css/plugins/animate.min.css === */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated:not(.no-animate) {
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.animation {
  opacity: 0;
  opacity: 1\9;
}

.animation.no-animate {
  opacity: 1 !important;
  animation-name: none !important;
  -webkit-animation-name: none !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes scaleOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  70% {
    opacity: 1;
  }
}

@keyframes scaleOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  70% {
    opacity: 1;
  }
}

.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* === /wp-content/plugins/drag-and-drop-file-upload-for-elementor-forms/assets/css/drap_drop_file_upload.css === */
.hidden {
    display:none !important;
  }
  .elementor-field-type-file_upload label {
    width: 100%;
  }
  .elementor-taks-type {
    list-style: none;
    margin:0;
    padding: 0;
  }
  .elementor-taks-type li {
    list-style: none;
    margin:0;
    padding: 0;
    display:flex;
  }
  .elementor-taks-type li >div {
    flex: 1;
  }
  .elementor-taks-type li .elementor-fileprogressBar {
    flex: 2;
  }
  .elementor-dragandrophandler-container {
    width: 100%;
  }
  .elementor-dragandrophandler{
  border: 2px dashed #92AAB0;
  width: 100%;
  height: 200px;
  color: #92AAB0;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0px 10px 10px;
  font-size:200%;
  position:relative;
  }
  .elementor-dragandrophandler-inner {
      overflow: hidden;
      white-space: nowrap;
      width: 100%;
      text-overflow: ellipsis;
      text-align: center;
      line-height: 40px;
      padding-top: 15px;
  }
  .elementor-drop-progressBar {
    width: 100%;
    border-radius: 5px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
    flex: 6 !important;
    margin-left: 65px;
    box-sizing: content-box;
    width:calc(100% - 65px)
  }
  .elementor-drop-progressBar div {
    height: auto;
    color: #fff;
    text-align: right;
    line-height: 15px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #4caf50; 
    border-radius: 3px; 
    font-size: 13px;
  }
  .elementor-drop-progressBar.elementor-text-error-pro div {
    background-color: #565555;
  }
  .elementor-drop-statusbar{
    width:100%;
    padding:10px 10px 0px 10px;
    vertical-align:top;
    margin: 10px 0;
    position: relative;
  }
  .elementor-drop-statusbar >div {
       overflow: hidden;
  }
  .elementor-drop-text-error {
    color: red;
    padding-left: 50px;
  }
  .elementor-drop-type_file {
      display: inline-block;
      position: absolute;
      font-size: 12px;
      font-weight: 700;
      line-height: 13px;
      margin-top: 25px;
      padding: 0 4px;
      border-radius: 2px;
      box-shadow: 1px 1px 2px #abc;
      color: #fff;
      background: #0080c8;
      text-transform: uppercase;
  }
  .elementor-drop-filename
  {
  display:inline-block;
  vertical-align:top;
  margin-left: 65px;
  }
  .elementor-drop-type{
    width: 50px;
    height: 50px;
    background: url(/wp-content/plugins/drag-and-drop-file-upload-for-elementor-forms/assets/images/generic.webp) no-repeat center center; 
    background-size: 100%;
    position: absolute;
  }
  .elementor-drop-img {
    width: 50px;
    height: 50px;
    position: absolute;
  }
  .elementor-drop-img img {
    width: 100%;
    height: 100%;
  }
  .elementor-drop-filesize
  {
  display:inline-block;
  vertical-align:top;
  color:#30693D;
  margin-left:10px;
  margin-right:5px;
  margin-left: 10px;
  color: #444242;
  font-weight: 700;
  }
  .elementor_file_upload_remove,.elementor-drop-abort  {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/plugins/drag-and-drop-file-upload-for-elementor-forms/assets/images/remove.webp) center no-repeat;
    cursor: pointer;
  }
    .elementor_file_upload_remove a {
      text-decoration: none !important;
      display:inline-block;
      background: #f7f7f8 url(/wp-content/plugins/drag-and-drop-file-upload-for-elementor-forms/assets/images/trash.webp) center no-repeat;
      text-indent: -999999px;
      width: 25px;
      height: 25px;
      border:1px solid #34495e;
    }
      .elementor_file_upload_remove a:hover {
        opacity: 0.8;
      }
      .elementor-text-browser a {
        display: inline-block;
      background: #6381E6;
      padding: 10px 20px;
      border-radius: 4px;
      text-align: center;
      font-weight: 700;
      vertical-align: top;
      cursor: pointer;
      -webkit-transition: all .2s ease-out;
      transition: all .2s ease-out;
      text-decoration:none !important;
      color:#fff;
      font-size:18px;
      }
       .elementor-text-browser a:hover {
        opacity:0.8;
       }
      .elementor-text-drop {
          font-size: 35px;
          font-weight: bold;
      }
    .elementor-drop-progressBar.elementor-text-error{
    border:none;
    color:red;
    }
@media screen and (max-width: 768px) {
  .elementor-text-drop{
    font-size: 20px !important;
  }
  .elementor-text-or {
    font-size: 18px;
  }
}
/* === /wp-content/themes/car-repair-services/css/plugins/bootstrap-submenu.css === */
.dropdown-submenu > a:after {
	content: "";
}

@media (min-width: 768px) {
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		border-top-left-radius: 0;
	}
	.dropup .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-bottom: -6px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.navbar-right .dropdown-submenu .dropdown-menu {
		left: auto;
		right: 100%;
		border-top-left-radius: 4px;
		border-top-right-radius: 0;
	}
	.dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.dropup .navbar-right .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu,
	.navbar-fixed-bottom .navbar-right .dropdown-submenu .dropdown-menu {
		border-radius: 4px 4px 0;
	}
}

@media (max-width: 767px) {
	.dropdown-submenu .dropdown-menu {
		position: static;
		margin-top: 0;
		border: 0;
		box-shadow: none;
	}
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
		padding-left: 30px;
	}
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 50px;
	}
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
		padding-left: 35px;
	}
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 45px;
	}
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 55px;
	}
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
	.navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
		padding-left: 65px;
	}
}
/* === /wp-content/plugins/dbh-whatsapp/assets/css/frontend.css === */
/**
 * Frontend styles for DBH Social Contact Widget
 */

/* ============================
   Widget Container
   ============================ */
.dbh-social-widget,
.dbh-social-single {
    position: fixed;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Position variants */
.dbh-social-widget--bottom-right {
    bottom: var(--dbh-offset-y, 20px);
    right: var(--dbh-offset-x, 20px);
}
.dbh-social-widget--bottom-left {
    bottom: var(--dbh-offset-y, 20px);
    left: var(--dbh-offset-x, 20px);
}
.dbh-social-widget--top-right {
    top: var(--dbh-offset-y, 20px);
    right: var(--dbh-offset-x, 20px);
}
.dbh-social-widget--top-left {
    top: var(--dbh-offset-y, 20px);
    left: var(--dbh-offset-x, 20px);
}

/* ============================
   Single-channel mode
   ============================ */
.dbh-social-single {
    width: var(--dbh-size, 56px);
    height: var(--dbh-size, 56px);
    border-radius: 50%;
    background-color: var(--dbh-ch-bg, #25D366);
    color: var(--dbh-ch-color, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dbh-social-single:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.dbh-social-single:focus-visible {
    outline: 3px solid #005bb5;
    outline-offset: 3px;
}

/* ============================
   Toggle button
   ============================ */
.dbh-social-toggle {
    position: relative;
    width: var(--dbh-size, 56px);
    height: var(--dbh-size, 56px);
    border-radius: 50%;
    border: none;
    background-color: var(--dbh-toggle-bg, #7c3aed);
    color: var(--dbh-toggle-color, #fff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
}
.dbh-social-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.dbh-social-toggle:focus-visible {
    outline: 3px solid #005bb5;
    outline-offset: 3px;
}

/* Border styles */
.dbh-social-toggle--ring {
    box-shadow: 0 0 0 3px var(--dbh-toggle-border, #7c3aed), 0 4px 12px rgba(0, 0, 0, 0.15);
}
.dbh-social-toggle--solid {
    border: 3px solid var(--dbh-toggle-border, #7c3aed);
}

/* Icon swap */
.dbh-social-toggle__icon--open,
.dbh-social-toggle__icon--close {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease, transform 0.3s ease;
}
.dbh-social-toggle__icon--close {
    position: absolute;
    opacity: 0;
    transform: rotate(-90deg);
}
.dbh-social-widget--open .dbh-social-toggle__icon--open {
    opacity: 0;
    transform: rotate(90deg);
}
.dbh-social-widget--open .dbh-social-toggle__icon--close {
    opacity: 1;
    transform: rotate(0deg);
}

/* Badge */
.dbh-social-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.dbh-social-widget--open .dbh-social-badge {
    display: none;
}

/* ============================
   Channel panel
   ============================ */
.dbh-social-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.dbh-social-widget--open .dbh-social-panel {
    pointer-events: auto;
    opacity: 1;
}

/* Channel link */
.dbh-social-channel {
    width: var(--dbh-size, 56px);
    height: var(--dbh-size, 56px);
    border-radius: 50%;
    background-color: var(--dbh-ch-bg);
    color: var(--dbh-ch-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease;
    opacity: 0;
    transform: scale(0.5);
}
.dbh-social-widget--open .dbh-social-channel {
    opacity: 1;
    transform: scale(1);
    transition-delay: var(--dbh-ch-delay, 0ms);
}
.dbh-social-channel:hover {
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.dbh-social-channel:focus-visible {
    outline: 3px solid #005bb5;
    outline-offset: 3px;
}

/* ============================
   Backdrop
   ============================ */
.dbh-social-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}
.dbh-social-backdrop--visible {
    opacity: 1;
    pointer-events: auto;
}

/* ============================
   Animations
   ============================ */
.dbh-social-animate-pulse {
    animation: dbh-social-pulse 2s ease-in-out infinite;
}
.dbh-social-animate-bounce {
    animation: dbh-social-bounce 1s ease infinite;
}
/* Stop animation when panel is open */
.dbh-social-widget--open.dbh-social-animate-pulse,
.dbh-social-widget--open.dbh-social-animate-bounce {
    animation: none;
}

@keyframes dbh-social-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
@keyframes dbh-social-bounce {
    0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
    40%, 43% { transform: translateY(-6px); }
    70% { transform: translateY(-3px); }
}

/* ============================
   Reduced motion
   ============================ */
@media (prefers-reduced-motion: reduce) {
    .dbh-social-single,
    .dbh-social-toggle,
    .dbh-social-channel,
    .dbh-social-panel,
    .dbh-social-backdrop,
    .dbh-social-toggle__icon--open,
    .dbh-social-toggle__icon--close {
        transition: none !important;
        animation: none !important;
    }
}

/* ============================
   Print
   ============================ */
@media print {
    .dbh-social-widget,
    .dbh-social-single,
    .dbh-social-backdrop {
        display: none !important;
    }
}

/* ============================
   Mobile
   ============================ */
@media (max-width: 480px) {
    .dbh-social-widget,
    .dbh-social-single {
        --dbh-offset-x: 12px;
        --dbh-offset-y: 12px;
    }
}

button.dbh-social-toggle.dbh-social-toggle--ring {
    animation: animate-pulse 3s linear infinite;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
}

/* === /wp-content/plugins/elementor/assets/lib/animations/styles/fadeInLeft.min.css === */
@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
 *  Menu Language Switcher
 */

.menu-item-object-language_switcher .trp-flag-image {
    display: inline-block;
    margin: -1px 5px;
    vertical-align: baseline;
    padding: 0;
    border: 0;
    border-radius:0;
}

#wp-admin-bar-wp-rocket .trp-flag-image {
    width: 18px !important;
    height: 12px !important;
}

/*
 *  Shortcode Language Switcher
 */
.trp-language-switcher{
    height: 42px;
    position: relative;
    box-sizing: border-box;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.trp-language-switcher > div {
    box-sizing: border-box;
    padding:4px 20px 3px 13px;
    border: 1.5px solid #949494;
    border-radius: 2px;
    background-image: url(/wp-content/plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
    background-repeat: no-repeat;

    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 3px) calc(1em + 0px);

    background-size:
            8px 8px,
            8px 8px;

    background-repeat: no-repeat;

    background-color: #fff;
}

.trp-language-switcher > div:hover {
    background-image: none;
}


.trp-language-switcher > div > a {
    display: block;
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.trp-language-switcher > div > a:hover {
    background: #F0F0F0;
    border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
    cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
    background: none;
}

.trp-language-switcher > div > a > img{
    display: inline;
    margin: 0 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
}

.trp-language-switcher .trp-ls-shortcode-current-language{
    display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language{
    visibility: hidden;
}

.trp-language-switcher .trp-ls-shortcode-language{
    display: inline-block;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
    z-index: 1;

    max-height: 250px;
    overflow-y: auto;
    left: 0;
    top: 0;
    min-height: auto;
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language{
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto;
}

/*
 *  Front-end Admin Bar Icon
 */
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
    content: '\f326';
    top: 3px;
}

@media screen and ( max-width: 782px ) {
    #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
        text-indent: 0;
    }

    #wpadminbar li#wp-admin-bar-trp_edit_translation {
        display: block;
    }
}/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-headline{display:block;font-size:43px;line-height:1.2}.elementor-headline-dynamic-text{color:var(--dynamic-text-color,#aebcb9)}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:start}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{position:relative;z-index:1}.elementor-headline--style-highlight svg{height:calc(100% + 20px);left:50%;overflow:visible;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 20px)}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;transition:.3s}.elementor-headline.e-animated svg path{animation:elementor-headline-dash forwards;animation-duration:var(--animation-duration,1.2s);animation-iteration-count:1}@media (prefers-reduced-motion:reduce){.elementor-headline.e-animated svg path{animation-duration:0s}}.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:calc(var(--animation-duration, 1.2s) / 2)}@media (prefers-reduced-motion:reduce){.elementor-headline.e-animated svg path:nth-of-type(2){animation-delay:0s}}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;animation:hide-highlight .4s forwards;animation-iteration-count:1}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{filter:blur(10px);opacity:0}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;inset-block-start:0;inset-inline-start:0;position:absolute}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;transform:rotateX(180deg);transform-origin:50% 100%}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-flip-in 1.2s;opacity:1;transform:rotateX(0deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-flip-out 1.2s;transform:rotateX(180deg)}@keyframes elementor-headline-flip-in{0%{opacity:0;transform:rotateX(180deg)}35%{opacity:0;transform:rotateX(120deg)}65%{opacity:0}to{opacity:1;transform:rotateX(1turn)}}@keyframes elementor-headline-flip-out{0%{opacity:1;transform:rotateX(0deg)}35%{opacity:1;transform:rotateX(-40deg)}65%{opacity:0}to{opacity:0;transform:rotateX(180deg)}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{background-color:#0d0d0d;content:"";height:90%;inset-block-start:50%;inset-inline:auto 0;position:absolute;transform:translateY(-50%);width:1px}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,var(--dynamic-text-color),#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@keyframes elementor-headline-pulse{0%{opacity:1;transform:translateY(-50%) scale(1)}40%{opacity:0;transform:translateY(-50%) scale(.9)}to{opacity:0;transform:translateY(-50%) scale(0)}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{backface-visibility:hidden;display:inline-block}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{opacity:0;transform:scaleX(1.0005)}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:0;transform:translateZ(-20px) rotateX(90deg);transform-style:preserve-3d}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-swirl-out .4s forwards}@keyframes elementor-headline-swirl-in{0%{opacity:0;transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;transform:translateZ(-20px) rotateX(0)}60%{opacity:0;transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-slide-down-in .6s;opacity:1;top:0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-down-out .6s}@keyframes elementor-headline-slide-down-in{0%{opacity:0;transform:translateY(-100%)}60%{opacity:1;transform:translateY(20%)}to{opacity:1;transform:translateY(0)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;transform:translateY(0)}60%{opacity:0;transform:translateY(120%)}to{opacity:0;transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{background-color:#0d0d0d;content:"";height:100%;inset-block-start:0;inset-inline:auto 0;position:absolute;width:2px}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-drop-in-in .8s;opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-drop-in-out .8s}@keyframes elementor-headline-drop-in-in{0%{opacity:0;transform:translateZ(100px)}to{opacity:1;transform:translateZ(0)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{backface-visibility:hidden;display:inline-block;transform:rotateY(180deg)}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-blinds-out .6s forwards}@keyframes elementor-headline-blinds-in{0%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-out{0%{transform:rotateY(0)}to{transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){animation:elementor-headline-wave-down .6s forwards}@keyframes elementor-headline-wave-up{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes elementor-headline-wave-down{0%{opacity:1;transform:scale(1)}60%{opacity:0;transform:scale(0)}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{animation:elementor-headline-slide-in .6s;opacity:1}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{animation:elementor-headline-slide-out .6s}@keyframes elementor-headline-slide-in{0%{opacity:0;transform:translateX(-100%)}60%{opacity:1;transform:translateX(10%)}to{opacity:1;transform:translateX(0)}}@keyframes elementor-headline-slide-out{0%{opacity:1;transform:translateX(0)}60%{opacity:0;transform:translateX(110%)}to{opacity:0;transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{border-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{background-color:var(--e-share-buttons-primary-color,#ea4335);color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon{color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg{fill:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--color-official .elementor-share-btn:hover{filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg{fill:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg{fill:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg{fill:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg{fill:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg{fill:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg{fill:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg{fill:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg{fill:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg{fill:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg{fill:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg{fill:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg{fill:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg{fill:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg{fill:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg{fill:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg{fill:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg{fill:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg{fill:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg{fill:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg{fill:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg{fill:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg{fill:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter{color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg{fill:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg{fill:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon{background-color:#000}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg{fill:var(--e-share-buttons-icon-color,#fff)}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-inline-start:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:linear-gradient(calc(90deg * var(--direction-multiplier, 1)),rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-inline-start:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:var(--e-share-buttons-primary-color,#ea4335)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon,.elementor-share-buttons--skin-flat .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon,.elementor-share-buttons--skin-gradient .elementor-share-btn__text{color:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg,.elementor-share-buttons--skin-flat .elementor-share-btn__text svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg,.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg{fill:var(--e-share-buttons-secondary-color,#fff)}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-inline-start:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{flex-grow:1;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{align-items:center;cursor:pointer;display:flex;font-size:10px;height:4.5em;justify-content:flex-start;overflow:hidden;transition-duration:.2s;transition-property:filter,background-color,border-color}.elementor-share-btn__icon,.elementor-share-btn__text{transition-duration:.2s;transition-property:color,background-color}.elementor-share-btn__icon{align-items:center;align-self:stretch;display:flex;justify-content:center;position:relative;width:4.5em}.elementor-share-btn__icon i{font-size:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__icon svg{height:var(--e-share-buttons-icon-size,1.7em);width:var(--e-share-buttons-icon-size,1.7em)}.elementor-share-btn__text{align-items:center;align-self:stretch;display:flex;flex-grow:1;font-size:1.5em;font-weight:100;padding-inline-end:1em}.elementor-share-btn__title{flex-shrink:0;font-weight:700}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container,.elementor-widget-share-buttons.elementor-grid-0:not(:has(.elementor-widget-container)){font-size:0}/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1000045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {}

.mfp-zoom {
	cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1000044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1000046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}/**
 * jquery-bootstrap-scrolling-tabs
 * @version v2.4.0
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */

.scrtabs-tab-container * {
	box-sizing: border-box;
}
.scrtabs-tab-container {
	height: 92px;
	position:  relative;
}
.scrtabs-tab-container .tab-content {
	clear: left;
}
.scrtabs-tab-container.scrtabs-bootstrap4 .scrtabs-tabs-movable-container > .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}
.scrtabs-tabs-fixed-container {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 100% !important;
}
.scrtabs-tabs-movable-container {
	position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
	display: none;
}
.scrtabs-tab-container.scrtabs-rtl .scrtabs-tabs-movable-container > ul.nav-tabs {
	padding-right: 0;
}
.scrtabs-tab-scroll-arrow span:before {
	font-family: 'auto';
	content: '\e920';
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left span:before {
	content: '\e91f';
}
.scrtabs-tab-scroll-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	color: #707070;
	display: flex !important;
	font-size: 17px;
	height: 100%;
	width: 35px;
	align-items:  center;
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left {
	left: 0;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right {
	right: 0;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.scrtabs-tab-scroll-arrow,
.scrtabs-tab-scroll-arrow .scrtabs-click-target {
	cursor: pointer;
}
.scrtabs-tab-scroll-arrow.scrtabs-with-click-target {
	cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable,
.scrtabs-tab-scroll-arrow.scrtabs-disable .scrtabs-click-target {
	color: #ddd;
	cursor: default;
}
.scrtabs-tab-scroll-arrow.scrtabs-disable:hover {
	background-color: initial;
}
.scrtabs-tabs-fixed-container ul.nav-tabs > li {
	white-space: nowrap;
}
.scrtabs-disable {
	display: none !important;
}.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: white;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  margin-top: -19px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Before";
    left: 10px; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "After";
    right: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40; }
  .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
  .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px; }
/* perfect-scrollbar v0.6.10 */

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail, .ps-container.ps-active-y>.ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
}
.ps-container>.ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container>.ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 21;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover>.ps-scrollbar-x-rail, .ps-container:hover>.ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
  background-color: #999;
}/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none;
-ms-touch-action: none;
	touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
	user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1; /* Fix 401 */
}
.noUi-connect {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-origin {
	position: absolute;
	height: 0;
	width: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
-webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
	transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px;
}

/* Styling;
 */
.noUi-target {
	background: #FAFAFA;
	border-radius: 4px;
}
.noUi-connect {
	background: #3FB8AF;
	transition: background 450ms;
}

/* Handles and cursors;
 */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border-radius: 3px;
	background: #FFF;
	cursor: default;
}


/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}


/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}

/* Values;
 *
 */
.noUi-value {
	position: absolute;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
	position: absolute;
	background: #CCC;
}
.noUi-marker-sub {
	background: #AAA;
}
.noUi-marker-large {
	background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate3d(-50%,50%,0);
	transform: translate3d(-50%,50%,0);
}

.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	padding-left: 25px;
}

.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}

.noUi-tooltip {
	display: block;
	position: absolute;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
}
.noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
body:not(.home) {
    background-repeat: no-repeat;
}
.woocommerce-product-gallery__image {
    text-align: center;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 17px;
    top: 5px;
    z-index: 999;
}
.flex-control-nav.flex-control-thumbs img {
    cursor: pointer;
}
.flex-control-nav.flex-control-thumbs {
    overflow: auto;
    padding: 0;
}
.woocommerce-variation-price {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations select {
    padding: 10px;
}
.woocommerce div.product form.cart .variations label {
    margin-top: 20px;
}
.woocommerce button.button.single_add_to_cart_button {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 35px;
    overflow: hidden;
}
#container .woocommerce-breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 18px 0;
    width: 100%;
}
#container .woocommerce-breadcrumb a {
    color: #fff;
    margin: 0 10px;
}
#container .woocommerce-breadcrumb a:first-child {
    margin-left: 0;
}
.woocommerce-products-header {
    text-align: center;
    color: #292929;
    font-family: "Muli", sans-serif;
    font-size: 44px;
    font-weight: 600;
    line-height: 44px;
    margin: 0 0 54px;
}
.woocommerce-products-header h1 {
    font-size: 44px;
    color: #fff;
}
@media (max-width: 767px) {
    .woocommerce-products-header h1 {
        font-size: 30px;
        line-height: normal;
    }
    .woocommerce-products-header {
        margin: 0 0 20px;
    }
}
body.custom-background.single-product {
    background-color: #fff;
}
body.custom-background.archive.post-type-archive {
    background-color: #fff;
}
.flex-control-nav.flex-control-thumbs>li:first-child {
    margin-top: 0;
}
.summary.entry-summary.col-md-6 {
    margin-top: 0;
}
.product_title.entry-title {
    font-size: 30px;
    line-height: 36px;
}
body.single-product #pageContent {
    padding-top: 100px;
}
.woocommerce-review-link {
    text-decoration: underline;
}
.woocommerce-review-link:hover {
    color: #000;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000;
}
.woocommerce div.product .stock {
    color: #000;
}
input.input-text.qty {
    -moz-appearance: textfield;
    border-color: #eeeeee;
    border-width: 0 1px;
    min-height: 46px;
}
.ui-spinner-button {
    background-color: #f7f7f7;
    display: block;
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.ui-spinner-button.ui-spinner-up::before,
.ui-spinner-button.ui-spinner-down::before {
    color: #808080;
    content: "+";
    cursor: pointer;
    display: block;
    line-height: 70px;
    text-align: center;
    transition: color 0.3s ease 0s;
    width: 30px;
    font-size: 21px;
}
.ui-spinner {
    display: block;
    padding: 0 30px;
    position: relative;
    height: 72px;
}
.ui-spinner-button.ui-spinner-down::before {
    content: "-";
    font-size: 33px;
}
.ui-spinner-button.ui-spinner-down {
    left: 0;
    right: auto;
}
.input-text.qty.text.ui-spinner-input {
    border: 1px solid #eee;
    border-radius: 5px;
    height: 70px;
    margin: 1px 0;
    width: 57px;
}
.quantity {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-right: 25px !important;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 10px 20px;
}
.add_to_cart_button span {
    font-size: 13px;
}
.woocommerce-pagination .page-numbers li span,
.woocommerce-pagination .page-numbers li a {
    font-size: 12px;
    width: 56px;
    height: 56px;
    line-height: 46px;
}
.layout-1 .icon-shop-cart {
    padding-right: 14px;
    font-size: 17px;
    vertical-align: text-bottom;
    color: #fff;
    line-height: 22px;
}
.layout-1 .header-cart .icon-shop-cart {
    margin-right: 0;
}
.woocommerce-product-details__short-description {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    padding: 25px 0 5px;
    margin-bottom: 30px;
}
.up_cart {
    margin-top: 30px;
}
.woocommerce span.onsale {
    padding: 0px;
    background-color: #ffc513;
    color: #111;
    left: 3px;
}
.wc-tabs>li>a::after {
    background: #fede00 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 0.2s ease 0s;
    width: 100%;
}
.wc-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0 solid #d3ced2;
    bottom: -1px;
    content: " ";
    height: 5px;
    position: absolute;
    width: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: 0px solid #d3ced2;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    margin: 0 -5px;
    padding: 0 1em;
    position: relative;
    z-index: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    bottom: 0;
    height: 0px;
    width: 0px;
}
.tabs.wc-tabs {
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 20px;
    padding: 0;
}
.tabs.wc-tabs li.active a {
    color: #fede00 !important;
}
.tabs.wc-tabs li a {
    font-size: 18px;
    text-transform: uppercase;
}
.woocommerce-Tabs-panel.panel.entry-content.wc-tab {
    box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0 solid #e4e1e3;
    border-radius: 4px;
    margin: 0;
    padding: 1em 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0 solid #e4e1e3;
}
.woocommerce .star-rating {
    float: left;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #000;
    float: left;
    font-size: 1.3em;
    line-height: 13px;
    margin-left: 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
    float: left;
    width: 100%;
}
.woocommerce p.stars a {
    color: #fede00 !important;
}
.star-5.active {
    color: #81d742 !important;
}
#commentform #comment:hover,
#commentform #comment:focus,
#commentform #comment.focus {
    border-color: #fede00;
    box-shadow: none;
    outline: medium none;
}
.textarea-custom {
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 18px;
    height: auto;
    line-height: 24px;
    margin-bottom: 4px;
    min-height: 193px;
    padding: 15px;
}
.textarea-custom:hover,
.textarea-custom:focus,
.input-custom:hover,
.input-custom.focus,
.wpcf7-form-control.wpcf7-textarea:hover,
.wpcf7-form-control.wpcf7-textarea:focus {
    border-color: #fede00 !important;
    box-shadow: none !important;
    outline: medium none !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    color: #515151;
}
#commentform #submit {
    max-width: unset;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 48px;
    margin-top: 48px;
}
.related.products {
    margin-bottom: 120px;
    margin-top: 100px;
}
header .header-right-bottom {
    margin-right: 70px;
}
.woocommerce .products .prd-info .star-rating,
.woocommerce .product .prd-info .star-rating {
    display: block;
    float: none;
    margin: 0 auto 20px;
    font-size: 10px;
    color: #ffc513;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffc513;
}
.price_slider_amount .btn {
    display: inline-block;
    float: left;
}
.column-filters .side-block .prd-sm .price ins {
    text-decoration: none;
}
.prd.product.type-product.status-publish {
    text-align: center;
}
.woocommerce-loop-product__title {
    margin-bottom: 15px !important;
}
.btn.btn-invert.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.btn.btn-invert.add_to_cart_button {
    margin-top: 20px;
}
.related.products .prd-grid:not(.prd-carousel) .prd {
    margin: 8px;
}
.related.products .prd-grid:not(.prd-carousel) {
    margin: 0;
}
.flex-direction-nav li::before {
    content: "\e91f";
}
.flex-direction-nav li:last-child:before {
    content: "\e920";
}
.flex-direction-nav li::before,
.flex-direction-nav li::before {
    -moz-osx-font-smoothing: grayscale;
    color: #727272;
    cursor: pointer;
    font-family: "auto";
    font-size: 23px;
    line-height: 30px;
}
.flex-direction-nav li:first-child {
    left: -50px;
}
.flex-direction-nav li {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin-top: -15px;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px;
    z-index: 200;
}
.flex-direction-nav li:last-child {
    right: -50px;
}
.archive .prd-grid {
    margin-bottom: 70px !important;
}
span.show-result {
    float: left;
    line-height: 35px;
    font-size: 16px;
}
.filters-row .form-inline select {
    font-size: 16px;
}
.filters-row .simple-pagination>span {
    float: left;
    line-height: 35px;
    font-size: 16px;
}
.filters-row .page-numbers {
    background: transparent none repeat scroll 0 0;
    color: #383838;
    float: left;
    padding: 0;
    border: 0 none;
}
.filters-row ul.page-numbers {
    float: left;
    margin: 0 !important;
    padding-left: 0;
    font-size: 16px;
}
.woocommerce-pagination .page-numbers .page-numbers {
    padding: 0px !important;
    width: inherit;
    height: inherit;
    font-size: 16px;
    line-height: unset;
    font-weight: 500;
    color: #383838;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.woocommerce-pagination .page-numbers>li {
    border: none !important;
}
.woocommerce-pagination ul.page-numbers {
    border: 0px !important;
}
.woocommerce nav.woocommerce-pagination {
    clear: both;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    border: none !important;
    color: #ffc513 !important;
}
body:not(.home).woocommerce #pageContent {
    padding-top: 100px;
}
.woocommerce-breadcrumb>span {
    margin-left: 10px;
}
.title-aside {
    font-size: 30px;
}
.prd-sm-img {
    float: left;
    min-width: 100px;
    width: 100px;
}
.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    margin: 0;
    width: 100px;
    height: auto;
}
@media (max-width: 991px) {
    .title-aside {
        font-size: 26px;
    }
    body:not(.home).woocommerce #pageContent {
        padding-top: 45px;
    }
    .prd-sm-img {
        /* width: 40%; */
    }
    .attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
        width: 100%;
    }
}
.prd-sm-info span {
    color: #292929 !important;
    font-weight: normal;
}
.col-md-4.col-lg-3.column-left.column-filters.sidebar-div {
    padding: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #c7c7c7;
}
.coupon-custom.col-md-6>label {
    text-align: left !important;
    width: 100%;
}
.apply-coupon.btn.btn-invert {
    float: left;
    margin-top: 20px;
}
.woocommerce-Tabs-panel {
    padding-left: 20px !important;
}
ol.commentlist {
    padding-left: 0;
}
header.page-header-1 .header-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -29px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    padding-left: 15px;
    left: 50px;
    width: 45px;
    height: 30px;
}
header.page-header-2 .header-cart {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    margin-top: 3px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
@media (max-width: 991px) {
    header.page-header-1 .header-cart {
        width: auto;
        height: auto;
        position: relative;
        margin-top: 15px;
        vertical-align: middle;
        padding-left: 0;
        left: 0;
    }
    header.page-header-1 .header-cart a.icon {
        font-size: 20px;
    }
    header.page-header-1 .header-cart .badge {
        width: 20px;
        height: 20px;
        line-height: 12px;
        right: 0px;
        top: -7px;
    }
}
header .header-cart a.icon {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}
header .header-cart .badge {
    width: 24px;
    height: 24px;
    line-height: 17px;
    font-size: 12px;
    position: absolute;
    right: -12px;
    top: -14px;
    background-color: #ffc513;
    color: #000;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    border-radius: 100%;
}
header .header-cart:hover a.icon,
header .header-cart.opened a.icon {
    color: #fede00;
}
header .header-cart:hover .badge,
header .header-cart.opened .badge {
    background-color: #fff;
}
header .header-cart-dropdown {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -5000px;
    width: 350px;
    padding: 35px 32px 25px;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    text-align: left;
}
@media (max-width: 479px) {
    header .header-cart-dropdown {
        width: 270px;
        padding: 15px 15px;
    }
}
header .header-cart-dropdown .header-cart-total {
    font-size: 24px;
    line-height: 30px;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
    overflow: hidden;
}
header .header-cart.opened .header-cart-dropdown {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.prd-sm-item {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100% !important;
}
.prd-sm-img {
    margin-right: 10px;
}
.prd-sm {
    display: block;
    position: relative;
}
.woocommerce-message .btn.btn-invert.wc-forward,
.woocommerce-error .btn.btn-invert.wc-forward {
    float: right;
    margin-top: 0;
}
.woocommerce a.added_to_cart {
    display: none;
}
.btn.btn-invert.add_to_cart_button,
.btn.btn-invert.product_type_simple {
    font-size: 12px !important;
    min-width: 120px !important;
    padding: 13px 18px 15px;
}
.loader-cart-delete {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.loader-cart-delete>img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.select2-container .select2-selection--single {
    height: 46px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 5px;
}
@media (max-width: 767px) {
    .input-text.qty.text.ui-spinner-input {
        min-width: auto;
    }
    .quantity {
        margin-right: 0px !important;
    }
    .ui-spinner {
        display: inline-block;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
        margin-bottom: 30px;
    }
    .woocommerce table.shop_table_responsive tr td.actions {
        text-align: center !important;
    }
    .apply-coupon.btn.btn-invert {
        float: none;
        margin-top: 20px;
    }
}
@media (min-width: 1199px) {
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: left;
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(33.333% - 30px);
        float: left;
    }
    .single-product .prd-grid:not(.prd-carousel) .prd {
        width: calc(25% - 30px);
        float: left;
    }
    .single-product .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: none;
    }
    .prd {
        margin: 45px 15px;
    }
}
/* comments css */
@media (max-width: 767px) {
    .comment ul.children,
    .comment ul.children li {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
.column-filters {
    margin-bottom: 35px;
}
.column-filters-inside {
    border: 3px solid #f5f5f5;
}
.column-filters .side-block {
    border-color: #ebebeb;
    padding: 20px;
    margin-bottom: 0;
}
.column-filters .side-block h3 {
    margin-bottom: 25px;
}
.column-filters .category-list {
    margin-top: 20px;
}
/*range slider*/
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7.5px;
    top: -5px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fede00;
    border-radius: 50%;
    cursor: pointer;
}
.noUi-target {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background-color: #c7c7c7;
    margin-bottom: 24px;
}
.noUi-origin {
    border-radius: 0;
    box-shadow: none;
}
.noUi-connect {
    background: #fede00;
    border: 0;
    border-radius: 0;
    height: 6px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.range {
    margin-top: 35px;
}
.range p {
    color: #444444;
    font-size: 15px;
    line-height: 20px;
}
.prd-sm {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.wc-forward {
    width: 100%;
    margin-top: 15px;
}
.prd-sm:not(:last-child) {
    margin-bottom: 20px;
}
.header-cart-dropdown .prd-sm {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.prd-sm-img {
    min-width: 88px;
}
.prd-sm-delete {
    position: absolute;
    top: 0;
    right: -4px;
    cursor: pointer;
    font-size: 18px;
}
.prd-sm-delete:hover {
    opacity: .5;
}
.prd-sm-info h3 {
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
    color: #292929;
}
.prd-sm-info h3 a {
    text-decoration: none;
}
.prd-sm-info h3 a:hover {
    text-decoration: none;
}
.prd-sm-info .price {
    font-size: 16px;
    margin-top: 15px;
}
.header-cart-dropdown .prd-sm-info {
    padding-right: 30px;
}
.prd-grid:not(.prd-carousel) .prd {
    width: calc(33.333% - 30px);
    float: left;
}
.prd {
    margin: 14px 15px;
}
.prd-img img {
    width: 100%;
}
.prd-info {
    padding: 0 15px;
    text-align: center;
}
.prd-info h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    text-transform: none;
    color: #292929;
}
.prd-info h3 a {
    text-decoration: none;
}
.prd-info h3 a:hover {
    text-decoration: underline;
}
.prd-info .price {
    font-size: 26px;
    margin-top: 15px;
}
.prd-info .btn {
    min-width: 0;
    margin-top: 20px;
    height: 45px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 800;
    padding: 13px 18px 15px;
}
.prd-info .btn [class*='icon-'] {
    font-size: 18px;
    color: #fff;
    padding-right: 14px;
    vertical-align: text-bottom;
}
.prd .rating+.price {
    margin-top: 10px;
}
.rating i {
    font-size: 10px;
    padding: 0 1px;
    color: #fede00;
}
.rating-4 i:nth-child(5) {
    color: #c2c2c2;
}
.rating-3 i:nth-last-child(-n+2) {
    color: #c2c2c2;
}
.rating-2 i:nth-last-child(-n+3) {
    color: #c2c2c2;
}
.rating-1 i:nth-last-child(-n+4) {
    color: #c2c2c2;
}
.rating-0 i {
    color: #c2c2c2;
}
.rating-text {
    display: inline-block;
    vertical-align: baseline;
    padding-left: 15px;
    font-size: 14px;
}
h5>.rating {
    margin-right: 15px;
}
@media (min-width: 1199px) {
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n) {
        margin-right: 0;
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(3n+1) {
        clear: left;
    }
}
@media (max-width: 1199px) and (min-width: 480px) {
    .prd-grid:not(.prd-carousel) .prd {
        width: calc(50% - 30px);
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n) {
        margin-right: 0;
    }
    .prd-grid:not(.prd-carousel) .prd:nth-child(2n+1) {
        clear: left;
    }
}
@media (max-width: 479px) {
    .prd-grid {
        margin-right: 0;
        margin-left: 0;
    }
    .prd-grid:not(.prd-carousel) .prd {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
.product-card img {
    width: 100%;
}
.prd-carousel .slick-next {
    right: -50px;
}
.prd-carousel .slick-prev {
    left: -50px;
}
.filters-row {
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #e8e8e8;
}
.filters-row-left {
    float: left;
}
.filters-row-right {
    float: right;
    text-align: right;
}
.filters-row .form-inline {
    display: inline-block;
}
.filters-row .form-inline:not(:first-child) {
    margin-left: 3vw;
}
.filters-row .form-inline select {
    background-color: #f0f0f0;
    height: 35px;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
    outline: none !important;
    color: #7c7c7c;
}
.filters-row .form-inline .select-wrapper:before {
    right: 1px;
    top: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #f0f0f0;
    border-radius: 5px;
}
.simple-pagination {
    display: inline-block;
    color: #444;
}
.simple-pagination span,
.simple-pagination li {
    display: inline-block;
    vertical-align: top;
    color: #444;
    padding: 2px 5px;
    text-decoration: none;
}
.simple-pagination li.active {
    color: #fede00;
}
.product-block .rating i {
    font-size: 12px;
}
.product-block-info>*:not(:first-child):not(span) {
    margin-top: 21px;
}
.product-previews {
    float: left;
    width: 106px;
}
@media (max-width: 480px) {
    .product-previews {
        width: 80px;
    }
}
.product-previews img {
    width: 100%;
}
.product-previews-item {
    display: block;
    margin-bottom: 11px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.product-previews-item:hover {
    opacity: .7;
}
.product-block-gallery {
    margin-bottom: 30px;
    overflow: hidden;
}
.product-block-mainimage {
    float: right;
    width: calc(100% - 127px);
}
@media (max-width: 480px) {
    .product-block-mainimage {
        width: calc(100% - 100px);
    }
}
.product-block-mainimage img {
    width: 100%;
}
.product-block-title {
    font-size: 30px;
    line-height: 36px;
}
.product-block-price {
    font-size: 26px;
    line-height: 36px;
}
.product-block-price-comment {
    font-size: 14px;
    margin-top: 0 !important;
}
.btn.product-block-add-to-cart:not([data-action]) span {
    line-height: 30px;
}
@media (max-width: 480px) {
    .btn.product-block-add-to-cart:not([data-action]) {
        width: 100%;
        margin-top: 30px;
    }
}
.product-block-description {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 0px 25px;
}
.product-block-actions {
    margin-top: 40px !important;
}
.qty-count {
    height: 70px;
    background-color: #f5f5f5;
    display: inline-block;
    border-radius: 5px;
    margin-right: 25px;
}
.error-404.not-found {
    margin-top: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce #review_form #respond p {
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    .prd-grid:not(.prd-carousel) {
        margin: -45px -15px !important;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
        line-height: 28px;
        margin-left: 0px;
    }
}
.woocommerce-message .wc-forward {
    width: auto;
    margin-top: 15px;
}
.woocommerce .product .ajax_add_to_cart.added {
    font-size: 12px !important;
    min-width: 155px !important;
    padding: 13px 25px 15px;
}
.ajax_add_to_cart.added span i {
    position: relative;
}
.ajax_add_to_cart.added span i.icon-shop-cart {
    padding-right: 14px;
}
.ajax_add_to_cart.added span i::before {
    position: absolute;
    content: "\e91d";
    font-family: 'auto';
    left: -10px;
    font-size: 16px;
    top: 0;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
/* New Categories Css */
.product-categories-listing {
    display: block;
    overflow: hidden;
    margin: 0px 0px 30px;
    width: 102%;
    margin-left: -2%;
}
.product-categories-listing:empty {
    display: none;
}
.product-categories-listing .product-category {
    width: 31.33%;
    float: left;
    list-style: none;
    margin: 0;
    margin-left: 2%;
}
.woocommerce-loop-category__title {
    font-size: 22px;
    padding-top: 10px;
}
/* woocommerce 3.3.0*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 300px;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 10px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 150px;
}
.woocommerce-Tabs-panel.entry-content.wc-tab {
    width: 70%;
}
a.checkout-button.btn.btn-invert.alt.wc-forward {
    margin-bottom: 0;
}
.wc-proceed-to-checkout {
    padding: 0 !important;
}
.offset-sm>.woocommerce {
    margin-bottom: 120px;
}
p.return-to-shop {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget select {
    width: 100%;
    padding: 6px 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: left;
}
.blog-post .post-teaser .gallery-item{
  background-color: transparent;
}
.post-teaser img {
    max-width: 100%;
    height: auto;
}
.edit-link {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    margin-left: 10px;
    margin-top: 30px;
}
.edit-link a {
    color: #fff;
}
.wp-caption-text.gallery-caption {
    display: block;
    padding: 20px 20px 20px 0px;
    text-align: left;
}
.post-teaser th {
  font-size: 17px !important;
}
.post-teaser a {
  font-size: 15px !important;
}
.post-teaser td {
  font-weight: 600;
}
.post-teaser img {
  height: auto;
  max-width: 100%;
}
.widget img {
  height: auto;
  max-width: 100%;
}
.category-list > li {
  font-size: 16px;
  line-height: 20px;
}
.category-list > li {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 10px 20px;
    position: relative;
    margin-top: 0;
}
.post-teaser ul li > span {
  font-size: 14px !important;
}
.category-list > li a {
  color: hsl(0, 0%, 27%);
  font-size: 16px !important;
  text-decoration: none;
}
.category-list > li {
  font-size: 16px !important;
}
 .post-teaser input[type="text"], .post-teaser input[type="password"] {
  border: 1px solid hsl(0, 0%, 60%);
  border-radius: 0px;
  padding: 13px 22px;
}

.nav-links > .page-numbers {
  border: 1px solid #000;
  display: inline-block;
  padding: 10px 15px;
}
.blog-post > .inside {
  padding: 0;
}
.tags-links.tags-list > li {
	display: inline-block;
    margin-bottom: 7px;
    margin-right: 5px;
    padding: 0;
}
.blog-post .post-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.sticky_post_icon {
    font-size: 2.76em;
    position: absolute;
    right: 0;
    background: rgba(256,256,256, 0.9);
    color: #333;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    z-index: 1;
    padding: 4px;
    border: 3px solid;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: auto;
}
address {
    margin-bottom: 20px;
}
.category-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.list-image > img {
  max-width: 100%;
  height: auto;
  width: auto;
} 
/* 13-02-2017 unite test */
 .widget_nav_menu ul>li>ul.sub-menu>li>ul.sub-menu ul.sub-menu {
    padding-left: 13px;
} 
.widget_nav_menu ul > li > ul.sub-menu li > ul.sub-menu li {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
} 
.widget_nav_menu ul > li > ul.sub-menu li > ul.sub-menu.category-list > li>a{
  margin-left: 15px;
}
ol > li,ul li {
    margin-top: 8px;
}
.column-right ul {
    padding-bottom: 0;
} 
.post-image img {
    height: auto;
    max-width: 100%;
}
.textwidget > form select option {
  width: 250px;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.box-step .title span {
    color: #009cdc;
}
.comments-area .comment .comment {
    margin-left: 2em;
}
.comment-reply-title {
  font-size: 28px;
  font-weight: 600;
}
.blog #monster-widget-placeholder-1 {
    margin-top: 40px;
}
.post-teaser input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid #333;
    background: #333;
    padding: 14px 22px 13px;
    display: inline-block;
    width: auto;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0px 0;
}
ul, ol {
    margin: 0;
    padding: 0 0 0px 40px;
}
ol ol, ol ul, ul ol, ul ul,ul,ol {
    margin-bottom: 0;
}
.post-teaser ul ul,.post-teaser ol ol {
    padding-left: 20px;
    padding-bottom: 0px;
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}
.page > .offset-sm > p {
  padding-top: 20px;
}





