/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2023 George Krupa, John Gera & Kreatura Media
	*
	* LayerSlider home:		https://layerslider.com/
	* Licensing:			https://layerslider.com/licensing/
*/



/* Slider */

	.ls-container,
	.ls-wp-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Wrappers */

	ls-scene-wrapper {
		width: 100%;
		margin: 0 auto;
		display: block !important;
		position: relative !important;
	}

	ls-scene-wrapper .ls-container {
		position: sticky !important;
		top: 0;
	}

	ls-silent-wrapper {
		width: 100vw;
		height: 100vh;
		z-index: -1 !important;
		visibility: hidden !important;
		opacity: 0 !important;
		pointer-events: none !important;
		position: fixed !important;
		left:  -200vw;
		top: -200vh;
	}

	ls-scene-wrapper[data-disabled-scene] {
		height: auto !important;
	}



/* Layers */

	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-layers,
	.ls-slide-bgcolor,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
	}

	.ls-text-layer .char .ls-grad-bg-overflow {
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
		z-index: 1;
	}

	.ls-wrapper.ls-fix-textnodes .line,
	.ls-wrapper.ls-fix-textnodes .word {
		position: static !important;
		transform: none !important;
	}

	.ls-layer.ls-has-chars .word {
		position: static !important;
	}

	.ls-layer.ls-has-chars .char {
		position: relative !important;
	}

	.ls-layer.ls-has-words .word {
		position: relative !important;
	}

	.ls-layer.ls-has-lines .line {
		position: relative !important;
	}

	.ls-textnode-dummy {
		display: inline-block !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	.ls-textnode-bgclip-wrap {
		left: 0;
		top: 0;
		position: absolute;
		background-clip: text;
		-webkit-background-clip: text;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
		text-align: left !important;
		pointer-events: none !important;
	}

	.ls-textnode {
		color: transparent;
		text-fill-color: transparent;
		-webkit-text-fill-color: transparent;
	}

	.ls-wrapper.ls-force-display-block {
		display: block !important;
	}

	.ls-wrapper.ls-force-visibility-hidden {
		visibility: hidden !important;
	}

	.ls-wrapper.ls-force-left-0 {
		left: 0 !important;
	}

	.ls-wrapper.ls-force-width-auto {
		width: auto !important;
	}

	.ls-wrapper.ls-force-height-auto {
		height: auto !important;
	}

	.ls-wrapper.ls-force-full-size {
		width: 100% !important;
		height: 100% !important;
	}

	.ls-layer.ls-force-no-transform,
	.ls-wrapper.ls-force-no-transform {
		transform: none !important;
	}

	.ls-force-no-transform .line,
	.ls-force-no-transform .word,
	.ls-force-no-transform .char {
		transform: none !important;
	}

	.ls-background-videos {
		z-index: 1;
	}

	.ls-bg-video-overlay {
		z-index: 21;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 2;
	}

	.ls-slide-effects {
		z-index: 4;
	}

	.ls-slide-bgcolor {
		z-index: 1;
	}

	.ls-layers {
		z-index: 35;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.ls-z,
	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-clip {
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.ls-z {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
		pointer-events: none !important;
	}

	.ls-z.ls-wrapper.ls-pinned {
		position: fixed !important;
	}

	.ls-slide-backgrounds .ls-wrapper.ls-z {
		overflow: hidden !important;
	}

	.ls-inner-wrapper {
		pointer-events: auto;
	}

	.ls-inner-wrapper * {
		pointer-events: inherit;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-scroll,
	.ls-scroll-transform,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-parallax,
	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		word-wrap: normal;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		transform: translateZ(0);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}



/* GUI */



	/* Common */

	.ls-gui-element {
		z-index: 40;
		text-decoration: none !important;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Media */

	.ls-media-unmute {
		visibility: hidden;
		position: absolute;
		left: 16px;
		top: 16px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		opacity: .65;
	}

	.ls-media-unmute-active {
		visibility: visible;
	}

	.ls-media-unmute-bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border-radius: 30px;
		border: 0 solid white;
		transform: scale(0.1);
		background: rgba(0,0,0,.25);
		box-shadow: 0 3px 10px rgba(0,0,0,.2);
	}

	.ls-icon-muted, .ls-icon-unmuted {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		transform: scale(0.1);
	}

	.ls-media-unmute-active .ls-media-unmute-bg {
		border: 2px solid white;
	}

	.ls-media-unmute-active .ls-icon-muted,
	.ls-media-unmute-active .ls-icon-unmuted,
	.ls-media-unmute-active .ls-media-unmute-bg {
		transform: scale(1) !important;
	}

	.ls-icon-muted {
		background-image: url(https://aasphr.org/wp-content/plugins/LayerSlider/assets/static/layerslider/css/../img/icon-muted-white.png);
		opacity: 1;
	}

	.ls-icon-unmuted {
		background-image: url(https://aasphr.org/wp-content/plugins/LayerSlider/assets/static/layerslider/css/../img/icon-unmuted-white.png);
		opacity: 0;
	}

	.ls-media-unmute:hover {
		opacity: 1;
	}

	.ls-media-unmute:hover .ls-icon-muted {
		opacity: 0;
	}

	.ls-media-unmute:hover .ls-icon-unmuted {
		opacity: 1;
	}

	.ls-media-unmute-bg,
	.ls-icon-unmuted,
	.ls-media-unmute,
	.ls-icon-muted {
		transition: all .3s ease-in-out !important;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link-on-top {
			z-index: 999999 !important;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}

	.ls-autoplay .ls-playvideo {
		display: none !important;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
		margin: 0 !important;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box > div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box,
	.ls-3d-box div {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	html body .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	html body .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullsize:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fullwidth:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-responsive:not(.ls-hidden),
	#ls-global .ls-container.ls-wp-container.ls-fixedsize:not(.ls-hidden) {
		max-width: 100%;
	}

	html body .ls-container.ls-hidden,
	#ls-global .ls-container.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-visible {
		overflow: visible !important;
		clip: auto !important;
		clip-path: none !important;
	}

	.ls-unselectable {
		user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	html body .ls-overflow-visible,
	html#ls-global .ls-overflow-visible,
	body#ls-global .ls-overflow-visible,
	#ls-global .ls-overflow-visible,
	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 auto !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background-color: black;
		overflow: hidden !important;
		position: relative !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
	.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}

	html body .ls-container .ls-layer,
	#ls-global .ls-container .ls-layer,
	html body .ls-container .ls-l,
	#ls-global .ls-container .ls-l {
		border-width: 0;
		border-style: solid;
		border-color: #000;
		color: #000;
		/* The default font-size value must also be changed in the layerslider.js file! */
		font-size: 36px;
		font-family: Arial, sans-serif;
		background-repeat: no-repeat;
	}

	.ls-container .ls-layer svg,
	.ls-container .ls-l svg {
		width: 1em;
		height: 1em;
		display: block;
	}

	.ls-container .ls-layer:not(.ls-html-layer) svg,
	.ls-container .ls-l:not(.ls-html-layer) svg {
		fill: currentColor;
	}

	.ls-container .ls-layer.ls-shape-layer svg,
	.ls-container .ls-layer.ls-svg-layer svg,
	.ls-container .ls-l.ls-shape-layer svg,
	.ls-container .ls-l.ls-svg-layer svg {
		width: 100%;
		height: 100%;
	}

	.ls-container .ls-layer.ls-icon-layer .fa,
	.ls-container .ls-l.ls-icon-layer .fa {
		display: block;
		line-height: inherit;
	}

	.ls-container .ls-layer.ls-ib-icon svg,
	.ls-container .ls-l.ls-ib-icon svg,
	.ls-container .ls-layer.ls-ib-icon .fa,
	.ls-container .ls-l.ls-ib-icon .fa {
		display: inline-block;
		vertical-align: middle;
	}

	.ls-container .ls-layer.ls-html-layer svg,
	.ls-container .ls-l.ls-html-layer svg {
		display: inline;
		width: auto;
		height: auto;
	}

/* Removing all default global styles of WordPress themes */

	html body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html body .ls-nav-next,
	#ls-global .ls-nav-next,
	html body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html body .ls-container img,
	#ls-global .ls-container img {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		background: none;
		min-width: 0 !important;
		max-width: none !important;
		border-radius: 0;
		box-shadow: none;
		border-width: 0;
		padding: 0;
	}

	html body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	html body .ls-container video,
	#ls-global .ls-container video {
		max-width: none !important;
		object-fit: cover !important;
	}

	html body .ls-container.ls-wp-container,
	#ls-global .ls-container.ls-wp-container,
	html body .ls-fullscreen-wrapper,
	#ls-global .ls-fullscreen-wrapper {
		max-width: none;
	}

	/* direction: ltr */

	html body .ls-container,
	#ls-global .ls-container,
	html body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-slider-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		min-height: 60px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-slider-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-slider-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-slider-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-slider-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers > .ls-hide-on-phone,
	.ls-container .ls-background-videos .ls-hide-on-phone video,
	.ls-container .ls-background-videos .ls-hide-on-phone audio,
	.ls-container .ls-background-videos .ls-hide-on-phone iframe {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers > .ls-hide-on-tablet,
	.ls-container .ls-background-videos .ls-hide-on-tablet video,
	.ls-container .ls-background-videos .ls-hide-on-tablet audio,
	.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers > .ls-hide-on-desktop,
	.ls-container .ls-background-videos .ls-hide-on-desktop video,
	.ls-container .ls-background-videos .ls-hide-on-desktop audio,
	.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
		display: none !important;
	}
}

.ls-container .ls-background-videos .ls-vpcontainer {
	z-index: 10;
}

.ls-container .ls-background-videos .ls-videopreview {
	background-size: cover !important;
}

.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
	position: relative;
	z-index: 20;
}



/* Hacks, Optimization */

	@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
		#ls-test3d {
			position: absolute;
			left: 9px;
			height: 3px;
		}
	}

	[data-ls-animating-in],
	[data-ls-animating-out] {
		will-change: transform, opacity;
	}

	.ls-loop {
		will-change: transform;
	}/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(https://aasphr.org/wp-includes/css/../fonts/dashicons.eot#1757755652);src:url(https://aasphr.org/wp-includes/css/../fonts/dashicons.eot#1757755652) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),url(https://aasphr.org/wp-includes/css/../fonts/dashicons.ttf#1757755652) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}[data-font="Dashicons"]:before{font-family:'Dashicons'!important;content:attr(data-icon)!important;speak:none!important;font-weight:normal!important;font-variant:normal!important;text-transform:none!important;line-height:1!important;font-style:normal!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.tribe-common figure{line-height:0}.tribe-common figcaption{line-height:normal}.tribe-common a{background-color:transparent;-webkit-text-decoration-skip:objects}.tribe-common abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.tribe-common code,.tribe-common kbd,.tribe-common pre,.tribe-common samp{font-family:monospace;font-size:1em}.tribe-common b,.tribe-common strong{font-weight:inherit;font-weight:bolder}.tribe-common dfn{font-style:italic}.tribe-common mark{background-color:#ff0;color:#000}.tribe-common small{font-size:80%}.tribe-common sub,.tribe-common sup{font-size:75%;line-height:0}.tribe-common hr{border:0;height:0}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=email],.tribe-common input[type=password],.tribe-common input[type=reset],.tribe-common input[type=search],.tribe-common input[type=submit],.tribe-common input[type=text],.tribe-common input[type=url],.tribe-common textarea{appearance:none}.tribe-common button,.tribe-common input,.tribe-common optgroup,.tribe-common select,.tribe-common textarea{color:inherit;font:inherit;-webkit-font-smoothing:antialiased;line-height:normal}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{border-radius:0;outline:0}.tribe-common select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.tribe-common optgroup{font-weight:700}.tribe-common h1,.tribe-common h2,.tribe-common h3,.tribe-common h4,.tribe-common h5,.tribe-common h6,.tribe-common p{font-weight:400;text-rendering:optimizeLegibility}#top .main_color .tribe-common button[disabled],#top.tribe-theme-enfold .tribe-common button[disabled]{opacity:1}.tribe-theme-twentynineteen .tribe-common h1:before,.tribe-theme-twentynineteen .tribe-common h2:before{content:none}.tribe-theme-twentynineteen .tribe-common button,.tribe-theme-twentynineteen .tribe-common input[type=button],.tribe-theme-twentynineteen .tribe-common input[type=reset],.tribe-theme-twentynineteen .tribe-common input[type=submit]{outline:none}.tribe-theme-twentynineteen .tribe-common td,.tribe-theme-twentynineteen .tribe-common th{word-break:normal}.tribe-theme-twentyseventeen .tribe-common h5{letter-spacing:normal;text-transform:none}.tribe-theme-twentyseventeen .tribe-common input[type=text]{border-radius:0}.tribe-theme-twentytwenty .tribe-common{background-color:var(--tec-color-background-events);letter-spacing:normal}.tribe-theme-twentytwenty .tribe-common input,.tribe-theme-twentytwenty .tribe-common textarea{letter-spacing:normal}.tribe-theme-twentytwenty .tribe-common *{word-break:normal}.tribe-theme-twentytwentyone.tribe-common .tribe-common .button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=reset]:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=submit]:not(:hover):not(:active):not(.has-background){background-color:initial}.tribe-common .tribe-common-form-control-checkbox,.tribe-common .tribe-common-form-control-radio{line-height:0}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular)}.tribe-common .tribe-common-form-control-checkbox__label:hover,.tribe-common .tribe-common-form-control-radio__label:hover{opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{appearance:none;background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-default);height:20px;position:relative;width:20px}.tribe-common .tribe-common-form-control-checkbox__input:active,.tribe-common .tribe-common-form-control-checkbox__input:focus,.tribe-common .tribe-common-form-control-checkbox__input:hover,.tribe-common .tribe-common-form-control-radio__input:active,.tribe-common .tribe-common-form-control-radio__input:focus,.tribe-common .tribe-common-form-control-radio__input:hover{border-color:var(--tec-form-color-border-active);opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-checkbox__input:checked,.tribe-common .tribe-common-form-control-radio__input:checked{background-color:var(--tec-form-color-border-active)}.tribe-common .tribe-common-form-control-checkbox__input{border-radius:4px}.tribe-common .tribe-common-form-control-checkbox__input:checked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6.1L3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:9px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.tribe-common .tribe-common-form-control-checkbox__input:focus+.tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-checkbox__input:hover+.tribe-common-form-control-checkbox__label{opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-radio__input{border-radius:50%}.tribe-common .tribe-common-form-control-radio__input:checked:before{background-color:var(--tec-form-color-background);border-radius:50%;content:"";display:block;height:8px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.tribe-common .tribe-common-form-control-radio__input:focus+.tribe-common-form-control-radio__label,.tribe-common .tribe-common-form-control-radio__input:hover+.tribe-common-form-control-radio__label{opacity:var(--tec-opacity-icon-hover)}#top .main_color .tribe-common .tribe-common-form-control-checkbox__label,#top .main_color .tribe-common .tribe-common-form-control-radio__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-radio__label{font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input:checked:before{margin:0}.tribe-common .tribe-common-form-control-slider{line-height:0}.tribe-common .tribe-common-form-control-slider__input{appearance:none;background-color:transparent;border:0}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:var(--tec-transition-background-color);background-color:var(--tec-form-color-accent-primary)}.tribe-common .tribe-common-form-control-slider__input::-moz-range-track{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:var(--tec-transition-background-color);background-color:var(--tec-form-color-accent-primary)}.tribe-common .tribe-common-form-control-slider__input::-ms-track{background-color:transparent;border-color:transparent;border-width:5px 0;color:transparent;height:10px}.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower,.tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper{background-color:var(--tec-form-color-accent-primary);border-radius:10px}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-thumb{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;width:20px;margin-top:-5px;appearance:none}.tribe-common .tribe-common-form-control-slider__input::-moz-range-thumb{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;width:20px;margin-top:-5px}.tribe-common .tribe-common-form-control-slider__input::-ms-thumb{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;width:20px;margin-top:-5px;box-shadow:none;margin-top:-1px}.tribe-common .tribe-common-form-control-slider__label{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);line-height:var(--tec-line-height-0);color:var(--tec-color-text-secondary)}#top .main_color .tribe-common .tribe-common-form-control-slider__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-slider__label,.tribe-common .tribe-common-form-control-slider__label{font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular)}.tribe-common .tribe-common-form-control-text__input{font-size:var(--tec-font-size-3);border:0;border-bottom:1px solid var(--tec-color-border-default)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,.tribe-common .tribe-common-form-control-text__input{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{font-size:var(--tec-font-size-2);border:0}.tribe-common .tribe-common-form-control-text__input::placeholder{color:var(--tec-color-text-secondary);font-style:normal;opacity:var(--tec-opacity-default)}.tribe-common .tribe-common-form-control-text__input:focus{border-bottom-color:var(--tec-color-border-active);outline:auto}.tribe-theme-twentyseventeen .tribe-common .tribe-common-form-control-text__input{color:var(--tec-color-text-primary)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-text__input{line-height:inherit}#top .main_color .tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);background:var(--tec-color-background);border:0;border-bottom:1px solid var(--tec-color-border-default)}#top .main_color .tribe-common .tribe-common-form-control-text__input:focus,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input:focus{border-bottom-color:var(--tec-color-border-active);box-shadow:none}#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);border:0}.tribe-common .tribe-common-form-control-toggle{line-height:0;position:relative}.tribe-common .tribe-common-form-control-toggle__input{border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:var(--tec-transition-background-color);appearance:none;background-color:var(--tec-form-color-border-secondary);width:40px}.tribe-common .tribe-common-form-control-toggle__input::-ms-check{display:none}.tribe-common .tribe-common-form-control-toggle__input+label:before{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;width:20px;content:"";left:0;position:absolute;top:0;transition:var(--tec-transition-transform)}.tribe-common .tribe-common-form-control-toggle__input:checked{background-color:var(--tec-form-color-accent-primary)}.tribe-common .tribe-common-form-control-toggle__input:checked+label:before{transform:translateX(20px)}.tribe-common .tribe-common-form-control-toggle__label{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);line-height:var(--tec-line-height-0);color:var(--tec-color-text-secondary)}#top .main_color .tribe-common .tribe-common-form-control-toggle__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__label,.tribe-common .tribe-common-form-control-toggle__label{font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input{top:0}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input:checked:before{content:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-toggle__input:after{display:none}.tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-common a:not(.tribe-common-anchor--unstyle):active,.tribe-common a:not(.tribe-common-anchor--unstyle):focus,.tribe-common a:not(.tribe-common-anchor--unstyle):hover,.tribe-common a:not(.tribe-common-anchor--unstyle):visited{color:var(--tec-color-text-primary);outline:0;text-decoration:none}.tribe-common a:not(.tribe-common-anchor--unstyle):focus{outline:auto}.site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle){box-shadow:none}.site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):focus,.site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):hover,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):focus,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:not(.tribe-common-anchor--unstyle):hover,.tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle):focus,.tribe-theme-twentyseventeen .tribe-common a:not(.tribe-common-anchor--unstyle):hover{box-shadow:none;color:var(--tec-color-text-primary)}.tribe-theme-twentynineteen .entry .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-twentynineteen .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-twentytwentyone .entry .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-twentytwentyone .tribe-common a:not(.tribe-common-anchor--unstyle){text-decoration:none}.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle),.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):active,.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):focus,.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):hover,.main_color .sidebar .tribe-common a:not(.tribe-common-anchor--unstyle):visited,.tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle),.tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):active,.tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):focus,.tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):hover,.tribe-theme-enfold .tribe-common a:not(.tribe-common-anchor--unstyle):visited{color:var(--tec-color-text-primary)}.tribe-common .tribe-common-anchor{border-bottom:2px solid transparent;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-anchor:active,.tribe-common .tribe-common-anchor:focus,.tribe-common .tribe-common-anchor:hover{border-bottom:2px solid currentColor}.tribe-common .tribe-common-anchor-alt{border-bottom:2px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-anchor-alt:active,.tribe-common .tribe-common-anchor-alt:focus,.tribe-common .tribe-common-anchor-alt:hover{border-bottom:2px solid currentColor;color:var(--tec-color-link-accent)}.tribe-common .tribe-common-anchor-thin{border-bottom:1px solid transparent;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:1px solid var(--tec-color-link-primary)}.tribe-common .tribe-common-anchor-thin-alt{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-anchor-thin-alt:active,.tribe-common .tribe-common-anchor-thin-alt:focus,.tribe-common .tribe-common-anchor-thin-alt:hover{border-bottom:1px solid currentColor;color:var(--tec-color-link-accent)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:hover,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:hover{color:var(--tec-color-accent-primary)}.site-footer .widget-area .tribe-common .tribe-common-anchor,.site-footer .widget-area .tribe-common .tribe-common-anchor-thin,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin{transition:var(--tec-transition-border-color)}.site-footer .widget-area .tribe-common .tribe-common-anchor-alt,.site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-alt,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt{transition:var(--tec-transition-color)}.tribe-common .tribe-common-b1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-b1--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common .tribe-common-b2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-0)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-b2--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common .tribe-common-b3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-0);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-b3--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium,.tribe-common .tribe-common-cta{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-cta{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);border-bottom:2px solid transparent;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-cta:active,.tribe-common .tribe-common-cta:focus,.tribe-common .tribe-common-cta:hover{border-bottom:2px solid currentColor}.tribe-common .tribe-common-cta--alt{border-bottom:2px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-cta--alt:active,.tribe-common .tribe-common-cta--alt:focus,.tribe-common .tribe-common-cta--alt:hover{border-bottom:2px solid currentColor;color:var(--tec-color-link-accent)}.tribe-common .tribe-common-cta--thin{border-bottom:1px solid transparent;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-cta--thin:active,.tribe-common .tribe-common-cta--thin:focus,.tribe-common .tribe-common-cta--thin:hover{border-bottom:1px solid var(--tec-color-link-primary)}.tribe-common .tribe-common-cta--thin-alt{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-cta--thin-alt:active,.tribe-common .tribe-common-cta--thin-alt:focus,.tribe-common .tribe-common-cta--thin-alt:hover{border-bottom:1px solid currentColor;color:var(--tec-color-link-accent)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:hover,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:hover{color:var(--tec-color-accent-primary)}.tribe-common .tribe-common-h1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h1{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-h2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h2{font-size:var(--tec-font-size-9);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-h3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-6);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-common .tribe-common-h4{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-5);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-common .tribe-common-h5{font-size:var(--tec-font-size-4)}.tribe-common .tribe-common-h5,.tribe-common .tribe-common-h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;line-height:var(--tec-line-height-2)}.tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h7{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h7,.tribe-common .tribe-common-h8{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none}.tribe-common .tribe-common-h8{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h5--min-medium{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h--alt{font-weight:var(--tec-font-weight-regular)}.tribe-theme-avada #main .tribe-common .tribe-common-h1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h1{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common .tribe-common-h2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h2{font-size:var(--tec-font-size-9);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common .tribe-common-h3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-6);line-height:var(--tec-line-height-2)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common .tribe-common-h4{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;font-size:var(--tec-font-size-5);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common .tribe-common-h5{font-size:var(--tec-font-size-4)}.tribe-theme-avada #main .tribe-common .tribe-common-h5,.tribe-theme-avada #main .tribe-common .tribe-common-h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none;line-height:var(--tec-line-height-2)}.tribe-theme-avada #main .tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h7{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h7,.tribe-theme-avada #main .tribe-common .tribe-common-h8{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none}.tribe-theme-avada #main .tribe-common .tribe-common-h8{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3--min-medium{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4--min-medium{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h5--min-medium{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h7--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h--alt{font-weight:var(--tec-font-weight-regular)}.tribe-common button{border:none}.tribe-common button,.tribe-common button:focus,.tribe-common button:hover,.tribe-theme-twentyseventeen .tribe-common button:focus,.tribe-theme-twentyseventeen .tribe-common button:hover,.tribe-theme-twentytwenty .tribe-common button{background-color:transparent;background-image:none}.tribe-theme-twentytwenty .tribe-common button{text-transform:inherit}.tribe-theme-twentytwenty .tribe-common button:focus,.tribe-theme-twentytwenty .tribe-common button:hover{text-decoration:none}.tribe-theme-twentytwentyone .tribe-common button:not(:hover):not(:active){background-color:inherit;background-image:inherit;color:inherit}.tribe-theme-enfold .tribe-common th{letter-spacing:0;text-transform:none}.tribe-common .tribe-common-c-btn--clear{background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn--clear:active,.tribe-common .tribe-common-c-btn--clear:focus,.tribe-common .tribe-common-c-btn--clear:hover{background:transparent;color:inherit}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-border:active,.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover,.tribe-common a.tribe-common-c-btn-border:active,.tribe-common a.tribe-common-c-btn-border:focus,.tribe-common a.tribe-common-c-btn-border:hover{background:transparent;color:inherit}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{background-color:var(--tec-color-background);border:1px solid var(--tec-color-accent-primary);border-radius:var(--tec-border-radius-default);text-align:center;transition:var(--tec-transition);color:var(--tec-color-button-primary);padding:11px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border{width:auto}.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover,.tribe-common a.tribe-common-c-btn-border:focus,.tribe-common a.tribe-common-c-btn-border:hover{background-color:var(--tec-color-accent-primary);color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border:active,.tribe-common a.tribe-common-c-btn-border:active{opacity:.9}.tribe-common .tribe-common-c-btn-border--secondary,.tribe-common a.tribe-common-c-btn-border--secondary{border-color:var(--tec-color-button-secondary);color:var(--tec-color-button-secondary)}.tribe-common .tribe-common-c-btn-border--secondary:focus,.tribe-common .tribe-common-c-btn-border--secondary:hover,.tribe-common a.tribe-common-c-btn-border--secondary:focus,.tribe-common a.tribe-common-c-btn-border--secondary:hover{background-color:var(--tec-color-button-secondary)}.tribe-common .tribe-common-c-btn-border--secondary:active,.tribe-common a.tribe-common-c-btn-border--secondary:active{opacity:.9}.tribe-common .tribe-common-c-btn-border--alt,.tribe-common a.tribe-common-c-btn-border--alt{border-color:var(--tec-color-border-secondary);color:var(--tec-color-text-primary);font-weight:var(--tec-font-weight-regular)}.tribe-common .tribe-common-c-btn-border--alt:focus,.tribe-common .tribe-common-c-btn-border--alt:hover,.tribe-common a.tribe-common-c-btn-border--alt:focus,.tribe-common a.tribe-common-c-btn-border--alt:hover{background-color:var(--tec-color-background);border-color:var(--tec-color-border-active);color:var(--tec-color-text-primary)}.tribe-common .tribe-common-c-btn-border--alt:active,.tribe-common a.tribe-common-c-btn-border--alt:active{opacity:.9}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:hover{background-color:var(--tec-color-button-primary)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:hover{background-color:var(--tec-color-button-secondary)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0);font-weight:var(--tec-font-weight-regular);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{background:transparent;color:inherit}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);text-align:center;transition:var(--tec-transition-color-border-color)}.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:active{border-color:var(--tec-color-border-active)}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{color:var(--tec-color-text-secondary);padding:14px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{padding:6px 15px;width:auto}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{color:var(--tec-color-text-primary)}.tribe-common .tribe-common-c-btn-border-small:disabled,.tribe-common a.tribe-common-c-btn-border-small:disabled{color:var(--tec-color-text-disabled)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border-small:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-icon{background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-icon:active,.tribe-common .tribe-common-c-btn-icon:focus,.tribe-common .tribe-common-c-btn-icon:hover{background:transparent;color:inherit}.tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:active .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:focus .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-primary)}.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-disabled)}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-secondary)}.tribe-common .tribe-common-c-btn-icon--border{align-items:center;background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);display:inline-flex;height:56px;justify-content:center;transition:none;width:56px}.tribe-common .tribe-common-c-btn-icon--border:focus,.tribe-common .tribe-common-c-btn-icon--border:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-icon--border:active{border-color:var(--tec-color-border-active)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-icon--border:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn:active,.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn:active,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn:active,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background:transparent;color:inherit}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn{border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);background-color:var(--tec-color-button-primary);padding:11px 20px;width:100%}.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background-image:none;border:0;border-radius:var(--tec-border-radius-default);box-shadow:none;color:var(--tec-color-background);font-style:normal;outline:none;text-decoration:none;text-shadow:none}.tribe-common .tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:focus{outline:auto}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common button.tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);padding:11px 20px}.tribe-common .tribe-common-c-btn:active,.tribe-common a.tribe-common-c-btn:active,.tribe-common button.tribe-common-c-btn:active{background-color:var(--tec-color-button-primary-active);padding:11px 20px}.tribe-common .tribe-common-c-btn:disabled,.tribe-common a.tribe-common-c-btn:disabled,.tribe-common button.tribe-common-c-btn:disabled{background-color:var(--tec-color-button-primary-background);padding:11px 20px}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);color:var(--tec-color-background)}.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn{background-color:var(--tec-color-button-primary)}.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:focus,.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);color:var(--tec-color-background)}.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn{outline:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn:not(:hover):not(:active){background-color:var(--tec-color-button-primary);color:var(--tec-color-background)}.tribe-common .tribe-common-c-loader__dot circle{animation-direction:normal;animation-duration:2.24s;animation-iteration-count:infinite;animation-name:a;fill:currentColor;opacity:var(--tec-opacity-background)}.tribe-common .tribe-common-c-loader__dot--first circle{animation-delay:.45s}.tribe-common .tribe-common-c-loader__dot--second circle{animation-delay:1.05s}.tribe-common .tribe-common-c-loader__dot--third circle{animation-delay:1.35s}@keyframes a{50%{opacity:var(--tec-opacity-default)}}.tribe-common .tribe-common-c-svgicon{color:var(--tec-color-accent-primary)}.tribe-common .tribe-common-c-svgicon--featured path{fill:currentColor}.tribe-common .tribe-common-c-svgicon--recurring path{fill:var(--tec-color-icon-active);stroke:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon--close-alt path,.tribe-common .tribe-common-c-svgicon--close path{stroke:var(--tec-color-icon-secondary)}.tribe-common .tribe-common-c-svgicon--messages-not-found path{stroke:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke{stroke:currentColor}.tribe-common .tribe-common-c-svgicon__svg-fill{fill:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon__svg-stroke{stroke:var(--tec-color-icon-active)}.accordion-header{background:none;border:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:12px;font-weight:700;padding:10px 20px;position:relative;text-align:left;width:100%}.accordion-header:before{background-color:#000;border-radius:100%;box-sizing:border-box;color:#fff;content:"\f132";font-family:dashicons,sans-serif;font-size:10px;font-weight:400;height:14px;left:0;line-height:17px;padding:0;padding-right:1px;position:absolute;text-align:center;top:12px;width:15px}.accordion-header:after{border-bottom:1px solid #ddd;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%}.accordion-header.is-active:before{content:"\f460";line-height:15px}.accordion-header:focus{outline:1px solid #5b9dd9}.accordion-header:hover{background:none}.tribe-tickets-editor-history:after{width:calc(100% - 80px)}.tribe_attendee_meta:after{width:calc(100% - 170px)}.tribe_advanced_meta:after{width:calc(100% - 105px)}.accordion-label:focus{outline:none}.accordion-content{display:none}.ticket_panel .accordion-content{margin:1em 0 2em}.accordion-content.is-active{display:block}.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.tribe-common-c-loader.tribe-tickets-loader__modal{height:100vh;position:fixed;width:100vw}.event-tickets .tribe-common-c-loader{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}.event-tickets .tribe-tickets__notice,.tribe-common .tribe-tickets__notice{background-color:var(--tec-color-background-secondary);border-radius:var(--tec-border-radius-default);margin:var(--tec-spacer-4) 0;padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice>:last-child,.tribe-common .tribe-tickets__notice>:last-child{margin-bottom:0;padding-bottom:0}.event-tickets .tribe-tickets-notice__title,.tribe-common .tribe-tickets-notice__title{margin:0;position:relative}.event-tickets .tribe-tickets-notice__title:empty,.tribe-common .tribe-tickets-notice__title:empty{display:none}.event-tickets .tribe-tickets__notice--error,.tribe-common .tribe-tickets__notice--error{background-color:var(--tec-color-background-error);display:none;padding-left:50px;position:relative}.event-tickets .tribe-tickets__notice--error:before,.tribe-common .tribe-tickets__notice--error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg fill='none' fill-rule='evenodd' transform='translate(1 1)'%3E%3Ccircle cx='8' cy='8' r='7.467' stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='11.733' r='1.067' fill='%23141827' fill-rule='nonzero'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M8 3.733v4.8' fill='%23141827'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;content:"";height:var(--tec-spacer-3);left:var(--tec-spacer-4);position:absolute;top:var(--tec-spacer-4);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice--barred,.tribe-common .tribe-tickets__notice--barred{background-color:var(--tec-color-background);border:var(--tec-spacer-0) solid var(--tec-color-border-secondary);border-bottom:0;border-radius:0;border-top:0;padding:0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-left,.tribe-common .tribe-tickets__notice--barred-left{border-right:0;padding:0 0 0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-right,.tribe-common .tribe-tickets__notice--barred-right{border-left:0;padding:0 var(--tec-spacer-2) 0 0}.event-tickets .tribe-tickets-svgicon{background-repeat:no-repeat;background-size:contain}.tooltipster-base.tribe-tickets-tooltip-theme{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);box-shadow:var(--tec-box-shadow-tooltip);height:auto!important;max-width:254px;padding:var(--tec-spacer-5)}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box{background-color:transparent;border:0;border-radius:0;box-shadow:none;margin:0}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content{color:var(--tec-color-text-primary);overflow:inherit;padding:0;word-break:break-word}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow{display:none}.tribe-common a.tribe-common-c-btn--small,.tribe-common button.tribe-common-c-btn--small,.tribe-common input[type=button].tribe-common-c-btn--small,.tribe-common input[type=submit].tribe-common-c-btn--small{background-color:var(--tec-color-accent-primary);padding:11px 14px;width:auto}.tribe-common a.tribe-common-c-btn--small:active,.tribe-common a.tribe-common-c-btn--small:disabled,.tribe-common a.tribe-common-c-btn--small:focus,.tribe-common a.tribe-common-c-btn--small:hover,.tribe-common button.tribe-common-c-btn--small:active,.tribe-common button.tribe-common-c-btn--small:disabled,.tribe-common button.tribe-common-c-btn--small:focus,.tribe-common button.tribe-common-c-btn--small:hover,.tribe-common input[type=button].tribe-common-c-btn--small:active,.tribe-common input[type=button].tribe-common-c-btn--small:disabled,.tribe-common input[type=button].tribe-common-c-btn--small:focus,.tribe-common input[type=button].tribe-common-c-btn--small:hover,.tribe-common input[type=submit].tribe-common-c-btn--small:active,.tribe-common input[type=submit].tribe-common-c-btn--small:disabled,.tribe-common input[type=submit].tribe-common-c-btn--small:focus,.tribe-common input[type=submit].tribe-common-c-btn--small:hover{padding:11px 14px}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background:transparent;color:inherit}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{text-align:center;text-decoration:underline;transition:var(--tec-transition-color)}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background-color:transparent}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;color:var(--tec-color-accent-primary);padding:11px 20px;width:100%}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{color:var(--tec-color-accent-primary-hover)}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:active{color:var(--tec-color-accent-primary-active)}.tribe-common a.tribe-common-c-btn-link:disabled,.tribe-common button.tribe-common-c-btn-link:disabled,.tribe-common input[type=button].tribe-common-c-btn-link:disabled,.tribe-common input[type=submit].tribe-common-c-btn-link:disabled{color:var(--tec-color-accent-primary-background)}.event-tickets .tec-tickets__attendees-list-wrapper,.tribe-common .tec-tickets__attendees-list-wrapper{margin-top:var(--tec-spacer-8)}.event-tickets .tec-tickets__attendees-list,.tribe-common .tec-tickets__attendees-list{background-color:var(--tec-color-background);margin-top:var(--tec-spacer-3)}.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{align-items:center;border-left:1px solid var(--tec-color-border-secondary);border-right:1px solid var(--tec-color-border-secondary);border-top:1px solid var(--tec-color-border-secondary);container-type:inline-size;display:flex;flex-direction:column;grid-gap:var(--tec-spacer-1);gap:var(--tec-spacer-1);margin:0;padding:var(--tec-spacer-4)}.event-tickets .tec-tickets__attendees-list-item:last-child,.tribe-common .tec-tickets__attendees-list-item:last-child{border-bottom:1px solid var(--tec-color-border-secondary)}.event-tickets .tec-tickets__attendees-list-item-attendee-details,.tribe-common .tec-tickets__attendees-list-item-attendee-details{align-self:center;flex-grow:1}.entry .entry-content .event-tickets .tribe-tickets__tickets-form,.event-tickets .tribe-tickets__tickets-form{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-secondary);border-radius:var(--tec-border-radius-default);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin:var(--tec-spacer-5) 0;max-width:580px;padding:var(--tec-spacer-3) var(--tec-spacer-3) var(--tec-spacer-4);position:relative;width:100%}.entry .entry-content .event-tickets .tribe-tickets__tickets-form .tribe-tickets__notice--barred-left,.event-tickets .tribe-tickets__tickets-form .tribe-tickets__notice--barred-left{display:none}.entry .entry-content .event-tickets .tribe-tickets__tickets-title,.event-tickets .tribe-tickets__tickets-title{color:var(--tec-color-text-primary);margin:0 0 var(--tec-spacer-1)}.entry .entry-content .event-tickets .tribe-tickets__notice--barred,.event-tickets .tribe-tickets__notice--barred{margin-bottom:var(--tec-spacer-3)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item,.event-tickets .tribe-tickets__tickets-item{align-items:center;border-top:1px solid var(--tec-color-border-secondary);display:grid;-ms-grid-columns:10fr 1fr;-ms-grid-rows:1fr 1.5fr;grid-template-columns:auto 1fr auto;grid-template-rows:auto;margin:0;padding:12px 0 16px}.entry .entry-content .event-tickets .tribe-tickets__tickets-item[data-available=false],.event-tickets .tribe-tickets__tickets-item[data-available=false]{opacity:.5}.entry .entry-content .event-tickets .tribe-tickets__tickets-item.show-optout,.event-tickets .tribe-tickets__tickets-item.show-optout{-ms-grid-columns:10fr 1fr;-ms-grid-rows:1fr 1.5fr 1fr 1fr;grid-template-columns:10fr 1fr;grid-template-rows:auto}.entry .entry-content .event-tickets .tribe-tickets__tickets-item.show-optout .tribe-tickets-attendees-list-optout--wrapper,.event-tickets .tribe-tickets__tickets-item.show-optout .tribe-tickets-attendees-list-optout--wrapper{display:block}.entry .entry-content .event-tickets .tribe-tickets__tickets-item--inactive+.tribe-tickets__tickets-item--inactive,.event-tickets .tribe-tickets__tickets-item--inactive+.tribe-tickets__tickets-item--inactive{display:none}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-title-container,.event-tickets .tribe-tickets__tickets-item-content-title-container{align-self:end;grid-column:1;grid-row:1;line-height:1}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label-container,.event-tickets .tribe-tickets__tickets-item-content-sale-label-container{display:flex}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-sale-label,.event-tickets .tribe-tickets__tickets-item-content-sale-label{background-color:#eaf1ff;border-radius:var(--tec-spacer-2);color:var(--tec-color-icon-focus);display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-0);font-weight:var(--tec-font-weight-bold);margin-bottom:5px;padding:4px 6px}.entry .entry-content .event-tickets .tribe-tickets-attendees-list-optout--wrapper,.event-tickets .tribe-tickets-attendees-list-optout--wrapper{display:none;grid-column:1/span all;-ms-grid-column-span:3;grid-row:4}.entry .entry-content .event-tickets .tribe-tickets__form .tribe-tickets-attendees-list-optout--wrapper label,.event-tickets .tribe-tickets__form .tribe-tickets-attendees-list-optout--wrapper label{color:var(--tec-color-text-secondary);display:flex;font-size:var(--tec-font-size-1)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item--disabled *,.entry .entry-content .event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity,.entry .entry-content .event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-add,.entry .entry-content .event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-number-input,.entry .entry-content .event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-remove,.event-tickets .tribe-tickets__tickets-item--disabled *,.event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity,.event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-add,.event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-number-input,.event-tickets .tribe-tickets__tickets-item--disabled .tribe-tickets__tickets-item-quantity-remove{color:var(--tec-color-text-disabled);color:var(--tec-color-scroll-bar)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item--on-sale .tribe-tickets__tickets-item-quantity,.event-tickets .tribe-tickets__tickets-item--on-sale .tribe-tickets__tickets-item-quantity{padding-top:10px}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content,.event-tickets .tribe-tickets__tickets-item-details-content{color:var(--tec-color-text-secondary);display:none;grid-column:1;grid-row:3;line-height:1;margin:var(--tec-spacer-0) 0}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content.tribe__details--open,.event-tickets .tribe-tickets__tickets-item-details-content.tribe__details--open{display:block}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary,.event-tickets .tribe-tickets__tickets-item-details-summary{color:var(--tec-color-text-secondary);display:grid;grid-column:2;grid-row:1;justify-content:flex-start;padding-left:var(--tec-spacer-0)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--less,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--more,.event-tickets .tribe-tickets__tickets-item-details-summary-button--less,.event-tickets .tribe-tickets__tickets-item-details-summary-button--more{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-0);background-color:transparent;color:var(--tec-color-text-secondary);position:relative;white-space:nowrap}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--less:after,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--more:after,.event-tickets .tribe-tickets__tickets-item-details-summary-button--less:after,.event-tickets .tribe-tickets__tickets-item-details-summary-button--more:after{border:var(--tec-spacer-0) solid var(--tec-color-background-transparent);content:"";display:inline-block;margin-bottom:1px}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--more:after,.event-tickets .tribe-tickets__tickets-item-details-summary-button--more:after{border-bottom:0 none;border-top:var(--tec-spacer-0) solid var(--tec-color-text-secondary)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--less,.event-tickets .tribe-tickets__tickets-item-details-summary-button--less{display:none}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--less:after,.event-tickets .tribe-tickets__tickets-item-details-summary-button--less:after{border-bottom:var(--tec-spacer-0) solid var(--tec-color-text-secondary);border-top:0 none}.entry .entry-content .event-tickets .tribe__details--open .tribe-tickets__tickets-item-details-summary-button--more,.event-tickets .tribe__details--open .tribe-tickets__tickets-item-details-summary-button--more{display:none!important;visibility:hidden}.entry .entry-content .event-tickets .tribe__details--open .tribe-tickets__tickets-item-details-summary-button--less,.event-tickets .tribe__details--open .tribe-tickets__tickets-item-details-summary-button--less{display:block}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra,.event-tickets .tribe-tickets__tickets-item-extra{align-items:baseline;-ms-grid-columns:min-content max-content auto;grid-row:2;grid-template-columns:min-content max-content auto;padding:0;text-align:left}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra.tribe-tickets__tickets-item-extra--price-suffix,.event-tickets .tribe-tickets__tickets-item-extra.tribe-tickets__tickets-item-extra--price-suffix{overflow:hidden;text-align:left}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-available,.event-tickets .tribe-tickets__tickets-item-extra-available{color:var(--tec-color-text-secondary)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price,.event-tickets .tribe-tickets__tickets-item-extra-price{align-items:flex-end;display:flex;flex-direction:row;grid-gap:var(--tec-spacer-1);gap:var(--tec-spacer-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-sale-price,.event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-sale-price{font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-bold)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price,.event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price{color:var(--tec-color-text-secondary);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);text-decoration:line-through}.entry .entry-content .event-tickets .tribe-tickets__tickets-sale-price-suffix,.event-tickets .tribe-tickets__tickets-sale-price-suffix{color:var(--tec-color-text-secondary);font-weight:var(--tec-font-weight-regular)}.entry .entry-content .event-tickets .tribe-tickets__tickets-sale-price-suffix small,.event-tickets .tribe-tickets__tickets-sale-price-suffix small{font-size:100%}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-available+.tribe-tickets__tickets-item-details-summary,.event-tickets .tribe-tickets__tickets-item-extra-available+.tribe-tickets__tickets-item-details-summary{grid-column:3}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity,.event-tickets .tribe-tickets__tickets-item-quantity{align-self:flex-start;color:var(--tec-color-text-secondary);display:flex;flex:0 0 82px;grid-column:3;grid-row:1/span 2;-ms-grid-row-span:2;justify-content:center}.entry .entry-content .event-tickets .tribe-tickets__tickets-item[data-available=false] .tribe-tickets__tickets-item-quantity,.event-tickets .tribe-tickets__tickets-item[data-available=false] .tribe-tickets__tickets-item-quantity{align-self:center}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove,.event-tickets .tribe-tickets__tickets-item-quantity-add,.event-tickets .tribe-tickets__tickets-item-quantity-remove{align-self:center;background-color:transparent;color:var(--tec-color-icon-secondary);display:inline-block;font-size:24px;font-weight:var(--tec-font-weight-regular);margin-bottom:var(--tec-spacer-0);width:12px}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add:focus,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-add:hover,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove:focus,.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-remove:hover,.event-tickets .tribe-tickets__tickets-item-quantity-add:focus,.event-tickets .tribe-tickets__tickets-item-quantity-add:hover,.event-tickets .tribe-tickets__tickets-item-quantity-remove:focus,.event-tickets .tribe-tickets__tickets-item-quantity-remove:hover{background-color:transparent;color:var(--tec-color-icon-primary)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-number,.event-tickets .tribe-tickets__tickets-item-quantity-number{align-items:center;appearance:none;background-color:transparent;border:none;color:var(--tec-color-icon-secondary);cursor:pointer;display:inline-flex;height:48px;justify-content:center;margin:0;outline:none;overflow:hidden;position:relative;width:40px}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-quantity-unavailable,.event-tickets .tribe-tickets__tickets-item-quantity-unavailable{margin-left:var(--tec-spacer-1);white-space:nowrap}.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input,.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input{appearance:textfield;background:transparent;border:none;color:var(--tec-color-text-primary);padding:0;text-align:center;width:-moz-fit-content;width:fit-content}.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input::-webkit-inner-spin-button,.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input::-webkit-outer-spin-button,.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input::-webkit-inner-spin-button,.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input::-webkit-outer-spin-button{-webkit-appearance:none}.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input.tribe-tickets__tickets-item-quantity-number--active,.entry .entry-content .event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input:focus,.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input.tribe-tickets__tickets-item-quantity-number--active,.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__tickets-item-quantity-number-input:focus{color:var(--tec-color-text-primary)}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer,.event-tickets .tribe-tickets__tickets-footer{align-items:baseline;border-top:1px solid var(--tec-color-border-secondary);display:flex;flex-flow:row nowrap;justify-content:flex-end;padding:var(--tec-spacer-4) 0 0}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-quantity,.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total,.event-tickets .tribe-tickets__tickets-footer-quantity,.event-tickets .tribe-tickets__tickets-footer-total{color:var(--tec-color-text-secondary);display:none;text-align:center}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-quantity,.entry .entry-content .event-tickets .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-total,.event-tickets .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-quantity,.event-tickets .tribe-tickets__tickets-footer--active .tribe-tickets__tickets-footer-total{display:block}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total,.event-tickets .tribe-tickets__tickets-footer-total{margin-left:var(--tec-spacer-1)}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-quantity-number,.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total-number,.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total-wrap,.event-tickets .tribe-tickets__tickets-footer-quantity-number,.event-tickets .tribe-tickets__tickets-footer-total-number,.event-tickets .tribe-tickets__tickets-footer-total-wrap{color:var(--tec-color-text-primary);font-weight:var(--tec-font-weight-bold)}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button,.event-tickets .tribe-tickets__tickets-buy{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);background:transparent;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;text-decoration:none;width:auto}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:active,.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:focus,.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:hover,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy:active,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy:focus,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy:hover,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:active,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:focus,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button:hover,.event-tickets .tribe-tickets__tickets-buy:active,.event-tickets .tribe-tickets__tickets-buy:focus,.event-tickets .tribe-tickets__tickets-buy:hover{background:transparent;color:inherit}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button,.event-tickets .tribe-tickets__tickets-buy{border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);text-align:center;transition:var(--tec-transition-background-color);margin:0;padding:11px 14px}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{margin-left:auto;white-space:nowrap}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover{background-color:var(--tec-color-accent-primary-hover)}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:active,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:active,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:active{background-color:var(--tec-color-accent-primary-active)}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled{background-color:var(--tec-color-accent-primary);color:var(--tec-color-text-disabled);cursor:not-allowed}.entry .entry-content .event-tickets .tribe-tickets__registration,.event-tickets .tribe-tickets__registration{border:1px solid var(--tec-color-border-secondary)}.entry .entry-content .event-tickets .tribe-tickets__registration-title h2,.event-tickets .tribe-tickets__registration-title h2{color:var(--tec-color-text-primary)}.entry .entry-content .event-tickets .tribe-tickets__registration-description,.event-tickets .tribe-tickets__registration-description{margin-top:10px}.entry .entry-content .event-tickets .tribe-ticket__tickets-heading,.event-tickets .tribe-ticket__tickets-heading{margin-bottom:var(--tec-spacer-3)}@media (min-width:768px){.event-tickets .tribe-common-c-loader,.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{padding:0}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:transparent;width:auto}.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{flex-direction:row}.entry .entry-content .event-tickets .tribe-tickets__tickets-form,.event-tickets .tribe-tickets__tickets-form{padding:var(--tec-spacer-5) var(--tec-spacer-5) var(--tec-spacer-4)}.entry .entry-content .event-tickets .tribe-tickets__tickets-title,.event-tickets .tribe-tickets__tickets-title{font-size:var(--tec-font-size-5)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item,.event-tickets .tribe-tickets__tickets-item{-ms-grid-columns:1fr auto auto;-ms-grid-rows:1fr 1.5fr 1fr;grid-template-columns:1fr auto auto}.entry .entry-content .event-tickets .tribe-tickets__tickets-item.show-optout,.event-tickets .tribe-tickets__tickets-item.show-optout{-ms-grid-columns:6.5fr 2fr 1fr;-ms-grid-rows:1fr 1.5fr 1fr;grid-template-columns:6.5fr 2fr 1fr}.entry .entry-content .event-tickets .tribe-tickets__tickets-item.tribe-tickets__tickets-item--price-suffix,.entry .entry-content .event-tickets .tribe-tickets__tickets-item.tribe-tickets__tickets-item--price-suffix.show-optout,.event-tickets .tribe-tickets__tickets-item.tribe-tickets__tickets-item--price-suffix,.event-tickets .tribe-tickets__tickets-item.tribe-tickets__tickets-item--price-suffix.show-optout{grid-template-columns:5.5fr 3fr}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-title-container,.event-tickets .tribe-tickets__tickets-item-content-title-container{line-height:1}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description,.event-tickets .tribe-tickets__tickets-item-content-title-container.tribe-tickets--no-description{align-self:start;grid-row:1/span 2;-ms-grid-row-span:2;padding-top:0}.entry .entry-content .event-tickets .tribe-tickets__form .tribe-tickets-attendees-list-optout--wrapper label,.event-tickets .tribe-tickets__form .tribe-tickets-attendees-list-optout--wrapper label{font-size:var(--tec-font-size-2)}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-content,.event-tickets .tribe-tickets__tickets-item-details-content{display:block;grid-column:1;grid-row:2}.tribe-tickets.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--less,.tribe-tickets.entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary-button--more,.tribe-tickets.event-tickets .tribe-tickets__tickets-item-details-summary-button--less,.tribe-tickets.event-tickets .tribe-tickets__tickets-item-details-summary-button--more,.tribe-tickets__tickets-form .entry .entry-content .event-tickets .tribe-tickets__tickets-item-details-summary,.tribe-tickets__tickets-form .event-tickets .tribe-tickets__tickets-item-details-summary{display:none!important;visibility:hidden}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra,.event-tickets .tribe-tickets__tickets-item-extra{align-self:start;grid-column:2;grid-row-end:3;-ms-grid-row-start:1;grid-row-start:1;padding-right:var(--tec-spacer-5);text-align:right}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-available,.event-tickets .tribe-tickets__tickets-item-extra-available{margin:var(--tec-spacer-0) 0}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price,.event-tickets .tribe-tickets__tickets-item-extra-price .tribe-tickets__tickets-original-price{flex-direction:column;grid-gap:0;gap:0;padding:6px 0 0}.entry .entry-content .event-tickets .tribe-tickets__tickets-item-extra-price,.event-tickets .tribe-tickets__tickets-item-extra-price{align-items:stretch;flex-direction:column;grid-gap:0;gap:0}.entry .entry-content .event-tickets .tribe-tickets__tickets-footer-total,.event-tickets .tribe-tickets__tickets-footer-total{margin-left:var(--tec-spacer-5)}.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{margin-left:var(--tec-spacer-6)}.entry .entry-content .event-tickets .tribe-ticket__tickets-heading,.event-tickets .tribe-ticket__tickets-heading{margin-bottom:var(--tec-spacer-4)}}@media (min-width:500px){.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn,.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{margin-left:var(--tec-spacer-3)}}.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons .wp-block-button__link{width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content select,.yith-wcwl-popup-content input[type=text]{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-content .wishlist-select{box-sizing:border-box}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-block:0 15px}.yith-wcwl-popup-content .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-content .heading-icon img,.yith-wcwl-popup-feedback .heading-icon svg.yith-wcwl-icon-svg,.yith-wcwl-popup-feedback .heading-icon img{width:70px;height:70px}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px !important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto !important}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:"";margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em !important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:flex;flex-direction:column;align-items:center}.yith-wcwl-add-to-wishlist a.button:not(.theme-button-style){padding:7px 10px}.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist .add_to_wishlist img{height:auto;width:25px;color:var(--add-to-wishlist-icon-color, #000)}.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{color:var(--added-to-wishlist-icon-color, #000)}.yith-wcwl-wishlistaddedbrowse{display:flex;flex-direction:column;align-items:center}.yith-wcwl-wishlistaddedbrowse .feedback{display:flex;align-items:center;justify-content:center;gap:5px;text-wrap:balance}.yith-wcwl-add-to-wishlist--single .yith-wcwl-add-button ul.yith-wcwl-dropdown{left:0}.yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;background:#fff;position:absolute;z-index:15;top:100%;border:1px solid #cdcdcd;outline-offset:-10px;left:50%;min-width:200px}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute;left:50%;transform:translateX(-50%)}.with-tooltip .yith-wcwl-tooltip:before{content:"";display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -95%);width:0;height:0;background:rgba(0,0,0,0) !important;border-left:5px solid rgba(0,0,0,0) !important;border-right:5px solid rgba(0,0,0,0) !important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style){background-color:var(--color-add-to-wishlist-background, #333333);background:var(--color-add-to-wishlist-background, #333333);color:var(--color-add-to-wishlist-text, #ffffff);border-color:var(--color-add-to-wishlist-border, #333333);border-radius:var(--rounded-corners-radius, 16px)}.woocommerce .yith-wcwl-add-button a.button.alt:not(.theme-button-style):hover{background-color:var(--color-add-to-wishlist-background-hover, #4f4f4f);background:var(--color-add-to-wishlist-background-hover, #4f4f4f);color:var(--color-add-to-wishlist-text-hover, #ffffff);border-color:var(--color-add-to-wishlist-border-hover, #4f4f4f)}.yith-wcwl-tooltip,.with-tooltip .yith-wcwl-tooltip:before,.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{background-color:var(--tooltip-color-background, #333333);border-bottom-color:var(--tooltip-color-background, #333333);border-top-color:var(--tooltip-color-background, #333333);color:var(--tooltip-color-text, #ffffff)}.wishlist-title{display:inline-block}.wishlist-title:hover a.show-title-form{visibility:visible}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden;display:inline-flex;align-items:center;padding:2px 7px;gap:5px}.wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,.wishlist-title a.show-title-form img{width:20px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.hidden-title-form{position:relative;margin:25px 0 39px}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1;min-height:30px}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}.yes-js .hidden-title-form{display:none}table.wishlist_table{font-size:80%}table.wishlist_table.shop_table{width:100%}table.wishlist_table.shop_table .product-remove{width:0}table.wishlist_table.shop_table .product-remove>div{display:flex;align-items:center;justify-content:center}table.wishlist_table tr{position:relative}table.wishlist_table tr th{text-align:center}table.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}table.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}table.wishlist_table tr th.product-thumbnail{width:80px}table.wishlist_table tr th.product-name{text-align:left}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table thead th,table.wishlist_table tbody td{border-color:#e7e7e7}table.wishlist_table tbody td.wishlist-empty,p.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.wishlist-delete,.wishlist_table tr th.product-checkbox{text-align:center}.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.product-name,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy,.wishlist_table tfoot td{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table !important;margin:0 auto 5px !important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px !important;display:inline-flex !important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .product-add-to-cart .variations_form,.wishlist_table .product-add-to-cart.yith_wccl_is_custom .variations_form .variations{margin:15px 0}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px !important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.modern_grid li.wishlist-empty,.wishlist_table.images_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.modern_grid li .item-details{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.modern_grid li .product-thumbnail,.wishlist_table.images_grid li .product-thumbnail{position:relative}.wishlist_table.modern_grid li .product-thumbnail .product-checkbox,.wishlist_table.images_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:"";display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.modern_grid li .item-details h3,.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3{margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table,.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info{border:none;margin-bottom:7px}.wishlist_table.modern_grid li .item-details table.item-details-table td,.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td{border:none;font-size:.8em;padding:3px;vertical-align:top}.wishlist_table.modern_grid li .item-details table.item-details-table td.label,.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.modern_grid li .item-details table.item-details-table td.value,.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.modern_grid li .item-details table.item-details-table td.value input,.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input{width:auto}.wishlist_table.modern_grid li .item-details .product-add-to-cart,.wishlist_table.images_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .move-to-another-wishlist,.wishlist_table.images_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.modern_grid li .item-details .product-remove,.wishlist_table.images_grid li .item-details .product-remove{text-align:right}.wishlist_table.modern_grid li .item-details .product-remove a,.wishlist_table.images_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img{max-width:32px;display:inline-block;margin-right:10px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg{vertical-align:bottom}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.yith-wcwl-add-button>a i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.wishlist-title a.show-title-form i,.hidden-title-form button i,.yith-wcwl-wishlist-new button i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_manage_table tfoot a.create-new-wishlist i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.wishlist_table .add_to_cart.button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.wishlist_table a.ask-an-estimate-button,.wishlist-title a.show-title-form,.hidden-title-form a.hide-title-form,.woocommerce .yith-wcwl-wishlist-new button,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,.yith-wcwl-add-button .add_to_wishlist img{margin-right:5px}.add-to-wishlist-before_image{position:relative}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0;display:flex;gap:5px;align-items:center}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:grid;place-items:center;border:none;min-width:26px;min-height:26px;border-radius:5px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.yith-wcwl-share li a svg{width:15px;height:15px}.yith-wcwl-share li a.email svg{width:17px;height:17px}.yith-wcwl-share ul li,.entry-content .yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.copy-trigger{cursor:pointer}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right;display:flex;gap:15px}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action button,.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action input[type=submit],.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action a{margin:0}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action,.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:none;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0 !important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .product-thumbnail,.wishlist_manage_table.modern_grid li .item-details{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:none;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0 !important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style){background:var(--color-add-to-cart-background, #333333);color:var(--color-add-to-cart-text, #ffffff);border-color:var(--color-add-to-cart-border, #333333);border-radius:var(--add-to-cart-rounded-corners-radius, 16px)}.woocommerce .wishlist_table a.add_to_cart.button.alt:not(.yith-wcwl-themed-button-style):hover{background:var(--color-add-to-cart-background-hover, #4f4f4f);color:var(--color-add-to-cart-text-hover, #ffffff);border-color:var(--color-add-to-cart-border-hover, #4f4f4f)}.woocommerce .hidden-title-form button,.yith-wcwl-wishlist-new .create-wishlist-button,.wishlist_manage_table tfoot button.submit-wishlist-changes,.yith-wcwl-wishlist-search-form button.wishlist-search-button{background:var(--color-button-style-1-background, #333333);color:var(--color-button-style-1-text, #ffffff);border-color:var(--color-button-style-1-border, #333333)}.woocommerce .hidden-title-form button:hover,.yith-wcwl-wishlist-new .create-wishlist-button:hover,.wishlist_manage_table tfoot button.submit-wishlist-changes:hover,.yith-wcwl-wishlist-search-form button.wishlist-search-button:hover{background:var(--color-button-style-1-background-hover, #333333);color:var(--color-button-style-1-text-hover, #ffffff);border-color:var(--color-button-style-1-border-hover, #333333)}.woocommerce .wishlist-title a.show-title-form,.woocommerce .hidden-title-form a.hide-title-form,.wishlist_manage_table tfoot a.create-new-wishlist{background:var(--color-button-style-2-background, #333333);color:var(--color-button-style-2-text, #ffffff);border-color:var(--color-button-style-2-border, #333333)}.woocommerce .wishlist-title a.show-title-form:hover,.woocommerce .hidden-title-form a.hide-title-form:hover,.wishlist_manage_table tfoot a.create-new-wishlist:hover{background:var(--color-button-style-2-background-hover, #333333);color:var(--color-button-style-2-text-hover, #ffffff);border-color:var(--color-button-style-2-border-hover, #333333)}.woocommerce table.shop_table.wishlist_table tr td{background:var(--color-wishlist-table-background, #ffffff);color:var(--color-wishlist-table-text, #6d6c6c);border-color:var(--color-wishlist-table-border, #cccccc)}.wishlist_table thead tr th,.wishlist_table tfoot td td,.widget_yith-wcwl-lists ul.dropdown li.current a,.widget_yith-wcwl-lists ul.dropdown li a:hover,.selectBox-dropdown-menu.selectBox-options li.selectBox-selected a,.selectBox-dropdown-menu.selectBox-options li.selectBox-hover a{background:var(--color-headers-background, #f4f4f4)}.yith-wcwl-share li a{color:var(--color-share-button-color, #ffffff)}.yith-wcwl-share li a:hover{color:var(--color-share-button-color-hover, #ffffff)}.yith-wcwl-share a.facebook{background:var(--color-fb-button-background, #39599e)}.yith-wcwl-share a.facebook:hover{background:var(--color-fb-button-background-hover, #39599e)}.yith-wcwl-share a.twitter{background:var(--color-tw-button-background, #45afe2)}.yith-wcwl-share a.twitter:hover{background:var(--color-tw-button-background-hover, #39599e)}.yith-wcwl-share a.pinterest{background:var(--color-pr-button-background, #ab2e31)}.yith-wcwl-share a.pinterest:hover{background:var(--color-pr-button-background-hover, #39599e)}.yith-wcwl-share a.email{background:var(--color-em-button-background, #fbb102)}.yith-wcwl-share a.email:hover{background:var(--color-em-button-background-hover, #39599e)}.yith-wcwl-share a.whatsapp{background:var(--color-wa-button-background, #00a901)}.yith-wcwl-share a.whatsapp:hover{background:var(--color-wa-button-background-hover, #39599e)}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb !important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(https://aasphr.org/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(https://aasphr.org/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto !important}.change-wishlist-selectBox-dropdown-menu{width:auto !important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto !important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none !important;-moz-box-shadow:none !important;-webkit-box-shadow:none !important;display:inline !important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px !important;height:16px !important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px !important}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px hsla(0,0%,100%,.4)}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0 !important}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative;display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto;margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:25px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:14px;line-height:20px}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;min-width:300px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a,.widget_yith-wcwl-items .mini .items-counter>a{display:flex;align-items:flex-end}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon{display:flex}.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.elementor-widget-wp-widget-yith-wcwl-items .mini .items-counter>a .heading-icon img,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .mini .items-counter>a .heading-icon img{stroke-width:1.25;height:35px;width:35px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:"";display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative;display:flex;align-items:center;justify-content:center}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg,.widget_yith-wcwl-items .extended .heading .items-counter svg.yith-wcwl-icon-svg{width:70px;height:70px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;font-size:14px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block !important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width: 768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}.yith-wcwl-pp-modal{position:fixed !important;top:50% !important;left:50% !important;transform:translate(-50%, -50%) !important;width:450px !important}.yith-wcwl-pp-modal .yith-wcwl-popup-form{padding:0}.yith-wcwl-pp-modal div.pp_content_container{padding:40px 35px;border-radius:15px;display:flex;box-shadow:rgba(24,53,62,.1) 0 11px 15px -7px,rgba(24,53,62,.07) 0px 24px 38px 3px,rgba(24,53,62,.06) 0px 9px 46px 8px;max-width:fit-content}.yith-wcwl-pp-modal div.pp_content_container .pp_content{width:380px !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content{padding:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .heading-icon{margin-top:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .create-wishlist-button{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content .wishlist-select+.select2-container{width:100% !important}.yith-wcwl-pp-modal div.pp_content_container .pp_content .yith-wcwl-popup-content p.form-row.yith-wcwl-info-text{text-wrap:balance;text-align:center}.yith-wcwl-pp-modal div.pp_content_container .popup-description{margin-bottom:10px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon{color:var(--modal-colors-icon, #007565);height:auto;max-height:90px}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light){stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container .heading-icon:not([id$=-light]):not(.yith-wcwl-icon-svg--light) *{stroke-width:1}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-modal__content{padding:20px 55px 0;display:flex;flex-direction:column;gap:20px}.yith-wcwl-pp-modal div.pp_content_container div.yith-wcwl-popup-footer{margin-bottom:0}.yith-wcwl-pp-modal div.pp_content_container .popup_button,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button{transition:.2s;background:var(--modal-colors-primary-button, #007565);color:var(--modal-colors-primary-button-text, #fff);border:none;border-radius:8px;width:100%;box-sizing:border-box;display:block;padding:13px 25px;text-align:center;text-decoration:none;font-size:14px}.yith-wcwl-pp-modal div.pp_content_container .popup_button:hover,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button:hover,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button:hover{color:var(--modal-colors-primary-button-text-hover, #fff);background:var(--modal-colors-primary-button-hover, #007565)}.yith-wcwl-pp-modal div.pp_content_container .popup_button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .popup_button img,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .create-wishlist-button img,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button .yith-wcwl-icon-svg,.yith-wcwl-pp-modal div.pp_content_container .ask-an-estimate-button img{display:none}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper label.radio,.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{display:inline-block;float:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.radiobutton{clear:left}.yith-wcwl-pp-modal div.pp_content_container .woocommerce-input-wrapper span.description{clear:both}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button{transition:.2s;border-radius:5px;background:var(--modal-colors-secondary-button, #08a889);color:var(--modal-colors-secondary-button-text, #fff);border:none}.yith-wcwl-pp-modal div.pp_content_container .yith-wcwl-modal__secondary-button:hover{background:var(--modal-colors-secondary-button-hover, #08a889);color:var(--modal-colors-secondary-button-text-hover, #fff)}.yith-wcwl-pp-modal.feedback .pp_content_container{padding:20px 15px}.yith-wcwl-pp-modal select.change-wishlist,.yith-wcwl-pp-modal button.move-to-another-wishlist-button{box-sizing:border-box}:root{--rounded-corners-radius:16px;--add-to-cart-rounded-corners-radius:16px;--feedback-duration:3s}:root{--rounded-corners-radius:16px;--add-to-cart-rounded-corners-radius:16px;--feedback-duration:3s}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-family:star;src:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff2) format("woff2"),url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row .input-text,.woocommerce form .form-row select{font-family:inherit;font-weight:400;letter-spacing:normal;padding:.5em;display:block;background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width) solid var(--wc-form-border-color);border-radius:var(--wc-form-border-radius);color:var(--wc-form-color-text,#000);box-sizing:border-box;width:100%;margin:0;line-height:normal;height:auto}.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus{border-color:currentColor}.woocommerce form .form-row select{cursor:pointer;appearance:none;padding-right:3em;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);background-repeat:no-repeat;background-size:16px;background-position:calc(100% - .5em) 50%}.woocommerce form .form-row textarea{height:4em;line-height:1.5;box-shadow:none}.woocommerce form .form-row .required{color:var(--wc-red);font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row.woocommerce-invalid label{color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-invalid .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-red)}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:var(--wc-green)}.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{border-color:var(--wc-green)}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.select2-container{width:100%}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:.5em;line-height:normal;box-sizing:border-box;color:var(--wc-form-color-text,#444);font-weight:400}.select2-container .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container .select2-selection--single .select2-selection__arrow{position:absolute;top:2px;right:.5em;height:100%;width:16px}.select2-container .select2-selection--single .select2-selection__arrow b{border:none;display:block;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;width:16px;height:16px;position:absolute;top:50%;left:0;margin:-8px 0 0}.select2-container .select2-dropdown,.select2-container .select2-selection{background-color:var(--wc-form-color-background,#fff);border:var(--wc-form-border-width,1px) solid var(--wc-form-border-color,#aaa);border-radius:var(--wc-form-border-radius,4px)}.select2-container.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{margin:0}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#720eec;color:#fcfbfe;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fcfbfe;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:var(--wc-red)!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:var(--wc-red)}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__image a{display:block;outline-offset:-2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{background:#fff;border:none;box-sizing:content-box;border-radius:100%;cursor:pointer;font-size:2em;height:36px;padding:0;position:absolute;right:.5em;text-indent:-9999px;top:.5em;width:36px;z-index:99}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{border:2px solid #000;border-radius:100%;box-sizing:content-box;content:"";display:block;height:10px;left:9px;top:9px;position:absolute;width:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{background:#000;border-radius:6px;box-sizing:content-box;content:"";display:block;height:8px;left:22px;position:absolute;top:19px;transform:rotate(-45deg);width:2px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{border:0;clip-path:inset(50%);height:1px;left:50%;margin:-1px;overflow:hidden;position:absolute;top:50%;width:1px}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:3em;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;background-size:16px;-webkit-background-size:16px;background-position:calc(100% - 12px) 50%;-webkit-background-position:calc(100% - 12px) 50%}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#958e09;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a.woocommerce-loop-product__link{display:block}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(90,89,68,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering>label{margin-right:.25rem}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.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:#e9e6ed;color:#816f98}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist>li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;font-size:24px}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";content:"\e021"/"";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"↓";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce form.checkout_coupon .coupon-error-notice{color:var(--wc-red);display:block;font-size:.75em;margin-top:8px}.woocommerce form.checkout_coupon .input-text.has-error:focus{border-color:var(--wc-red)}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details .order-actions--heading,.woocommerce .woocommerce-order-details .order-actions--heading,.woocommerce .woocommerce-order-downloads .order-actions--heading{vertical-align:middle}.woocommerce .woocommerce-customer-details .order-actions-button,.woocommerce .woocommerce-order-details .order-actions-button,.woocommerce .woocommerce-order-downloads .order-actions-button{margin-right:10px}.woocommerce .woocommerce-customer-details .order-actions-button:last-child,.woocommerce .woocommerce-order-details .order-actions-button:last-child,.woocommerce .woocommerce-order-downloads .order-actions-button:last-child{margin-right:0}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red);vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:var(--wc-red)}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background-color:#dcd7e2;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#958e09;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:var(--wc-red)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#958e09}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #720eec;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";content:"\e028"/"";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus{border-color:var(--wc-red)}#add_payment_method table.cart td.actions .coupon .coupon-error-notice,.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice{clear:left;color:var(--wc-red);flex-basis:100%;float:none;font-size:.75em;margin-bottom:0;margin-top:8px;text-align:left;width:auto}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#958e09}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method .checkout .checkout-inline-error-message,.woocommerce-cart .checkout .checkout-inline-error-message,.woocommerce-checkout .checkout .checkout-inline-error-message{color:var(--wc-red);font-size:.75em;margin-bottom:0}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:rgba(129,110,153,.14);border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid rgba(104,87,125,.14);margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e2;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2bacd;border-top-color:#b5abc2}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5abc2}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(https://aasphr.org/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e2;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid var(--wc-red);outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}@font-face{font-family:rtrs_fontello;font-style:normal;font-weight:400;src:url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.eot#1757755652);src:url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.eot#1757755652) format("embedded-opentype"),url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.woff2#1757755652) format("woff2"),url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.woff#1757755652) format("woff"),url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.ttf#1757755652) format("truetype"),url(https://aasphr.org/wp-content/plugins/review-schema/assets/css/../vendor/fontello/font/fontello.svg?29669474#fontello) format("svg")}[class*=" rtrs-"]:before,[class^=rtrs-]:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:rtrs_fontello;font-style:normal;font-variant:normal;font-weight:400;line-height:1em;margin-left:.2em;margin-right:.2em;text-align:center;text-decoration:inherit;text-transform:none;width:1em}.rtrs-star:before{content:"\e800"}.rtrs-thumbs-up:before{content:"\e801"}.rtrs-thumbs-down:before{content:"\e802"}.rtrs-calendar:before{content:"\e803"}.rtrs-play:before{content:"\e804"}.rtrs-picture:before{content:"\e805"}.rtrs-videocam:before{content:"\e806"}.rtrs-ok:before{content:"\e807"}.rtrs-star-empty:before{content:"\e808"}.rtrs-plus:before{content:"\e809"}.rtrs-user:before{content:"\e80a"}.rtrs-twitter:before{content:"\f099"}.rtrs-facebook:before{content:"\f09a"}.rtrs-filter:before{content:"\f0b0"}.rtrs-gplus:before{content:"\f0d5"}.rtrs-sort:before{content:"\f0dc"}.rtrs-angle-left:before{content:"\f104"}.rtrs-angle-right:before{content:"\f105"}.rtrs-github:before{content:"\f113"}.rtrs-smile:before{content:"\f118"}.rtrs-frown:before{content:"\f119"}.rtrs-meh:before{content:"\f11a"}.rtrs-star-half-alt:before{content:"\f123"}.rtrs-share:before{content:"\f1e0"}
html.with-featherlight{overflow:hidden}.featherlight{background:#333;background:transparent;bottom:0;cursor:pointer;display:none;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:2147483647}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:"";display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{background:#fff;border-bottom:25px solid transparent;cursor:auto;display:inline-block;margin-left:5%;margin-right:5%;max-height:95%;overflow:auto;padding:25px 25px 0;position:relative;text-align:left;vertical-align:middle;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{background:#fff;background:hsla(0,0%,100%,.3);border:0;color:#000;cursor:pointer;font-family:Arial,sans-serif;line-height:25px;padding:0;position:absolute;right:0;text-align:center;top:0;width:25px;z-index:9999}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{-webkit-overflow-scrolling:touch;border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{border-bottom:10px solid transparent;margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
*,:after,:before{box-sizing:border-box}.rtrs-review-wrap{background-color:#fff;border-radius:4px;width:auto}@media only screen and (max-width:991px){.rtrs-review-wrap{width:100%}}@media only screen and (max-width:575px){.rtrs-review-wrap{padding:10px}}.rtrs-summary{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media only screen and (max-width:479px){.rtrs-summary{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.rtrs-summary .rtrs-rating-box{align-items:center;border:1px solid #eaeaea;border-radius:6px;display:flex;flex:1;height:100%;padding:25px 30px}@media only screen and (max-width:575px){.rtrs-summary .rtrs-rating-box{padding:20px}}.rtrs-summary .rtrs-rating-box .rtrs-rating-number{margin-right:25px}.rtrs-summary .rtrs-rating-box .rtrs-rating{color:#000;font-size:48px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-out{color:#747474;font-size:36px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon{flex:1}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i{color:#ffb300;font-size:18px}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i:before{margin:0}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text{color:#646464;font-size:14px;margin-top:5px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon{align-items:center;border-radius:50%;display:flex;height:73px;justify-content:center;margin-right:15px;position:relative;width:73px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:before{border:1px solid hsla(0,0%,88%,.3);border-radius:50%;content:"";height:100%;position:absolute;width:100%}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:after{border:1px solid #e1e1e1;border-radius:50%;content:"";height:61px;position:absolute;width:61px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i{align-items:center;background-color:#40eca9;border-radius:50%;display:flex;height:49px;justify-content:center;width:49px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i:before{color:#fff;font-size:30px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number{color:#646464;font-size:16px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number span{color:#000;font-weight:700;margin-right:5px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-text{color:#646464;font-size:14px;margin:5px 0 0}.rtrs-summary .rtrs-progress-wrap{border:1px solid #eaeaea;border-radius:6px;padding:30px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress{align-items:center;display:flex;margin-bottom:20px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress:last-child{margin-bottom:0}.rtrs-summary .rtrs-progress-wrap .rtrs-progress label{color:#000;font-size:14px;font-weight:500;min-width:88px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress span{min-width:70px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress-bar{flex:auto}.rtrs-summary .rtrs-progress-wrap progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:4px;height:5px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#959595;border-radius:4px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-value{border-radius:4px}.rtrs-summary .rtrs-progress-wrap .quality-preogress[value]::-webkit-progress-value{background-color:#40eca9;box-shadow:0 4px 8px 0 rgba(64,236,169,.48)}.rtrs-summary .rtrs-progress-wrap .service-preogress[value]::-webkit-progress-value{background-color:#00b0ff;box-shadow:0 4px 8px 0 rgba(0,176,255,.48)}.rtrs-summary .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42;box-shadow:0 4px 8px 0 rgba(255,191,66,.48)}.rtrs-summary .rtrs-progress-wrap .delivery-preogress[value]::-webkit-progress-value{background-color:#ff8058;box-shadow:0 4px 8px 0 rgba(255,128,88,.48)}.rtrs-summary .rtrs-progress-wrap .progress-percent{color:#000;font-size:14px;font-weight:500;min-width:40px;text-align:right}.rtrs-summary .rtrs-summary-text{margin-left:70px}@media only screen and (max-width:767px){.rtrs-summary .rtrs-summary-text{margin-left:0}}.rtrs-summary .rtrs-summary-text .rtrs-summary-ttile{color:#000;font-size:22px;font-weight:600;margin:0 0 15px}.rtrs-summary .rtrs-summary-text p{color:#646464;font-size:16px;line-height:26px;margin:0}.rtrs-rating-icon-global{flex:1}.rtrs-rating-icon-global i{color:#ffb300;font-size:18px}.rtrs-rating-icon-global i:before{margin:0}.rtrs-rating-icon-global .rtrs-rating-text{color:#646464;font-size:14px;margin-top:5px}.rtrs-sorting-bar{align-items:center;background-color:#fafafa;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:20px;padding:5px 22px}@media only screen and (max-width:575px){.rtrs-sorting-bar{display:block;padding:20px 10px;text-align:center}}.rtrs-sorting-bar .rtrs-sorting-title{color:#444;font-size:16px;font-weight:400;margin:0}.rtrs-sorting-bar .rtrs-sorting-select{display:flex;gap:5px}@media only screen and (max-width:575px){.rtrs-sorting-bar .rtrs-sorting-select{display:block}}.rtrs-sorting-bar .rtrs-sorting-select label{color:#444;margin-right:8px}.rtrs-sorting-bar .rtrs-sorting-select select{background-color:#fff;border:none;border-radius:3px;box-shadow:0 3px 8px 0 hsla(0,0%,75%,.27);color:#969696;cursor:pointer;font-size:14px;margin-bottom:6px;margin-top:5px;padding:10px 25px 9px 15px}.rtrs-sorting-bar .rtrs-sorting-select select:focus{outline:none}.rtrs-sorting-select:empty{padding:20px!important}.rtrs-review-box .rtrs-review-list{list-style:none;margin:0;padding:0}.rtrs-review-box .rtrs-main-review{margin-bottom:20px}.rtrs-review-box .rtrs-each-review{align-items:flex-start;background-color:#f8f8f8;display:flex;padding:30px 25px 20px}@media only screen and (max-width:479px){.rtrs-review-box .rtrs-each-review{display:block;padding:20px}}.rtrs-review-box .rtrs-each-review.verified-user .rtrs-verified-author:before{background-color:#00e676;border:4px solid #fffbf1;border-radius:50%;color:#fff;content:"\e807";font-family:rtrs_fontello;font-size:14px;height:24px;width:24px}.rtrs-review-box .rtrs-top-review{background-color:#fffbf1;box-shadow:0 1px 4px 0 rgba(175,148,78,.23)}.rtrs-review-box .rtrs-review-imgholder{margin-right:15px}@media only screen and (max-width:479px){.rtrs-review-box .rtrs-review-imgholder{margin-bottom:10px;margin-right:0}}.rtrs-review-box .rtrs-review-imgholder img{border-radius:50%}.rtrs-review-box .rtrs-review-body{flex:1;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-author{display:inline-block;font-size:16px;margin:0 0 12px}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{color:#000;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-author a:hover{color:#0028ff}.rtrs-review-box .rtrs-review-body .rtrs-review-meta{list-style:none;margin:0;padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta li{display:inline-block;margin-bottom:10px;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta li:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating{color:#ffb300;font-size:16px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating i:before{margin:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date{color:#6d6d6d;font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before{color:#0028ff;margin:0 4px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link{font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a{color:#000;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a:hover{color:#646464}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label{color:#646464;font-size:14px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before{color:#0028ff;margin:0 4px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a{color:#646464;display:inline;font-size:14px;padding:0 3px;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a:hover{color:#0028ff}.rtrs-review-box .rtrs-review-body .rtrs-review-title{color:#000;font-size:16px;font-weight:600;margin:0 0 12px}.rtrs-review-box .rtrs-review-body p{color:#646464;font-size:16px;line-height:24px;margin:0 0 18px}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn{padding:10px 0}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn{background-color:#a6a6a6;border:none;border-radius:4px;box-shadow:0 10px 15px 0 rgba(0,0,0,.1);color:#fff;display:inline-block;font-size:14px;line-height:1;margin:0;padding:10px 20px;text-decoration:none;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover{background-color:#0028ff;color:#fff}.rtrs-review-box .rtrs-review-body .rtrs-action-area{margin-bottom:15px;margin-left:-6px}@media only screen and (max-width:575px){.rtrs-review-box .rtrs-review-body .rtrs-action-area{position:static}}.rtrs-review-box .rtrs-review-body .rtrs-action-area label{color:#646464;font-size:14px;font-weight:500;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-action-area button{background-color:transparent;border:none;border-radius:4px;color:#444;cursor:pointer;font-size:14px;line-height:1;margin-right:2px;padding:6px;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:focus{outline:none}.rtrs-review-box .rtrs-review-body .rtrs-action-area button i:before{color:#a0a0a0;font-size:16px;margin:0 5px 0 0;transition:all .3s ease-in-out}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media{margin-bottom:15px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item{display:inline-block;margin-right:10px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item img{border-radius:4px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item a{padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video{position:relative;text-align:center}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video:before{background-color:rgba(0,0,0,.3);border-radius:4px;bottom:0;content:"";height:100%;left:0;margin:0;position:absolute;right:0;top:0;width:100%}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{display:inline-block;left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{background-color:#fff;border-radius:50%;display:inline-block;height:24px;line-height:24px;width:24px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i:before{color:#000;font-size:12px;margin:0 0 0 3px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{display:flex;margin-top:24px}@media only screen and (max-width:767px){.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{display:block}}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-box{flex:1}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title{margin:0 0 14px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;width:29px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-text{color:#010101;font-size:15px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list{list-style:none;margin-bottom:10px;padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{color:#646464;font-size:15px;margin-bottom:4px;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li:before{color:#000;content:"\e807";font-family:rtrs_fontello;font-size:13px;font-weight:700;margin-right:8px}.rtrs-pagination{text-align:right}.rtrs-pagination ul{list-style:none;padding:0}.rtrs-pagination ul li{display:inline-block}.rtrs-pagination ul li.active a{background-color:#0028ff;color:#fff}.rtrs-pagination a{align-items:center;background-color:#efefef;border-radius:4px;color:#8a8a8a;display:flex;font-weight:500;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease-in-out;width:40px}.rtrs-pagination a i:before{color:#fff;margin:0}.rtrs-pagination a:hover{background-color:#0028ff;color:#fff}.rtrs-pagination .rtrs-icon-nav{background-color:#d0d0d0}.rtrs-review-form{background-color:#f8f8f8;border-radius:4px;margin-top:70px;padding:30px}@media only screen and (max-width:575px){.rtrs-review-form{padding:20px 15px}}.rtrs-review-form .rtrs-form-title{color:#000;font-size:22px;font-weight:600;margin:0 0 12px}.rtrs-review-form .rtrs-form-subtitle{font-size:16px}.rtrs-review-form .rtrs-rating-category{display:grid;grid-template-columns:repeat(2,270px);list-style:none;margin:27px 0 0 5px;padding:0}@media only screen and (max-width:767px){.rtrs-review-form .rtrs-rating-category{grid-template-columns:repeat(1,1fr)}}.rtrs-review-form .rtrs-rating-category li{display:flex;margin-bottom:10px}.rtrs-review-form .rtrs-rating-category .rtrs-category-text{color:#000;font-size:17px;font-weight:500;min-width:80px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check{position:relative}.rtrs-review-form .rtrs-rating-category .rtrs-form-check span{cursor:pointer;display:inline-block;padding-left:25px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check span:before{color:#ffb300;content:"\e808";font-family:rtrs_fontello;font-size:16px;height:18px;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:18px}.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox]{cursor:pointer;height:17px;left:0;margin:0;opacity:0;position:absolute;top:0;width:17px;z-index:1}.rtrs-review-form .rtrs-rating-category .rtrs-form-check input[type=checkbox]:checked+span:before{content:"\e800"}.rtrs-review-form .rtrs-form-group{margin-bottom:10px}.rtrs-review-form .rtrs-form-group textarea.rtrs-form-control{display:block}.rtrs-review-form .rtrs-form-group .rtrs-form-control{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;color:#111;font-size:15px;padding:10px 20px;width:100%}.rtrs-review-form .rtrs-form-group .rtrs-form-control:focus{outline:none}.rtrs-review-form .rtrs-form-group input{height:48px}.rtrs-review-form .rtrs-form-group .rtrs-input-label{color:#010101;display:block;font-size:18px;font-weight:500;margin-bottom:18px;padding-top:22px}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{background-color:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;outline:none;padding:10px 24px;transition:all .3s ease-in-out}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover{background-color:#0028ff}.rtrs-review-form .rtrs-form-group .rtrs-form-check{display:flex;margin:20px 0;position:relative}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label{color:#646464;cursor:pointer;line-height:1.1;padding-left:8px}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label:before{border:2px solid #a2a2a2;border-radius:4px;color:#fff;content:"\e807";font-family:rtrs_fontello;font-size:13px;height:16px;left:0;margin:0;position:absolute;top:2px;transition:all .3s ease-in-out;width:16px}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]{cursor:pointer;height:20px;margin:0;opacity:0;width:20px;z-index:1}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]:checked+.rtrs-checkbox-label:before{background-color:#444;border-color:#444}.rtrs-review-form .rtrs-multimedia-upload{width:160px}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box{align-items:center;background-color:#efefef;border:1px solid #8a8787;border-radius:2px;cursor:pointer;display:flex;justify-content:center;padding:4px 10px;text-align:center}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i{color:#777;font-size:20px;line-height:1}@media only screen and (max-width:575px){.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i{font-size:30px}}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i:before{margin:0}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span{color:#4c4b4b;font-size:14px}.rtrs-review-form .rtrs-recomnd-check{align-items:center;display:flex}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check{margin:0}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]{cursor:pointer;height:45px;left:-5px;opacity:0;position:relative;width:48px;z-index:1}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:before{background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;color:#777;font-size:26px;height:45px;line-height:45px;width:48px}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-excelent:before{content:"\f118"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-good:before{content:"\f119"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-bad:before{content:"\f11a"}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]:checked+.rtrs-checkbox-label:before{background-color:#0028ff;border-color:#0028ff;box-shadow:0 8px 16px 0 rgba(79,79,79,.34);color:#fff}.rtrs-review-form .rtrs-feedback-input{background-color:#fff;border:1px solid #e1e1e1;border-radius:4px;display:flex}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item{border-right:1px solid #ebebeb;flex:1;padding:25px 30px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child{border-right:none}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title{margin:0 0 16px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;text-align:center;width:29px}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon i:before{line-height:1.6;margin:0}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .unlike-icon{background-color:#ff4242}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text{color:#010101;font-size:18px;font-weight:500}.rtrs-review-form .rtrs-feedback-input .rtrs-input-filed{padding-right:30px;position:relative}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn{background:#901818;border-radius:50%;color:#fff;cursor:pointer;display:inline-block;font-size:18px;height:20px;line-height:18px;position:absolute;right:0;text-align:center;top:10px;transform:rotate(45deg);transition:all .3s ease-in-out;width:20px}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn:hover{background-color:#0028ff;color:#fff}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add{color:#646464;cursor:pointer;display:inline-block;font-size:14px;transition:all .3s ease-in-out}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add i:before{font-size:13px;font-weight:400;margin:0 5px 0 0}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add:hover{color:#0028ff;text-decoration:underline}.rtrs-review-form .rtrs-feedback-input .form-control{background-color:#fff;border:1px solid #ebebeb;border-radius:4px;font-size:16px;height:40px;margin-bottom:10px;padding:5px 20px;width:100%}.rtrs-review-form .rtrs-feedback-input .form-control:focus{outline:none}.rtrs-summary-2 .rtrs-rating-summary{align-items:flex-start;display:flex;flex-wrap:wrap}.rtrs-summary-2 .rtrs-rating-summary .rtrs-title h3{line-height:1;margin-top:0}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-summary{display:block}}.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:30px}@media only screen and (max-width:575px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin:20px 0}}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:0}}.rtrs-summary-2 .rtrs-rating-item{border-right:1px solid #ededed;margin-right:30px;padding-right:25px}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item{margin-right:15px;padding-right:15px}}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-rating-item{border-right:none;margin-right:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-item:last-child{border-right:none;flex:1;margin-right:0;padding-right:0}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-summery-wrapper{flex:0 0 100%;margin-top:40px;width:100%}}.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper li label{margin-right:15px}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper{border:0;flex:1;margin:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-category{list-style:none;margin:0;padding:0}.rtrs-summary-2 .rtrs-rating-category li{margin-bottom:20px}.rtrs-summary-2 .rtrs-rating-category li label{color:#111;display:inline-block;font-weight:500;min-width:80px}.rtrs-summary-2 .rtrs-rating-category li i{color:#ffb300;font-size:18px}.rtrs-summary-2 .rtrs-rating-category li i:before{margin:0 2px}.rtrs-summary-2 .rtrs-circle{max-width:190px;position:relative}@media only screen and (max-width:767px){.rtrs-summary-2 .rtrs-circle{margin-bottom:20px}}.rtrs-summary-2 .rtrs-circle-bar{border-radius:50%;height:190px;position:relative;width:190px;z-index:1}@media only screen and (max-width:991px){.rtrs-summary-2 .rtrs-circle-bar{height:190px;margin:0 auto;width:190px}}.rtrs-summary-2 .rtrs-circle-bar svg{height:100%;position:relative;width:100%}.rtrs-summary-2 .rtrs-circle-bar svg circle{fill:transparent;stroke:#efefef;stroke-width:12;stroke-linecap:round;height:100%;transform:translate(20px,25px);width:100%}.rtrs-summary-2 .rtrs-circle-bar svg circle:nth-child(2n){stroke-dasharray:490;stroke-dashoffset:147;stroke:#0028ff}.rtrs-summary-2 .rtrs-circle-content{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%)}.rtrs-summary-2 .rtrs-circle-content .rating-percent{color:#000;font-size:30px;font-weight:700;margin-bottom:4px}.rtrs-summary-2 .rtrs-circle-content .rating-text{color:#474747;font-size:12px;font-weight:600;margin-bottom:4px}.rtrs-summary-2 .rtrs-circle-content .rating-icon i{color:#ffb300;font-size:13px}.rtrs-summary-2 .rtrs-circle-content .rating-icon i:before{margin:0}.rtrs-summary-2 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;font-size:22px;font-weight:600;margin:0 0 16px}.rtrs-summary-2 .rtrs-feedback-text p{color:#646464;line-height:26px;margin:0}.rtrs-feedback-summary{align-items:center;border:1px solid #ebebeb;border-radius:8px;display:flex}@media only screen and (max-width:575px){.rtrs-feedback-summary{display:block}}.rtrs-feedback-summary .rtrs-feedback-box{border-right:1px solid #ebebeb;flex:1;padding:20px 30px 30px}@media only screen and (max-width:767px){.rtrs-feedback-summary .rtrs-feedback-box{padding:20px 20px 10px}}@media only screen and (max-width:575px){.rtrs-feedback-summary .rtrs-feedback-box{border-right:none}}.rtrs-feedback-summary .rtrs-feedback-box:last-child{border-right:none}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title{margin:0 0 18px}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-icon{background-color:#24ecbb;border-radius:4px;color:#fff;display:inline-block;font-size:18px;height:28px;line-height:28px;margin-right:12px;width:29px}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text{color:#010101;font-size:18px;font-weight:600}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list{list-style:none;padding:0}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li{color:#646464;font-size:15px;margin-bottom:10px;padding-left:22px;position:relative}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:last-child{margin-bottom:0}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{color:#000;content:"\e807";font-family:rtrs_fontello;font-size:13px;font-weight:700;left:0;margin-right:8px;position:absolute;top:2px}.rtrs-review-3 .rtrs-each-review{padding:30px 25px}.rtrs-review-3 .rtrs-review-body .rtrs-review-meta{margin-bottom:4px}.rtrs-review-3 .rtrs-review-body .rtrs-meta-right{position:absolute;right:0;top:0}.rtrs-review-3 .rtrs-review-body .rtrs-action-area{position:inherit}.rtrs-summary-3 .rtrs-rating-summary{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media only screen and (max-width:767px){.rtrs-summary-3 .rtrs-rating-summary{display:block}}.rtrs-summary-3 .rtrs-rating-item{border:1px solid #eaeaea;border-radius:6px;display:flex;flex-direction:column;justify-content:center}@media only screen and (max-width:767px){.rtrs-summary-3 .rtrs-rating-item{margin-bottom:20px}}.rtrs-summary-3 .grid-span-2{grid-column:1/span 2}.rtrs-summary-3 .grid-span-1{grid-column:1/span 3}.rtrs-summary-3 .rtrs-rating-overall{padding:30px 10px;text-align:center}.rtrs-summary-3 .rtrs-rating-overall .rating-percent{color:#000;font-size:40px;font-weight:700}.rtrs-summary-3 .rtrs-rating-overall .rating-text{color:#474747;font-size:14px;font-weight:600;margin-bottom:4px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon{margin-bottom:6px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i{color:#ffb300;font-size:14px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before{margin:0}.rtrs-summary-3 .rtrs-rating-overall p{color:#646464;font-size:14px;margin:0}.rtrs-summary-3 .rtrs-rating-category{margin:0;padding:0}.rtrs-summary-3 .rtrs-rating-category li{align-items:center;display:flex;padding:10px 20px}.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n){background-color:#f9f9f9}.rtrs-summary-3 .rtrs-rating-category label{color:#111;flex:1;font-weight:500;margin-right:20px}.rtrs-summary-3 .rtrs-rating-category .rating-icon{margin-right:20px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i{color:#ffb300;font-size:17px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i:before{margin:0 2px}.rtrs-summary-3 .rtrs-rating-category .rating-number{color:#929292;margin-left:auto;min-width:70px}.rtrs-summary-3 .rtrs-rating-category .rating-number .total-number{color:#000;font-size:18px;font-weight:500}.rtrs-summary-3 .rtrs-feedback-text{padding:20px 30px}.rtrs-summary-3 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;font-size:22px;font-weight:600;margin:0 0 15px}.rtrs-summary-3 .rtrs-feedback-text p{color:#646464;font-size:16px;line-height:26px;margin:0}.rtrs-summary-4{-moz-column-gap:20px;column-gap:20px;display:grid;grid-template-columns:repeat(5,1fr)}@media only screen and (max-width:991px){.rtrs-summary-4{display:block}}.rtrs-summary-4 .rtrs-rating-summary{align-items:stretch;display:grid;gap:20px;grid-column:1/span 3;grid-template-columns:repeat(2,1fr)}@media only screen and (max-width:991px){.rtrs-summary-4 .rtrs-rating-summary{margin-bottom:30px}}@media only screen and (max-width:575px){.rtrs-summary-4 .rtrs-rating-summary{display:block}}.rtrs-summary-4 .rtrs-rating-item{border:1px solid #e5e5e5;margin:0;padding-right:0}@media only screen and (max-width:575px){.rtrs-summary-4 .rtrs-rating-item{margin-bottom:30px}}.rtrs-summary-4 .rtrs-rating-item:last-child{border:none;grid-column:1/span 2}.rtrs-summary-4 .rtrs-rating-item .rtrs-circle{padding:20px}.rtrs-summary-4 .rtrs-product-img{background-color:#fafafa;border-radius:4px;height:100%}.rtrs-summary-4 .rtrs-feedback-summary{display:block;grid-column:span 2}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box{border-bottom:1px solid #e5e5e5;border-right:none;padding:25px 25px 15px}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box:last-child{border-bottom:none}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{color:#989898}.rtrs-summary-4 .rtrs-circle-bar{margin:0 auto}.rtrs-summary-4 .rtrs-rating-category li{border-bottom:1px solid #e5e5e5;margin-bottom:0;padding:10px 0}.rtrs-summary-4 .rtrs-rating-category li:last-child{border-bottom:none;padding-bottom:0}.rtrs-summary-4 .rtrs-rating-category li:nth-child(2n){background-color:transparent}.rtrs-summary-4 .rtrs-circle-content .rating-text{color:#474747;font-size:14px;letter-spacing:2px}.rtrs-summary-4 .rtrs-circle-content .rating-percent{font-size:40px}.rtrs-summary-4 .rtrs-circle-content .rating-icon i{font-size:16px}.mg-b-5{margin-bottom:5px!important}.rtrs-comments-rating{border:none;margin-left:0;padding:0}.rtrs-comments-rating label{display:inline-block}.rtrs-rating-container{direction:rtl;font-size:0;unicode-bidi:bidi-override}.rtrs-rating-container *{font-size:1.4rem}.rtrs-rating-container>input{display:none}.rtrs-rating-container>input+label{cursor:pointer;display:inline-block;font-family:rtrs_fontello;font-size:16px;margin:0 5px 0 0;overflow:hidden;text-indent:9999px;white-space:nowrap;width:15px}.rtrs-rating-container>input+label:before{color:#888;content:"\e808";display:inline-block;text-indent:-9999px}.rtrs-rating-container:hover>input+label:hover:before,.rtrs-rating-container:hover>input+label:hover~label:before,.rtrs-rating-container>input+label:hover:before,.rtrs-rating-container>input+label:hover~label:before,.rtrs-rating-container>input:checked~label:before{color:#ffb300;content:"\e800"}.rtrs-review-form .rtrs-rating-container>.star-cb-clear+label,.rtrs-review-form .rtrs-rating-container>input+label:before{text-indent:9999px}.rtrs-review-form .rtrs-rating-container>input+label{text-indent:-9999px}.rtrs-paginate{margin:10px 0 20px;padding:5px 1px;text-align:right}.rtrs-paginate a{background-color:#efefef;border-radius:4px;color:#666;padding:7px 14px;text-decoration:none}.rtrs-paginate a.next,.rtrs-paginate a.prev{background-color:#d0d0d0;color:#fff;padding:7px 4px}.rtrs-paginate .current,.rtrs-paginate a:active,.rtrs-paginate a:focus,.rtrs-paginate a:hover{background-color:#646464;color:#fff}.rtrs-paginate .current{border-radius:4px;padding:7px 14px}.rtrs-review-form{margin-top:0}.rtrs-review-body .rtrs-action-area button[data-helpful=remove] i:before,.rtrs-review-body .rtrs-action-area button[data-highlight=remove] i:before{color:#646464}.rtrs-preview-imgs .rtrs-preview-img img,.rtrs-preview-videos .rtrs-preview-video .name{background:#fff;border:1px solid #e1e1e1;display:inline-block;margin-bottom:10px;margin-right:10px;max-width:130px;padding:10px;vertical-align:top;width:auto}.rtrs-preview-imgs .rtrs-preview-img,.rtrs-preview-videos .rtrs-preview-video{display:inline;position:relative}.rtrs-preview-imgs .rtrs-preview-img .rtrs-file-remove,.rtrs-preview-videos .rtrs-preview-video .rtrs-file-remove{background:#af3232;color:#fff;cursor:pointer;line-height:17px;padding:0 6px 3px;position:absolute;right:10px}.rtrs-image-error,.rtrs-video-error{color:red}#rtrs-video-source{width:160px}.rtrs-review-wrap{margin:auto}.rtrs-align-center{text-align:center}.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn{background-color:#a6a6a6;outline:none;text-decoration:none}.rtrs-review-list .rtrs-review-form .rtrs-hide-reply{display:none}#cancel-comment-reply-link{margin-left:10px}.children .rtrs-main-review{margin-top:20px}.rtrs-main-review.depth-2 .reply-btn{display:none}#rtrs-load-more{background-color:#444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 24px;text-decoration:none;transition:all .3s ease-in-out}#rtrs-load-more:hover{background-color:#646464}.rtrs-tooltip{display:inline-block;position:relative}.rtrs-tooltip .rtrs-tooltiptext{background-color:#000;border-radius:4px;color:#fff;font-size:15px;left:70%;line-height:1;margin-left:-60px;max-width:200px;min-width:80px;padding:5px 10px 7px;position:absolute;text-align:center;top:100%;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:1}.rtrs-tooltip:hover .rtrs-tooltiptext{visibility:visible}.rtrs-review-wrap ul{border-bottom:none}.woocommerce-tabs ul li{display:auto}.rtrs-form-box .logged-in-as,.rtrs-main-review+.rtrs-review-form{margin-bottom:20px}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{padding:0}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{float:none!important}.woocommerce-tabs #comments{max-width:100%}.rtrs-review-box .rtrs-main-review{display:block!important}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{line-height:20px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{display:block!important}.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn{font-weight:400}.rtrs-clearfix:after{clear:both;content:"";display:table}.rtrs-review-wrap.rtrs-affiliate-wrap{padding:0}.rtrs-title h3{float:left;font-size:24px;font-weight:500;line-height:1.5}.rtrs-price-area{float:right}.rtrs-price-area .rtrs-offer-price{font-size:28px;line-height:1}.rtrs-price-area .rtrs-regular-price{text-decoration:line-through}.rtrs-buy-btn{border:2px solid #5f5b5c;border-radius:4px;color:#5f5b5c;display:table;font-size:16px;line-height:1;margin:20px auto auto;padding:13px 40px;text-align:center;text-decoration:none}.rtrs-buy-btn:hover{background-color:#5f5b5c;color:#fff}.rtrs-product-img img{width:220px}.rtrs-affiliate-wrap .rtrs-layout-one{display:flex;flex-direction:column;gap:50px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title h3{margin:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{grid-template-columns:45% repeat(auto-fill,55%)}@media only screen and (max-width:767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{display:block}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title-area{border:1px solid #eaeaea;padding:20px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{line-height:0}@media only screen and (max-width:767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{margin-bottom:15px}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img img{max-width:100%;width:100%}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-summary-text{margin-left:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper{display:flex;flex-direction:column;gap:15px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper .rtrs-rating-box{padding:15px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress-wrap{flex:1}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress{flex-wrap:wrap}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress label{flex:0 0 100%;margin-bottom:10px}.rtrs-affiliate-wrap .rtrs-affiliate-two .rtrs-rating-summary{margin-bottom:30px}.rtrs-modal{background-color:#000;background-color:rgba(0,0,0,.5);height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:999}.rtrs-review-popup{left:50%;left:0;margin:auto;max-height:80%;max-width:90%!important;overflow:auto;position:fixed;right:0;top:10%;width:800px;z-index:9999}.rtrs-review-edit-btn{cursor:pointer}.rtrs-form-box .rtrs-form-group .rtrs-input-label{display:none}.theme-twentynineteen .rtrs-review-wrap li,.theme-twentytwenty .rtrs-review-wrap li{margin-left:0;margin-right:0}.theme-twentytwenty .rtrs-review-wrap .logged-in-as{margin:0 0 15px;text-align:left}.theme-twentytwenty .rtrs-review-list label,.theme-twentytwenty .rtrs-sorting-select label{display:inline}.theme-twentynineteen .rtrs-review-wrap .rtrs-form-title:before{display:none}.rtrs-form-box .rtrs-rating-category,.theme-Divi .rtrs-review-list,.theme-Divi .rtrs-review-wrap ul.rtrs-review-meta{padding:0!important}.theme-Divi .rtrs-reply-btn .rtrs-item-btn:after{display:none}.theme-Divi .rtrs-form-title small{display:inline-block!important}.theme-panpie li:before{display:none}.theme-panpie .rtrs-feedback-list li:before{display:inline-block}.rtrs-review-wrap>ul{margin:0!important;padding:0!important}.rtrs-form-check input{margin-right:0!important}.rtrs_review_filter{width:auto}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul li:before{content:none}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-review-meta{margin-bottom:-10px}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-rating-category{margin-top:15px}.theme-digeco.woocommerce .rtrs-review-form .rtrs-rating-category li{margin-bottom:0}.rtrs-sort-filter{margin-right:10px}#rtrs-video-source{color:#6d6d6d;padding:8px 5px;text-indent:22px}.rtrs-media-form-group{display:flex;margin-top:20px}.rtrs-media-form-group>div{margin-right:20px}.rtrs-media-form-group div>label{color:#000;display:inline-block;font-size:14px;font-weight:500;margin-top:6px}.rtrs-out-of{color:#9e9e9e;font-size:24px}.rtrs-summary-4-by-user .rtrs-rating-category li{align-items:center;display:flex;gap:30px;justify-content:flex-start;padding:5px 20px}@media only screen and (max-width:479px){.rtrs-summary-4-by-user .rtrs-rating-category li{gap:15px}}.rtrs-summary-4-by-user .rtrs-progress-wrap .rtrs-progress{align-items:center;display:flex}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:8px}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#d6d6d6}.rtrs-summary-4-by-user .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42}.rtrs-summary-4-by-user .rtrs-rating-summary{grid-gap:20px;display:grid;grid-template-areas:"b a a"}.rtrs-summary-4-by-user .rtrs-rating-summary>div:first-of-type{grid-area:a;order:2}.rtrs-summary-4-by-user .rtrs-rating-summary>div:nth-of-type(2){grid-area:b;order:1}@media only screen and (max-width:575px){.rtrs-summary-4-by-user .rtrs-rating-summary{display:block}.rtrs-media-form-group{flex-wrap:wrap}.rtrs-review-form .rtrs-feedback-input{flex-direction:column}#rtrs-upload-box-video{margin-top:10px}}.rtrs-hidden{display:none!important}.rtrs-multiple-comment .rtrs-review-form{display:none}.rtrs-review-list .rtrs-review-form{display:block}/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.badge{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}}html{box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.1}.display-2{font-size:5.5rem;font-weight:300;line-height:1.1}.display-3{font-size:4.5rem;font-weight:300;line-height:1.1}.display-4{font-size:3.5rem;font-weight:300;line-height:1.1}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#868e96}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#868e96}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem}a>code{padding:0;color:inherit;background-color:inherit}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#212529}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;width:100%}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.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-lg-auto,.col-md,.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-md-auto,.col-sm,.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-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #e9ecef}.table thead th{vertical-align:bottom;border-bottom:2px solid #e9ecef}.table tbody+tbody{border-top:2px solid #e9ecef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #e9ecef}.table-bordered td,.table-bordered th{border:1px solid #e9ecef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#dddfe2}.table-hover .table-secondary:hover{background-color:#cfd2d6}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#cfd2d6}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.thead-inverse th{color:#fff;background-color:#212529}.thead-default th{color:#495057;background-color:#e9ecef}.table-inverse{color:#fff;background-color:#212529}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#32383e}.table-inverse.table-bordered{border:0}.table-inverse.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-inverse.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:991px){.table-responsive{display:block;width:100%;overflow-x:auto;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive.table-bordered{border:0}}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#495057;background-color:#fff;background-image:none;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0}.form-control::-webkit-input-placeholder{color:#868e96;opacity:1}.form-control:-ms-input-placeholder{color:#868e96;opacity:1}.form-control::placeholder{color:#868e96;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);margin-bottom:0}.col-form-label-lg{padding-top:calc(.5rem - 1px * 2);padding-bottom:calc(.5rem - 1px * 2);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem - 1px * 2);padding-bottom:calc(.25rem - 1px * 2);font-size:.875rem}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-plaintext{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;line-height:1.25;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.3125rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;margin-bottom:.5rem}.form-check.disabled .form-check-label{color:#868e96}.form-check-label{padding-left:1.25rem;margin-bottom:0}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{display:inline-block}.form-check-inline .form-check-label{vertical-align:middle}.form-check-inline+.form-check-inline{margin-left:.75rem}.invalid-feedback{display:none;margin-top:.25rem;font-size:.875rem;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;width:250px;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.invalid-feedback,.custom-select.is-valid~.invalid-tooltip,.form-control.is-valid~.invalid-feedback,.form-control.is-valid~.invalid-tooltip,.was-validated .custom-select:valid~.invalid-feedback,.was-validated .custom-select:valid~.invalid-tooltip,.was-validated .form-control:valid~.invalid-feedback,.was-validated .form-control:valid~.invalid-tooltip{display:block}.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label{color:#28a745}.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator{background-color:rgba(40,167,69,.25)}.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description{color:#28a745}.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control{border-color:#28a745}.custom-file-input.is-valid~.custom-file-control::before,.was-validated .custom-file-input:valid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid+.form-check-label,.was-validated .form-check-input:invalid+.form-check-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator{background-color:rgba(220,53,69,.25)}.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description{color:#dc3545}.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-control::before,.was-validated .custom-file-input:invalid~.custom-file-control::before{border-color:inherit}.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;margin-top:0;margin-bottom:0}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-left:0}.form-inline .custom-control-indicator{position:static;display:inline-block;margin-right:.25rem;vertical-align:text-bottom}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem .75rem;font-size:1rem;line-height:1.25;border-radius:.25rem;transition:all .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 3px rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn.active,.btn:active{background-image:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#007bff;border-color:#007bff}.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#0069d9;background-image:none;border-color:#0062cc}.btn-secondary{color:#fff;background-color:#868e96;border-color:#868e96}.btn-secondary:hover{color:#fff;background-color:#727b84;border-color:#6c757d}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#868e96;border-color:#868e96}.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#727b84;background-image:none;border-color:#6c757d}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745}.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#218838;background-image:none;border-color:#1e7e34}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8}.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#138496;background-image:none;border-color:#117a8b}.btn-warning{color:#111;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#111;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107}.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{background-color:#e0a800;background-image:none;border-color:#d39e00}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545}.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#c82333;background-image:none;border-color:#bd2130}.btn-light{color:#111;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#111;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa}.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#e2e6ea;background-image:none;border-color:#dae0e5}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40}.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{background-color:#23272b;background-image:none;border-color:#1d2124}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 3px rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-secondary{color:#868e96;background-color:transparent;background-image:none;border-color:#868e96}.btn-outline-secondary:hover{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 3px rgba(134,142,150,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#868e96;background-color:transparent}.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#868e96;border-color:#868e96}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 3px rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 3px rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 3px rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#ffc107;border-color:#ffc107}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 3px rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 3px rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light.active,.btn-outline-light:active,.show>.btn-outline-light.dropdown-toggle{color:#fff;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 3px rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark.active,.btn-outline-dark:active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-link{font-weight:400;color:#007bff;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent;box-shadow:none}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent}.btn-link:disabled{color:#868e96}.btn-link:disabled:focus,.btn-link:disabled:hover{text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#868e96;background-color:transparent}.show>a{outline:0}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#868e96;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;margin-bottom:0}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.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-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.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+.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.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-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}.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}[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:-ms-flexbox;display:flex;width:100%}.input-group .form-control{position:relative;z-index:2;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.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{white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#495057;text-align:center;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.form-control+.input-group-addon:not(:first-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:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:-ms-inline-flexbox;display:inline-flex;min-height:1.5rem;padding-left:1.5rem;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-indicator{box-shadow:0 0 0 1px #fff,0 0 0 3px #007bff}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-indicator{background-color:#e9ecef}.custom-control-input:disabled~.custom-control-description{color:#868e96}.custom-control-indicator{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#007bff;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-controls-stacked{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.custom-controls-stacked .custom-control{margin-bottom:.25rem}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.25;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select:disabled{color:#868e96;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;margin-bottom:0}.custom-file-input{min-width:14rem;max-width:100%;height:2.5rem;margin:0;opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.custom-file-control:lang(en):empty::after{content:"Choose file..."}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#495057;background-color:#e9ecef;border:1px solid rgba(0,0,0,.15);border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:"Browse"}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#868e96}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #ddd}.nav-tabs .nav-link.disabled{color:#868e96;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#ddd #ddd #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.show>.nav-pills .nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}@media (min-width:576px){.card-deck{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-left:15px}}@media (min-width:576px){.card-group{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group .card{-ms-flex:1 0 0%;flex:1 0 0%}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;column-count:3;-webkit-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb::after{display:block;clear:both;content:""}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#868e96;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#868e96}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#868e96;pointer-events:none;background-color:#fff;border-color:#ddd}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#868e96}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#6c757d}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#111;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#111;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#111;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#111;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible .close{position:relative;top:-.75rem;right:-1.25rem;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#464a4e;background-color:#e7e8ea;border-color:#dddfe2}.alert-secondary hr{border-top-color:#cfd2d6}.alert-secondary .alert-link{color:#2e3133}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;overflow:hidden;font-size:.75rem;line-height:1rem;text-align:center;background-color:#e9ecef;border-radius:.25rem}.progress-bar{height:1rem;line-height:1rem;color:#fff;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#868e96;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}a.list-group-item-primary,button.list-group-item-primary{color:#004085}a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover{color:#004085;background-color:#9fcdff}a.list-group-item-primary.active,button.list-group-item-primary.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#464a4e;background-color:#dddfe2}a.list-group-item-secondary,button.list-group-item-secondary{color:#464a4e}a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover{color:#464a4e;background-color:#cfd2d6}a.list-group-item-secondary.active,button.list-group-item-secondary.active{color:#fff;background-color:#464a4e;border-color:#464a4e}.list-group-item-success{color:#155724;background-color:#c3e6cb}a.list-group-item-success,button.list-group-item-success{color:#155724}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:#155724;background-color:#b1dfbb}a.list-group-item-success.active,button.list-group-item-success.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}a.list-group-item-info,button.list-group-item-info{color:#0c5460}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:#0c5460;background-color:#abdde5}a.list-group-item-info.active,button.list-group-item-info.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}a.list-group-item-warning,button.list-group-item-warning{color:#856404}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:#856404;background-color:#ffe8a1}a.list-group-item-warning.active,button.list-group-item-warning.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}a.list-group-item-danger,button.list-group-item-danger{color:#721c24}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:#721c24;background-color:#f1b0b7}a.list-group-item-danger.active,button.list-group-item-danger.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}a.list-group-item-light,button.list-group-item-light{color:#818182}a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover{color:#818182;background-color:#ececf6}a.list-group-item-light.active,button.list-group-item-light.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}a.list-group-item-dark,button.list-group-item-dark{color:#1b1e21}a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover{color:#1b1e21;background-color:#b9bbbe}a.list-group-item-dark.active,button.list-group-item-dark.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-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;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:15px;border-bottom:1px solid #e9ecef}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:15px}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:15px;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:5px;height:5px}.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-top{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.bs-tooltip-top .arrow{bottom:0}.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,.tooltip.bs-tooltip-top .arrow::before{margin-left:-3px;content:"";border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-right{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow{left:0}.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,.tooltip.bs-tooltip-right .arrow::before{margin-top:-3px;content:"";border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-bottom{padding:5px 0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.bs-tooltip-bottom .arrow{top:0}.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.tooltip.bs-tooltip-bottom .arrow::before{margin-left:-3px;content:"";border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-left{padding:0 5px}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.bs-tooltip-left .arrow{right:0}.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,.tooltip.bs-tooltip-left .arrow::before{right:0;margin-top:-3px;content:"";border-width:5px 0 5px 5px;border-left-color:#000}.tooltip .arrow::before{position:absolute;border-color:transparent;border-style:solid}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:10px;height:5px}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;border-color:transparent;border-style:solid}.popover .arrow::before{content:"";border-width:11px}.popover .arrow::after{content:"";border-width:11px}.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top{margin-bottom:10px}.popover.bs-popover-auto[x-placement^=top] .arrow,.popover.bs-popover-top .arrow{bottom:0}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::after,.popover.bs-popover-top .arrow::before{border-bottom-width:0}.popover.bs-popover-auto[x-placement^=top] .arrow::before,.popover.bs-popover-top .arrow::before{bottom:-11px;margin-left:-6px;border-top-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=top] .arrow::after,.popover.bs-popover-top .arrow::after{bottom:-10px;margin-left:-6px;border-top-color:#fff}.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right{margin-left:10px}.popover.bs-popover-auto[x-placement^=right] .arrow,.popover.bs-popover-right .arrow{left:0}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::after,.popover.bs-popover-right .arrow::before{margin-top:-8px;border-left-width:0}.popover.bs-popover-auto[x-placement^=right] .arrow::before,.popover.bs-popover-right .arrow::before{left:-11px;border-right-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=right] .arrow::after,.popover.bs-popover-right .arrow::after{left:-10px;border-right-color:#fff}.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom{margin-top:10px}.popover.bs-popover-auto[x-placement^=bottom] .arrow,.popover.bs-popover-bottom .arrow{top:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::after,.popover.bs-popover-bottom .arrow::before{margin-left:-7px;border-top-width:0}.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,.popover.bs-popover-bottom .arrow::before{top:-11px;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,.popover.bs-popover-bottom .arrow::after{top:-10px;border-bottom-color:#fff}.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,.popover.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:20px;margin-left:-10px;content:"";border-bottom:1px solid #f7f7f7}.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left{margin-right:10px}.popover.bs-popover-auto[x-placement^=left] .arrow,.popover.bs-popover-left .arrow{right:0}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::after,.popover.bs-popover-left .arrow::before{margin-top:-8px;border-right-width:0}.popover.bs-popover-auto[x-placement^=left] .arrow::before,.popover.bs-popover-left .arrow::before{right:-11px;border-left-color:rgba(0,0,0,.25)}.popover.bs-popover-auto[x-placement^=left] .arrow::after,.popover.bs-popover-left .arrow::after{right:-10px;border-left-color:#fff}.popover-header{padding:8px 14px;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:9px 14px;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{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}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#868e96!important}a.bg-secondary:focus,a.bg-secondary:hover{background-color:#6c757d!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e9ecef!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#868e96!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%}.rounded-0{border-radius:0}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.d-print-block{display:none!important}@media print{.d-print-block{display:block!important}}.d-print-inline{display:none!important}@media print{.d-print-inline{display:inline!important}}.d-print-inline-block{display:none!important}@media print{.d-print-inline-block{display:inline-block!important}}@media print{.d-print-none{display:none!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.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-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-right:0!important;margin-left:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:1rem!important}.mt-3{margin-top:1rem!important}.mr-3{margin-right:1rem!important}.mb-3{margin-bottom:1rem!important}.ml-3{margin-left:1rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-4{margin:1.5rem!important}.mt-4{margin-top:1.5rem!important}.mr-4{margin-right:1.5rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-4{margin-left:1.5rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-5{margin:3rem!important}.mt-5{margin-top:3rem!important}.mr-5{margin-right:3rem!important}.mb-5{margin-bottom:3rem!important}.ml-5{margin-left:3rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-right:0!important;padding-left:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:1rem!important}.pt-3{padding-top:1rem!important}.pr-3{padding-right:1rem!important}.pb-3{padding-bottom:1rem!important}.pl-3{padding-left:1rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-4{padding:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pr-4{padding-right:1.5rem!important}.pb-4{padding-bottom:1.5rem!important}.pl-4{padding-left:1.5rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-5{padding:3rem!important}.pt-5{padding-top:3rem!important}.pr-5{padding-right:3rem!important}.pb-5{padding-bottom:3rem!important}.pl-5{padding-left:3rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0{margin-top:0!important}.mr-sm-0{margin-right:0!important}.mb-sm-0{margin-bottom:0!important}.ml-sm-0{margin-left:0!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1{margin-top:.25rem!important}.mr-sm-1{margin-right:.25rem!important}.mb-sm-1{margin-bottom:.25rem!important}.ml-sm-1{margin-left:.25rem!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2{margin-top:.5rem!important}.mr-sm-2{margin-right:.5rem!important}.mb-sm-2{margin-bottom:.5rem!important}.ml-sm-2{margin-left:.5rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3{margin-top:1rem!important}.mr-sm-3{margin-right:1rem!important}.mb-sm-3{margin-bottom:1rem!important}.ml-sm-3{margin-left:1rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4{margin-top:1.5rem!important}.mr-sm-4{margin-right:1.5rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.ml-sm-4{margin-left:1.5rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5{margin-top:3rem!important}.mr-sm-5{margin-right:3rem!important}.mb-sm-5{margin-bottom:3rem!important}.ml-sm-5{margin-left:3rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0{padding-top:0!important}.pr-sm-0{padding-right:0!important}.pb-sm-0{padding-bottom:0!important}.pl-sm-0{padding-left:0!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1{padding-top:.25rem!important}.pr-sm-1{padding-right:.25rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pl-sm-1{padding-left:.25rem!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2{padding-top:.5rem!important}.pr-sm-2{padding-right:.5rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pl-sm-2{padding-left:.5rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3{padding-top:1rem!important}.pr-sm-3{padding-right:1rem!important}.pb-sm-3{padding-bottom:1rem!important}.pl-sm-3{padding-left:1rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4{padding-top:1.5rem!important}.pr-sm-4{padding-right:1.5rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pl-sm-4{padding-left:1.5rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5{padding-top:3rem!important}.pr-sm-5{padding-right:3rem!important}.pb-sm-5{padding-bottom:3rem!important}.pl-sm-5{padding-left:3rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-auto{margin-left:auto!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0{margin-top:0!important}.mr-md-0{margin-right:0!important}.mb-md-0{margin-bottom:0!important}.ml-md-0{margin-left:0!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.m-md-1{margin:.25rem!important}.mt-md-1{margin-top:.25rem!important}.mr-md-1{margin-right:.25rem!important}.mb-md-1{margin-bottom:.25rem!important}.ml-md-1{margin-left:.25rem!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2{margin-top:.5rem!important}.mr-md-2{margin-right:.5rem!important}.mb-md-2{margin-bottom:.5rem!important}.ml-md-2{margin-left:.5rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3{margin-top:1rem!important}.mr-md-3{margin-right:1rem!important}.mb-md-3{margin-bottom:1rem!important}.ml-md-3{margin-left:1rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4{margin-top:1.5rem!important}.mr-md-4{margin-right:1.5rem!important}.mb-md-4{margin-bottom:1.5rem!important}.ml-md-4{margin-left:1.5rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5{margin-top:3rem!important}.mr-md-5{margin-right:3rem!important}.mb-md-5{margin-bottom:3rem!important}.ml-md-5{margin-left:3rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-md-0{padding:0!important}.pt-md-0{padding-top:0!important}.pr-md-0{padding-right:0!important}.pb-md-0{padding-bottom:0!important}.pl-md-0{padding-left:0!important}.px-md-0{padding-right:0!important;padding-left:0!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.p-md-1{padding:.25rem!important}.pt-md-1{padding-top:.25rem!important}.pr-md-1{padding-right:.25rem!important}.pb-md-1{padding-bottom:.25rem!important}.pl-md-1{padding-left:.25rem!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2{padding-top:.5rem!important}.pr-md-2{padding-right:.5rem!important}.pb-md-2{padding-bottom:.5rem!important}.pl-md-2{padding-left:.5rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3{padding-top:1rem!important}.pr-md-3{padding-right:1rem!important}.pb-md-3{padding-bottom:1rem!important}.pl-md-3{padding-left:1rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4{padding-top:1.5rem!important}.pr-md-4{padding-right:1.5rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pl-md-4{padding-left:1.5rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5{padding-top:3rem!important}.pr-md-5{padding-right:3rem!important}.pb-md-5{padding-bottom:3rem!important}.pl-md-5{padding-left:3rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto{margin-top:auto!important}.mr-md-auto{margin-right:auto!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-auto{margin-left:auto!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0{margin-top:0!important}.mr-lg-0{margin-right:0!important}.mb-lg-0{margin-bottom:0!important}.ml-lg-0{margin-left:0!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1{margin-top:.25rem!important}.mr-lg-1{margin-right:.25rem!important}.mb-lg-1{margin-bottom:.25rem!important}.ml-lg-1{margin-left:.25rem!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2{margin-top:.5rem!important}.mr-lg-2{margin-right:.5rem!important}.mb-lg-2{margin-bottom:.5rem!important}.ml-lg-2{margin-left:.5rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3{margin-top:1rem!important}.mr-lg-3{margin-right:1rem!important}.mb-lg-3{margin-bottom:1rem!important}.ml-lg-3{margin-left:1rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4{margin-top:1.5rem!important}.mr-lg-4{margin-right:1.5rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.ml-lg-4{margin-left:1.5rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5{margin-top:3rem!important}.mr-lg-5{margin-right:3rem!important}.mb-lg-5{margin-bottom:3rem!important}.ml-lg-5{margin-left:3rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0{padding-top:0!important}.pr-lg-0{padding-right:0!important}.pb-lg-0{padding-bottom:0!important}.pl-lg-0{padding-left:0!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1{padding-top:.25rem!important}.pr-lg-1{padding-right:.25rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pl-lg-1{padding-left:.25rem!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2{padding-top:.5rem!important}.pr-lg-2{padding-right:.5rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pl-lg-2{padding-left:.5rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3{padding-top:1rem!important}.pr-lg-3{padding-right:1rem!important}.pb-lg-3{padding-bottom:1rem!important}.pl-lg-3{padding-left:1rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4{padding-top:1.5rem!important}.pr-lg-4{padding-right:1.5rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pl-lg-4{padding-left:1.5rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5{padding-top:3rem!important}.pr-lg-5{padding-right:3rem!important}.pb-lg-5{padding-bottom:3rem!important}.pl-lg-5{padding-left:3rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-auto{margin-left:auto!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0{margin-top:0!important}.mr-xl-0{margin-right:0!important}.mb-xl-0{margin-bottom:0!important}.ml-xl-0{margin-left:0!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1{margin-top:.25rem!important}.mr-xl-1{margin-right:.25rem!important}.mb-xl-1{margin-bottom:.25rem!important}.ml-xl-1{margin-left:.25rem!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2{margin-top:.5rem!important}.mr-xl-2{margin-right:.5rem!important}.mb-xl-2{margin-bottom:.5rem!important}.ml-xl-2{margin-left:.5rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3{margin-top:1rem!important}.mr-xl-3{margin-right:1rem!important}.mb-xl-3{margin-bottom:1rem!important}.ml-xl-3{margin-left:1rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4{margin-top:1.5rem!important}.mr-xl-4{margin-right:1.5rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.ml-xl-4{margin-left:1.5rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5{margin-top:3rem!important}.mr-xl-5{margin-right:3rem!important}.mb-xl-5{margin-bottom:3rem!important}.ml-xl-5{margin-left:3rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0{padding-top:0!important}.pr-xl-0{padding-right:0!important}.pb-xl-0{padding-bottom:0!important}.pl-xl-0{padding-left:0!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1{padding-top:.25rem!important}.pr-xl-1{padding-right:.25rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pl-xl-1{padding-left:.25rem!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2{padding-top:.5rem!important}.pr-xl-2{padding-right:.5rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pl-xl-2{padding-left:.5rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3{padding-top:1rem!important}.pr-xl-3{padding-right:1rem!important}.pb-xl-3{padding-bottom:1rem!important}.pl-xl-3{padding-left:1rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4{padding-top:1.5rem!important}.pr-xl-4{padding-right:1.5rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pl-xl-4{padding-left:1.5rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5{padding-top:3rem!important}.pr-xl-5{padding-right:3rem!important}.pb-xl-5{padding-bottom:3rem!important}.pl-xl-5{padding-left:3rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-auto{margin-left:auto!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#868e96!important}a.text-secondary:focus,a.text-secondary:hover{color:#6c757d!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#868e96!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}/*!
 * 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{-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.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-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{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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 bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}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}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(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{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{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{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{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{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{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{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{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{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{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{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{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{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-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)}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{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-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{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-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{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-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)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}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{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{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{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(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}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{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{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,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(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}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(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(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{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/*-------------------------------------
CSS INDEX
===================================
#. Defaults
#. Topbar Layout
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Layout 5
#. Header Responsive
#. Footer - Preloader, Scroll to top, Copyright
#. Widgets - Sidebar and Footer Widgets
#. Custom Widgets
#. Buttons
#. Banner
#. Pagination
#. Contents
#. Comments
#. No Content
#. Error 404
#. Single medilink
#. Subscribe Area
#. Responsive Style
#. Woocommerce: Widgets
#. Woocommerce: Owl Nav
#. Woocommerce: Top Bar
#. Woocommerce: Shop
#. Woocommerce: Shop List View
#. Woocommerce: Single Product
#. Woocommerce: Cart
#. Woocommerce: Checkout
#. Woocommerce: Order received
#. Woocommerce: My Account
#. Woocommerce: Login/Register
#. Woocommerce: Yith Wishlist
#. Woocommerce: Yith QuickView
#. Plugin: Contact Form 7
#. Gutenberg Support\
---------------------------------------*/
/*----------------------------------------
#. Defaults
----------------------------------------*/
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,
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: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*Typography*/
body,
button,
input,
select,
textarea {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #396cf0;
}
blockquote {
  margin: 0 1.5em 20px;
  border-color: #396cf0;
  border-left: 4px solid;
  padding-left: 30px;
  background: #f5f5f5;
  padding: 24px 20px 30px 30px;
  border-radius: 5px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.fa.fa-map-marker:before {
    content: "\f041";
}
/*lements*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th,
table td {
  border: 1px solid transition;
  padding: 10px;
}
/*orms*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #396cf0;
  border: medium none;
  color: #fff;
  padding: 5px 20px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #000;
}
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 {
  color: #666;
  border: 1px solid #ccc;
}
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%;
}
/*avigation*/
/*Links*/
a:link,
a:visited {
  color: #396cf0;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #2055e4;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*ccessibility*/
/* 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;
}
/*lignments*/
.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;
}
/*learings*/
.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;
}
/*idgets*/
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*ontent*/
/*Posts and pages*/
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  padding: 20px 0;
}
.page-links a {
  text-decoration: underline;
  font-weight: 500;
}
/*Comments*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*nfinite scroll*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}
/*edia*/
.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: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  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;
}
/*Bootstrap Sameheight*/
@media (min-width: 1200px) {
  .auto-clear > .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear > .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear > .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear > .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear > .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}
body {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #646464;
}
p {
  margin: 0 0 20px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 20px 0;
  color: #111111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4 {
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
@media (max-width: 480px) {
  img.alignleft {
    float: none;
    margin-bottom: 13px;
    margin-right: 0px;
    padding-top: 5px;
    display: block;
  }
  img.alignright {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 15px;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
select {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.possition-static {
  position: static !important;
}
.bg-common {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-overlay-primary80:after,
.bg-overlay-primary80:before {
  background-color: rgba(57, 108, 240, 0.8);
}
.bg-primary100 {
  background-color: #396cf0;
}
.bg-primary70 {
  background-color: rgba(57, 108, 240, 0.7);
}
.bg-light-accent100 {
  background-color: #f1f7fa;
}
.bg-light-primary100 {
  background-color: #ffffff;
}
.overlay-primary90 {
  position: relative;
}
.overlay-primary90:before {
  background-color: rgba(57, 108, 240, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.overlay-primary80 {
  position: relative;
}
.overlay-primary80:before {
  background-color: rgba(57, 108, 240, 0.8);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.overlay-primary80 .elementor-column,
.overlay-primary80 .elementor-widget-wrap {
  z-index: 99;
}
.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  background-color: rgba(40, 40, 40, 0.6);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.elementor-progress-wrapper {
  position: relative;
  background-color: #eee;
  color: #fff;
  height: 37px;
  line-height: 37px;
  border-radius: 2px;
}
.elementor-progress-bar {
  font-size: 16px;
  font-weight: 500;
}
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p,
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
  color: #111111;
}
.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
  color: #ffffff;
}
.section-heading.heading-light p {
  color: #ffffff;
}
.heading-layout1 {
  margin-bottom: 75px;
  text-align: center;
  position: relative;
}
.heading-layout1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
}
.heading-layout1 h2,
.heading-layout1 h3 {
  text-transform: capitalize;
}
.heading-layout1 p {
  font-weight: 500;
}
.heading-light.heading-layout1:after {
  background-color: #ffffff;
}
.heading-layout2 {
  margin-bottom: 75px;
}
.heading-layout2 h2 {
  text-transform: capitalize;
}
.heading-layout2 p {
  font-family: 'Raleway', sans-serif;
  width: 60%;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  margin-bottom: 50px;
  text-align: center;
}
.heading-layout3 h2,
.heading-layout3 h3 {
  text-transform: capitalize;
}
.heading-layout3 p {
  font-weight: 500;
}
.pagination-area {
  display: inline-block;
}
.pagination-area ul li {
  margin-right: 5px;
  display: inline-block;
}
.pagination-area ul li a {
  font-weight: 500;
  font-size: 16px;
  background-color: #ebebeb;
  color: #282828;
  display: inline-block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-out;
}
.pagination-area ul li a:hover {
  background-color: #396cf0;
}
.pagination-area ul .active a {
  background-color: #396cf0;
}
.pagination-area.cpt {
  text-align: center;
}
.pagination-area.cpt .page-numbers.current{
  background-color: #396cf0;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 20px;
  margin: 0 2px;
}
.pagination-area.cpt a{
  background-color: #f2f2f2;
  color: #282828;
  transition: all 0.5s ease-out;
  margin: 0 3px;
  display: block;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 15px;
  display: inline-block;
}
.pagination-area.cpt a:hover{
  background-color: #396cf0;
  color: #ffffff;
}
.dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0;
}
.dot-control .owl-controls .owl-dots .active span {
  background: #396cf0;
}
.box-shadow {
  box-shadow: 0px 1px 20px 0px rgba(185, 185, 185, 0.75);
}
.site-wrp .rtin-button {
  margin-top: 40px;
}
.site-wrp .rtin-button .item-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding: 14px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.site-wrp .rtin-button .item-btn:hover {
  background-color: #2055e4;
  color: #fff;
}
.site-wrp .rtin-button .item-btn i {
    margin-left: 10px;
    transition: all 0.3s ease-out;
}
.site-wrp .rtin-button-mid .item-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  padding: 16px 24px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.site-wrp .rtin-button-mid .item-btn:hover {
  background-color: #2055e4;
  color: #fff;
}
#preloader {
  background: #ffffff url(https://aasphr.org/wp-content/themes/medilink/assets/css/img/preloader.gif) no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.rt-isotope-wrapper .isotop-btn {
  text-align: center;
  margin-bottom: 45px;
}
.rt-isotope-wrapper .isotop-btn:after {
  display: none;
}
.rt-isotope-wrapper .isotop-btn a {
  background-color: #ffffff;
  color: #444444;
  padding: 8px 20px;
  font-size: 18px;
  display: inline-block;
  margin: 0 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 2px 4px 0px rgba(206, 216, 221, 0.75);
  transition: all 0.5s ease-out;
}
.rt-isotope-wrapper .isotop-btn a:hover {
  background-color: #396cf0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .rt-el-gallrey-1 .rtin-item{
    margin-bottom: 30px !important;
  }
}
.rt-isotope-wrapper .isotop-btn .current {
  background-color: #396cf0;
  color: #ffffff;
}
.play-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
.play-btn i {
  transition: all 0.5s ease-out;
}
.play-btn2 {
  display: inline-block;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.play-btn2 i:before {
  margin-left: 0;
  color: #ffffff;
  border-radius: 50%;
  display: inline;
  font-size: 60px;
  transition: all 0.5s ease-out;
}
.play-btn2:hover i:before {
  color: #396cf0;
}
.loadmore-layout1 {
  text-align: center;
}
.loadmore-layout1 .item-btn {
  padding: 12px 30px;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.loadmore-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.loadmore-layout1 i {
  margin-left: 10px;
}
#scrollUp {
  background-color: rgba(57, 108, 240, 0.3);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 1s ease-out;
  width: 44px;
  z-index: 99999;
  border: 2px solid #396cf0;
  border-radius: 50%;
}
#scrollUp i {
  color: #396cf0;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: #396cf0;
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #ffffff;
}
#scrollUp {
  animation: blinker 10s linear infinite;
}
@keyframes blinker {
  90% {
    opacity: 0;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop10 {
  49% {
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }
  30% {
    opacity: 0.5;
    left: 10px;
  }
  60% {
    left: 5px;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
.margin-auto {
  margin: 0 auto;
}
.margin-t-none {
  margin-top: 0;
}
.margin-t-5 {
  margin-top: 5px;
}
.margin-t-10 {
  margin-top: 10px;
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-20 {
  margin-top: 20px;
}
.margin-t-30 {
  margin-top: 30px;
}
.margin-t-40 {
  margin-top: 40px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-60 {
  margin-top: 60px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-80 {
  margin-top: 80px;
}
.margin-t-90 {
  margin-top: 90px;
}
.margin-t-100 {
  margin-top: 100px;
}
.margin-r-none {
  margin-right: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.margin-r-10 {
  margin-right: 10px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-30 {
  margin-right: 30px;
}
.margin-r-40 {
  margin-right: 40px;
}
.margin-r-50 {
  margin-right: 50px;
}
.margin-r-60 {
  margin-right: 60px;
}
.margin-r-70 {
  margin-right: 70px;
}
.margin-r-80 {
  margin-right: 80px;
}
.margin-r-90 {
  margin-right: 90px;
}
.margin-r-100 {
  margin-right: 100px;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.margin-b-5 {
  margin-bottom: 5px;
}
.margin-b-10 {
  margin-bottom: 10px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-20 {
  margin-bottom: 20px;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.margin-b-40 {
  margin-bottom: 40px;
}
.margin-b-50 {
  margin-bottom: 50px;
}
.margin-b-60 {
  margin-bottom: 60px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-80 {
  margin-bottom: 80px;
}
.margin-b-90 {
  margin-bottom: 90px;
}
.margin-b-100 {
  margin-bottom: 100px;
}
.margin-l-none {
  margin-left: 0;
}
.margin-l-5 {
  margin-left: 5px;
}
.margin-l-10 {
  margin-left: 10px;
}
.margin-l-15 {
  margin-left: 15px;
}
.margin-l-20 {
  margin-left: 20px;
}
.margin-l-30 {
  margin-left: 30px;
}
.margin-l-40 {
  margin-left: 40px;
}
.margin-l-50 {
  margin-left: 50px;
}
.margin-l-60 {
  margin-left: 60px;
}
.margin-l-70 {
  margin-left: 70px;
}
.margin-l-80 {
  margin-left: 80px;
}
.margin-l-90 {
  margin-left: 90px;
}
.margin-l-100 {
  margin-left: 100px;
}
.margin-t-5r {
  margin-top: 0.5rem;
}
.margin-t-10r {
  margin-top: 1rem;
}
.margin-t-15r {
  margin-top: 1.5rem;
}
.margin-t-20r {
  margin-top: 2rem;
}
.margin-t-30r {
  margin-top: 3rem;
}
.margin-t-40r {
  margin-top: 4rem;
}
.margin-t-50r {
  margin-top: 5rem;
}
.margin-t-60r {
  margin-top: 6rem;
}
.margin-t-70r {
  margin-top: 7rem;
}
.margin-t-80r {
  margin-top: 8rem;
}
.margin-t-90r {
  margin-top: 9rem;
}
.margin-t-100r {
  margin-top: 10rem;
}
.margin-r-5r {
  margin-right: 0.5rem;
}
.margin-r-10r {
  margin-right: 1rem;
}
.margin-r-15r {
  margin-right: 1.5rem;
}
.margin-r-20r {
  margin-right: 2rem;
}
.margin-r-30r {
  margin-right: 3rem;
}
.margin-r-40r {
  margin-right: 4rem;
}
.margin-r-50r {
  margin-right: 5rem;
}
.margin-r-60r {
  margin-right: 6rem;
}
.margin-r-70r {
  margin-right: 7rem;
}
.margin-r-80r {
  margin-right: 8rem;
}
.margin-r-90r {
  margin-right: 9rem;
}
.margin-r-100r {
  margin-right: 10rem;
}
.margin-b-5r {
  margin-bottom: 0.5rem;
}
.margin-b-10r {
  margin-bottom: 1rem;
}
.margin-b-15r {
  margin-bottom: 1.5rem;
}
.margin-b-20r {
  margin-bottom: 2rem;
}
.margin-b-30r {
  margin-bottom: 3rem;
}
.margin-b-40r {
  margin-bottom: 4rem;
}
.margin-b-50r {
  margin-bottom: 5rem;
}
.margin-b-60r {
  margin-bottom: 6rem;
}
.margin-b-70r {
  margin-bottom: 7rem;
}
.margin-b-80r {
  margin-bottom: 8rem;
}
.margin-b-90r {
  margin-bottom: 9rem;
}
.margin-b-100r {
  margin-bottom: 10rem;
}
.margin-l-5r {
  margin-left: 0.5rem;
}
.margin-l-10r {
  margin-left: 1rem;
}
.margin-l-15r {
  margin-left: 1.5rem;
}
.margin-l-20r {
  margin-left: 2rem;
}
.margin-l-30r {
  margin-left: 3rem;
}
.margin-l-40r {
  margin-left: 4rem;
}
.margin-l-50r {
  margin-left: 5rem;
}
.margin-l-60r {
  margin-left: 6rem;
}
.margin-l-70r {
  margin-left: 7rem;
}
.margin-l-80r {
  margin-left: 8rem;
}
.margin-l-90r {
  margin-left: 9rem;
}
.margin-l-100r {
  margin-left: 10rem;
}
.padding-t-none {
  padding-top: 0;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-10 {
  padding-top: 10px;
}
.padding-t-15 {
  padding-top: 15px;
}
.padding-t-20 {
  padding-top: 20px;
}
.padding-t-30 {
  padding-top: 30px;
}
.padding-t-40 {
  padding-top: 40px;
}
.padding-t-50 {
  padding-top: 50px;
}
.padding-t-60 {
  padding-top: 60px;
}
.padding-t-70 {
  padding-top: 70px;
}
.padding-t-80 {
  padding-top: 80px;
}
.padding-t-90 {
  padding-top: 90px;
}
.padding-t-100 {
  padding-top: 100px;
}
.padding-r-none {
  padding-right: 0;
}
.padding-r-5 {
  padding-right: 5px;
}
.padding-r-10 {
  padding-right: 10px;
}
.padding-r-15 {
  padding-right: 15px;
}
.padding-r-20 {
  padding-right: 20px;
}
.padding-r-30 {
  padding-right: 30px;
}
.padding-r-40 {
  padding-right: 40px;
}
.padding-r-50 {
  padding-right: 50px;
}
.padding-r-60 {
  padding-right: 60px;
}
.padding-r-70 {
  padding-right: 70px;
}
.padding-r-80 {
  padding-right: 80px;
}
.padding-r-90 {
  padding-right: 90px;
}
.padding-r-100 {
  padding-right: 100px;
}
.padding-b-none {
  padding-bottom: 0;
}
.padding-b-5 {
  padding-bottom: 5px;
}
.padding-b-10 {
  padding-bottom: 10px;
}
.padding-b-15 {
  padding-bottom: 15px;
}
.padding-b-20 {
  padding-bottom: 20px;
}
.padding-b-30 {
  padding-bottom: 30px;
}
.padding-b-40 {
  padding-bottom: 40px;
}
.padding-b-50 {
  padding-bottom: 50px;
}
.padding-b-60 {
  padding-bottom: 60px;
}
.padding-b-70 {
  padding-bottom: 70px;
}
.padding-b-80 {
  padding-bottom: 80px;
}
.padding-b-90 {
  padding-bottom: 90px;
}
.padding-b-100 {
  padding-bottom: 100px;
}
.padding-l-none {
  padding-left: 0;
}
.padding-l-5 {
  padding-left: 5px;
}
.padding-l-10 {
  padding-left: 10px;
}
.padding-l-15 {
  padding-left: 15px;
}
.padding-l-20 {
  padding-left: 20px;
}
.padding-l-30 {
  padding-left: 30px;
}
.padding-l-40 {
  padding-left: 40px;
}
.padding-l-50 {
  padding-left: 50px;
}
.padding-l-60 {
  padding-left: 60px;
}
.padding-l-70 {
  padding-left: 70px;
}
.padding-l-80 {
  padding-left: 80px;
}
.padding-l-90 {
  padding-left: 90px;
}
.padding-l-100 {
  padding-left: 100px;
}
.padding-t-5r {
  padding-top: 0.5rem;
}
.padding-t-10r {
  padding-top: 1rem;
}
.padding-t-15r {
  padding-top: 1.5rem;
}
.padding-t-20r {
  padding-top: 2rem;
}
.padding-t-30r {
  padding-top: 3rem;
}
.padding-t-40r {
  padding-top: 4rem;
}
.padding-t-50r {
  padding-top: 5rem;
}
.padding-t-60r {
  padding-top: 6rem;
}
.padding-t-70r {
  padding-top: 7rem;
}
.padding-t-80r {
  padding-top: 8rem;
}
.padding-t-90r {
  padding-top: 9rem;
}
.padding-t-100r {
  padding-top: 10rem;
}
.padding-r-5r {
  padding-right: 0.5rem;
}
.padding-r-10r {
  padding-right: 1rem;
}
.padding-r-15r {
  padding-right: 1.5rem;
}
.padding-r-20r {
  padding-right: 2rem;
}
.padding-r-30r {
  padding-right: 3rem;
}
.padding-r-40r {
  padding-right: 4rem;
}
.padding-r-50r {
  padding-right: 5rem;
}
.padding-r-60r {
  padding-right: 6rem;
}
.padding-r-70r {
  padding-right: 7rem;
}
.padding-r-80r {
  padding-right: 8rem;
}
.padding-r-90r {
  padding-right: 9rem;
}
.padding-r-100r {
  padding-right: 10rem;
}
.padding-b-5r {
  padding-bottom: 0.5rem;
}
.padding-b-10r {
  padding-bottom: 1rem;
}
.padding-b-15r {
  padding-bottom: 1.5rem;
}
.padding-b-20r {
  padding-bottom: 2rem;
}
.padding-b-30r {
  padding-bottom: 3rem;
}
.padding-b-40r {
  padding-bottom: 4rem;
}
.padding-b-50r {
  padding-bottom: 5rem;
}
.padding-b-60r {
  padding-bottom: 6rem;
}
.padding-b-70r {
  padding-bottom: 7rem;
}
.padding-b-80r {
  padding-bottom: 8rem;
}
.padding-b-90r {
  padding-bottom: 9rem;
}
.padding-b-100r {
  padding-bottom: 10rem;
}
.padding-l-5r {
  padding-left: 0.5rem;
}
.padding-l-10r {
  padding-left: 1rem;
}
.padding-l-15r {
  padding-left: 1.5rem;
}
.padding-l-20r {
  padding-left: 2rem;
}
.padding-l-30r {
  padding-left: 3rem;
}
.padding-l-40r {
  padding-left: 4rem;
}
.padding-l-50r {
  padding-left: 5rem;
}
.padding-l-60r {
  padding-left: 6rem;
}
.padding-l-70r {
  padding-left: 7rem;
}
.padding-l-80r {
  padding-left: 8rem;
}
.padding-l-90r {
  padding-left: 9rem;
}
.padding-l-100r {
  padding-left: 10rem;
}
.box-padding1r {
  padding: 1rem;
}
.box-padding2r {
  padding: 2rem;
}
.box-padding3r {
  padding: 3rem;
}
.box-padding4r {
  padding: 4rem;
}
.box-padding5r {
  padding: 5rem;
}
.media-body {
  margin-left: 3rem;
}
.media-body.space-xl {
  margin-left: 50px;
}
.media-body.space-lg {
  margin-left: 40px;
}
.media-body.space-md {
  margin-left: 20px;
}
.media-body.space-sm {
  margin-left: 15px;
}
.media-body.space-xs {
  margin-left: 10px;
}
.media-body.media-body-box {
  padding: 20px 20px 20px 3rem;
  margin-left: 0;
}
.media-body.media-body-box p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .media-none--lg {
    display: block;
  }
  .media-none--lg > div {
    width: 100%;
  }
  .media-none--lg img {
    width: 100%;
  }
  .media-none--lg img.media-img-auto {
    width: auto;
  }
  .media-none--lg .media-body,
  .media-none--lg .media-body.space-xl,
  .media-none--lg .media-body.space-lg,
  .media-none--lg .media-body.space-md,
  .media-none--lg .media-body.space-sm,
  .media-none--lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .media-none--md {
    display: block;
  }
  .media-none--md > div {
    width: 100%;
  }
  .media-none--md img {
    width: 100%;
  }
  .media-none--md img.media-img-auto {
    width: auto;
  }
  .media-none--md .media-body,
  .media-none--md .media-body.space-xl,
  .media-none--md .media-body.space-lg,
  .media-none--md .media-body.space-md,
  .media-none--md .media-body.space-sm,
  .media-none--md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .media-none--sm {
    display: block;
  }
  .media-none--sm > div {
    width: 100%;
  }
  .media-none--sm img {
    width: 100%;
  }
  .media-none--sm img.media-img-auto {
    width: auto;
  }
  .media-none--sm .media-body,
  .media-none--sm .media-body.space-xl,
  .media-none--sm .media-body.space-lg,
  .media-none--sm .media-body.space-md,
  .media-none--sm .media-body.space-sm,
  .media-none--sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 575px) {
  .media-none--xs {
    display: block;
  }
  .media-none--xs > div {
    width: 100%;
  }
  .media-none--xs img {
    width: 100%;
  }
  .media-none--xs img.media-img-auto {
    width: auto;
  }
  .media-none--xs .media-body,
  .media-none--xs .media-body.space-xl,
  .media-none--xs .media-body.space-lg,
  .media-none--xs .media-body.space-md,
  .media-none--xs .media-body.space-sm,
  .media-none--xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none--xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media only screen and (max-width: 479px) {
  .media-none-mb {
    display: block;
  }
  .media-none-mb > div {
    width: 100%;
  }
  .media-none-mb img {
    width: 100%;
  }
  .media-none-mb img.media-img-auto {
    width: auto;
  }
  .media-none-mb .media-body,
  .media-none-mb .media-body.space-xl,
  .media-none-mb .media-body.space-lg,
  .media-none-mb .media-body.space-md,
  .media-none-mb .media-body.space-sm,
  .media-none-mb .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-mb .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-none-lg {
    display: block;
  }
  .media-none-lg > div {
    width: 100%;
  }
  .media-none-lg img {
    width: 100%;
  }
  .media-none-lg img.media-img-auto {
    width: auto;
  }
  .media-none-lg .media-body,
  .media-none-lg .media-body.space-xl,
  .media-none-lg .media-body.space-lg,
  .media-none-lg .media-body.space-md,
  .media-none-lg .media-body.space-sm,
  .media-none-lg .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-lg .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-none-md {
    display: block;
  }
  .media-none-md > div {
    width: 100%;
  }
  .media-none-md img {
    width: 100%;
  }
  .media-none-md img.media-img-auto {
    width: auto;
  }
  .media-none-md .media-body,
  .media-none-md .media-body.space-xl,
  .media-none-md .media-body.space-lg,
  .media-none-md .media-body.space-md,
  .media-none-md .media-body.space-sm,
  .media-none-md .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-md .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .media-none-sm {
    display: block;
  }
  .media-none-sm > div {
    width: 100%;
  }
  .media-none-sm img {
    width: 100%;
  }
  .media-none-sm img.media-img-auto {
    width: auto;
  }
  .media-none-sm .media-body,
  .media-none-sm .media-body.space-xl,
  .media-none-sm .media-body.space-lg,
  .media-none-sm .media-body.space-md,
  .media-none-sm .media-body.space-sm,
  .media-none-sm .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-sm .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
@media (min-width: 480px) and (max-width: 575px) {
  .media-none-xs {
    display: block;
  }
  .media-none-xs > div {
    width: 100%;
  }
  .media-none-xs img {
    width: 100%;
  }
  .media-none-xs img.media-img-auto {
    width: auto;
  }
  .media-none-xs .media-body,
  .media-none-xs .media-body.space-xl,
  .media-none-xs .media-body.space-lg,
  .media-none-xs .media-body.space-md,
  .media-none-xs .media-body.space-sm,
  .media-none-xs .media-body.space-xs {
    margin-top: 20px;
    margin-left: 0;
  }
  .media-none-xs .media-body.media-body-box {
    margin-top: 0;
    margin-left: 0;
    padding: 3rem;
  }
}
.site-wrp .blog-btn {
  margin-top: 40px;
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media (min-width: 480px) and (max-width: 575px) {
  .site-wrp .blog-btn {
    padding: 12px 22px;
  }
}
.site-wrp .blog-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}
.site-wrp .blog-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0 10px 55px 5px rgba(57, 108, 240, 0.35);
}
.site-wrp .blog-btn:hover i {
  color: #ffffff;
}
.title-bar-xs {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-xs:before {
  content: "";
  height: 1px;
  width: 35px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-sm {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-sm:before {
  content: "";
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-md {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-md:before {
  content: "";
  height: 2px;
  width: 45px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-lg {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-lg:before {
  content: "";
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-xl {
  margin-bottom: 45px;
  position: relative;
}
.title-bar-xl:before {
  content: "";
  height: 3px;
  width: 55px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.title-bar-primary {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-bar-primary:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.title-bar-primary2 {
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
.title-bar-primary2:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.title-bar-primary3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-bar-primary3:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.title-bar-primary4 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.title-bar-primary4:before {
  content: "";
  height: 4px;
  width: 40px;
  background: #396cf0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.title-bar-primary5 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.title-bar-primary5:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #396cf0;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.title-bar-primary6 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.title-bar-primary6:after {
  content: "";
  height: 4px;
  width: 40px;
  margin: 0 auto;
  background-color: #396cf0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
}
.title-bar-primary7 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.title-bar-primary7:after {
  content: "";
  height: 4px;
  width: 40px;
  background-color: #396cf0;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  position: absolute;
}
.title-bar-light {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.title-bar-light:before {
  content: "";
  height: 3px;
  width: 40px;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}
.sigle-department-data .loading {
  background: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/preloader.gif);
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  display: none;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
}
.select2-container--classic .select2-selection--single {
  background-color: #f1f7fa;
  background-image: none;
  border-radius: 0;
  border: 1px solid #f1f7fa;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #f1f7fa;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  background-color: #396cf0;
  background-image: none;
  border-style: none;
  right: 10px;
  height: 32px;
  width: 35px;
  border-radius: 2px;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #396cf0;
  color: #ffffff;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #111111;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.select2-results__option[aria-selected] {
  font-size: 16px;
  color: #111111;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  background-color: #396cf0;
  background-image: none;
  border-style: none;
  right: 10px;
  height: 32px;
  width: 35px;
  border-radius: 2px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}
.select2-dropdown {
  z-index: 99;
}
span.wpcf7-not-valid-tip {
  color: #c0b5b5;
}
.mscolor div.wpcf7-validation-errors {
  border-color: #2d87e2;
  color: #fff;
}
/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar.rt-header-top-bar.animated.slideInDown {
  display: none;
}
.carton .header-icon-area .search-box-area {
  margin-right: -25px;
  position: relative;
  z-index: 2;
}
.widget.ls-overflow-visible {
  margin: 0;
}
.header-top-bar.d-none.d-md-block.animated.slideInDown {
  display: none !important;
}
.site-wrp {
  overflow: hidden !important;
}
.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  transition: all 0.5 ease-out 0s !important;
}
.stick .cart-icon-area,
.stick .header-icon-seperator,
.stick .search-box-area,
.stick .header-icon-area .additional-menu-area {
  padding-top: 37px;
  padding-bottom: 29px;
}
.stick .header-icon-area .cart-icon-area .cart-icon-num {
  top: 21px;
}
.site-header .stick .main-navigation ul li a {
  padding: 38px 12px;
}
.top-bar-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}
.header-menu-area:after {
  clear: both;
  content: "";
  display: block;
}
.non-stick.header-style-1.trheader .opt-slideInUp {
  margin-top: 0;
}
.header-style-1 .action-items-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 24px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #396cf0;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.header-style-1 .action-items-primary-btn i {
  margin-left: 10px;
}
.header-style-1 .action-items-primary-btn:hover {
  background-color: transparent;
  color: #396cf0;
  box-shadow: 0 10px 55px 5px rgba(57, 108, 240, 0.2);
}
.header-style-1 .action-items-light-btn {
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.header-style-1 .action-items-light-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}
@media only screen and (max-width: 1199px) {
  body.header-style-1 .rt-header-top-bar .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  body.header-style-1 .masthead-container.header-style1 .container {
    width: 100%;
    max-width: 100%;
  }
}
.header-contact-layout1 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout1 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout1 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}
.header-contact-layout1 ul li i {
  margin-right: 15px;
}
.header-contact-layout1 ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block;
  }
}
.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-social-layout1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-social-layout1 ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 ul li {
    margin-right: 1px !important;
  }
}
.header-social-layout1 ul li:last-child {
  margin-right: 2px;
}
.header-social-layout1 ul li a {
  padding: 1px 8px;
  color: #646464;
  background: #f5f8fa;
  transition: all 0.5s ease-out;
}
.header-social-layout1 ul li a:hover {
  color: #e3e3e3;
}
.header-social-layout1 ul li a i {
  transition: all 0.5s ease-out;
}
.non-stick.header-style-2.trheader .opt-slideInUp {
  margin-top: 0;
}
.non-stick.header-style-2 .opt-slideInUp {
  margin-top: 74px;
}
.non-stick.trheader .stick {
  background-color: #0f2738;
}
.non-stick .stick {
  animation-name: headerSlideDown;
  animation-duration: 0.50s;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out;
  background: #fff;
}
.header-top-bar {
  background-color: #222222;
  color: #a6b1b7;
  border-bottom: 1px solid #d7d7d7;
}
.header-top-bar a {
  color: #a6b1b7;
}
.header-top-bar .tophead-contact {
  float: left;
}
@media all and (max-width: 767px) {
  .header-top-bar .tophead-contact {
    text-align: center;
    float: none;
  }
}
.header-top-bar .tophead-contact ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-top-bar .tophead-contact a:hover {
  text-decoration: underline;
}
.header-top-bar .tophead-contact .fa,
.header-top-bar .tophead-address .fa {
  color: #396cf0;
}
.header-top-bar .tophead-right {
  float: right;
}
@media all and (max-width: 767px) {
  .header-top-bar .tophead-right {
    text-align: center;
    float: none;
  }
}
.header-top-bar .tophead-social li {
  display: inline-block;
  margin-left: 5px;
}
.header-top-bar .tophead-social li a {
  color: #a6b1b7;
}
.header-top-bar .tophead-social li a i {
  color: #8a8a8a;
}
.header-top-bar .tophead-social li a:hover {
  color: #396cf0;
}
.trheader .header-top-bar {
  background-color: transparent !important;
}
/* Transparent Topbar */
.trheader .header-top-bar,
.trheader .header-top-bar a {
  color: #efefef;
}
.trheader.has-topbar .entry-banner .container {
  padding-top: 38px;
}
.topbar-style-3 .header-top-bar .tophead-contact,
.topbar-style-3 .header-top-bar .tophead-right {
  float: none;
  display: table;
  height: 40px;
}
.topbar-style-3 .header-top-bar .tophead-contact ul,
.topbar-style-3 .header-top-bar .tophead-right ul {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .tophead-contact,
  .topbar-style-3 .header-top-bar .tophead-right {
    display: block;
    height: inherit;
  }
  .topbar-style-3 .header-top-bar .tophead-contact ul,
  .topbar-style-3 .header-top-bar .tophead-right ul {
    display: block;
  }
}
.topbar-style-3 .header-top-bar .tophead-right {
  width: 100%;
  text-align: right;
}
@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .tophead-right {
    text-align: center;
  }
}
.topbar-style-3 .header-top-bar .topbar-logo {
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .topbar-style-3 .header-top-bar .topbar-logo {
    display: none;
  }
}
.topbar-style-5 .header-top-bar .tophead-social li a {
  padding-left: 20px;
  font-size: 16px;
}
.topbar-style-5 .header-top-bar .tophead-social li a:hover {
  color: #396cf0;
}
.topbar-style-5 .header-top-bar .tophead-contact ul li {
  margin-right: 30px;
}
.trheader.topbar-style-5 .header-top-bar .tophead-social li a {
  font-size: 16px;
}
.trheader.topbar-style-5 .header-top-bar .tophead-social li a:hover {
  color: #396cf0;
}
/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.site-header .masthead-container {
  transition: all 1s ease-out;
}
/* Header Logo */
.site-header .site-branding {
  display: table;
  height: 92px;
  transition: all 0.5 ease-out 0s;
  max-width: 195px;
}
.site-header .site-branding a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .site-branding a img {
  width: auto;
  padding: 5px 0;
  transition: all 0.5 ease-out 0s;
}
.site-header .site-branding a.light-logo {
  display: none;
}
.site-header .site-branding a.custom-logo-text {
  color: #111;
  font-weight: 700;
  line-height: 1.2;
  font-size: 22px;
}
/* Main Navigation */
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .main-navigation ul {
  text-align: right;
}
.site-header .main-navigation ul li {
  display: inline-block;
  position: relative;
}
.site-header .main-navigation ul li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5 ease-out 0s;
  color: #000000;
  padding: 38px 12px;
}
@media all and (max-width: 1199px) {
  .site-header .main-navigation ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.site-header .main-navigation ul.menu > li > a:hover {
  color: #396cf0;
  animation: toBottomFromTop10 0.3s forwards;
}
.site-header .main-navigation ul.menu > li.current-menu-item > a,
.site-header .main-navigation ul.menu > li.current > a {
  color: #396cf0;
}
.site-header .main-navigation > nav > ul {
  text-align: right;
}
.site-header .main-navigation > nav > ul > li > a {
  position: relative;
}
.site-header .main-navigation > nav > ul > li > a:after {
  background-color: #396cf0;
  content: "";
  position: absolute;
  left: -20px;
  right: 0px;
  bottom: 0;
  width: 70%;
  height: 3px;
  opacity: 0;
  visibility: hidden;
}
.site-header .main-navigation > nav > ul > li:hover > a:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(35px);
  transition: all 0.5s ease-in-out;
}
/* Submenu */
.site-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: absolute;
  top: 100%;
  transform-origin: 0 0 0;
  transition: all 0.2s ease 0s;
  z-index: 99 !important;
  width: 260px;
  text-align: left;
  border-top: 1px solid #396cf0;
  padding-top: 20px;
  padding-bottom: 25px;
  background-color: #fff;
  left: -20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
  color: #111;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 26px;
  top: 8px;
}
.site-header .main-navigation ul li ul.sub-menu li.menu-item-has-children:hover:after {
  color: #ffffff;
}
.site-header .main-navigation ul li ul li {
  display: block;
  border-left: none;
  transition: all 0.3s ease 0s;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul li ul li:hover > a {
  background-color: #f0f3f8;
}
.site-header .main-navigation ul li ul li:hover > a:after {
  color: #fff;
}
.site-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.site-header .main-navigation ul li ul li a {
  display: block;
  color: #282828;
  text-transform: inherit;
  padding: 10px 15px !important;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.5 ease-out 0s;
}
.site-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* 3rd Level Menu */
.site-header .main-navigation ul > li > ul > li > ul {
  left: 247px;
  top: 0;
  width: 200px;
}
.site-header .main-navigation ul > li > ul > li > ul > li > ul {
  left: 200px;
}
.site-header .main-navigation ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
/* Multi Column Menu */
.site-header .main-navigation ul li.mega-menu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
  background-color: inherit;
  padding: 0 14px 0 14px;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
  color: #ffffff;
}
.site-header .main-navigation ul li.mega-menu ul.sub-menu li a::hover {
  background-color: #fff;
  color: #071041;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu {
  background-color: #fff !important;
  padding: 10px 0;
  overflow: hidden;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li {
  display: block;
  float: left;
  margin: 0 5px;
  width: 210px;
  border: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li ul {
  position: relative;
  width: inherit;
  left: inherit;
  border: none;
  box-shadow: none;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu > li > a {
  font-weight: 700;
  margin-bottom: 1px;
}
.site-header .main-navigation ul li.mega-menu > ul.sub-menu li:after {
  content: '';
}
.site-header .main-navigation ul li.mega-menu.hide-header > ul.sub-menu > li > a {
  display: none;
}
/* Mobile Multi Column Menu */
.mean-container .mega-menu.hide-header > ul > li {
  border-top: none;
}
.mean-container .mega-menu.hide-header > ul > li > a {
  display: none;
}
.mean-container .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
/* Header Icons */
.cart-icon-area,
.header-icon-seperator,
.search-box-area,
.header-icon-area .additional-menu-area {
  padding-top: 40px;
  padding-bottom: 38px;
  color: #b2b2b2;
}
.header-icon-area .search-box-area,
.header-icon-area .header-icon-seperator,
.header-icon-area .cart-icon-area,
.header-icon-area .additional-menu-area {
  float: right;
}
.admin-bar .additional-menu-area .sidenav {
  top: 25px;
}
.admin-bar .stick {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .stick {
    top: 46px;
  }
}
.header-icon-area {
  float: right;
  padding-left: 25px;
  position: relative;
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  .header-icon-area {
    padding-left: 0;
  }
}
.header-icon-area .header-icon-seperator {
  font-size: 20px;
  line-height: 24px;
  padding-left: 7px;
  padding-right: 16px;
}
@media all and (max-width: 991px) {
  .header-icon-area .header-icon-seperator {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.header-icon-area .cart-icon-area {
  position: relative;
}
.header-icon-area .cart-icon-area > a {
  display: block;
  transition: none;
  margin-left: 0;
  color: #646464;
  font-size: 30px;
}
.header-icon-area .cart-icon-area > a i::before {
  margin-left: 0;
  color: #646464;
  font-size: 30px;
}
.header-icon-area .cart-icon-area > a:hover i::before {
  color: #396cf0;
}
.header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #396cf0;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 37px;
  right: -22px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
.header-icon-area .cart-icon-area .cart-icon-products {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  z-index: 99999;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  text-align: left;
}
.header-icon-area .cart-icon-area .cart-icon-products .widget_shopping_cart {
  padding: 15px 15px 0;
  margin-bottom: 20px;
}
.header-icon-area .cart-icon-area:hover .cart-icon-products {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.header-icon-area .cart-icon-area .widget_shopping_cart_content .total {
  border-top: none;
  padding: 15px 0 0;
  margin-bottom: 20px;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li,
.cart-icon-products .widget_shopping_cart .mini_cart_item {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item:last-child {
  border-bottom: none;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #666;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a:hover {
  color: #396cf0;
}
.woocommerce .cart-icon-products .widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove,
.cart-icon-products .widget_shopping_cart .mini_cart_item a.remove {
  line-height: 1;
  top: 12px;
}
.cart-icon-products .woocommerce.widget_shopping_cart ul.product_list_widget li img {
  width: 40px;
}
.additional-menu-area {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .additional-menu-area {
    margin-left: 28px;
  }
}
.additional-menu-area a.side-menu-trigger {
  color: #222;
  cursor: pointer;
  font-size: 21px;
  line-height: 0;
}
.header-action-items .btn-fill.color-yellow {
  padding: 15px 22px;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}
.header-style-2 .header-action-items .btn-fill.color-yellow {
  padding: 18px 26px;
  border-radius: 0;
}
/* Header Right Menu */
.additional-menu-area .sidenav {
  position: relative;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  background-color: #222C32;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  padding-top: 45px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.8);
}
.additional-menu-area .sidenav .closebtn {
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 24px;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 25px;
  width: 25px;
}
.additional-menu-area .sidenav .closebtn:hover {
  opacity: 0.8;
}
.additional-menu-area .sidenav .sidenav-search {
  border: 1px solid #5f5f5f;
  margin: 0 20px 10px 20px;
}
.additional-menu-area .sidenav ul li {
  border-bottom: 1px solid #354248;
  margin-bottom: 0;
  line-height: 24px;
}
.additional-menu-area .sidenav ul li:last-child {
  border-bottom: none;
}
.additional-menu-area .sidenav ul li a {
  text-align: left;
  font-size: 14px;
  color: #d3d3d3;
  border: none;
  padding-left: 20px;
}
.additional-menu-area .sidenav ul li a:hover {
  color: #ffffff;
}
.additional-menu-area .sidenav ul li a::before {
  font-family: 'FontAwesome';
  content: "\f105";
  padding-right: 8px;
}
.additional-menu-area .sidenav ul li > ul > li {
  padding-left: 20px;
}
.additional-menu-area .sidenav a {
  padding: 7px 8px 7px 10px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: all 0.5s ease-in-out;
}
.additional-menu-area .mega-menu.hide-header > ul > li {
  padding-left: 0;
}
.additional-menu-area .mega-menu.hide-header > ul > li > a {
  display: none;
}
.additional-menu-area .mega-menu.hide-header > ul > li > ul {
  display: block !important;
}
.stick #meanmenu,
.header-sticky-wrapper #meanmenu {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999 !important;
  background-color: #ffffff;
}
.stick .masthead-container,
.header-sticky-wrapper .masthead-container {
  background-color: #ffffff;
  /*border-bottom: 2px solid @primaryColor;*/
}
.stick .masthead-container .main-navigation ul li a,
.header-sticky-wrapper .masthead-container .main-navigation ul li a {
  padding-top: 22px;
  padding-bottom: 22px;
}
.stick .masthead-container .site-branding,
.header-sticky-wrapper .masthead-container .site-branding {
  height: 68px;
}
.stick .masthead-container .site-branding a img,
.header-sticky-wrapper .masthead-container .site-branding a img {
  max-height: 68px;
}
/* Transparent Header */
.trheader.non-stick .site-header {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.trheader.non-stick .site-header .site-branding a.dark-logo {
  display: none;
}
.trheader.non-stick .site-header .site-branding a.light-logo {
  display: table-cell;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  color: #fff;
}
.trheader.non-stick .site-header .main-navigation ul.menu > li > a:hover {
  color: #396cf0;
}
.trheader.non-stick .site-header .search-box .search-button i,
.trheader.non-stick .header-icon-seperator,
.trheader.non-stick .header-icon-area .cart-icon-area > a,
.trheader.non-stick .additional-menu-area a.side-menu-trigger {
  color: #fff;
}
.trheader .entry-banner {
  padding-top: 60px;
}
@media all and (max-width: 991px) {
  .trheader .entry-banner {
    padding-top: 0;
  }
}
/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.site-header .site-branding.site-logo {
  display: table;
  height: 75px;
  transition: all 0.5 ease-out 0s;
}
.header-style-2 {
  z-index: 999;
}
.header-style-2 .site-header .main-navigation {
  float: right;
}
.header-style-2 .header-icon-area {
  float: right;
}
.header-style-2 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-2 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-2 .site-header .main-navigation ul li a {
  padding: 25px 26px;
}
@media only screen and (max-width: 1440px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 25px 18px;
  }
}
.header-style-2 .cart-icon-area,
.header-style-2 .header-icon-seperator,
.header-style-2 .search-box-area,
.header-style-2 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
}

.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .header-action-items > li:last-child {
    margin-right: -8px;
  }
}

.header-action-items > li i:before {
  margin-left: 0;
}
.header-action-items2 {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items2 > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.header-action-items2 > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items2 > li i:before {
  margin-left: 0;
}
.header-action-items2 .btn-header {
  padding: 27px 52px;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-action-items2 .btn-header {
    padding: 27px 30px;
  }
}
.stick .header-action-items2 .btn-header {
  padding-top: 22px;
  padding-bottom: 22px;
}


/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-3 .site-header .site-branding,
.header-style-3 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-3 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-3 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-3 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-3 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-3 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-3 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-3 .header-social {
  padding-left: 40px;
}
.header-style-3 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-3 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-3 .header-social li a:hover {
  color: #396cf0;
}
.header-style-3 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-3 .site-header .main-navigation ul li a {
  padding: 30px 15px 29px;
}
.header-style-3 .cart-icon-area,
.header-style-3 .header-icon-seperator,
.header-style-3 .search-box-area,
.header-style-3 .header-icon-area .additional-menu-area {
  padding-bottom: 19px;
  padding-top: 0;
  margin: 0 5px;
}
.header-style-3 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-3 .header-icon-area {
  float: right;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  margin-right: 28px;
}
/* Transparent Header */
.header-style-3.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-3.trheader .header-contact li a,
.header-style-3.trheader .header-social li a {
  color: #fff;
}
.header-style-3.trheader .header-social li a:hover {
  color: #396cf0;
}
.header-style-3.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-4 .site-header .site-branding,
.header-style-4 .header-firstrow {
  display: table;
  height: 70px;
  width: 100%;
  margin: auto;
}
.header-style-4 .site-header .site-branding a {
  text-align: center;
}
.header-style-4 .header-firstrow-contents {
  display: table-cell;
  vertical-align: middle;
}
.header-style-4 .header-contact li {
  display: inline-block;
  margin-right: 25px;
}
.header-style-4 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-4 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-4 .header-contact .fa {
  color: #396cf0;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-4 .header-firstrow-contents-right {
  text-align: right;
}
.header-style-4 .header-firstrow-contents-right .header-social,
.header-style-4 .header-firstrow-contents-right .header-icon-area {
  display: inline-block;
  vertical-align: middle;
}
.header-style-4 .header-social {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-style-4 .header-social {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-style-4 .header-social li {
  display: inline-block;
  margin-right: 5px;
}
.header-style-4 .header-social li:last-child {
  margin-right: 0;
}
.header-style-4 .header-social li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.header-style-4 .header-social li a i {
  color: #8a8a8a;
}
.header-style-4 .header-social li a:hover {
  color: #ffffff;
  background-color: #396cf0;
}
.header-style-4 .header-social li a:hover i {
  color: #ffffff;
}
.header-style-4 .cart-icon-area,
.header-style-4 .header-icon-seperator,
.header-style-4 .search-box-area,
.header-style-4 .header-icon-area .additional-menu-area {
  padding-bottom: 0;
  padding-top: 0;
}
.header-style-4 .header-icon-seperator {
  font-size: 14px;
  line-height: 27px;
}
.header-style-4 .header-icon-area {
  padding-left: 40px;
}
.header-style-4 .header-icon-area i {
  font-size: 14px;
}
.header-style-4 .header-icon-area .cart-icon-area .cart-icon-num {
  padding: 2px;
  right: -16px;
  top: -7px;
  color: #ffffff;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
.header-style-4 .additional-menu-area {
  margin-left: 20px;
}
.header-style-4 .site-header .main-navigation ul {
  text-align: center;
}
.header-style-4 .site-header .main-navigation ul.sub-menu {
  text-align: left;
}
.header-style-4 .site-header .main-navigation ul li a {
  padding-top: 0;
  padding-bottom: 20px;
}
/* Transparent Header */
.header-style-4.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-4.trheader .header-contact li a,
.header-style-4.trheader .header-social li a {
  color: #fff;
}
.header-style-4.trheader .entry-banner {
  padding-top: 110px;
}
/*-------------------------------------
#. Header Layout 5
---------------------------------------*/
.header-style-5 .site-header .site-branding {
  height: 70px !important;
  float: left;
}
.header-style-5 .site-header .main-navigation {
  float: right;
}
.header-style-5 .site-header .main-navigation ul.menu {
  font-size: 0;
}
.header-style-5 .site-header .main-navigation ul.menu > li > a {
  border-left: 1px solid #d7d7d7;
  padding: 23px 17px;
}
@media all and (max-width: 991px) {
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    border-left: none;
  }
}
/* Transparent Header */
.header-style-5.trheader.non-stick .site-header .main-navigation ul.menu > li > a {
  border-left: none;
}



/*-------------------------------------
#. Header Layout 11
---------------------------------------*/
.header-style-11 .menu-sep {
  background-color: #d0d0d0;
  margin: 0 0 20px;
}
.header-style-11 .site-header .site-branding,
.header-style-11 .header-firstrow-right {
  display: table;
  height: 70px;
  width: 100%;
}
.header-style-11 .header-firstrow-right-contents {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.header-style-11 .header-firstrow-right-contents ul {
  display: inline;
}
.header-style-11 .header-contact li {
  display: inline-block;
  margin-left: 25px;
}
.header-style-11 .header-contact li a {
  color: #222222;
  font-size: 14px;
}
.header-style-11 .header-contact a:hover {
  text-decoration: underline;
}
.header-style-11 .header-contact .fa {
  color: #fff;
  padding-right: 10px;
  font-size: 14px;
}
.header-style-11 .header-social {
  padding-left: 40px;
}
.header-style-11 .header-social li {
  display: inline-block;
  list-style: outside none none;
}
.header-style-11 .header-social li a {
  color: #222222;
  padding-left: 10px;
}
.header-style-11 .header-social li a:hover {
  color: #396cf0;
}
.header-style-11 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-11 .site-header .main-navigation ul li a {
  padding: 23px 15px 22px;
}
.header-style-11.carton .header-icon-area .search-box-area{
  margin: 0;
  padding: 0;
}
.header-style-11 .header-icon-area .cart-icon-area .cart-icon-num {
  top: -10px;
}
.header-style-11 .header-icon-area {
  float: none;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  margin-right: 30px;
}
.header-style-11 .header-icon-area .search-box .search-button i {
  color: #fff;
}
.header-style-11 .carton .header-icon-area .search-box-area {
  margin: 0;
  position: relative;
  z-index: 2;
  float: none;
  padding: 0;
}
.header-style-11 .header-top-bar{
  border-bottom: none;
  padding: 10px 0;
}
.header-style-11 .header-menu-layout2{
  background-color: #102737;
}

.header-style-11 .main-navigation nav > .menu > li > a{
  color: #fff;
}
.header-style-11 .main-navigation nav > .menu > li:first-child > a{
  padding-left: 0;
}
.header-style-11 .site-header .main-navigation ul {
  text-align: left;
}
.header-style-11 .header-action-items .btn-header {
  display: inline-block;
  position: relative;
  padding: 21px 22px;
  border-radius: 0;
}
.header-style-11 .header-action-items .btn-header::before{
  content: "\f073";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.header-style-11 .header-action-items .btn-header .fa-angle-right{
  display: none;
}
.header-style-11 .header-right-content{
  display: flex;
  align-items: center;
}
.header-style-11 .header-menu-layout2 .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-relative .video-box1 .item-img .play-icon{
  position: relative;
  transform: unset;
}
.header-contact-layout11 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout11 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout11 ul.contact-layout3-mid {
  width: 100%;
  text-align: right;
}
.header-contact-layout11 ul.contact-layout3-mid i {
  color: #396cf0;
  line-height: 1.4;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px 0 40px 40px;
  background-color: #ECF1FF;
  text-align: center;
}
.header-contact-layout11 ul.contact-layout3-mid li {
  margin-right: 25px;
  padding-right: 30px;
  text-align: left;
  border-right: 1px solid #D2D9EB;
}
.header-contact-layout11 ul.contact-layout3-mid li .info {
  font-weight: 500;
  font-size: 16px;
  color: #111111;
}
.header-contact-layout11 ul.contact-layout3-mid li .title {
  text-align: left;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
  color: #444444;
}
.header-contact-layout11 ul.contact-layout3-mid li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-contact-layout11 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 16px 18px;
  display: inline-block;
}
.header-contact-layout11 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow i {
  font-size: 18px;
  color: #ffffff;
  margin-left: 4px;
}
.header-contact-layout11 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.header-contact-layout11 ul li:last-child {
  margin-right: 0;
}
.header-contact-layout11 ul li i svg {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout11 ul li {
    display: block;
  }
}

/* Transparent Header */
.header-style-11.trheader .menu-sep {
  background-color: rgba(181, 181, 181, 0.1);
}
.header-style-11.trheader .header-contact li a,
.header-style-11.trheader .header-social li a {
  color: #fff;
}
.header-style-11.trheader .header-social li a:hover {
  color: #396cf0;
}
.header-style-11.trheader .entry-banner {
  padding-top: 110px;
}




/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 767px) {
  /* Header 1 */
  .site-header .site-branding,
  .stick .site-header .site-branding {
    display: block;
    height: inherit;
    text-align: center;
  }
  .site-header .site-branding a {
    display: block;
    vertical-align: inherit;
  }
  .site-header .site-branding a img {
    padding: 10px 0 5px;
  }
  .site-header .main-navigation ul {
    text-align: center;
  }
  .site-header .main-navigation ul li a,
  .stick .site-header .main-navigation ul li a {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .header-icon-area {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.dark-logo {
    display: none;
  }
  .trheader.non-stick .site-header .site-branding a.light-logo {
    display: block;
  }
  /* Header 2 */
  .header-style-2 .masthead-container {
    padding-top: 10px;
  }
  .header-style-2 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-2 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 3 */
  .header-style-3 .header-firstrow {
    padding: 15px 0 10px;
  }
  .header-style-3 .site-header .site-branding,
  .header-style-3 .header-firstrow-right {
    display: block;
    height: inherit;
  }
  .header-style-3 .site-header .site-branding {
    padding: 0 0 10px 0px;
  }
  .header-style-3 .site-header .site-branding a img {
    max-height: 35px;
  }
  .header-style-3 .header-firstrow-right-contents {
    display: block;
  }
  .header-style-3 .header-firstrow-right-contents ul {
    display: block;
    padding: 0;
    text-align: center;
  }
  .header-style-3 .header-contact li {
    display: block;
    margin-left: 0;
  }
  .header-style-3 .menu-sep {
    margin-bottom: 10px;
  }
  .header-style-3 .site-header .main-navigation ul {
    text-align: center;
  }
  .header-style-3 .site-header .main-navigation ul li a {
    padding: 10px 15px;
  }
  /* Header 4 */
  .header-style-4 .header-firstrow-wrap {
    padding-top: 10px;
  }
  .header-style-4 .site-header .site-branding,
  .header-style-4 .header-firstrow {
    display: block;
    height: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .header-style-4 .header-firstrow-contents {
    display: block;
  }
  .header-style-4 .header-contact li {
    display: block;
    margin-right: 0;
  }
  .header-style-4 .header-firstrow-contents-right {
    text-align: center;
  }
  .header-style-4 .header-firstrow-contents-right .header-icon-area {
    display: none;
  }
  /* Header 5 */
  .header-style-5 .site-header .site-branding {
    float: none;
    height: inherit;
  }
  .header-style-5 .site-header .main-navigation {
    float: none;
  }
  .header-style-5 .site-header .main-navigation ul.menu > li > a {
    padding: 10px 15px;
    border-left: none;
  }
}
/* Header style when Admin Bar is active */
@media screen and (max-width: 782px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar.stick .site-header,
  .admin-bar.stick .mean-container {
    top: 0 !important;
  }
}
.header-action-items {
  text-align: right;
  transition: all 1s ease-out;
}
.header-action-items > li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items > li {
    margin-right: 2px;
    padding-right: 10px;
  }
}
.header-action-items > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items > li i:before {
  margin-left: 0;
}
.trheader.header-style-5 .site-header .stick .site-branding {
  height: 67px;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  width: 15px !important;
  height: 15px !important;
  color: #fff  !important;
  top: 31px !important;
}
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  width: 46px;
  height: 46px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background-color: #fff !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  border: 2px solid #396cf0 !important;
  background-color: #396cf0 !important;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  transform: inherit !important;
}
.site-wrp .ls-v6 .ls-nav-next::after {
  right: 18px;
  transform: rotate(45deg);
  border-right: 3px solid #111 !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  border: 3px solid transparent;
  border-top: 3px solid  #111 !important;
}
.site-wrp .ls-v6 .ls-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
  border-left: 3px solid #111 !important;
}
.cart-icon-products .widget_shopping_cart .mini_cart_item a {
  color: #484848;
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
}
.header-style-3 .header-icon-area.header-action-items-layout2 {
  margin-top: 29px;
}
.logo-area-layout2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact-layout1 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout1 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 782px) {
  .header-action-items .btn-fill.color-yellow {
      padding: 10px 14px;
  }
}

.header-contact-layout1 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  color: #646464;
  border-right: 1px solid #e6e6e6;
}
.header-contact-layout1 ul li i {
  margin-right: 10px;
}
.header-contact-layout1 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout1 ul li {
    display: block;
  }
}
.header-contact-layout1 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-top-bar.header-contact-layout2 .tophead-social li a:hover {
  background-color: #fff;
  color: #396cf0;
}
.header-top-bar.header-contact-layout2 .tophead-social li a:hover i {
  color: #396cf0;
}
.tophead-contact.header-contact-layout2 ul li a {
  color: #fff;
}
.header-contact-layout2 {
  min-height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout2 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout2 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #fff;
  border-right: none;
}
.header-contact-layout2 ul li a {
  color: #fff ;
}
.header-contact-layout2 ul li i {
  margin-right: 10px;
}
.header-contact-layout2 ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout2 ul li {
    display: block;
  }
}
.header-contact-layout2 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a {
  padding: 1px 8px;
  color: #fff;
  background: transparent;
  transition: all 0.5s ease-out;
}
.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a:hover {
  background-color: #fff;
  color: #396cf0;
}
.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a:hover i {
  color: #396cf0;
}
.header-top-bar.layout-2 .header-social-layout1 ul.tophead-social li a i {
  color: #fff;
}
.header-top-bar.layout-3 {
  padding: 10px 0;
}
div.topbar-layout-7{
  background: #102737 url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/topbar_image7.png) no-repeat scroll center center;
}
div.topbar-layout-7 .tophead-social li,
div.topbar-layout-7 .tophead-contact ul li,
div.topbar-layout-7 .tophead-contact ul li a{
  color: #A3A9AE;
}
div.topbar-layout-7 .tophead-contact ul li{
  position: relative;
  margin-right: 13px;
  padding-right: 20px;
}
.topbar-layout-7 .header-social-layout7 ul li{
  display: inline-block;
}
div.topbar-layout-7 .header-social-layout7 .tophead-social li a {
  background-color: transparent;
}
div.topbar-layout-7 .header-social-layout7 ul li i{
  color: #fff;
  transition: 0.4s;
}
div.topbar-layout-7 .header-social-layout7 ul li:hover i{
  color: #396CF0;
}
.topbar-layout-7.header-top-bar .tophead-social li{
  margin-left: 8px;
}
.topbar-layout-7.header-top-bar .tophead-social li:first-child{
  margin-left: 0;
  padding-right: 5px;
}

div.topbar-layout-7 .tophead-contact ul li::before{
  position: absolute;
  content: "";
  top: -9px;
  right: 0;
  height: 44px;
  width: 1px;
  background: #283F4F;
}
div.topbar-layout-7 .tophead-contact ul li:last-child:before{
  display: none;
}
div.topbar-layout-7 .tophead-contact ul li i{
  position: relative;
  top: 4px;
}
div.topbar-layout-7 .tophead-contact ul li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.topbar-layout-7 .header-contact-layout2,
.topbar-layout-7 .header-social-layout7 {
  min-height: 44px;
  line-height: 44px;
}

.header-contact-layout3 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-contact-layout3 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-contact-layout3 ul.contact-layout3-mid {
  width: 100%;
  text-align: right;
}
.header-contact-layout3 ul.contact-layout3-mid i {
  color: #396cf0;
  line-height: 1.4;
  font-size: 26px;
}
.header-contact-layout3 ul.contact-layout3-mid li {
  margin-right: 30px;
  padding-right: 30px;
  text-align: left;
}
.header-contact-layout3 ul.contact-layout3-mid li .info {
  font-weight: 700;
  font-size: 15px;
  color: #111111;
}
.header-contact-layout3 ul.contact-layout3-mid li .title {
  text-align: left;
  line-height: 1.3;
  font-weight: 400;
  font-size: 15px;
  color: #444444;
}
.header-contact-layout3 ul.contact-layout3-mid li:last-child {
  border-right: none;
  padding-right: 0;
}
.header-contact-layout3 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 16px 18px;
  display: inline-block;
}
.header-contact-layout3 ul.contact-layout3-mid .header-action-items a.btn-fill.color-yellow i {
  font-size: 18px;
  color: #ffffff;
  margin-left: 4px;
}
.header-contact-layout3 ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
.header-contact-layout3 ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-contact-layout3 ul li {
    display: block;
  }
}
.header-contact-layout3 ul li .fa-phone {
  transform: scaleX(-1);
}
.header-social-layout1 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-social-layout1 li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 li {
    margin-right: 1px !important;
  }
}
.header-social-layout1 li:last-child {
  margin-right: 0;
}
.header-social-layout1 li a {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout1 li a {
    height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 31px;
  }
}
.header-social-layout1 li a:hover {
  color: #ffffff;
  background-color: #396cf0;
}
.header-social-layout2 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout2 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-social-layout2 ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .header-social-layout2 ul li {
    margin-right: 2px;
  }
}
.header-social-layout2 ul li:last-child {
  margin-right: 0;
}
.header-social-layout2 ul li a {
  padding: 5px 8px;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.header-social-layout2 ul li a:hover {
  color: #e3e3e3;
}
.search-box-area .search-box a.search-button i:before {
  font-size: 22px;
  font-weight: 700;
}
.search-box-area .search-box a.search-button:hover i:before {
  color: #396cf0;
}
.header-search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
.header-search .header-search-form {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .header-search-form input[type="search"] {
  width: 60%;
  color: #ffffff;
  font-size: 24px;
  text-align: left;
  border: none;
  margin: 0px auto;
  padding: 25px 10px 25px 30px;
  outline: none;
  background: linear-gradient(to right, transparent, rgba(200, 200, 200, 0.5), transparent);
}
.header-search .header-search-form .search-btn {
  padding: 24px 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.header-search .header-search-form .search-btn i:before {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
}
.header-search .header-search-form .search-btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #396cf0;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  opacity: 1;
  visibility: visible;
  font-size: 36px;
  font-weight: 700;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  background-color: #ffffff;
}
.header-search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.mean-container .mean-bar .logo-small {
  width: 155px;
  padding: 3px 10px;
}
.rt-header-top-bar {
  border-bottom: 1px solid #e6e6e6;
}
.rt-header-top-bar .rt-tophead-contact ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  text-align: center;
}
.rt-header-top-bar .rt-tophead-contact ul li {
  font-size: 15px;
  margin-right: 0;
  padding: 12px 0px 12px 20px;
  color: #646464;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  -ms-flex-pack: left;
      justify-content: left;
}
@media only screen and (max-width: 1199px) {
  .rt-header-top-bar .rt-tophead-contact ul li {
    padding: 10px 0px 10px 0;
  }
}
.rt-header-top-bar .rt-tophead-contact ul li:first-child {
  padding-left: 0;
}
.rt-header-top-bar .rt-tophead-contact ul li a {
  color: #646464;
}
.rt-header-top-bar .rt-tophead-contact ul li span.opening-label {
  font-weight: 500;
}
.rt-header-top-bar .rt-tophead-contact ul li i {
  margin-right: 10px;
  margin-top: 5px;
  color: #396cf0;
}
.rt-header-top-bar .rt-tophead-contact ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .rt-header-top-bar .rt-tophead-contact ul li {
    display: block;
  }
}
.rt-header-top-bar .rt-tophead-contact ul li .fa-phone {
  transform: scaleX(-1);
}
.rt-header-top-bar .action-items-btn {
  font-size: 14px;
  display: inline-block;
  padding: 10px 34px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.rt-header-top-bar .action-items-btn i {
  margin-left: 10px;
}
.rt-header-top-bar .action-items-btn:hover {
  background-color: #2055e4;
}
.header-style1 .search-box {
  padding-right: 14px;
  line-height: 1;
}
.header-style1 .stick {
  background-color: #fff;
}
.skew.rtl {
  transform: skew(-205deg);
}
.skew_2.rtl {
  transform: skew(-210deg);
}
.skew_3.rtl {
  transform: skew(-210deg);
}
.skewbg {
  background: rgba(57, 108, 240, 0.7);
  height: 450px;
  border-radius: 5px;
}
@media only screen and (max-width: 1640px) {
  .skewbg {
    width: 650px;
  }
}
@media only screen and (max-width: 1440px) {
  .skewbg {
    width: 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .skewbg {
    width: 745px;
    height: 493px;
  }
}
@media only screen and (max-width: 991px) {
  .skewbg {
    width: 745px;
    height: 493px;
  }
}
@media only screen and (max-width: 767px) {
  .skewbg {
    width: 584px;
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .skewbg {
    width: 441px;
    height: 290px;
  }
}
@media only screen and (max-width: 479px) {
  .skewbg {
    width: 330px;
    height: 189px;
  }
}
.skew_2 {
  width: 1400px;
  height: 932px;
  background: rgba(57, 108, 240, 0.6);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_2 {
    width: 1250px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_2 {
    width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_2 {
    width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_2 {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_2 {
    width: 630px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_2 {
    width: 610px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_2 {
    width: 590px;
  }
}
.skew_3 {
  width: 1450px;
  height: 932px;
  background: rgba(57, 108, 240, 0.5);
  margin: auto;
  color: #fff;
  padding: 20px;
  text-align: center;
  transform: skew(-210deg);
}
@media only screen and (max-width: 1640px) {
  .skew_3 {
    width: 1300px;
  }
}
@media only screen and (max-width: 1440px) {
  .skew_3 {
    width: 1150px;
  }
}
@media only screen and (max-width: 1199px) {
  .skew_3 {
    width: 950px;
  }
}
@media only screen and (max-width: 991px) {
  .skew_3 {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 575px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 479px) {
  .skew_3 {
    text-align: center;
    transform: inherit ;
    width: 1168px;
  }
}
@media only screen and (max-width: 1024px) {
  .site.site-wrp.opt-slideInUp {
    padding-top: 0 !important;
  }
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    word-wrap: break-word;
  }
  .site.site-wrp.opt-slideInUp .mean-container .mean-bar {
    position: fixed;
    top: 0;
  }
}
@media all and (max-width: 1024px) {
  .skewbg {
    width: 795px;
    height: 457px;
  }
}
@media all and (max-width: 800px) {
  .skewbg {
    width: 610px;
    height: 383px;
  }
}
@media all and (max-width: 700px) {
  .skewbg {
    width: 584px;
    height: 310px;
  }
}
@media all and (max-width: 640px) {
  .skewbg {
    width: 529px;
    height: 293px;
  }
}
@media all and (max-width: 600px) {
  .skewbg {
    width: 450px;
    height: 283px;
  }
}
@media all and (max-width: 550px) {
  .skewbg {
    width: 406px;
    height: 236px;
  }
}
@media all and (max-width: 500px) {
  .skewbg {
    width: 400px;
    height: 230px;
  }
}
@media all and (max-width: 450px) {
  .skewbg {
    width: 367px;
    height: 205px;
  }
}
@media all and (max-width: 425px) {
  .skewbg {
    width: 324px;
    height: 197px;
  }
}
@media all and (max-width: 400px) {
  .skewbg {
    width: 306px;
    height: 176px;
  }
}
@media all and (max-width: 375px) {
  .skewbg {
    width: 280px;
    height: 155px;
  }
}
@media all and (max-width: 320px) {
  .skewbg {
    width: 235px;
    height: 138px;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-top-menu .rt-tophead-contact ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-top-menu .rt-tophead-contact ul li {
    width: 50%;
    -ms-flex: inherit;
        flex: inherit;
    padding-bottom: 0;
  }
}
.mobile-new-header-option,
.mobile-menu-right {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .mobile-new-header-option,
  .mobile-menu-right {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .mobile-menu-right {
    position: absolute;
    z-index: 999999;
    width: 220px;
    right: 100px;
    top: 10px;
  }
  .search-box-area {
    margin-right: 0;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 -18px 0 0 !important;
    float: inherit;
  }
}
.mobile-menu-wrp.mean-container {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .site.site-wrp.opt-slideInUp .mean-container .mean-bar {
    position: relative;
    top: inherit;
  }
}
.top-mobile-menu-new .header-top-bar.rt-header-top-bar.animated.slideInDown {
  display: block;
}
.top-mobile-menu-new .header-icon-area {
  display: block;
}
@media all and (max-width: 767px) {
  ul li.phone-has-address-off,
  ul li.phone-has-mobile-off,
  ul li.phone-has-email-off,
  ul li.phone-has-opening-off {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .header-social-layout1.phone-has-social-off {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }
  .header-top-bar.phone-has-address-off.phone-has-mobile-off.phone-has-email-off.phone-has-opening-off.phone-has-social-off {
    display: none;
  }
  .rt-header-top-bar .rt-tophead-contact ul {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile-menu-wrp .header-action-items .btn-fill.color-yellow {
    padding: 8px 6px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
  }
  .mobile-menu-wrp .header-action-items > li {
    margin-right: 6px;
    padding-right: 0;
  }
  .mobile-menu-wrp .header-action-items {
    text-align: right;
    transition: all 1s ease-out;
    padding: 0;
  }
  .mobile-menu-wrp .mobile-menu-right {
    width: 160px;
    right: 71px;
  }
  .mobile-new-header-option .header-top-bar.rt-header-top-bar.animated.slideInDown {
    display: block;
  }
  .rt-header-top-bar .rt-tophead-contact ul li {
    padding-left: 0;
    text-align: center;
  }
  .mobile-top-menu .rt-tophead-contact ul li {
    width: 100%;
    -ms-flex: inherit;
    flex: inherit;
    padding-bottom: 0;
  }
  .mobile-menu-wrp .header-action-items > li.phone-has-btn-off {
    display: none;
  }
  .mobile-menu-wrp .header-action-items > li.phone-has-search-off {
    display: none;
  }
}
.site-wrp .slider-pbg-nav .ls-v6 .ls-nav-prev,
.site-wrp .slider-pbg-nav .ls-v6 .ls-nav-next {
  width: 55px;
  height: 55px;
  border: 2px solid #396cf0 !important;
  border-radius: 50% !important;
  background-color: #396cf0 !important;
  color: #fff !important;
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.site-wrp .slider-pbg-nav .ls-v6 .ls-nav-prev:hover,
.site-wrp .slider-pbg-nav .ls-v6 .ls-nav-next:hover {
  color: #396cf0 !important;
  border: 2px solid #fff !important;
  background-color: #ffffff !important;
}
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  z-index: 99;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  width: 15px !important;
  height: 15px !important;
  color: #fff  !important;
  top: 31px !important;
  display: none;
}
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  width: 55px;
  height: 55px;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  color: #396cf0 !important;
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  color: #FFF !important;
  background-color: #396cf0 !important;
  border: 2px solid #396cf0 !important;
}
.site-wrp .ls-v6 .ls-nav-prev {
  left: 10%;
}
@media only screen and (max-width: 1700px) {
  .site-wrp .ls-v6 .ls-nav-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-wrp .ls-v6 .ls-nav-prev {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .ls-v6 .ls-nav-prev {
    left: 3px;
    background: transparent !important;
    border: none !important;
    width: 26px;
    height: 26px;
  }
}
.site-wrp .ls-v6 .ls-nav-next {
  right: 10%;
}
@media only screen and (max-width: 1700px) {
  .site-wrp .ls-v6 .ls-nav-next {
    right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-wrp .ls-v6 .ls-nav-next {
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .ls-v6 .ls-nav-next {
    right: 3px;
    background: transparent !important;
    border: none !important;
    width: 26px;
    height: 26px;
  }
}
.site-wrp .ls-v6 .ls-nav-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.site-wrp .ls-v6 .ls-nav-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.site-wrp .ls-v6 .ls-nav-prev:hover,
.site-wrp .ls-v6 .ls-nav-next:hover {
  transform: inherit !important;
}
.site-wrp .ls-v6 .ls-nav-next::after {
  right: 18px;
  transform: rotate(45deg);
  border-right: 3px solid #fff !important;
  display: none;
}
.site-wrp .ls-v6 .ls-nav-prev::after,
.site-wrp .ls-v6 .ls-nav-next::after {
  border: 3px solid transparent;
  border-top: 3px solid  #fff !important;
  display: none;
}
.site-wrp .ls-v6 .ls-nav-prev::after {
  left: 20px;
  transform: rotate(-45deg);
  border-left: 3px solid #fff !important;
  display: none;
}
.top-bar-layout-4 {
  background-color: #0c3150;
  color: #fff;
}
.top-bar-layout-4 .header-contact-layout4 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-4 .header-contact-layout4 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-4 .header-contact-layout4 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}
.top-bar-layout-4 .header-contact-layout4 ul li i {
  margin-right: 15px;
}
.top-bar-layout-4 .header-contact-layout4 ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .header-contact-layout4 ul li {
    display: block;
  }
}
.top-bar-layout-4 .header-contact-layout4 ul li .fa-phone {
  transform: scaleX(-1);
}
.top-bar-layout-4 .phone-layout4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 50px;
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-4 .phone-layout4 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-4 .phone-layout4 i {
  color: #fff;
  margin-right: 10px;
}
.top-bar-layout-4 .phone-layout4 a {
  color: #fff;
}
.top-bar-layout-4 .header-social-layout4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-4 .header-social-layout4 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-4 .header-social-layout4 ul li,
.top-bar-layout-6 .header-social-layout4 ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-4 .header-social-layout4 ul li,
  .top-bar-layout-6 .header-social-layout4 ul li {
    margin-right: 1px !important;
  }
}
.top-bar-layout-4 .header-social-layout4 ul li:last-child,
.top-bar-layout-6 .header-social-layout4 ul li:last-child {
  margin-right: 2px;
}
.top-bar-layout-4 .header-social-layout4 ul li a,
.top-bar-layout-6 .header-social-layout4 ul li a {
  padding: 1px 8px;
  color: #646464;
  background: #f5f8fa;
  transition: all 0.5s ease-out;
}
.top-bar-layout-4 .header-social-layout4 ul li a:hover,
.top-bar-layout-6 .header-social-layout4 ul li a:hover {
  color: #e3e3e3;
}
.top-bar-layout-4 .header-social-layout4 ul li a i,
.top-bar-layout-6 .header-social-layout4 ul li a i {
  transition: all 0.5s ease-out;
}
.top-bar-layout-4 ul.tophead-social4 li a,
.top-bar-layout-6 ul.tophead-social4 li a {
  padding: 1px 8px;
  color: #fff;
  background: transparent;
  transition: all 0.5s ease-out;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.top-bar-layout-4 ul.tophead-social4 li a:hover {
  background-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.top-bar-layout-4 ul.tophead-social4 li a:hover i {
  color: #fff;
}
.top-bar-layout-4 ul.tophead-social4 li a i {
  color: #fff;
}
.top-bar-layout-5 {
  background-color: #fff;
  color: #444444;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
}
.top-bar-layout-5 .header-contact-layout5 {
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-5 .header-contact-layout5 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-5 .header-contact-layout5 ul li {
  font-size: 15px;
  display: inline-block;
  margin-right: 20px;
}
.top-bar-layout-5 .header-contact-layout5 ul li i {
  margin-right: 10px;
  color: #111;
}
.top-bar-layout-5 .header-contact-layout5 ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .header-contact-layout5 ul li {
    display: block;
  }
}
.top-bar-layout-5 .header-contact-layout5 ul li .fa-phone {
  transform: scaleX(-1);
}
.top-bar-layout-5 .phone-layout5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 50px;
  margin-right: 50px;
  color: #444;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-5 .phone-layout5 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-5 .phone-layout5 i {
  color: #111;
  margin-right: 8px;
}
.top-bar-layout-5 .phone-layout5 a {
  color: #444;
}
.top-bar-layout-5 .header-social-layout5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-5 .header-social-layout5 {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.top-bar-layout-5 .header-social-layout5 ul li {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-5 .header-social-layout5 ul li {
    margin-right: 1px !important;
  }
}
.top-bar-layout-5 .header-social-layout5 ul li:last-child {
  margin-right: 2px;
}
.top-bar-layout-5 .header-social-layout5 ul li a {
  padding: 1px 8px;
  color: #646464;
  background: #f5f8fa;
  transition: all 0.5s ease-out;
}
.top-bar-layout-5 .header-social-layout5 ul li a:hover {
  color: #e3e3e3;
}
.top-bar-layout-5 .header-social-layout5 ul li a i {
  transition: all 0.5s ease-out;
}
.top-bar-layout-5 ul.tophead-social5 li a {
  padding: 1px 8px;
  background: transparent;
  transition: all 0.5s ease-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.099);
  line-height: 2.4;
}
.top-bar-layout-5 ul.tophead-social5 li a:hover {
  background-color: #396cf0;
  color: #444;
}
.top-bar-layout-5 ul.tophead-social5 li a:hover i {
  color: #fff;
}
.top-bar-layout-5 ul.tophead-social5 li a i {
  color: #444;
}
.top-bar-layout-6{
  background-color: #263458;
  color: #fff;
}
.top-bar-layout-6 .header-contact-layout-6{
  min-height: 50px;
}
.header-contact-layout-6 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-contact-layout-6 ul li {
  margin-right: 36px;
  position: relative;
}
.header-contact-layout-6 ul li:first-child:after{
  content: "";
  height: 100%;
  width: 1.5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -20px;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
.header-contact-layout-6 ul li a{
  color: #fff;
}
.header-contact-layout-6 ul li i{
  margin-right: 5px;
}
.header-contact-layout-6 ul li .fa-phone{
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.top-bar-layout-6 .item-label{
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.header-style6 .header-icon-area .search-box .search-button i {
  color: #646464;
}
.header-style6 .header-icon-area .cart-icon-area .cart-icon-num {
  top: 28px;
  right: 0;
}
.header-style6 .header-action-items .btn-fill.color-yellow {
  padding: 14px 15px;
  font-weight: 500;
}
.header-style6 .header-action-items .btn-fill.color-yellow i {
  margin-right: 5px;
}
.header-style6 .header-icon-area .cart-icon-area {
  position: relative;
  width: 46px;
}
.header-style6 .top-bar-layout-4 .header-social-layout4 ul li {
  line-height: 1.8;
}
.header-style7 .header-icon-area .search-box .search-button i {
  color: #646464;
}
.header-style7 .header-icon-area .cart-icon-area .cart-icon-num {
  top: 28px;
  right: 0;
}
.header-style7 .header-action-items .btn-fill.color-yellow {
  padding: 12px 26px;
}
.header-style7 .header-action-items .btn-fill.color-yellow i {
  margin-right: 5px;
}
.header-style7 .header-icon-area .cart-icon-area {
  position: relative;
  width: 46px;
}
.header-style7 .top-bar-layout-4 .header-social-layout4 ul li {
  line-height: 1.8;
}
.header-style7 .header-icon-area .cart-icon-area .cart-icon-num {
  background-color: #414141;
}
/* Header Layout 8 */
.header-menu-layout8 {
  margin: 0;
  padding: 0px 85px;
}
.header-menu-layout9{
  background: rgba(245, 245, 245);
}
.header-menu-layout-10{
  background-color: #F0F4FF;
}
.header-action-items-layout1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-action-items-layout1 ul li {
  display: inline-block;
  margin-right: 15px;
}
.header-action-items-layout1 ul li:last-child {
  margin-right: 0;
}
.header-action-items-layout1 ul li .header-search-dark {
  line-height: inherit;
}
.header-action-items-layout1 ul li .contact-number {
  display: flex;
  align-items: center;
}
.header-action-items-layout1 ul li .contact-number .item-icon {
  color: #396cf0;
  font-size: 16px;
}
.header-action-items-layout1 ul li .contact-number .phone-number {
  color: #111111;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}
.header-action-items-layout1 ul .action-items-primary-btn {
  font-size: 14px;
  display: inline-block;
  padding: 14px 24px;
  color: #ffffff;
  background-color: #396cf0;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid;
  border-color: #396cf0;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-action-items-layout1 ul .action-items-primary-btn.btn-round{
  border-radius: 50px;
  text-transform: capitalize;
  font-size: 15px;
}
.header-action-items-layout1 ul .action-items-primary-btn i {
  margin-right: 10px;
}
.header-action-items-layout1 ul .action-items-primary-btn:hover {
  background-color: transparent;
  color: #396cf0;
}
/*=======================================================================
Home page 9 Main Banner        
=========================================================================*/
.main-banner-wrap1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.main-banner-wrap1 ul li {
  position: absolute;
  z-index: -1;
  list-style: none;
}
.main-banner-wrap1 ul li {
  position: absolute;
  z-index: -1;
  list-style: none;
}
.main-banner-wrap1 ul li:nth-child(1) {
  right: 27%;
  bottom: 68px;
  opacity: 50%;
}
.main-banner-wrap1 ul li:nth-child(2) {
  left: 40%;
  bottom: 68px;
}
.main-banner-wrap1 ul li:nth-child(3) {
  right: 268px;
  top: 110px;
  animation: animationFramesThree 35s alternate infinite linear;
}
.main-banner-wrap1 ul li:nth-child(4) {
  right: 130px;
  top: 66px;
  animation: animationFramesFour 25s alternate infinite linear;
}
.main-banner-wrap1 ul li:nth-child(5) {
  right: 125px;
  top: 30px;
  animation: animationFramesTwo 13s infinite linear;
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -179px);
  }
  100% {
    transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
.main-banner-wrap2 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main-banner-wrap2 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner-wrap2 .shape-list {
    display: none;
  }
}
.main-banner-wrap2 .shape-list ul{
  list-style: none;
}
.main-banner-wrap2 .shape-list ul li {
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 1440px) {
  .main-banner-wrap2 .shape-list ul li {
    z-index: -1;
  }
}
.main-banner-wrap2 .shape-list ul li:nth-child(1) {
  left: -19%;
  bottom: -84px;
}
.main-banner-wrap2 .shape-list ul li:nth-child(2) {
  right: -20%;
  bottom: -55px;
}
.main-banner-wrap2 .shape-list ul li:nth-child(3) {
  left: 50%;
  top: 30px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(4) {
  left: 48%;
  top: 145px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(5) {
  left: 53%;
  top: 220px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(6) {
  left: 50%;
  top: 320px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(7) {
  left: 52%;
  top: 480px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(8) {
  right: 17%;
  top: -30px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(9) {
  right: 19%;
  top: 110px;
  animation: rotated 9s infinite linear;
}
.main-banner-wrap2 .shape-list ul li:nth-child(10) {
  right: 11%;
  top: 180px;
  animation: rotated 9s infinite linear;
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-banner-box1 .heading-title h1 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 56px;
  font-family: 'Roboto';
  line-height: 70px;
}
@media only screen and (max-width: 479px){
  .main-banner-box1 .heading-title h1 {
      font-size: calc(48px - 16px);
      line-height: 1.2;
  }
}
.main-banner-box1 p {
  color: #646464;
  margin-bottom: 30px;
}
.main-banner-box1 .item-button,
.btn-layout-1 .item-button {
  transition: all 0.3s ease-in-out;
}
.main-banner-box1 .item-button .item-btn,
.heading-button-style-1 .item-btn,
.btn-layout-1 .item-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #396cf0;
  padding: 14px 30px;
  border: 1px solid #396cf0;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}
.main-banner-box1 .item-button .item-btn:hover,
.heading-button-style-1 .item-btn:hover,
.btn-layout-1 .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}
.main-banner-box1 .item-button .item-btn i,
.heading-button-style-1 .item-btn i,
.btn-layout-1 .item-btn i {
  margin-left: 7px;
  transition: all 0.3s ease-out;
}
.main-banner-box2 {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .main-banner-box2 {
    margin-top: 40px;
    padding-left: 0;
  }
}
.main-banner-box2 .item-img {
  margin-bottom: 104px;
  position: relative;
  margin-top: -10px;
}
@media only screen and (max-width: 991px) {
  .main-banner-box2 .item-img img {
    width: 100%;
  }
}
.main-banner-box2 .img-box1 {
  position: absolute;
  top: 115px;
  left: -56px;
  background: #ffffff;
  border-radius: 30px 0;
  padding: 0 20px;
  padding-bottom: 15px;
  text-align: center;
}
.img-box1 .doctor-img {
  width: 65px;
  height: 65px;
  border: 3px solid #8083E6;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  overflow: hidden;
}
.banner-doctor-content {
  margin-top: -23px;
}
.banner-doctor-content h3{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.img-box1 .line1 {
    width: 197px;
    height: 6px;
    background: #DDE7FF;
    margin: 0 auto;
    margin-bottom: 10px;
}
.img-box1 .line2 {
    width: 118px;
    height: 6px;
    background: #DDE7FF;
    margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .main-banner-box2 .img-box1 {
    display: none;
  }
}
.main-banner-box2 .img-box2 {
  position: absolute;
  bottom: 110px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  padding-right: 15px;
  border-radius: 10px;
}
.banner-pabox-left {
  background: #396CF0;
  border-radius: 10px;
  padding: 25px 15px;
  margin-right: 15px;
}
.banner-pabox-left h2 {
  font-family: 'Roboto';
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
.banner-pabox-right h3 {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.banner-pabox-right .line1{
  width: 150px;
  height: 6px;
  background: #DDE7FF;
  margin-bottom: 10px;
}
.banner-pabox-right .line2{
  width: 120px;
  height: 6px;
  background: #DDE7FF;
}
@media only screen and (max-width: 575px) {
  .main-banner-box2 .img-box2 {
    display: none;
  }
}
.main-banner-box3 {
  padding-left: 0px;
}
.main-banner-box3 .item-img {
  margin-bottom: 0;
  z-index: 4;
  position: relative;
  z-index: 1;
}
.main-banner-box3 .circle-shape {
  position: absolute;
  bottom: 30%;
  left: -37px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .main-banner-box3 .circle-shape {
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner-box3 .circle-shape {
    left: 0;
  }
}
.main-banner-box4 p {
    width: 80%;
}
@media( max-width: 991px ){
  .hero-banner-wrap-11 .hero-banner-layuot-1{
    padding-top: 45px;
  }
  .hero-banner-wrap-11 .hero-banner-layuot-2{
    padding-top: 30px;
  }
  .hero-banner-wrap-11 .hero-banner-layuot-2 .item-shape{
    display: none;
  }
  .hero-banner-wrap-11 .hero-banner-layuot-2 .item-img{
    text-align: center;
  }
  .hero-banner-wrap-11 .hero-banner-layuot-2 .half-round-shape{
    display: none;
  }
}
/*=======================================================================
Home page 11 Main Banner        
=========================================================================*/
.Hero__Shape__round .item-round{
  list-style: none;
}
@media screen and (min-width: 1200px) {
  .Hero__Shape__round {
    position: relative;
  }
  .Hero__Shape__round .item-round li {
    position: absolute;
    width: 240px;
    height: 240px;
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }
  .Hero__Shape__round .item-round li:nth-child(1) {
    background: #FAB3B3;
    top: 300px;
    left: -300px;
  }
  .Hero__Shape__round .item-round li:nth-child(2) {
    background: #D2B3FA;
    top: 0px;
    right: 400px;
  }
}

.heading-layout7 .sub-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #396cf0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
}

.hero-banner-layuot-1 .section-heading h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-banner-layuot-1 ul,
.hero-banner-layuot-2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-banner-layuot-1 .btn-Wrapper-1 {
  gap: 35px;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button .watch-btn .icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 62px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button .watch-btn .icon svg {
  color: #111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button:hover .watch-btn .icon{
  background: #396cf0;
  border: 1px solid #396cf0;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button:hover .watch-btn .icon svg {
  color: #fff;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button .watch-btn .text {
  color: #646464;
  font-size: 15px;
  line-height: 1.2;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hero-banner-layuot-1 .btn-Wrapper-1 .watch-button:hover .watch-btn .text {
  color: #000;
}

.hero-banner-layuot-2 .item-img {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px){
  .hero-banner-layuot-2 .item-img {
      left: 143px;
  }
}

.hero-banner-layuot-2 .item-img .item-shape li {
  position: absolute;
}

.hero-banner-layuot-2 .item-img .item-shape li:nth-child(1) {
  bottom: 40px;
  left: -40%;
}

.hero-banner-layuot-2 .item-img .item-shape li:nth-child(2) {
  top: 130px;
  right: 0;
}

.hero-banner-layuot-2 .item-img .item-shape li:nth-child(1) .rt__circle i {
  width: 71px;
  height: 71px;
  background: #19BC90;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 71px;
  position: absolute;
  top: 0;
  left: 15px;
}

.hero-banner-layuot-2 .item-img .item-shape li:nth-child(1) .rt__circle i:before {
  color: #fff;
  font-size: 43px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .hero-banner-layuot-2 .item-img .item-shape li:nth-child(1),
  .hero-banner-layuot-2 .item-img .item-shape li:nth-child(2) {
    display: none;
  }
}

.hero-banner-layuot-2 .item-img .half-round-shape {
  position: absolute;
  bottom: 0;
  left: -75px;
  z-index: -1;
}

.wpcf7-form-control-wrap.date {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap.time {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap.time:after {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  right: 11px;
  transition: all 0.3s ease-out;
  cursor: inherit;
}
.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit:hover{
  color: #ffffff;
}
.header-style-7 .mean-container .mean-bar {
  z-index: 99 !important;
  border-bottom: 2px solid #396cf0;
}
.header-style-7 .mean-container .mean-nav {
  margin-top: 5px;
}
.header-style-7 .mobile-menu-right {
  top: 12px;
}
.opt-slideInUp .mobile-menu-right {
  position: fixed;
}
@media only screen and (max-width: 1199px) {
  .mean-container a.meanmenu-reveal {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .header-social-layout5 {
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .phone-layout5 {
    min-height: inherit;
    margin-right: 0;
    color: #444;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .tophead-social5 {
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .header-contact-layout5 {
    min-height: inherit;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-5 .header-contact-layout5 ul {
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-wrp .mobile-menu-right {
    right: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .tophead-social5.phone-has-social-off {
    display: none;
  }
  .tophead-contact.header-contact-layout5.phone-has-address-off {
    display: none;
  }
  .phone-layout5.phone-has-mobile-off {
    display: none;
  }
  .top-bar-layout-5.phone-has-address-off.phone-has-mobile-off.phone-has-social-off {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .top-bar-layout-5 .header-action-items .phone-has-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .header-social-layout4 {
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .phone-layout4 {
    min-height: inherit;
    margin-right: 0;
    color: #444;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .tophead-social5 {
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .header-contact-layout4 {
    min-height: inherit;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-layout-4 .header-contact-layout4 ul {
    padding: 0;
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-wrp .mobile-menu-right {
    right: 59px;
  }
}
@media only screen and (max-width: 991px) {
  .tophead-social4.phone-has-social-off {
    display: none;
  }
  .tophead-contact.header-contact-layout4.phone-has-address-off {
    display: none;
  }
  .phone-layout4.phone-has-mobile-off {
    display: none;
  }
  .top-bar-layout-4.phone-has-address-off.phone-has-mobile-off.phone-has-social-off {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .top-bar-layout-4 .header-action-items .phone-has-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tophead-social4.phone-has-social {
    padding: 0;
    text-align: center;
    margin-top: 7px !important;
    margin-bottom: 11px;
  }
}
.top-bar-layout-4 .phone-layout4 {
  color: #fff;
}
.mean-container a.meanmenu-reveal {
  transition: none;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background-color: #396cf0;
  height: 3px;
  margin-top: 3px;
  position: relative;
}
.mean-container a.meanmenu-reveal span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 6px;
  width: 100%;
  background: #396cf0;
  height: 3px;
}
.mean-container a.meanmenu-reveal span:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 12px;
  width: 100%;
  background: #396cf0;
  height: 3px;
}
/*---------------------------------------------------------
#. Footer - Preloader, Scroll to top, Copyright
-----------------------------------------------------------*/
#preloader {
  background-color: #396cf0;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
a.scrollToTop {
  background-color: rgba(57, 108, 240, 0.3);
  bottom: 5px;
  color: #396cf0;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  transition: all 0.1s ease-out;
  width: 44px;
  z-index: 5;
  border: 2px solid #396cf0;
  border-radius: 50%;
}
a.scrollToTop:hover,
a.scrollToTop:focus {
  background-color: #396cf0;
  color: #fff;
}
.footer-top-wrap .widget {
  color: #e3e3e3;
}
.footer-top-wrap .widget ul li {
  color: #e3e3e3;
  border: none;
}
.footer-top-wrap .widget ul li a {
  color: #e3e3e3;
}
.footer-top-wrap .widget ul li ul.sub-menu {
  border: none;
}
.footer-top-wrap .widget ul li ul.children {
  border: none;
  margin-top: 0;
}
.footer-top-wrap .widget .tagcloud a {
  border: 1px solid #e3e3e3;
  color: #e3e3e3 !important;
}
.footer-layout1.fotter-color2 .footer-center-wrap {
  padding: 30px 0;
}
.footer-layout1.fotter-color2 .footer-bottom-wrap {
  color: #e3e3e3;
  text-align: center;
}
.footer-layout1 .footer-top-wrap {
  background-color: #1f1f1f;
  padding: 90px 0px 38px;
  border-bottom: 1px solid #333333;
}
.footer-layout1 .footer-top-wrap .widget ul li:hover::after {
  width: 0;
}
.footer-layout1 .footer-box {
  margin-bottom: 30px;
}
.footer-layout1 .footer-box .footer-logo {
  padding-bottom: 25px;
}
.footer-layout1 .footer-box .footer-about {
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-about {
    font-size: 16px;
  }
}
.footer-layout1 .footer-box .footer-about p {
  color: #e3e3e3;
}
.footer-layout1 .footer-box .footer-contact-info {
  margin-bottom: 32px;
}
.footer-layout1 .footer-box .footer-contact-info li {
  color: #cecece;
  margin-bottom: 15px;
  position: relative;
  padding-left: 42px;
  display: block;
}
.footer-layout1 .footer-box .footer-contact-info li a {
  color: #cecece;
  display: inline;
}
.footer-layout1 .footer-box .footer-contact-info li:last-child {
  margin-bottom: 0px;
}
.footer-layout1 .footer-box .footer-contact-info li i {
  font-size: 20px;
  color: #ffffff;
  top: 5px;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-contact-info li i {
    font-size: 20px;
  }
}
.footer-layout1 .footer-box .footer-social li {
  display: inline-block;
  margin-right: 13px;
}
@media only screen and (max-width: 1199px) {
  .footer-layout1 .footer-box .footer-social li {
    margin-right: 5px;
  }
}
.footer-layout1 .footer-box .footer-social li a {
  padding: 5px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.footer-layout1 .footer-box .footer-social li a:hover {
  color: #396cf0;
}
.footer-layout1 .footer-box .footer-header {
  position: relative;
}
.footer-layout1 .footer-box .footer-header:after {
  content: "";
  width: 50px;
  height: 4px;
  background-color: #396cf0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.footer-layout1 .footer-box .footer-header h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-layout1 .footer-box .footer-header h3 {
    font-size: 20px;
  }
}
.footer-layout1 .footer-box .footer-latest-post li {
  line-height: 22px;
  margin-bottom: 20px;
}
.footer-layout1 .footer-box .footer-latest-post li:last-child {
  margin-bottom: 0px;
}
.footer-layout1 .footer-box .footer-latest-post li a {
  color: #e3e3e3;
  margin-bottom: 12px;
  display: block;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-latest-post li a {
    font-size: 16px;
  }
}
.footer-layout1 .footer-box .footer-latest-post li a:hover {
  color: #396cf0;
}
.footer-layout1 .footer-box .footer-latest-post li span {
  font-size: 16px;
  color: #8a8a8a;
  display: block;
}
.footer-layout1 .footer-box .menu li {
  margin-bottom: 10px;
  border: none;
  padding: 0;
}
.footer-layout1 .footer-box .menu li:last-child {
  margin-bottom: 0px;
}
.footer-layout1 .footer-box .menu li:before {
  display: none;
}
.footer-layout1 .footer-box .menu li a {
  color: #e3e3e3;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .menu li a {
    font-size: 16px;
  }
}
.footer-layout1 .footer-box .menu li a:hover {
  color: #396cf0;
}
.footer-layout1 .footer-box .footer-quick-link li {
  margin-bottom: 10px;
}
.footer-layout1 .footer-box .footer-quick-link li:last-child {
  margin-bottom: 0px;
}
.footer-layout1 .footer-box .footer-quick-link li a {
  color: #e3e3e3;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-quick-link li a {
    font-size: 16px;
  }
}
.footer-layout1 .footer-box .footer-quick-link li a:hover {
  color: #396cf0;
}
.footer-layout1 .footer-box .footer-opening-hours li {
  color: #e3e3e3;
  margin-bottom: 8px;
  border: none;
  padding: 0;
}
.footer-layout1 .footer-box .footer-opening-hours li:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-box .footer-opening-hours li {
    font-size: 16px;
  }
}
.footer-layout1 .footer-box .footer-opening-hours li:last-child {
  margin-bottom: 0px;
}
.footer-layout1 .footer-box .footer-opening-hours li span {
  float: right;
}
.footer-layout1 .footer-box .footer-opening-hours li span.os-close {
  color: #396cf0;
}
.footer-layout1 .footer-center-wrap {
  padding: 30px 0;
  background-color: #2a2a2a;
}
@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap {
    padding: 50px 0;
  }
}
.footer-layout1 .footer-center-wrap .footer-social {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap .footer-social {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer-layout1 .footer-center-wrap .footer-social ul {
    margin-bottom: 30px;
  }
}
.footer-layout1 .footer-center-wrap .footer-social ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
}
.footer-layout1 .footer-center-wrap .footer-social ul li a {
  padding: 10px 5px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.footer-layout1 .footer-center-wrap .footer-social ul li a:hover {
  color: #396cf0;
}
.footer-layout1 .footer-center-wrap .newsletter-title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-center-wrap .newsletter-title {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.footer-layout1 .footer-center-wrap .newsletter-title .item-title {
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .footer-layout1 .footer-center-wrap .newsletter-title .item-title {
    margin-bottom: 30px;
  }
}
.footer-layout1 .footer-center-wrap .newsletter-form {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group {
  background: #1f1f1f;
  border: 0;
  height: 50px;
  border-radius: 30px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .form-control {
  padding: 0.75rem 2.5rem;
  border: none;
  box-shadow: none;
  border-radius: 30px 0 0 30px;
  background: #ffffff;
  font-size: 15px;
  color: #ffffff;
  height: 50px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0 30px 30px 0;
  background: #396cf0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.5s ease-in-out;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:focus {
  outline: none;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input {
  border-radius: 0 30px 30px 0;
  padding: 15px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: 0.5s ease-in-out;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input span {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon input:focus {
  outline: none;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4 !important;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-webkit-input-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control::-moz-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-moz-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group input.form-control:-ms-input-placeholder,
.footer-layout1 .footer-center-wrap .newsletter-form .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #5a5a5a;
  font-size: 16px;
}
.footer-layout1 .footer-bottom-wrap {
  background-color: #1f1f1f;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7c7c7c;
  text-align: center;
}
.footer-layout1 .footer-bottom-wrap .copyright a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.footer-layout1 .footer-bottom-wrap .copyright a:hover {
  color: #396cf0;
}
.footer-box-layout {
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-box-layout {
    padding-left: 0;
    padding-right: 0;
  }
}
.copyright_text {
  color: #e3e3e3;
}
.footer-bottom-wrap3 {
  background-color: #1f1f1f;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7c7c7c;
  text-align: center;
}
.footer-bottom-wrap3 .copyright a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.footer-bottom-wrap3 .copyright a:hover {
  color: #396cf0;
}
.footer-layout3 {
  padding: 90px 0px 38px;
  text-align: center;
}
.footer-layout3 .footer-logo {
  margin-bottom: 40px;
  display: block;
}
.footer-layout3 .footer-logo img {
  margin: 0 auto;
}
.footer-layout3 p {
  margin-bottom: 35px;
}
.footer-layout3 p a {
  color: #396cf0;
}
.footer-layout3 p a:hover {
  color: #2055e4;
}
.footer-layout3 .footer-social ul li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.footer-layout3 .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-layout3 .footer-social ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #646464;
  display: block;
  position: relative;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-social ul li a:hover {
  color: #2055e4;
}
.footer-layout3 .footer-social ul li a:hover:after {
  width: 40px;
  left: 0;
}
.footer-layout3 .footer-social ul li a:hover:before {
  width: 40px;
  left: 0;
}
.footer-layout3 .footer-social ul li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2055e4;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-social ul li a:before {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2055e4;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-top-area {
  padding-top: 11rem;
  padding-bottom: 5.5rem;
  background-color: #111111;
  border-bottom: 1px solid #333333;
}
.footer-layout3 .footer-top-area .widget h3::after {
  display: none;
}
.footer-layout3 .footer-top-area .widget.widget_medilink_about img {
  margin-top: 0;
}
.footer-layout3 .footer-top-area .widget.widget_medilink_info ul li {
  padding-left: 20px !important;
}
.footer-layout3 .footer-top-area .widget {
  color: #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-layout3 .footer-top-area .widget p {
  color: #e3e3e3;
}
.footer-layout3 .footer-top-area .widget .subscribe-layout1 h2 {
  display: none;
}
.footer-layout3 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area .form-control {
  border-radius: 24px !important;
  padding-right: 90px !important;
  min-height: 55px;
  background-color: #404344;
  box-shadow: none;
  color: #a9a9a9;
}
.footer-layout3 .footer-top-area .widget .subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
.footer-layout3 .footer-top-area .widget .btn-fill.size-md,
.footer-layout3 .footer-top-area .widget .btn-ghost.size-md {
  padding: 2px 35px;
  font-size: 14px;
  text-indent: -99999999px !important;
  position: relative;
  background-color: #2055e4;
  border: none;
  min-height: 46px !important;
  display: inline-block;
  border-radius: 23px;
}
.footer-layout3 .footer-top-area .widget .btn-fill.size-md:hover,
.footer-layout3 .footer-top-area .widget .btn-ghost.size-md:hover {
  background: rgba(32, 85, 228, 0.7);
  color: #fff !important;
}
.footer-layout3 .footer-top-area .widget .subscribe-layout1 input::-moz-placeholder,
.footer-layout3 .footer-top-area .widget .subscribe-layout1 textarea::-moz-placeholder {
  color: #fff;
}
.footer-layout3 .footer-top-area .widget ul li::before {
  display: none;
}
.footer-layout3 .footer-top-area .widget ul li {
  padding-left: 0;
  margin-bottom: 12px;
}
.footer-layout3 .footer-top-area .widget .input-group-addon {
  position: absolute;
  z-index: 999;
  padding: 4px;
  right: 0;
}
.footer-layout3 .footer-top-area .widget .input-group-addon:after {
  content: "\f105";
  color: #282828;
  position: absolute;
  font-size: 26px;
  left: 38px;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout3 .footer-top-area .widget .widgettitle {
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
  font-size: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .widgettitle {
    margin-bottom: 30px;
  }
}
.footer-layout3 .footer-top-area .widget .footer-widget-logo {
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-logo {
    margin-bottom: 20px;
  }
}
.footer-layout3 .footer-top-area .widget .footer-widget-about {
  margin-bottom: 30px;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-about {
    margin-bottom: 20px;
    padding-right: 0px;
  }
}
.footer-layout3 .footer-top-area .widget .footer-widget-contact {
  position: relative;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-layout3 .footer-top-area .widget .footer-widget-contact {
    font-size: 20px;
  }
}
.footer-layout3 .footer-top-area .widget .footer-widget-contact a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-top-area .widget .footer-widget-contact a:hover {
  color: #2055e4;
}
.footer-layout3 .footer-top-area .widget .footer-widget-contact:before {
  content: "\f095";
  color: #2055e4;
  position: absolute;
  top: 5px;
  font-size: 20px;
  left: 0;
  z-index: 3;
  font-family: fontawesome;
}
.footer-layout3 .footer-top-area .widget .footer-widget-social ul li {
  margin-right: 5px;
  display: inline-block;
  padding-left: 0px;
}
.footer-layout3 .footer-top-area .widget .footer-widget-social ul li:last-child {
  margin-right: 0;
}
.footer-layout3 .footer-top-area .widget .footer-widget-social ul li:before {
  display: none;
}
.footer-layout3 .footer-top-area .widget .footer-widget-social ul li a {
  padding: 1px 8px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-top-area .widget .footer-widget-social ul li a:hover {
  color: #396cf0;
}
.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li {
  margin-bottom: 12px;
}
.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li a {
  color: #e3e3e3;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-top-area .widget .footer-widget-menu ul li a:hover {
  color: #FFFFFF;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group {
  margin-top: 30px;
  background-color: #404344;
  height: 52px;
  padding: 5px 5px 5px 15px;
  border-radius: 45px;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .form-control {
  border: none;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #404344;
  border-radius: 45px;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon {
  border: none;
  padding: 0;
  background-color: #396cf0;
  transition: all 0.5s ease-out;
  border-radius: 45px;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"] {
  color: #FFFFFF;
  background-color: transparent;
  border: 0;
  padding: 6px 15px 8px;
  font-size: 16px;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:focus,
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon input[type="submit"]:hover {
  outline-width: 0;
  outline: none;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: #2055e4;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #282828;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group .input-group-addon .form-control:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #e3e3e3;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input::-moz-placeholder {
  color: #e3e3e3;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-moz-placeholder {
  color: #e3e3e3;
}
.footer-layout3 .footer-top-area .widget .footer-widget-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #e3e3e3;
}
.footer-layout3 .footer-bottom-area {
  background-color: #0b1013;
  text-align: center;
  color: #e3e3e3;
  padding: 25px 0 1px;
}
.footer-layout3 .footer-bottom-area a {
  color: #FFFFFF;
  transition: all 0.5s ease-out;
}
.footer-layout3 .footer-bottom-area a:hover {
  color: #2055e4;
}

/*---------------------------------------------------------
#. Footer Style 3
-----------------------------------------------------------*/
.foote_layout3 .footer-social ul li a {
  border-radius: 50%;
  background: #fff;
  color: #111 !important;
  font-size: 20px;
}

.foote_layout3 .widget_medilink_about .rtin-des {
  margin-bottom: 25px;
}

.foote_layout3.fotter-color2 .footer-bottom-wrap{
  display: block;
}
.foote_layout3 .copyright{
  text-align: left;
}
.foote_layout3 .backtotop a,
.foote_layout3 .copyright{
  color: #9A9A9A;
  transition: 0.4s;
}
.foote_layout3 .backtotop a:hover{
  color: #fff;
}
.foote_layout3 .backtotop a:hover path{
  fill: #fff;
}
.foote_layout3 .backtotop{
  text-align: right;
}
.foote_layout3 .footer-bottom-wrap{
  line-height: 70px;
}
div.foote_layout3 .footer-box .footer-header:after {
  width: 60px;
  height: 2px;
  background-color: #333333;
}
div.foote_layout3 .footer-box .footer-header .widgettitle:after {
  display: none;
}
.foote_layout3 .widget.widget_medilink_about .rtin-des {
  margin-bottom: 25px;
}
div.foote_layout3 .footer-box .footer-contact-info li span{
  color: #9A9A9A;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}
div.foote_layout3 .footer-box .footer-contact-info li{
  position: relative;
}
div.foote_layout3 .footer-box .footer-contact-info li.image-area .icon_image {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #2A2A2A;
  border-radius: 40px 0 40px 40px;
  text-align: center;
  line-height: 34px;
  left: 0;
}
div.foote_layout3 .footer-box .footer-contact-info li.image-area{
  padding-left: 60px;
  padding-bottom: 14px;
}
div.foote_layout3 .footer-box .footer-contact-info li.image-area a{
  display: block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
div.foote_layout3 .footer-box .footer-header h3 {
  font-size: 20px;
}
div.foote_layout3 .footer-top-wrap {
  border-bottom: 1px solid #2A2A2A;
}
.footer-layout1 .footer-top-wrap,
.foote_layout3{
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.foote_layout3{
  background: #111111;
}
body .foote_layout3.footer-layout1 .footer-bottom-wrap,
body .foote_layout3.footer-layout1 .footer-top-wrap{
  background: transparent;
}
body .foote_layout3 .footer-top-wrap {
  padding: 115px 0px 25px;
}
.wpcf7 .footer-subscribe {
  position: relative;
}
.wpcf7 .footer-subscribe p{
  margin: 0;
}
.wpcf7 .footer-subscribe input[type="email"],
.wpcf7 .footer-subscribe input[type="submit"]{

  border-radius: 8px;
}
.wpcf7 .footer-subscribe input[type="email"]{
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding: 0 25px;
  padding-left: 54px;
}
.wpcf7 .footer-subscribe input[type="submit"]{
  background: #396CF0;
  color: #fff;
  padding: 0 20px;
  height: 54px;
  line-height: 54px;
  transition: 0.4s;
}
.wpcf7 .footer-subscribe input[type="submit"]:hover{
  background: #1c58ef;
}
.wpcf7 .footer-subscribe .email-field{
  position: relative;
}
.wpcf7 .footer-subscribe .email-field i{
  position: absolute;
  left: 29px;
  top: 25px;
  z-index: 3;
}
.wpcf7 .footer-subscribe .submit-field{
  width: auto;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 3;
}
.wpcf7 .footer-subscribe .submit-field p{
  display: inline-block;
}
.wpcf7 .footer-subscribe .wpcf7-spinner{
  position: absolute;
  top: 17px;
}

/*---------------------------------------------------------
#. Widgets - Sidebar and Footer Widgets
-----------------------------------------------------------*/
.widgets.widget_mc4wp_form_widget {
  margin-bottom: 0;
}
.search-form .custom-search-input {
  background: #f1f7fa;
}
.search-form .custom-search-input input.search-query {
  color: #282828;
  background: #f1f7fa;
  border-color: transparent;
  border: none;
  border-radius: 3px 0 0 3px;
  border-style: solid;
  border-width: 0;
  box-shadow: none;
  padding: 0.75rem 1.5rem;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px;
}
.search-form .custom-search-input input.search-query:-ms-input-placeholder {
  color: #000000;
}
.search-form .custom-search-input input.search-query::placeholder {
  color: #000000;
}
.search-form .custom-search-input button.btn {
  padding: 1.2rem 1.5rem;
  cursor: pointer;
  background: #f1f7fa;
  border: 0;
  display: block;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn span {
  font-size: 26px;
  font-weight: 700;
  margin-left: 0;
  color: #396cf0;
  transition: all 0.5s ease-out;
}
.search-form .custom-search-input button.btn span:before {
  font-size: 26px;
}
.search-form .custom-search-input button.btn:hover {
  opacity: 0.8;
}
.widget {
  margin-bottom: 40px;
  color: #282828;
}
.widget h3 {
  color: #282828;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.3;
}
.widget h3:after {
  background-color: #396cf0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 40px;
  border-radius: 4px;
}
.widget select {
  padding: 8px 10px;
  width: 100%;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget ul > li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .widget ul > li {
    font-size: 16px;
  }
}
.widget ul > li:after {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
  transition: all 0.5s ease-out;
}
.widget ul > li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul > li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}
.widget ul > li > ul.children,
.widget ul > li > ul.sub-menu {
  list-style-type: none;
  border-top: 1px solid #e0e0e0;
  padding-left: 20px;
  padding-top: 10px;
  margin-top: 10px;
}
.widget ul > li > ul.children li :last-child,
.widget ul > li > ul.sub-menu li :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget ul > li:hover:after {
  right: 0;
  left: 0;
  width: 100%;
}
.widget ul > li a {
  color: #282828;
  display: inline;
  transition: all 0.3s ease 0s;
}
.widget ul > li a:hover {
  color: #2055e4;
}
.widget_tag_cloud a {
  padding: 9px 10px;
  display: inline-block;
  font-size: 15px !important;
  margin-bottom: 3px;
  transition: all 0.3s ease 0s;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  line-height: 1.5;
  color: #282828 !important;
  text-transform: capitalize;
}
.widget_tag_cloud a:hover {
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff !important;
}
.widget_calendar table {
  margin-top: 0;
}
.widget_calendar table caption {
  padding-top: 0;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 7px;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area {
    margin-top: 40px;
  }
}
.sidebar-widget-area .widget ul li {
  padding-bottom: 10px;
}
.sidebar-widget-area .widget h3 {
  font-size: 22px;
  font-weight: 500;
}
.sidebar-widget-area .widget ul.menu li ul.children,
.sidebar-widget-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li ul.children,
  .sidebar-widget-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .sidebar-widget-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.sidebar-widget-area .widget ul.menu li:before {
  left: -5px;
}
.sidebar-widget-area .widget_categories ul li {
  text-transform: capitalize;
}
.footer-top-area .search-form .custom-search-input input.search-query,
.footer-top-area .search-form .custom-search-input button.btn {
  background-color: #fff;
  border: none;
}
@media all and (max-width: 767px) {
  .footer-top-area .widget {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 480px) {
  .footer-top-area .widget {
    margin-bottom: 40px;
  }
}
.footer-top-area .widget ul li {
  border-color: transparent;
}
.footer-top-area .widget ul li:before {
  color: #396cf0;
}
.footer-top-area .widget ul li ul.children,
.footer-top-area .widget ul li ul.sub-menu {
  border-color: #373737;
}
.footer-top-area .widget.widget_tag_cloud a {
  border-color: #b3b3b3;
  text-transform: capitalize;
  color: #b3b3b3 !important;
}
.footer-top-area .widget.widget_tag_cloud a:hover {
  color: #fff !important;
  border-color: #396cf0;
}
.footer-top-area .widget ul.menu li ul.children,
.footer-top-area .widget ul.menu li ul.sub-menu {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li ul.children,
  .footer-top-area .widget ul.menu li ul.sub-menu {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li {
  padding-left: 10px;
}
@media all and (max-width: 991px) {
  .footer-top-area .widget ul.menu li {
    padding-left: 3px;
  }
}
.footer-top-area .widget ul.menu li:before {
  left: -5px;
}
/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_medilink_about img {
  margin-top: 5px;
}
.widget.widget_medilink_about .rtin-des {
  margin-bottom: 20px;
}
.widget.widget_medilink_about ul li {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0;
  border: none;
}
.widget.widget_medilink_about ul li a {
  display: block;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border: none;
}
.widget.widget_medilink_about ul li a:hover {
  color: #396cf0;
}
.widget.widget_medilink_about ul li::before {
  content: none;
}
.widget.widget_medilink_info {
  border-radius: 4px;
}
.widget.widget_medilink_info ul li {
  padding-left: 30px;
  font-size: 16px;
}
.widget.widget_medilink_info ul li:before {
  content: none;
}
.widget.widget_medilink_info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget.widget_medilink_info ul li i {
  color: #fff;
  left: 0;
  position: absolute;
  top: 6px;
}
.widget .category-type ul li {
  background-color: #f1f7fa;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8;
  border-radius: 4px;
  border-bottom: none;
  margin-bottom: 2px;
}
.widget .category-type ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #396cf0;
  position: absolute;
  right: 24px;
  top: 20px;
  font-size: 18px;
  line-height: 1;
  left: inherit;
}
.widget .category-type ul li:hover:before {
  color: #fff;
}
.widget .category-type ul li a {
  display: block;
  padding: 15px 15px 15px 30px;
  color: #222222;
  border-radius: 4px;
}
.widget .category-type ul li a:hover {
  background-color: #396cf0;
  color: #fff;
}
.sidebar-widget-area .widget.widget_medilink_info {
  background-image: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/icon-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.sidebar-widget-area .contact-us-form {
  background-color: #396cf0;
  color: #fff;
  padding: 30px 30px 5px 30px;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 700;
  position: relative;
}
.sidebar-widget-area .contact-us-form h3:after {
  content: "";
  height: 5px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
}
.sidebar-widget-area .contact-us-form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border-radius: 4px;
  background: #489aed;
  box-shadow: none;
  color: #ffffff;
  border: none;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-webkit-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .contact-us-form .form-group .form-control:-moz-placeholder {
  color: #ffffff;
}
.sidebar-widget-area .widget_medilink_info {
  background-color: #396cf0;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px 10px 35px 30px;
}
.sidebar-widget-area .widget_medilink_info ul li {
  color: #fff;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 18px;
}
.sidebar-widget-area .widget_medilink_info ul li a {
  color: #fff;
}
.sidebar-widget-area .widget_medilink_info ul li .fa {
  display: none;
}
.sidebar-widget-area .widget_medilink_info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .sidebar-widget-area .widget_medilink_info h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 480px) {
  .sidebar-widget-area .widget_medilink_info h3 {
    margin-bottom: 20px;
  }
}
.sidebar-widget-area .widget_medilink_info h3::after {
  background-color: #fff;
}
.kebo-tweets .ktweet .kmeta a {
  color: #396cf0;
}
.kebo-tweets .ktweet .kmeta a:hover {
  color: #fff;
}
.widget_medilink_info.widget ul li i {
  color: #2055e4;
  margin-right: 10px;
}
.widget_medilink_info.widget ul li::before {
  display: none;
}
.widget_recent_comments ul li span {
  font-weight: 700;
}
.single-post .entry-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 5rem;
  }
}
.widget-search .stylish-input-group {
  background: #f1f7fa;
  border: 0;
  height: 60px;
  border-radius: 3px;
}
.widget-search .stylish-input-group .form-control {
  padding: 0.75rem 1.5rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #f1f7fa;
  text-transform: lowercase;
  color: #000000;
  font-size: 16px;
}
.widget-search .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.widget-search .stylish-input-group .input-group-addon button {
  padding: 1.5rem;
  cursor: pointer;
  background: transparent;
  border: 0;
  transition: all 0.5s ease-out;
}
.widget-search .stylish-input-group .input-group-addon button span:before {
  color: #3c70fa;
  font-size: 26px;
  font-weight: 700;
  margin-left: 0;
}
.widget-search .stylish-input-group .input-group-addon button:hover span {
  color: #2055e4;
}
.widget-search .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.widget-search .stylish-input-group input {
  font-size: 14px;
  color: #000000;
}
.widget-search .stylish-input-group input.form-control::-webkit-input-placeholder,
.widget-search .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #444444;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control::-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control::-moz-placeholder {
  color: #444444;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control:-moz-placeholder,
.widget-search .stylish-input-group textarea.form-control:-moz-placeholder {
  color: #444444;
  font-size: 16px;
}
.widget-search .stylish-input-group input.form-control:-ms-input-placeholder,
.widget-search .stylish-input-group textarea.form-control:-ms-input-placeholder {
  color: #444444;
  font-size: 16px;
}
.widget-categories ul li {
  position: relative;
}
.widget-categories ul li:last-child a {
  border-bottom: 0;
}
.widget-categories ul li:last-child:after {
  display: none;
}
.widget-categories ul li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 900;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 1;
}
.widget-categories ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s ease-out;
}
.widget-categories ul li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  transition: all 0.5s ease-out;
}
.widget-categories ul li:hover a {
  color: #396cf0;
}
.widget-categories ul li:hover:after {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-categories ul li:after {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 3;
  position: absolute;
  transition: all 0.5s ease-out;
}
.widget-top-rated ul li {
  margin-bottom: 20px;
}
.widget-top-rated ul li:last-child {
  margin-bottom: 0;
}
.widget-top-rated ul li .top-rated-content h4 {
  margin-bottom: 0;
}
.widget-top-rated ul li .top-rated-content h4 a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.widget-top-rated ul li .top-rated-content h4 a:hover {
  color: #396cf0;
}
.widget-top-rated ul li .top-rated-content .rating {
  line-height: 1.6;
  margin-bottom: 5px;
}
.widget-top-rated ul li .top-rated-content .rating li {
  display: inline;
  border-bottom: none;
}
.widget-top-rated ul li .top-rated-content .rating li i {
  color: #fdc800;
  font-size: 14px;
}
.widget-top-rated ul li .top-rated-content .amount {
  color: #396cf0;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget-top-rated ul li .top-rated-content .amount .currency {
  font-weight: 500;
}
.widget-call-to-action {
  background-color: #396cf0;
  padding: 30px 20px 20px;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}
.widget-call-to-action .media img {
  margin-top: 5px;
}
.widget-call-to-action .media .media-body h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-call-to-action .media .media-body span {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
.widget-call-to-action .media .media-body span a{
  color: #fff;
}
.widget-testimonial {
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.widget-testimonial .widget-testimonial-box {
  margin-top: 35px;
}
.widget-testimonial .widget-testimonial-box p {
  position: relative;
}
.widget-testimonial .widget-testimonial-box p:after {
  position: absolute;
  content: "\f10d";
  font-family: "Font Awesome 5 free";
  font-size: 30px;
  font-weight: 900;
  top: -45px;
  left: 1px;
  color: #cccccc;
}
.widget-testimonial .widget-testimonial-box .item-img {
  margin-bottom: 15px;
}
.widget-testimonial .widget-testimonial-box .item-title {
  margin-bottom: 0;
  font-size: 17px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}
.widget-testimonial .widget-testimonial-box .sub-title {
  font-size: 15px;
  margin-bottom: 0;
}
.widget-tag li {
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #396cf0;
  background: transparent;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.widget-tag li a {
  color: #396cf0;
  display: block;
  padding: 5px 15px;
  transition: all 0.5s ease-out;
}
.widget-tag li:hover {
  background: #396cf0;
}
.widget-tag li:hover a {
  color: #ffffff;
}
.widget-departments {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
}
.widget-departments ul li {
  position: relative;
  border-bottom: 1px solid #dedede;
}
.widget-departments ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget-departments ul li:last-child:before {
  display: none;
}
.widget-departments ul li:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #396cf0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.widget-departments ul li a {
  display: block;
  color: #111111;
  padding-left: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.5s ease-out;
}
.widget-departments ul li:hover a {
  color: #396cf0;
}
.widget-departments ul li:hover:before {
  right: 0;
  left: 0;
  width: 100%;
}
.widget-departments ul li:before {
  content: "";
  background-color: #396cf0;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  position: absolute;
  transition: all 0.5s ease-out;
}
.widget-price-range .price-range-wrapper {
  text-align: left;
  padding-top: 20px;
}
.widget-price-range .price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap {
  margin-top: 15px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button {
  margin-left: 10px;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn {
  padding: 5px 20px;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:focus {
  outline: none;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .filter-button .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select {
  margin: 20px 0;
  text-align: center;
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.widget-price-range .price-range-wrapper .price-filter-wrap .price-range-select .price-range {
  display: inline-block;
  margin: 0 2px;
  font-weight: 500;
  color: #222222;
}
.widget-price-range .price-range-wrapper .noUi-connect {
  background: #396cf0;
  box-shadow: none;
}
.widget-price-range .price-range-wrapper .noUi-horizontal {
  height: 7px;
}
.widget-price-range .price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 0;
}
.widget-price-range .price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -10px;
  background: #396cf0;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  box-shadow: 0px 5px 5px 0px rgba(191, 191, 191, 0.75);
}
.widget-price-range .price-range-wrapper .noUi-handle::before {
  display: none;
}
.widget-price-range .price-range-wrapper .noUi-handle::after {
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
.widget-recent .media {
  margin-bottom: 30px;
}
.widget-recent .media:last-child {
  margin-bottom: 0;
}
.widget-recent .media .media-body .post-date {
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-recent .media .media-body .post-title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-recent .media .media-body .post-title a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out;
}
.widget-recent .media .media-body .post-title a:hover {
  color: #396cf0;
}
.widget-about-team {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  margin-bottom: 30px;
}
.widget-about-team img {
  margin-bottom: 16px;
  width: 100%;
}
.widget-about-team .item-content .item-title {
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
}
.widget-about-team .item-content .item-ctg {
  margin-bottom: 10px;
}
.widget-about-team .item-content .item-designation {
  color: #396cf0;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.widget-team-contact {
  padding: 32px 25px 28px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  margin-bottom: 30px;
}
.widget-team-contact ul li {
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
}
.widget-team-contact ul li:last-child {
  margin-bottom: 0;
}
.widget-team-contact ul li span {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
}
.widget-team-contact ul li span a{
  color: #646464;
  transition: 0.4s;
}
.widget-team-contact ul li span a:hover{
  color: #396CF0;
}
.widget-team-contact ul li ul.widget-social li {
  display: inline-block;
  margin-right: 5px;
}
.widget-team-contact ul li ul.widget-social li a {
  color: #396cf0;
  padding: 5px;
  transition: all 0.3s ease-out;
}
.widget-team-contact ul li ul.widget-social li a:hover {
  color: #111111;
}
.widget_medilink_posts .media-body {
  margin-left: 0;
}
.widget_medilink_posts .media-body h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.widget_medilink_posts .media-body h4 a {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease-out;
}
.widget_medilink_posts .media-body p {
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget_medilink_posts .media-body p.spost-title a {
  color: #111111;
}
.widget_medilink_posts .media-body p.spost-title a:hover {
  color: #396cf0;
}
.widget_medilink_posts .media-body .date {
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1;
  font-size: 15px;
}
.widget_medilink_posts .media {
  margin-bottom: 20px;
}
.widget_medilink_posts .media img {
  margin-right: 20px;
  border-radius: 4px;
}
/*-------------------------------------
#. Buttons
---------------------------------------*/
.site-wrp .ls-v6 .ls-nav-prev,
.site-wrp .ls-v6 .ls-nav-next {
  z-index: 99;
}
.inline-block {
  display: inline-block;
}
a.rtin-button-1 {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
  padding: 12px 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 767px) {
  a.rtin-button-1 {
    padding: 10px 20px;
  }
}
a.rtin-button-1,
a.rtin-button-1:link,
a.rtin-button-1:visited {
  color: #282828;
}
a.rtin-button-1:hover {
  color: #fff;
  background-color: transparent;
}
.rdtheme-button-1 {
  background-color: #396cf0;
  padding: 17px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.rdtheme-button-1,
.rdtheme-button-1:link,
.rdtheme-button-1:visited {
  color: #fff;
}
.rdtheme-button-1:hover {
  color: #fff;
  background-color: #2055e4;
}
.rdtheme-button-ghost-1 {
  background-color: #396cf0;
  border: 2px solid #396cf0;
  padding: 15px 26px;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
.rdtheme-button-ghost-1,
.rdtheme-button-ghost-1:link,
.rdtheme-button-ghost-1:visited {
  color: #fff;
}
.rdtheme-button-ghost-1:hover {
  color: #396cf0;
  background-color: transparent;
}
.rdtheme-button-ghost-1 i {
  font-size: 18px;
  line-height: 1.90;
}
.rdtheme-button-2 {
  border: 2px solid #396cf0;
  padding: 12px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.rdtheme-button-2,
.rdtheme-button-2:link,
.rdtheme-button-2:visited {
  color: #396cf0;
}
.rdtheme-button-2:hover {
  color: #fff;
  border-color: #396cf0;
  background-color: #396cf0;
}
.rdtheme-button-4 {
  border: 2px solid #396cf0;
  padding: 10px 22px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.rdtheme-button-4,
.rdtheme-button-4:link,
.rdtheme-button-4:visited {
  color: #444;
}
.rdtheme-button-4:hover {
  color: #fff;
  border-color: #396cf0;
  background-color: #396cf0;
}
.rdtheme-button-3 {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.rdtheme-button-3,
.rdtheme-button-3:link,
.rdtheme-button-3:visited {
  color: #396cf0;
}
.rdtheme-button-3:hover {
  background-color: transparent;
  color: #fff;
}
.rdtheme-button-3:hover i {
  color: #fff;
}
.rdtheme-button-blog {
  font-size: 18px;
}
.rdtheme-button-blog:hover {
  color: #282828;
}
.contact-us-form input.rdtheme-button-submit[type="submit"] {
  border: 2px solid #396cf0;
  padding: 15px 26px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background-color: #396cf0;
}
.contact-us-form input.rdtheme-button-submit[type="submit"]:hover {
  color: #fff;
  border-color: #2055e4;
  background-color: #2055e4;
}
/*-------------------------------------
#. Banner
---------------------------------------*/
.breadcrumb-area .entry-breadcrumb > span {
  color: #ffffff;
  margin: 8px;
  font-size: 18px;
  font-weight: 500;
}
.breadcrumb-area .entry-breadcrumb > span:first-child {
  margin-left: 0;
}
.breadcrumb-area .entry-breadcrumb {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13.2rem 0;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner {
    padding: 9.2rem 0;
  }
}
@media only screen and (max-width: 575px) {
  .entry-banner .inner-page-banner {
    padding: 9.2rem 0;
  }
}
.entry-banner .inner-page-banner:before {
  background-color: rgba(57, 108, 240, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.entry-banner .inner-page-banner .breadcrumbs-area h1 {
  text-transform: capitalize;
  color: #fff;
  word-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c5d5ff;
  font-size: 18px;
  position: relative;
  margin-right: 8px;
  padding-right: 20px;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #396cf0;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #fff;
  transition: all 0.5s ease-out;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #396cf0;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
.trheader .entry-banner.entry-banner-after:after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.trheader .entry-banner {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  text-align: center;
}
.trheader .entry-banner .inner-page-banner {
  position: relative;
  display: block;
  padding: 13rem 0 20rem;
}
@media only screen and (max-width: 991px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 15.3rem 0 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 13.3rem 0 14rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner {
    padding: 11.3rem 0 12rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1.4;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 10px;
    font-size: 7rem;
  }
}
@media only screen and (max-width: 575px) {
  .trheader .entry-banner .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #c6c6c6;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:before {
  content: "\f105";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
  font-family: fontawesome;
  font-size: 20px;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a {
  color: #396cf0;
  transition: all 0.5s ease-out;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #FFFFFF;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.trheader .entry-banner .inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area {
  padding-top: 40px;
  width: 100%;
}
@media all and (max-width: 991px) {
  .pagination-area {
    padding-top: 30px;
  }
}
@media all and (max-width: 480px) {
  .pagination-area {
    padding-top: 20px;
  }
}
.rt-team-archive .pagination-area {
  margin-top: 0;
}
@media all and (max-width: 991px) {
  .rt-team-archive .pagination-area {
    padding-top: 0;
  }
}
@media all and (max-width: 480px) {
  .rt-team-archive .pagination-area {
    padding-top: 30px;
  }
}
.pagination-area ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.pagination-area ul li {
  display: inline-block;
}
.pagination-area ul li a,
.pagination-area ul li span {
  background-color: #f2f2f2;
  color: #282828;
  transition: all 0.5s ease-out;
  margin: 0 3px;
  display: block;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 15px;
}
.pagination-area ul li.active a,
.pagination-area ul li a:hover,
.pagination-area ul li span.current {
  background-color: #396cf0;
  color: #fff;
}
/*-------------------------------------
#. Contents
---------------------------------------*/
ul.entry-meta-2 {
  padding: 0;
}
ul.entry-meta-2 li {
  list-style: none;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.post-each {
  margin-bottom: 30px;
  transition: all 0.5s ease-out;
}
.post-each .entry-thumbnail-area {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.post-each .entry-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.post-each .entry-thumbnail-area:hover:before {
  animation: shine .75s;
}
.post-each .entry-thumbnail-area img {
  transition: all 0.5s ease-out;
  width: 100%;
}
.post-each .entry-thumbnail-area.nothumb .entry-meta-1 {
  position: relative;
}
.post-each .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-meta-2 li {
  display: inline-block;
}
.post-each .entry-meta-2 li:last-child {
  float: right;
}
.post-each .entry-meta-2 li.vcard-author {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-author i {
  border-radius: 50%;
  color: #2055e4;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 2px;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-author a:hover {
  color: #2055e4;
}
.post-each .entry-meta-2 li.vcard-comments {
  text-align: center;
}
.post-each .entry-meta-2 li.vcard-comments i {
  color: #2055e4;
}
.post-each .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
  transition: all 0.5s ease-out;
}
.post-each .entry-meta-2 li.vcard-comments a:hover {
  color: #2055e4;
}
.post-each .entry-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-meta-1 span.updated {
  color: #6c6c6c;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: 500;
}
.post-each .entry-meta-1 span.updated i {
  font-size: 14px;
}
.post-each .entry-meta-1 li {
  display: inline;
  padding-right: 30px;
  color: #6c6c6c;
}
.post-each .entry-meta-1 li:last-child {
  padding-right: 0;
}
.post-each .entry-meta-1 li a {
  transition: all 0.3s ease-out;
}
.post-each .entry-meta-1 li a:hover {
  color: #2055e4;
}
.post-each .entry-meta-1 li a:hover span {
  color: #2055e4;
}
.post-each .entry-meta-1 li i {
  margin-right: 2px;
  color: #2055e4;
  width: 16px;
}
.post-each .entry-content-area {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
  transition: all 0.5s ease-out;
  border-radius: 0 0 4px 4px;
}
.post-each .entry-content-area .entry-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-each .entry-content-area .entry-header h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.post-each .entry-content-area .entry-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .post-each .entry-content-area .entry-header h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.post-each .entry-content-area .entry-header a.entry-title {
  color: #282828;
  transition: all 0.4s ease-out;
}
.post-each .entry-content-area .entry-header a.entry-title:hover {
  color: #396cf0;
}
.post-each .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 20px;
  display: inline-block;
  color: #6c6c6c;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li:last-child {
  margin-right: 0;
}
.post-each .entry-content-area .entry-header .entry-meta-2 li a {
  padding-left: 5px;
}
.post-each .entry-content-area .rdtheme-button-2 {
  display: inline-block;
  padding: 12px 24px;
}
.post-each .entry-content-area .read-more-btn {
  color: #282828;
  font-weight: 600;
  transition: all 0.5s ease-out;
}
.post-each .entry-content-area .read-more-btn i {
  color: #396cf0;
  margin-left: 15px;
}
.post-each .entry-content-area .read-more-btn:hover {
  color: #396cf0;
}
.post-each .entry-content-area:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.9);
}
.post-each .entry-content-area:hover .entry-meta-2 {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author i {
  color: #2055e4;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-author a:hover {
  color: #2055e4;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments i {
  color: #2055e4;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a {
  color: #6c6c6c;
}
.post-each .entry-content-area:hover .entry-meta-2 li.vcard-comments a:hover {
  color: #2055e4;
}
.post-each.post-each-alt .entry-meta-1 li {
  display: block;
  padding-right: 0;
}
.post-each.post-each-single {
  box-shadow: none;
  margin-bottom: 0;
}
.post-each.post-each-single .entry-thumbnail-area {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.post-each.post-each-single .entry-thumbnail-area:before {
  opacity: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  transition: all 0.5s ease-out;
  transform: none;
  left: 0;
}
.post-each.post-each-single .entry-thumbnail-area:hover:before {
  opacity: 1;
  visibility: visible;
  animation: none;
}
.post-each.post-each-single .entry-content-area {
  background-color: inherit;
  padding: 0 0 30px 0;
  box-shadow: none;
}
.post-each.post-each-single .entry-content-area .entry-header {
  margin-bottom: 15px;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 {
  color: #6c6c6c;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li {
  margin-right: 0;
}
.post-each.post-each-single .entry-content-area .entry-header .entry-meta-2 li.rtin-spacer {
  color: #dcdcdc;
  margin: 0 10px;
}
.post-each.post-each-single .entry-content-area .entry-tags {
  color: #8c8c8c;
  margin-top: 20px;
}
.post-each.post-each-single .entry-content-area .entry-tags span {
  font-size: 18px;
  font-weight: 600;
  color: #282828;
  line-height: 1.3;
  padding-right: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a {
  color: #8c8c8c;
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
.post-each.post-each-single .entry-content-area .entry-tags a:hover {
  color: #396cf0;
}
.post-each.post-each-single .entry-content-area h2.title.single-title {
  font-size: 32px;
  line-height: 1.4;
}
.entry-title {
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.site-index .pagination-area {
  margin-top: 30px;
}
.site-search .pagination-area {
  margin-top: 60px;
}
.site-index .sticky .entry-content-area {
  background-color: #f5e8fb;
}
.primary-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary-list li {
  margin-bottom: 5px;
}
.primary-list li:before {
  background-color: #396cf0;
  border-radius: 17px;
  color: #fff;
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  margin-right: 12px;
  padding: 4px;
  line-height: 1.5;
}
/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area ul.comment-list {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 43px !important;
  margin-bottom: 43px !important;
}
.comments-area ul.comment-list,
.comments-area ul.children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comments-area ul.children {
  margin-left: 50px;
}
@media all and (max-width: 991px) {
  .comments-area ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area ul.children {
    margin-left: 10px;
  }
}
.comments-area .avatar-disabled .main-comments ul.children {
  margin-left: 30px;
}
@media all and (max-width: 991px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 20px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 10px;
  }
}
.comments-area h3.comment-title {
  color: #282828;
  font-size: 24px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 20px;
}
.comments-area h3.comment-title:after {
  background-color: #2055e4;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comments-area .main-comments {
  padding-top: 12px;
}
.comments-area .main-comments:first-child {
  padding-top: 0px;
}
.comments-area .main-comments .children li {
  padding-top: 12px;
}
.comments-area .main-comments .each-comment {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .each-comment {
    padding: 5px 0;
  }
}
.comments-area .main-comments .imgholder {
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .imgholder {
    max-width: 120px;
  }
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .imgholder {
    max-width: 70px;
    margin-right: 10px;
  }
}
.comments-area .main-comments .imgholder img {
  border-radius: 50%;
  background-color: #f8f8f8;
  width: 100%;
}
.comments-area .main-comments .comment-meta {
  color: #282828;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .comments-area .main-comments .comment-meta {
    font-size: 14px;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left {
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .comment-meta-left {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .comment-meta-left a {
  color: #282828;
}
.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
  text-decoration: underline;
}
.comments-area .main-comments .comment-meta .reply-area {
  float: right;
  margin-top: -9px;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area {
    float: none;
  }
}
.comments-area .main-comments .comment-meta .reply-area a {
  color: #fff;
  padding: 12px 20px;
  background: #396cf0;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.5s ease-out;
  border-radius: 4px;
  font-weight: 500;
}
.comments-area .main-comments .comment-meta .reply-area a:hover {
  background: #2055e4;
  color: #fff;
}
@media all and (max-width: 991px) {
  .comments-area .main-comments .comment-meta .reply-area a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
  }
}
.comments-area .main-comments .comments-body {
  margin-left: 20px;
}
.comments-area .main-comments .comments-body .comment-text {
  font-size: 14px;
  line-height: 1.75;
}
.comments-area .main-comments .comments-body .comment-text p {
  margin-bottom: 10px;
}
.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  color: #282828;
}
.comments-area .main-comments #respond {
  padding-top: 20px;
}
.comments-area #respond form .btn-send {
  color: #fff;
  font-weight: 700 !important;
}
.comments-area .comments-closed {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  padding-top: 20px;
  line-height: 1.3;
  color: #282828;
}
.comments-area .comment-pagination {
  margin-top: 30px;
}
.comments-area .comment-pagination ul li {
  margin-right: 5px;
  margin-top: 0;
}
.comments-area .comment-pagination ul li a {
  font-size: 12px;
  padding: 10px;
}
#respond .comment-reply-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #282828;
  position: relative;
  padding-bottom: 18px;
  display: block;
}
#respond .comment-reply-title:after {
  position: absolute;
  background-color: #2055e4 !important;
  border-radius: 6px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  bottom: 0;
  width: 50px;
}
#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
  margin-bottom: 20px;
}
#respond .logged-in-as a {
  color: #111;
}
#respond .logged-in-as a:hover {
  color: #2055e4;
}
#respond form input,
#respond form textarea {
  border: none;
  background-color: #f1f7fa;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 3px;
  border: 1px solid #396cf0;
  font-weight: 500 !important;
  border: 1px solid #396cf04d;
}
#respond form input:focus,
#respond form textarea:focus {
  box-shadow: none;
}
#respond form input:-ms-input-placeholder,
#respond form textarea:-ms-input-placeholder {
  color: #868e96;
}
#respond form input::placeholder,
#respond form textarea::placeholder {
  color: #868e96;
}
#respond form input {
  height: 45px;
  border-radius: 3px;
}
#respond form textarea {
  padding-top: 10px;
}
#respond form .btn-send {
  height: inherit;
  background-color: #396cf0;
  border: none;
  color: #282828;
  font-size: 14px;
  padding: 15px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1.5;
  font-weight: 500;
}
#respond form .btn-send:hover {
  background-color: #2055e4;
  color: #fff;
}
#respond #cancel-comment-reply-link {
  font-size: 12px;
}
/*-------------------------------------
#. No Content
---------------------------------------*/
.no-results h2.page-title {
  color: #000;
}
/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page-area {
  background-color: #396cf0;
}
.error-page-area .error-page {
  color: #ffffff;
  text-align: center;
}
.error-page-area .error-page h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 45px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
}
.error-page-area .error-page p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.error-page-area .btn-fill {
  background-color: #fff;
  color: #396cf0;
}
.services-2bg {
  background-color: #f1f7fa;
}
.contact-us-form.contact-us-page {
  padding: 60px;
  background-color: #fff;
}
.contact-us-form.contact-us-page .rt-el-title {
  margin-bottom: 40px;
}
.contact-us-form.contact-us-page .form-group .form-control {
  border: 1px solid #dbe3e7;
  border-radius: 0;
  box-shadow: none;
  color: #656565;
  background-color: transparent;
}
.contact-us-form.contact-us-page textarea {
  overflow: auto;
  height: 157px;
}
.contact-us-form.contact-us-page .wpcf7-submit {
  padding: 14px 34px;
}
.contact-us-form.contact-us-page .form-control {
  font-size: 17px;
}
.widget_recent_entries.single-sidebar ul li span {
  display: block;
  color: #396cf0;
}
.kebo-tweets.list .ktweet {
  padding: 0 !important;
}
.input-group.col-md-12 {
  padding: 0;
}
/*-------------------------------------
#. Single medilink
---------------------------------------*/
.single-medilink-img {
  margin-bottom: 35px;
}
.medilink-description {
  margin-bottom: 40px;
}
.medilink-description .title {
  font-size: 36px;
  line-height: 1;
}
.medilink-description ul li {
  line-height: 2;
  font-size: 18px;
}
.medilink-description ul li span {
  font-weight: 700;
}
.medilink-owl-wrap .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.medilink-owl-wrap .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0;
}
.medilink-owl-wrap .owl-dots .active span {
  background: #396cf0;
}
.medilink-owl-wrap .dot-control .owl-controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.medilink-owl-wrap .dot-control .owl-controls .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.medilink-owl-wrap .dot-control .owl-controls .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
  background: #396cf0;
}
.medilink-owl-wrap .dot-control .owl-controls .owl-dots .active span {
  background: #396cf0;
}
.departments-wrap-layout2 .owl-stage{
  padding-bottom: 6px !important;
}
/*-------------------------------------
#. Subscribe Area
---------------------------------------*/
.subscribe-layout1 {
  text-align: center;
}
.subscribe-layout1 h2 {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.subscribe-layout1 .subscribe-input-area {
  border: none;
  padding: 0;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area {
    width: 100%;
  }
}
.subscribe-layout1 .subscribe-input-area .form-control {
  font-size: 16px;
  padding: 6px 20px;
  border: none;
  border-radius: 4px !important;
  color: #282828;
  min-height: 55px;
  background-color: #f2f2f2;
  box-shadow: 0px 1px 0px 0px #e4e4e4;
}
@media only screen and (max-width: 1199px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 42px;
  }
}
@media only screen and (max-width: 479px) {
  .subscribe-layout1 .subscribe-input-area .form-control {
    min-height: 40px;
  }
}
.subscribe-layout1 .subscribe-input-area .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s ease-out;
}
.subscribe-layout1 .subscribe-input-area .input-group-addon button {
  margin-left: 10px;
}
.subscribe-layout1 input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.subscribe-layout1 input::-webkit-input-placeholder,
.subscribe-layout1 textarea::-webkit-input-placeholder {
  color: #cecece;
}
.subscribe-layout1 input::-moz-placeholder,
.subscribe-layout1 textarea::-moz-placeholder {
  color: #cecece;
}
.subscribe-layout1 input:-moz-placeholder,
.subscribe-layout1 textarea:-moz-placeholder {
  color: #cecece;
}
.subscribe-layout1 input:-ms-input-placeholder,
.subscribe-layout1 textarea:-ms-input-placeholder {
  color: #cecece;
}
.subscribe-layout1 .input-group-addon {
  margin-left: 10px;
}
.call-to-action-layout1 {
  text-align: center;
}
.call-to-action-layout1 h2 {
  font-weight: 700;
  color: #FFFFFF;
}
.call-to-action-layout1 p {
  width: 60%;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .call-to-action-layout1 p {
    width: 100%;
  }
}
.container-fluid.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
/*-------------------------------------
#. Responsive Style
---------------------------------------*/
@media only screen and (min-width: 576px) {
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls {
    position: absolute;
    top: -80px;
    right: -2px;
    z-index: 5;
  }
  .nav-control-top .owl-controls i {
    display: block;
    line-height: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    padding: 0;
    border-radius: 2px;
    background-color: #396cf0;
    opacity: 1;
    font-size: 18px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    color: #282828;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav > div:hover {
    background-color: #396cf0;
    color: #FFFFFF;
  }
}
@media only screen and (min-width: 992px) {
  .full-width-left-compress .container-fluid {
    padding-right: 0;
  }
  .header-icon-light a i {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a i:before {
    margin-left: 0;
    color: #FFFFFF;
    transition: all 0.5s ease-out;
  }
  .header-icon-light a:hover i {
    color: #396cf0;
  }
  .header-icon-light a:hover i:before {
    color: #396cf0;
  }
}
@media only screen and (min-width: 1200px) {
  .full-width-compress > * {
    padding-left: 60px;
    padding-right: 60px;
  }
  .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-style-2 .new-header-2.full-width-compress {
    padding-left: 60px;
    padding-right: 60px;
  }
  .header-style-2 .new-header-2.full-width-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30;
  }
  .header-style-2 .full-width-left-compress .container-fluid {
    padding-left: 30px;
    padding-right: 30;
  }
  .header-style-2 .full-width-compress2 > * {
    padding-left: 25px;
    padding-right: 24;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 4rem;
  }
  .header-icon-mobile a i {
    font-weight: 500;
    font-size: 20px;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a i:before {
    margin-left: 0;
    color: #9f9f9f;
    transition: all 0.5s ease-out;
  }
  .header-icon-mobile a:hover i {
    color: #396cf0;
  }
  .header-icon-mobile a:hover i:before {
    color: #396cf0;
  }
}
@media only screen and (max-width: 575px) {
  .text-center--mb {
    text-align: center!important;
  }
  .nav-control-top {
    position: relative;
  }
  .nav-control-top .owl-controls i {
    color: #396cf0;
    display: block;
    line-height: 20px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-nav {
    margin-top: 0;
  }
  .nav-control-top .owl-controls .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 1px solid #396cf0;
    opacity: 1;
    font-size: 16px;
    margin: 0 2px;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev {
    left: -15px;
  }
  .nav-control-top .owl-controls .owl-prev:hover {
    background: #396cf0;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-prev:hover i {
    color: #FFFFFF;
  }
  .nav-control-top .owl-controls .owl-next {
    right: -15px;
  }
  .nav-control-top .owl-controls .owl-next:hover {
    background: #396cf0;
    transition: all 0.3s ease-out;
  }
  .nav-control-top .owl-controls .owl-next:hover i {
    color: #FFFFFF;
  }
}
.trheader .site-header .site-branding {
  height: 120px;
}
.trheader .site-header .stick .site-branding {
  height: inherit ;
}
.trheader .header-icon-area .cart-icon-area .cart-icon-products {
  top: 75%;
}
.single-blog-content-holder input[type="password"] {
  height: 32px;
}
.entry-content {
  word-wrap: break-word;
  overflow-wrap: normal;
  overflow-wrap: break-word;
}
.medilink-page-links span.page-links-title {
  font-weight: 600;
  color: #282828;
  margin-right: 5px;
  padding: 0;
}
.medilink-page-links span {
  font-size: 18px;
  color: #2055e4;
  padding: 5px;
}
.medilink-page-links a {
  text-decoration: underline;
}
.medilink-page-links a span {
  color: #282828 !important;
  font-size: 18px;
}
.medilink-page-area .comments-area {
  border-top: 1px solid #ebebeb;
  padding-top: 43px !important;
  margin-top: 45px !important;
}
.mc4wp-response {
  text-align: center;
  color: #fff;
}
.news-meta-info.mar20-ul {
  padding-left: 0;
}
.sidebar-widget-area .widgets ul li ul.children,
.sidebar-widget-area .widgets ul li ul.sub-menu {
  padding-left: 3;
}
.sidebar-widget-area .widgets ul li {
  padding-left: 11px;
}
.comments-area .main-comments.pingback .comments-body {
  margin-left: 0;
}
.comments-area .main-comments.pingback .imgholder {
  margin-right: 0;
}
nav.pagination-area.comment-pagination {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 40px;
}
nav.pagination-area.comment-pagination > ul li a {
  font-size: 12px;
  padding: 10px 15px;
  display: block;
  width: inherit;
  background-color: #2055e4;
  line-height: 1.7;
}
nav.pagination-area.comment-pagination > ul li a:hover {
  background-color: #396cf0;
  color: #fff;
}
.post-each-single .news-meta-info {
  padding-left: 0;
}
.news-meta-info {
  margin-bottom: 15px;
  font-size: 15px;
}
.news-meta-info li {
  display: inline-block;
  color: #707070;
}
.news-meta-info li a {
  color: #282828;
}
.news-meta-info li a:hover {
  color: #396cf0;
}
.news-meta-info.mar20-ul li {
  margin-right: 20px;
  color: #6c6c6c;
}
.news-meta-info.mar20-ul li i {
  color: #2055e4;
  margin-right: 5px;
}
.news-meta-info.mar20-ul li a {
  color: #6c6c6c;
}
.news-meta-info.mar20-ul li a:hover {
  color: #2055e4;
}
.widgets {
  margin-bottom: 30px;
}
.widget-department-info ul {
  margin-top: 30px;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%;
}
.widget-department-info ul li {
  width: 100%;
  font-weight: 500;
  padding-left: 15px !important;
}
.widget-department-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.widget-department-info ul li a:hover {
  color: #396cf0;
}
.widget-department-info ul li a:hover:after {
  background-color: #396cf0;
}
.widget-department-info ul li a:hover:before {
  color: #396cf0;
}
.widget-department-info ul li .active {
  color: #396cf0;
}
.widget-department-info ul li .active:after {
  background-color: #396cf0;
}
.widget-department-info ul li .active:before {
  color: #396cf0;
}
.widget-department-info ul li:last-child a {
  border-bottom: none;
}
.rt_widget_open_hour.single-sidebar {
  background-color: #f8f8f8;
  padding: 30px;
}
.rt_widget_open_hour.single-sidebar .footer-opening-hours li {
  margin-bottom: 0;
  border-bottom: 0;
  padding-left: 0;
}
.rt_widget_open_hour.single-sidebar .footer-opening-hours li span {
  display: block;
  clear: both;
}
.rt_widget_open_hour.single-sidebar .footer-opening-hours li span.os-close {
  display: inline-block;
  clear: inherit;
  color: #396cf0;
}
.rt_widget_open_hour.single-sidebar .footer-opening-hours li::before {
  display: none;
}
.rt_widget_open_hour.single-sidebar .footer-opening-hours li::after {
  display: none;
}
.menu-departments-container .menu li {
  margin-bottom: 0;
  border-bottom: 0;
}
.menu-departments-container .menu li::before {
  display: none;
}
.menu-departments-container .menu li::after {
  display: none;
}
.menu-departments-container ul {
  margin-top: 30px;
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 15px 30px;
  width: 100%;
}
.menu-departments-container ul li {
  width: 100%;
}
.menu-departments-container ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out;
}
.menu-departments-container ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.menu-departments-container ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.menu-departments-container ul li a:hover {
  color: #396cf0;
}
.menu-departments-container ul li a:hover:after {
  background-color: #396cf0;
}
.menu-departments-container ul li a:hover:before {
  color: #396cf0;
}
.menu-departments-container ul li .active {
  color: #396cf0;
}
.menu-departments-container ul li .active:after {
  background-color: #396cf0;
}
.menu-departments-container ul li .active:before {
  color: #396cf0;
}
.menu-departments-container ul li:last-child a {
  border-bottom: none;
}
.widget-call-to-action-light {
  background-color: #ffffff;
  padding: 30px 20px 20px;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.widget-call-to-action-light .media img {
  margin-top: 5px;
}
.widget-call-to-action-light .media .media-body h4 {
  color: #111111;
  margin-bottom: 10px;
  font-weight: 500;
}
.widget-call-to-action-light .media .media-body span {
  color: #111111;
  display: block;
  margin-bottom: 10px;
}
.widget-ad-area {
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.widget-ad-area .item-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.widget-ad-area .item-btn {
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
}
.widget-ad-area .item-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}
.widget-ad-area .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.widget-ad-area .item-btn:hover i {
  color: #ffffff;
}
.widget-schedule {
  background-color: #f8f8f8;
  padding: 30px;
  border-radius: 4px;
}
.widget-schedule ul li {
  margin-bottom: 15px;
  padding-left: 0 !important;
}
.widget-schedule ul li span.bold5 {
  font-weight: 500;
}
.widget-schedule ul li:last-child {
  margin-bottom: 0;
}
.aj-departments .item-title {
  margin-bottom: 10px;
}
.aj-departments span.degree {
  margin-bottom: 3px !important;
}
.aj-departments .designation {
  margin-bottom: 5px;
}
.widget-appointment {
  background-color: #396cf0;
  padding: 30px;
  border-radius: 4px;
}
.widget-appointment form {
  margin-top: 30px;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #a6bfff;
}
.widget-appointment .select2-container--classic .select2-selection--single {
  background-color: #2555d0;
  border: 1px solid #2555d0;
  border-radius: 4px;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.widget-appointment .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #a6bfff transparent transparent transparent;
}
.widget-appointment .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a6bfff transparent;
}
.widget-appointment .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.widget-appointment .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}
.widget-appointment input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #ffffff;
  border: 1px solid #2555d0;
}
.widget-appointment .form-control {
  color: #ffffff !important;
  background: #2555d0 !important;
  border-radius: 4px !important;
  border: 1px solid #2555d0 !important;
}
.widget-appointment .form-control:focus {
  border-color: #2555d0;
}
.widget-appointment textarea {
  font-size: 16px;
  padding: 15px;
  color: #111111;
  border: 1px solid #2555d0;
  border-radius: 4px;
}
.widget-appointment textarea:focus {
  border-color: #2555d0;
}
.widget-appointment input.form-control::-webkit-input-placeholder,
.widget-appointment textarea.form-control::-webkit-input-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control::-moz-placeholder,
.widget-appointment textarea.form-control::-moz-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control:-moz-placeholder,
.widget-appointment textarea.form-control:-moz-placeholder {
  color: #a6bfff;
}
.widget-appointment input.form-control:-ms-input-placeholder,
.widget-appointment textarea.form-control:-ms-input-placeholder {
  color: #a6bfff;
}
.widget-appointment .form-group {
  margin-bottom: 15px;
  position: relative;
}
.widget-appointment .form-group i {
  color: #a6bfff;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-appointment .item-btn {
  padding: 12px 25px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #111111;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.widget-appointment .item-btn i {
  margin-left: 10px;
  position: inherit;
  transform: inherit;
  color: #111111;
  font-size: 14px;
  transition: all 0.3s ease-out;
}
.widget-appointment .item-btn:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #ffffff;
}
.widget-appointment .item-btn:hover i {
  color: #ffffff;
}
.sidebar-widget-area {
  margin-bottom: 3rem;
}
.sidebar-widget-area .widgets {
  margin-bottom: 4rem;
}
.sidebar-widget-area .widgets .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
}
.sidebar-widget-area .widgets .section-title-light {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
}
.sidebar-widget-area .widgets:last-child {
  margin-bottom: 0 !important;
}
.modal-list li {
  display: block;
}
.modal-list li span {
  display: inline-block;
  min-width: 93px;
  font-weight: 500;
  text-align: right;
  margin-right: 8px;
}
.error-box-layout1 .item-btn {
  display: inline-block;
  border: 2px solid #396cf0;
  border-radius: 4px;
  color: #396cf0;
  font-weight: 500;
  padding: 15px 50px 13px;
  transition: all 0.3s ease-out;
}
.error-box-layout1 .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.error-box-layout1 .title {
  color: #111111;
  letter-spacing: 8px;
  margin-right: -8px;
}
/*-------------------------------------
#. Woocommerce: Widgets
---------------------------------------*/
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  top: 14px;
}
.woocommerce .widget_shopping_cart li.mini_cart_item,
.woocommerce .widget_shopping_cart li.mini_cart_item {
  padding-bottom: 12px;
  padding-top: 12px;
}
.woocommerce.widget_product_search .search-field {
  background-color: #f5f5f5;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  height: 40px;
  padding: 6px 12px;
  width: 65%;
}
.woocommerce.widget_product_search input[type="submit"] {
  display: block;
  line-height: 1;
  margin-top: 11px;
  padding: 10px 25px;
}
.woocommerce.widget_product_search button,
.woocommerce.widget_product_search input[type="button"],
.woocommerce.widget_product_search input[type="reset"],
.woocommerce.widget_product_search input[type="submit"] {
  padding: 8px 18px;
}
.woocommerce .widget_price_filter .price_slider_wrapper,
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #396cf0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eaeaea;
}
.woocommerce ul.product_list_widget li {
  padding: 10px 0;
}
.woocommerce ul.product_list_widget li img {
  width: 60px;
}
.woocommerce .widget_shopping_cart_content .buttons a {
  text-align: center;
  width: 49%;
  max-width: 170px;
}
.woocommerce .widget_shopping_cart_content .buttons a.checkout {
  margin-right: 0;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
  padding: 10px 0;
}
/*-------------------------------------
#. Woocommerce: Owl Nav
---------------------------------------*/
.rt-woo-nav.no-nav .owl-custom-nav {
  display: none;
}
.rt-woo-nav .section-title {
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .section-title {
    margin-bottom: 25px;
  }
}
.rt-woo-nav .owl-custom-nav-title {
  color: #222222;
  float: left;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 0;
}
.rt-woo-nav .owl-custom-nav {
  float: right;
  margin-top: 10px;
  padding-left: 30px;
}
@media all and (max-width: 480px) {
  .rt-woo-nav .owl-custom-nav {
    float: left;
    padding-left: 0;
  }
}
.rt-woo-nav .owl-custom-nav .owl-prev,
.rt-woo-nav .owl-custom-nav .owl-next {
  background-color: #eeeeee;
  border-radius: 3px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 32px;
  opacity: 1;
  text-align: center;
  width: 30px;
  transition: all 0.5s ease-in-out 0s;
}
.rt-woo-nav .owl-custom-nav .owl-next {
  margin-left: 8px;
}
.rt-woo-nav .owl-custom-nav .owl-prev:hover,
.rt-woo-nav .owl-custom-nav .owl-next:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.rt-woo-nav .owl-custom-nav i {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.rt-woo-nav .owl-custom-nav-bar {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 1px 0;
  float: right;
  margin-top: 16px;
}
/*-------------------------------------
#. Woocommerce: Top Bar
---------------------------------------*/
.woo-shop-top,
.woocommerce .woo-shop-top {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  padding: 20px;
  margin-bottom: 30px;
}
@media all and (max-width: 991px) {
  .woo-shop-top,
  .woocommerce .woo-shop-top {
    padding: 10px 15px 15px;
  }
}
.woo-shop-top .view-mode,
.woocommerce .woo-shop-top .view-mode {
  margin-right: 5px;
  padding: 5px 0;
}
.woo-shop-top .view-mode ul li,
.woocommerce .woo-shop-top .view-mode ul li {
  display: inline-block;
  margin-right: 5px;
}
.woo-shop-top .view-mode ul li a,
.woocommerce .woo-shop-top .view-mode ul li a {
  color: #444;
}
.woo-shop-top ul,
.woocommerce .woo-shop-top ul {
  margin: 0;
  padding: 0;
}
.woo-shop-top .limit-show,
.woocommerce .woo-shop-top .limit-show {
  text-align: right;
}
.woo-shop-top .limit-show > div,
.woocommerce .woo-shop-top .limit-show > div {
  font-weight: 400;
  display: inline-block;
}
.woo-shop-top .sort-list,
.woocommerce .woo-shop-top .sort-list {
  text-align: right;
}
.woo-shop-top .sort-list select,
.woocommerce .woo-shop-top .sort-list select {
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  padding: 6px 18px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .sort-list select,
  .woocommerce .woo-shop-top .sort-list select {
    margin-top: 5px;
    width: 100%;
  }
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering,
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  margin-bottom: 0;
}
.woo-shop-top .woocommerce-ordering,
.woocommerce .woo-shop-top .woocommerce-ordering {
  float: none;
}
.woo-shop-top .woocommerce-result-count,
.woocommerce .woo-shop-top .woocommerce-result-count {
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .woo-shop-top .woocommerce-result-count,
  .woocommerce .woo-shop-top .woocommerce-result-count {
    line-height: 1.1;
    padding-top: 7px;
  }
}
.product-grid-view .view-mode ul li.grid-view-nav a,
.product-list-view .view-mode ul li.list-view-nav a {
  color: #396cf0;
}
/*-------------------------------------
#. Woocommerce: Shop
---------------------------------------*/
.product-info-area {
  text-align: center;
}
.woocommerce ul.products li.product {
  margin: 0 1% 40px 0;
  overflow: hidden;
}
.woocommerce ul.products li.product h3 {
  margin: 20px 0 5px;
  padding: 0;
}
@media all and (max-width: 767px) {
  .woocommerce ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce ul.products li.product h3 a {
  font-size: 24px;
  color: #282828;
}
.woocommerce ul.products li.product h3 a:hover {
  color: #396cf0;
}
.woocommerce ul.products li.product .star-rating {
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  margin-top: 12px;
}
@media all and (max-width: 480px) {
  .woocommerce ul.products li.product .star-rating {
    display: inline-block;
  }
}
.woocommerce ul.products li.product .price {
  color: #2055e4;
  font-size: inherit;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}
.woocommerce ul.products li.product .price del {
  display: inline;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
  padding: 8px 0px;
  font-size: 28px;
}
.woocommerce ul.products li.product > a.yith-wcqv-button {
	display: none;
}
.woocommerce ul.products li.product .button:before {
  font-size: 28px;
  margin-left: 0;
}
.woocommerce ul.products li.product .onsale {
  margin: 0;
}
.woocommerce.has-sidebar ul.products li.product {
  width: 32%;
}
.woocommerce.no-sidebar ul.products li.product {
  width: 24%;
}
.woocommerce.no-sidebar ul.products li.product .product-thumb-area img {
  width: 100%;
}
ul.shop-action-items .yith-wcwl-add-button .yith-wcwl-wishlistexistsbrowse .feedback {
	display: none;
}
@media all and (max-width: 767px) {
  .woocommerce.product-grid-view ul.products {
    margin-left: auto;
    margin-right: auto;
    max-width: 565px;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.product-grid-view ul.products li.product.first {
    clear: none;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-grid-view ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 32.3%;
  }
}
@media all and (max-width: 767px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    width: 49%;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product {
    float: none;
    margin: 0 auto 40px;
    max-width: 280px;
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  .woocommerce.no-sidebar.product-grid-view ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar ul.products li.product,
  .woocommerce.no-sidebar ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    text-align: center;
  }
}
.woocommerce .star-rating {
  color: #f7c51d;
}
.woocommerce .products .star-rating {
  margin: 0 0 8px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background-color: #396cf0;
  padding: 0;
}
.woocommerce a.added_to_cart {
  background-color: #396cf0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 4px 12px;
  margin-top: 5px;
}
.woocommerce a.added_to_cart:hover {
  background-color: #000000;
}
.tagcloud a {
  display: inline-block;
  margin-top: 5px;
  border: 1px solid #396cf0;
  background: transparent;
  font-size: 16px;
  border-radius: 4px;
  color: #396cf0;
  padding: 7px 15px;
  transition: all 0.5s ease-out;
}
.tagcloud a:hover {
  background: #396cf0;
  color: #ffffff;
}
.shop-box-layout1 .item-img {
  background-color: #f1f7fa;
  padding: 30px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
.shop-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-img .shop-action-items {
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 6;
  -ms-flex-pack: center;
  justify-content: center;
}
.shop-box-layout1 .item-img .shop-action-items li {
  opacity: 0;
  visibility: hidden;
  margin-right: 10px;
  transition: all 1.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.shop-box-layout1 .item-img .shop-action-items li a {
  display: block;
  height: 45px;
  width: 45px;
  background-color: #ffffff;
  color: #444444;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-img .shop-action-items li a i:before {
  line-height: 33px;
  margin-left: 0;
  font-size: 17px;
  margin-right: 0;
}
.shop-box-layout1 .item-img .shop-action-items li a:hover {
  background-color: transparent;
  color: #ffffff;
}
.shop-box-layout1 .item-img .shop-action-items li a .fa.fa-heart {
  color: #396cf0;
}
.shop-box-layout1 .item-img .shop-action-items li:first-child a i:before {
  font-size: 28px;
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(1n) {
  transform: translateX(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(2n) {
  transform: translateY(-100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(3n) {
  transform: translateY(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(4n) {
  transform: translateX(100px);
}
.shop-box-layout1 .item-img .shop-action-items li:nth-child(5n) {
  transform: translateX(-100px);
}
.shop-box-layout1 .item-img .shop-action-items li:last-child {
  margin-right: 0;
}
.shop-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.shop-box-layout1 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.shop-box-layout1 .item-title a:hover {
  color: #396cf0;
}
.shop-box-layout1 .rate-items {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.shop-box-layout1 .rate-items .rate-item {
  margin-right: 10px;
  color: #fdc800;
  font-size: 15px;
}
.shop-box-layout1 .rate-items .rate-item:last-child {
  margin-right: 0;
  color: #d6d6d6;
}
.shop-box-layout1 .item-price {
  font-size: 22px;
  font-weight: 500;
  color: #396cf0;
  line-height: 22px;
}
.shop-box-layout1:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.shop-box-layout1:hover .item-img .shop-action-items li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon {
  border-radius: 4px;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist a.wishlist-icon i {
  margin: 0;
}
.woocommerce .product-thumb-area .yith-wcwl-add-to-wishlist img {
  background-color: #fff;
  left: 11px;
  margin: 0;
  position: absolute;
  top: 11px;
}
.woocommerce #yith-wcwl-popup-message {
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
}
/*-------------------------------------
#. Woocommerce: Shop List View
---------------------------------------*/
.woocommerce ul.products .grid-hide {
  display: none;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.woocommerce.product-list-view ul.products .grid-hide {
  display: block;
}
.woocommerce.product-list-view ul.products li.product h3 {
  margin: 0 0 12px;
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view ul.products li.product h3 {
    margin: 15px 0 9px;
  }
}
.woocommerce.product-list-view ul.products li.product .button {
  margin-top: 0;
}
.woocommerce.product-list-view .product-thumb-area {
  float: left;
  margin-right: 20px;
  border: 1px solid #e7e7e7;
}
@media all and (max-width: 767px) {
  .woocommerce.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.product-list-view .product-thumb-area {
    float: none;
    margin-right: 0;
    max-width: inherit;
  }
}
.woocommerce.product-list-view .product-info-area {
  overflow: hidden;
  text-align: left;
}
.woocommerce.product-list-view .product-info-area .shop-excerpt {
  margin-top: 10px;
}
.woocommerce.product-list-view.woocommerce ul.products li.product .star-rating {
  margin-left: inherit;
}
.woocommerce.product-list-view ul.products li.product,
.woocommerce-page.product-list-view ul.products li.product {
  width: 100%;
}
@media all and (max-width: 991px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .woocommerce.has-sidebar.product-list-view .product-thumb-area {
    max-width: inherit;
  }
}
/*-------------------------------------
#. Woocommerce: Single Product
---------------------------------------*/
.woocommerce div.product div.summary {
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.summary {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce div.product div.images img {
    width: inherit;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child {
  margin-bottom: 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 7px;
  width: 31%;
  width: calc(28.66666667%);
  max-width: 195px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(3n+1) {
  margin-right: 0;
}
.woocommerce div.product .product_title {
  color: #222222;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.woocommerce div.product .product-meta span,
.woocommerce div.product .product_meta span {
  color: #222222;
}
.woocommerce div.product .product-meta a,
.woocommerce div.product .product_meta a {
  color: #666666;
}
.woocommerce div.product .product-meta a:hover,
.woocommerce div.product .product_meta a:hover {
  color: #396cf0;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 12px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #396cf0;
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}
.woocommerce div.product .product_meta {
  color: #222222;
  margin-bottom: 15px;
}
.woocommerce div.product .short-description {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding: 15px 0;
}
.woocommerce div.product form.cart .variations {
  margin-top: 0;
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: table-cell;
  padding-bottom: 10px;
  padding-top: 0;
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations label {
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations select {
  padding: 8px 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 8px;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 17px;
}
.woocommerce div.product form.cart .button {
  background-color: #396cf0;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  padding: 16px 25px;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #282828;
}
.woocommerce div.product .woocommerce-tabs {
  border: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #f5f5f5;
  border-color: #e7e7e7;
  border-radius: 0;
  border-width: 0 1px 1px;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #396cf0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  content: none;
  height: inherit;
  left: inherit;
  position: inherit;
  width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #222222;
  padding: 12px 30px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #222222;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
  padding: 30px 30px 20px;
}
.woocommerce div.product .woocommerce-tabs h2 {
  color: #282828;
  font-size: 24px;
}
.woocommerce div.product .up-sells {
  margin-bottom: 50px;
}
.woocommerce a.woocommerce-review-link {
  color: #666666;
}
.woocommerce a.woocommerce-review-link:hover {
  color: #396cf0;
}
.woocommerce .quantity .qty {
  border: 1px solid #e7e7e7;
  border-radius: 0;
  box-shadow: none;
  height: 46px;
  text-align: center;
  padding: 1px;
  background-color: #fff;
}
.woocommerce .quantity .input-group-btn-vertical {
  float: left;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .quantity .input-group-btn-vertical > .btn {
  border-radius: 0;
  display: block;
  float: none;
  height: 23px;
  line-height: 14px;
  margin-left: -1px;
  max-width: 100%;
  outline: medium none;
  padding: 0 7px;
  position: relative;
  width: 100%;
}
.woocommerce .quantity .input-group-btn-vertical > .btn:hover,
.woocommerce .quantity .input-group-btn-vertical > .btn:active,
.woocommerce .quantity .input-group-btn-vertical > .btn:focus {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.woocommerce table.shop_attributes td {
  padding: 0 8px;
}
.woocommerce #reviews #comments {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments h2 {
  margin-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #e7e7e7;
  border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  padding: 0;
}
#review_form_wrapper {
  padding-top: 20px;
}
.woocommerce #reviews h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #282828;
}
.woocommerce p.stars a {
  color: #f7c51d;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #396cf0;
  border-radius: 4px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 14px 23px;
  height: inherit;
}
@media all and (max-width: 767px) {
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    padding: 10px 20px;
  }
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #282828;
  color: #ffffff;
}
#review_form .form-group {
  margin-bottom: 10px;
}
.woocommerce #review_form #respond .comment-notes,
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 20px;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #review_form #respond .comment-form-rating label {
  color: #282828;
}
.woocommerce #review_form #respond .form-submit {
  margin: 5px 0 10px;
}
.woocommerce .related.products ul.products li.product {
  margin: 0;
  padding: 0;
  width: inherit !important;
}
.woocommerce .related.products ul.products li.product .onsale {
  margin: 0;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  border: 1px solid #e7e7e7;
  margin-right: 1.8%;
  width: 32%;
}
@media all and (max-width: 767px) {
  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a {
    width: inherit;
    max-width: 32%;
  }
}
/*-------------------------------------
#. Woocommerce: Cart
---------------------------------------*/
p.demo_store {
  background-color: #396cf0;
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: #396cf0;
}
.woocommerce-message,
.woocommerce-info {
  border-color: #396cf0;
}
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-cart .woocommerce table.shop_table.cart {
  margin: 0 0 100px;
}
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table td {
  padding: 12px 12px;
  color: #282828;
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-name,
.woocommerce-cart .woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity,
.woocommerce-cart .woocommerce table.shop_table td.product-remove > a {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table td.product-name > a {
  color: #282828;
  font-weight: 500;
}
.woocommerce-cart .woocommerce table.shop_table td.product-quantity .spinner.quantity input {
  color: #282828;
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive.cart {
    margin-bottom: 50px;
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-cart .woocommerce table.shop_table_responsive a.remove {
    display: inline-block;
  }
}
.woocommerce-cart .woocommerce .quantity .qty {
  height: 30px;
}
.woocommerce-cart .woocommerce .actions {
  padding: 10px 12px;
}
.woocommerce-cart .woocommerce .actions input.button {
  padding: 10px 15px;
}
.woocommerce-cart .woocommerce .actions #coupon_code {
  border-color: #ddd;
  margin-right: 10px;
  padding: 9px;
  width: 110px !important;
}
@media all and (max-width: 480px) {
  .woocommerce-cart .woocommerce .actions #coupon_code {
    margin-right: 0;
  }
}
.woocommerce-cart table.cart img {
  width: 50px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 15px;
}
@media all and (max-width: 767px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cross-sells ul.products li {
    margin-bottom: 0;
  }
}
.woocommerce .cart-collaterals .cross-sells ul.products li .product-thumb-area li {
  width: inherit;
}
.woocommerce .cart-collaterals .cross-sells h2:after {
  content: none;
}
.woocommerce .cart-collaterals .cross-sells h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce .cart-collaterals .cart_totals h2 {
  color: #282828;
  font-size: 24px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .cart-collaterals .cart_totals h2 {
    margin-bottom: 20px;
  }
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  color: #fff;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit[disabled]:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button[disabled]:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button[disabled]:disabled:hover {
  background-color: #396cf0;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #396cf0;
  transition: all 0.5s ease-out;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #111;
}
.woocommerce-cart .woocommerce .cart_totals table.shop_table {
  border-width: 1px;
}
/*-------------------------------------
#. Woocommerce: Checkout
---------------------------------------*/
.woocommerce-checkout .checkout_coupon .button {
  padding: 12px 25px;
}
.woocommerce-checkout .woocommerce h3 {
  color: #282828;
  font-size: 20px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce label {
  color: #282828;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-NoticeGroup ul {
  padding: 25px;
}
.woocommerce form.woocommerce-checkout .form-row {
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-checkout .form-row .select2-choice {
  padding: 4px 8px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.2;
  padding: 10px;
}
.woocommerce form .form-row .input-checkbox {
  margin: 0;
  position: relative;
}
@media all and (max-width: 991px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
}
.woocommerce-checkout .select2-container .select2-choice {
  border-radius: 0;
}
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 40px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #ccc;
  background-color: #f5f5f5;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-color: 1px solid #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
  border-width: 1px 1px 0 0;
  color: #282828;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #ededed;
  border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px;
}
@media all and (max-width: 480px) {
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 20px;
  }
}
#add_payment_method #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-cart #payment ul.payment_methods .payment_method_paypal img,
.woocommerce-checkout #payment ul.payment_methods .payment_method_paypal img {
  padding-right: 20px;
}
/*-------------------------------------
#. Woocommerce: Order received
---------------------------------------*/
.woocommerce-order-received .woocommerce {
  color: #282828;
}
.woocommerce-order-received .woocommerce h2 {
  font-size: 20px;
}
.woocommerce-order-received .woocommerce .order_details li {
  font-size: 1em;
}
.woocommerce-order-received .woocommerce .shop_table {
  margin-bottom: 40px;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
}
.woocommerce-order-received .woocommerce .shop_table th,
.woocommerce-order-received .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  font-size: 20px;
  margin-bottom: 40px;
}
.woocommerce-order-received .woocommerce .title h3 {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  padding: 20px;
  border-color: #ccc;
}
.woocommerce .woocommerce-customer-details address br {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-customer-details address p {
  margin-top: 10px;
}
/*-------------------------------------
#. Woocommerce: My Account
---------------------------------------*/
.woocommerce-account .woocommerce {
  color: #282828;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  padding: 10px 20px;
  background-color: #396cf0;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 5px 10px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #000;
}
.woocommerce-account .woocommerce .shop_table {
  margin-bottom: 0;
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  font-size: 1em;
}
.woocommerce-account .woocommerce .shop_table th,
.woocommerce-account .woocommerce .shop_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive {
    border: 1px solid #ccc;
    padding: 10px 20px 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce-account .woocommerce .woocommerce .shop_table_responsive tr td.order-actions {
    text-align: right !important;
  }
}
.woocommerce-account .woocommerce table .button {
  padding: 8px 14px;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders .order-actions,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads .order-actions {
  text-align: center;
}
.woocommerce-edit-address .woocommerce-MyAccount-content > p,
.woocommerce-edit-account .woocommerce-MyAccount-content .form-row {
  margin-bottom: 30px;
}
.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-Button {
  margin-top: 30px;
}
/*-------------------------------------
#. Woocommerce: Login/Register
---------------------------------------*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row {
  margin-bottom: 20px;
}
/*-------------------------------------
#. Woocommerce: Yith Wishlist
---------------------------------------*/
.woocommerce .wishlist-title h2 {
  color: #282828;
  margin-bottom: 25px;
  padding: 0;
}
.woocommerce .shop_table.wishlist_table {
  border-color: #ccc;
  border-width: 1px 1px 0 0;
  color: #282828;
  font-size: 14px;
  margin-bottom: 40px;
}
.woocommerce .shop_table.wishlist_table th,
.woocommerce .shop_table.wishlist_table td {
  border-color: #ccc;
  border-width: 0 0 1px 1px;
  text-align: center;
}
.woocommerce .shop_table.wishlist_table tfoot td {
  text-align: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  border-radius: 0;
}
/*-------------------------------------
#. Woocommerce: Yith QuickView
---------------------------------------*/
.woocommerce div.product .product_meta span.posted_in,
.woocommerce div.product .product_meta span.tagged_as {
  display: block;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  -ms-flex: inherit;
      flex: inherit;
  max-width: 48%;
}
.col-sm-12.p0 {
  padding: 0;
}
.woocommerce .site-wrp a.remove {
  color: #2055e4 !important;
}
.woocommerce .site-wrp a.remove:hover {
  color: #fff !important;
  background: #2055e4;
}
.cart-collaterals .rt-woo-nav .section-title {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 500;
}
.product_list_widget .woocommerce .star-rating {
  margin: 6px 0;
}
.yith-wcwl-wishlistexistsbrowse.show .feedback {
  display: none;
}
.shop-action-items .added_to_cart.wc-forward {
  width: 89px !important;
  position: absolute;
  line-height: 1;
  padding: 7px !important;
  height: 32px !important;
  top: 57px;
}
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  position: absolute;
  left: 0;
  top: -14px;
}
/*-------------------------------------
#. Plugin: Contact Form 7
---------------------------------------*/
span.wpcf7-not-valid-tip {
  color: #2d87e2;
}
div.wpcf7-response-output {
  margin: 25px 0;
  padding: 5px 10px;
  border-radius: 3px;
}
div.wpcf7-validation-errors {
  border-color: #2d87e2;
}
.contact-us-form .form-group {
  margin-bottom: 20px;
}
.contact-us-form .form-group .form-control {
  border: 1px solid #323a3d;
  border-radius: 4px;
  box-shadow: none;
  color: #9a9a9a;
  background-color: transparent;
}
.contact-us-form .form-group input {
  height: 50px;
}
.contact-us-form .form-group select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #323a3d;
  padding-left: 10px;
}
.sidebar-widget-area .contact-us-form .form-group {
  margin-bottom: 8px;
}
.sidebar-widget-area .contact-us-form .form-group .form-control {
  border: none;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
.sidebar-widget-area .contact-us-form .form-group select {
  width: 100%;
  height: 40px;
  background: #63a3e2;
  border: none;
  padding-left: 10px;
  color: #fff;
  border-radius: 4px;
}
.sidebar-widget-area .contact-us-form input.rdtheme-button-submit[type="submit"] {
  text-transform: capitalize;
  font-weight: inherit;
  color: #111111;
  background: #fff;
  padding: 9px 23px;
}
.sidebar-widget-area .contact-us-form .form-group input[type="text"],
.sidebar-widget-area .contact-us-form .form-group input[type="date"],
.sidebar-widget-area .contact-us-form .form-group input[type="email"] {
  height: 40px;
}
.contact-us-form.contact-us .form-group .form-control {
  border: 1px solid #dadbdb;
  border-radius: 0;
  box-shadow: none;
  color: #111111;
  background-color: transparent;
}
.site.site-wrp .elementor-accordion .elementor-accordion-item {
  margin-bottom: 5px;
}
.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  background: #f1f7fa;
}
.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  border: none;
  border-radius: 4px;
  margin-bottom: 4px;
  background-color: #396cf0;
  color: #fff;
  transition: all 0.5s ease-out;
}
.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover {
  background-color: #396cf0;
  color: #fff;
  transition: all 0.5s ease-out;
}
.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
  border-radius: 4px;
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site.site-wrp .elementor-widget-toggle .elementor-toggle .elementor-tab-title a,
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-title a {
  color: #111;
}
.site.site-wrp .elementor-widget-accordion .elementor-accordion .elementor-tab-content {
  border: none;
  background-color: #fbfbfb;
  padding: 30px 30px 10px 30px;
}
.contact-us-form.contact-us-page .form-group select {
  border: 1px solid #dbe3e7;
}
.contact-us-form.contact-us-page .wpcf7-submit:hover {
  background: #2055e4;
}
.site.site-wrp .elementor-accordion .elementor-accordion-item .elementor-tab-title:hover a {
  color: #fff;
}
/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
  width: 100vw;
  margin-left: calc(0%);
}
@media screen and (min-width: 900px) {
  .align-wrap {
    width: auto;
    margin-left: calc(30.64516129%);
  }
}
.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .alignfull {
    margin-left: calc(0%);
    margin-right: calc(0%);
    width: auto;
    max-width: 1000%;
  }
  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-image .aligncenter {
    margin: 0;
  }
}
/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}
.has-strong-magenta-background-color {
  background-color: #a156b4;
}
.has-strong-magenta-color {
  color: #a156b4;
}
.has-light-grayish-magenta-background-color {
  background-color: #d0a5db;
}
.has-light-grayish-magenta-color {
  color: #d0a5db;
}
.has-very-light-gray-background-color {
  background-color: #eee;
}
.has-very-light-gray-color {
  color: #eee;
}
.has-very-dark-gray-background-color {
  background-color: #444;
}
.has-very-dark-gray-color {
  color: #444;
}
.has-small-font-size {
  font-size: 12px;
}
.has-large-font-size {
  font-size: 36px;
}
.has-huge-font-size {
  font-size: 48px;
}
.has-regular-font-size {
  font-size: 16px;
}
.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px;
}
.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent;
}
.wp-block-button .wp-block-button__link {
  color: #396cf0 !important;
  display: inline;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff !important;
  background: #396cf0;
  cursor: pointer;
}
.wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 40px 0;
}
blockquote.wp-block-quote {
  padding: 30px 63px;
  margin: 45px 0px 45px;
}
blockquote.wp-block-quote cite {
  font-size: 13px;
  font-weight: 500;
}
blockquote.wp-block-quote.is-large {
  padding: 30px 63px;
  margin: 45px 0px 45px;
}
blockquote.wp-block-quote.is-large cite {
  font-size: 13px;
  font-weight: 500;
}
/* Main column width */
.wp-block {
  max-width: 720px;
}
/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
  max-width: 1080px;
}
/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
  max-width: none;
}
pre {
  background: #ffffff;
}
/*Button*/
.wp-block-button__link,
.medilink-button-1 {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 14px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.wp-block-button__link:hover,
.medilink-button-1:hover {
  background-color: #2055e4;
  color: #fff;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #d7d7d7;
}
.wp-block-pullquote p {
  font-size: 18px;
}
.wp-block-pullquote cite {
  font-weight: 700;
}
.wp-block-image .alignleft.is-resized {
  margin-top: 0;
}
.wp-block-image {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-latest-posts.is-grid {
  margin-left: 20px;
}
.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .entry-content .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-cover {
  margin-top: 32px;
  margin-bottom: 32px;
}
.entry-content .wp-block-cover {
  margin-top: 0px;
}
.wp-block-cover.alignleft {
  margin-top: 0;
}
.wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 32px 0;
}
.make-an-appointment .appointment-box-layout1 .select2-container--classic .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border: 1px solid #dbe3e7;
}
.make-an-appointment .heading-layout5 {
  margin-bottom: 46px;
}
.make-an-appointment .appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #2055e4 transparent transparent transparent;
}
.make-an-appointment .appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #7a7a7a;
}
.make-an-appointment .appointment-box-layout1 .wpcf7-form-control.form-control {
  background-color: transparent !important;
  color: #7a7a7a !important;
  border: 1px solid #dbe3e7 !important;
  border-radius: 0;
}
.make-an-appointment input.form-control::-webkit-input-placeholder,
.make-an-appointment textarea.form-control::-webkit-input-placeholder {
  color: #7a7a7a !important;
}
.make-an-appointment input.form-control:-ms-input-placeholder,
.make-an-appointment textarea.form-control:-ms-input-placeholder {
  color: #7a7a7a !important;
}
.make-an-appointment input.form-control:-moz-placeholder,
.make-an-appointment textarea.form-control:-moz-placeholder {
  color: #7a7a7a !important;
}
.make-an-appointment .appointment-box-layout1 .form-group {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.make-an-appointment .appointment-box-layout1 .form-group .item-btn.wpcf7-submit:hover {
  border-color: #1c58ef;
  background-color: #1c58ef;
  color: #ffffff;
}
.make-an-appointment .appointment-box-layout1 .form-group .item-btn.wpcf7-submit {
  box-shadow: none;
  border: none;
}
.make-an-appointment .appointment-box-layout1 .form-group {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

/*Offscreen menu*/
#meanmenu{
  position: relative;
}
.mean-bar .header-action-items{
    position: absolute;
    top: 14px;
    right: 67px;
}
@media (max-width: 320px) {
  .mean-bar .header-action-items{
    display: none;
  }
}
.mean-container .mean-bar {
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 10px 0;
    z-index: 999999;
    border-bottom: 2px solid #26c6da;
}
.offscreen-navigation .sub-menu {
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: none;
}
.offscreen-navigation li>a {
    display: block;
    position: relative;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.offscreen-navigation ul li {
  position: relative;
}
.offscreen-navigation ul li span {
    position: absolute;
    right: -8px;
    top: 0;
    height: 26px;
    width: 26px;
    z-index: 9;
    cursor: pointer;
}
.offscreen-navigation .sub-menu li>a {
    font-size: 14px;
    font-weight: 500;
}
.offscreen-navigation .menu>li{
   padding-bottom: 8px;
}
.offscreen-navigation li.menu-item-has-children> a:after {
    content: '\f067';
    display: inline-block;
    font-family: FontAwesome;
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}

.offscreen-navigation li.menu-item-has-children> a.opened:after {
    content: '\f068';
}

@media only screen and (min-width: 1025px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1025px){
  #header-menu,#masthead-container{
    display: none;
  }
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.header-style-2 .rt-header-menu{
  background:transparent;
}

.rt-slide-nav{
    position: fixed;
    background: white;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 99;
    display: none;
    padding: 30px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0px 0px 10px 0px #0000001c;
}
.admin-bar .rt-slide-nav{
  top: 106px
} 
.admin-bar .site.site-wrp.opt-slideInUp .rt-slide-nav{
   top: 55px;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
body.slidemenuon{
  overflow:hidden;
}
@media only screen and (min-width: 1200px) {
  .foote_layout3 .single-item:nth-child(2){
    padding-left: 150px;
  }
  .foote_layout3 .single-item:nth-child(3){
    padding-left: 140px;
  }
  .foote_layout3 .single-item:nth-child(4){
    display: flex;
      justify-content: right;
  }
}


@media only screen and (max-width: 1024px) {
  .header-style-11 .header-action-items .btn-header {
      padding: 11px 20px;
      margin-top: -8px;
  }
}
@media only screen and (max-width: 991px) {
  body .foote_layout3 .footer-top-wrap {
      padding: 75px 0px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .foote_layout3 .backtotop,
  .foote_layout3 .copyright {
      text-align: center;
  }
  .foote_layout3.fotter-color2 .footer-bottom-wrap {
      line-height: unset;
      padding: 17px 0 0;
      height: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .header-style-11 .header-action-items .btn-header:before {
      display: none;
  }
  .header-style-11 .header-action-items .btn-header {
      padding: 8px 12px;
  }
}/*-------------------------------------    
CSS INDEX
===================================
#. EL: Owl Nav
#. EL: Owl Dots
#. EL: Info Box
#. EL: Text With Title
#. EL: Title
#. EL: About Area
#. EL: Departments Area
#. EL: Team Area
#. EL: Counter
#. EL: Blog Area
#. EL: Post Slider
#. EL: Speaker Area
#. EL: Price Table 
#. EL: Gallrey Tab
#. EL: Gallrey 1
#. EL: Gallrey 2
#. EL: Gallrey 3
#. EL: Logo Slider
#. EL: Navigation Menu
#. EL: Contact
#. EL: Call To Action
#. EL: Icon List
#. EL: Testmonial Area
#. EL: Features Area
#. EL: Faq Page
#. EL: Pricing Page
#. EL: Appointment Page
#. EL: Schedule

---------------------------------------*/
.elementor-widget-container .elementor-heading-title{
  line-height: 1.3;
}
/*-------------------------------------
#. EL: Owl Nav
---------------------------------------*/

.site-wrp .eicon-play::before {
  content: '\e8c3';
}
.item-btn.iconlight {
  padding: 12px 27px 12px 27px;
  color: #646464;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
}
.item-btn.iconlight i {
  position: relative;
  right: 0;
  color: #646464;
  margin-left: 7px;
  transition: all 0.3s ease-out;
}
.item-btn.iconlight:hover {
  background-color: #396cf0;
  color: #fff;
}
.item-btn.iconlight:hover i {
  color: #fff;
}
.elementor-button-icon i.fa {
  color: #396cf0;
}
.header-sticky-wrapper {
  transition: all 0.3s ease-out;
}
.d-content {
  padding-top: 60px;
}
.plus-patent {
  -webkit-clip-path: polygon(10% 38%, 36% 38%, 36% 0, 65% 0%, 65% 38%, 93% 39%, 93% 62%, 65% 62%, 65% 100%, 36% 100%, 36% 65%, 9% 64%);
  clip-path: polygon(-0.11% 29.71%, 36% 29.42%, 36% 0px, 66.27% 0.28%, 66.27% 29.13%, 100.06% 29.28%, 100.06% 69.72%, 66.26% 70.02%, 66.51% 99.71%, 35.49% 100%, 35.49% 70.15%, 0.42% 70.58%);
  background-color: #396cf0;
}
.site-wrp .full-box-padding-left .elementor-column-wrap {
  padding-left: 300px !important;
}
@media only screen and (max-width: 1500px) {
  .site-wrp .full-box-padding-left .elementor-column-wrap {
    padding-left: 140px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .site-wrp .full-box-padding-left .elementor-column-wrap {
    padding-left: 63px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .site-wrp .full-box-padding-left .elementor-column-wrap {
    padding-left: 23px !important;
  }
}
@media only screen and (max-width: 992px) {
  .site-wrp .full-box-padding-left .elementor-column-wrap {
    padding-left: 20px !important;
  }
}
.site-wrp .full-box-padding-right .elementor-column-wrap {
  padding-right: 300px !important;
}
@media only screen and (max-width: 1500px) {
  .site-wrp .full-box-padding-right .elementor-column-wrap {
    padding-right: 140px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .site-wrp .full-box-padding-right .elementor-column-wrap {
    padding-right: 63px !important;
  }
}
@media only screen and (max-width: 1300px) {
  .site-wrp .full-box-padding-right .elementor-column-wrap {
    padding-right: 23px !important;
  }
}
@media only screen and (max-width: 992px) {
  .site-wrp .full-box-padding-right .elementor-column-wrap {
    padding-right: 20px !important;
  }
}
.site-wrp .nav-control-layout-top {
  position: relative;
}
.site-wrp .nav-control-layout-top .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout-top .owl-nav > div {
  cursor: pointer;
  margin-left: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 5rem;
  width: 5rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout-top .owl-nav > div i:before {
  margin-left: 0;
  font-weight: 900;
  font-size: 2.5rem;
}
.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.site-wrp .nav-control-layout-top .owl-nav .owl-prev:hover i,
.site-wrp .nav-control-layout-top .owl-nav .owl-next:hover i {
  color: #ffffff;
}
.site-wrp .nav-control-layout-top2 {
  position: relative;
}
.site-wrp .nav-control-layout-top2 .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout-top2 .owl-nav > div {
  cursor: pointer;
  margin-left: 10px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 5rem;
  width: 5rem;
  background-color: #ffffff;
  border-radius: 50%;
  color: #396cf0;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout-top2 .owl-nav > div i:before {
  margin-left: 0;
  font-weight: 900;
  font-size: 2.5rem;
}
.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev:hover,
.site-wrp .nav-control-layout-top2 .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
}
.site-wrp .nav-control-layout-top2 .owl-nav .owl-prev:hover i,
.site-wrp .nav-control-layout-top2 .owl-nav .owl-next:hover i {
  color: #ffffff;
}
@media only screen and (min-width: 576px) {
  .site-wrp .nav-control-layout-top .owl-nav {
    position: absolute;
    top: -100px;
    right: 10px;
    z-index: 5;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout-top .owl-nav i {
    line-height: 26px;
    font-size: 16px;
  }
  .site-wrp .nav-control-layout-top .owl-nav .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    transition: all 0.3s ease-out;
  }
  .site-wrp .nav-control-layout-top .owl-nav .owl-prev {
    left: 0px;
  }
  .site-wrp .nav-control-layout-top .owl-nav .owl-next {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) {
  .site-wrp .nav-control-layout-top2 .owl-nav {
    position: absolute;
    top: -109px;
    right: 10px;
    z-index: 5;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout-top2 .owl-nav i {
    line-height: 26px;
    font-size: 16px;
  }
  .site-wrp .nav-control-layout-top2 .owl-nav .owl-nav > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 4px;
    height: 35px;
    width: 35px;
    transition: all 0.3s ease-out;
  }
  .site-wrp .nav-control-layout-top2 .owl-nav .owl-prev {
    left: 0px;
  }
  .site-wrp .nav-control-layout-top2 .owl-nav .owl-next {
    right: 0px;
  }
}
.site-wrp .nav-control-middle .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-middle .owl-nav > div {
  border: 1px solid #396cf0;
  background: #396cf0;
  opacity: 1;
  font-size: 1.8rem;
  margin: 0 4px;
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-middle .owl-prev {
  left: -100px;
}
.site-wrp .nav-control-middle .owl-prev i {
  color: #ffffff;
  display: block;
  line-height: 3.6rem;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-middle .owl-prev:hover {
  background: transparent;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-middle .owl-prev:hover i {
  color: #396cf0;
}
.site-wrp .nav-control-middle .owl-next {
  right: -100px;
}
.site-wrp .nav-control-middle .owl-next i {
  color: #ffffff;
  display: block;
  line-height: 3.6rem;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-middle .owl-next:hover {
  background: transparent;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-middle .owl-next:hover i {
  color: #396cf0;
}
.site-wrp .nav-control-middle:hover .owl-prev {
  left: -40px;
  background: #fff !important;
}
.site-wrp .nav-control-middle:hover .owl-prev i {
  color: #396cf0 !important;
}
.site-wrp .nav-control-middle:hover .owl-next {
  right: -40px;
  background: #fff !important;
}
.site-wrp .nav-control-middle:hover .owl-next i {
  color: #396cf0 !important;
}
.site-wrp .dot-control .owl-nav {
  line-height: 1;
  margin-top: 5px;
}
.site-wrp .dot-control .owl-nav .owl-dots .owl-dot span {
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-out;
}
.site-wrp .dot-control .owl-nav .owl-dots .owl-dot:last-child span {
  margin: 0;
}
.site-wrp .dot-control .owl-nav .owl-dots .active span {
  border: 1px solid #396cf0;
  background: #396cf0;
}
.site-wrp .dot-control .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout1.owl-theme .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout1.owl-theme .owl-nav > div {
  color: #111111;
  border: 1px solid #396cf0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  font-size: 18px;
  height: 46px;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-nav > div {
    height: 44px;
    width: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-nav > div {
    height: 42px;
    width: 42px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-nav > div {
    height: 38px;
    width: 38px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-nav > div {
    height: 36px;
    width: 36px;
    font-size: 14px;
  }
}
.site-wrp .nav-control-layout1.owl-theme .owl-prev {
  left: -10px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-prev {
    left: -22px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-prev {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-prev {
    left: -18px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-prev {
    left: 0;
  }
}
.site-wrp .nav-control-layout1.owl-theme .owl-prev:hover {
  background: #396cf0;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout1.owl-theme .owl-next {
  right: -10px;
}
@media only screen and (max-width: 1199px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-next {
    right: -22px;
  }
}
@media only screen and (max-width: 991px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-next {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-next {
    right: -18px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout1.owl-theme .owl-next {
    right: 0;
  }
}
.site-wrp .nav-control-layout1.owl-theme .owl-next:hover {
  background: #396cf0;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout1.owl-theme:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}
.site-wrp .nav-control-layout1.owl-theme:hover .owl-next {
  opacity: 1;
  visibility: visible;
}
.site-wrp .nav-control-layout2.owl-theme {
  overflow: hidden;
}
.site-wrp .nav-control-layout2.owl-theme .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout2.owl-theme .owl-nav > div {
  opacity: 0;
  visibility: hidden;
  font-size: 24px;
  color: #396cf0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .site-wrp .nav-control-layout2.owl-theme .owl-nav > div {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .nav-control-layout2.owl-theme .owl-nav > div {
    height: 42px;
    width: 42px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout2.owl-theme .owl-nav > div {
    height: 38px;
    width: 38px;
    font-size: 18px;
  }
}
.site-wrp .nav-control-layout2.owl-theme .owl-prev:hover {
  background: #111 !important;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout2.owl-theme .owl-prev:hover i {
  color: #ffffff;
}
.site-wrp .nav-control-layout2.owl-theme .owl-next:hover {
  background: #111 !important;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout2.owl-theme .owl-next:hover i {
  color: #ffffff;
}
.site-wrp .nav-control-layout2.owl-theme:hover .owl-prev {
  opacity: 1;
  visibility: visible;
  left: 0;
}
.site-wrp .nav-control-layout2.owl-theme:hover .owl-next {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.site-wrp .nav-control-layout3.owl-theme {
  overflow: hidden;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav {
  margin-top: 0;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav > div {
  font-size: 24px;
  color: #111;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  margin: 0;
  padding: 0;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .site-wrp .nav-control-layout3.owl-theme .owl-nav > div {
    height: 48px;
    width: 48px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .site-wrp .nav-control-layout3.owl-theme .owl-nav > div {
    height: 42px;
    width: 42px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .site-wrp .nav-control-layout3.owl-theme .owl-nav > div {
    height: 38px;
    width: 38px;
    font-size: 18px;
  }
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev:hover {
  background: #396cf0;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-prev:hover i {
  color: #ffffff;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next {
  right: 0;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next:hover {
  background: #396cf0;
  transition: all 0.3s ease-out;
}
.site-wrp .nav-control-layout3.owl-theme .owl-nav .owl-next:hover i {
  color: #ffffff;
}
/*-------------------------------------
#. EL: Owl Dots
---------------------------------------*/
.dot-control-layout1.owl-theme .owl-dots {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot-control-layout1.owl-theme .owl-dots .owl-dot {
  margin: 0 1px;
}
.dot-control-layout1.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #396cf0;
  transition: all 0.3s ease-out;
}
.dot-control-layout1.owl-theme .owl-dots .owl-dot span:hover {
  background-color: #3c70fa;
}
.dot-control-layout1.owl-theme .owl-dots .owl-dot.active span {
  background: #396cf0;
}
.dot-control-layout1.owl-theme .owl-nav {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .dot-control-layout1.owl-theme .owl-nav {
    margin-top: 30px;
  }
}
.dot-control-layout2.owl-theme .owl-dots {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.dot-control-layout2.owl-theme .owl-dots .owl-dot {
  margin: 0 1px;
}
.dot-control-layout2.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  transition: all 0.3s ease-out;
}
.dot-control-layout2.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.dot-control-layout2.owl-theme .owl-nav {
  margin-top: 0;
}
@media all and (max-width: 480px) {
  .dot-control-layout2.owl-theme .owl-nav {
    margin-top: 30px;
  }
}
.dot-control-left .owl-dots {
  text-align: left;
}
.dot-control-right .owl-dots {
  text-align: right;
}
.rt-owl-dot .owl-theme .owl-dots {
  margin-top: 20px !important;
}
@media all and (max-width: 480px) {
  .rt-owl-dot .owl-theme .owl-dots {
    margin-top: 10px !important;
  }
}
.rt-owl-dot .owl-theme .owl-dots .owl-dot span {
  margin: 3px;
}
.rt-owl-dot .owl-theme .owl-dots .owl-dot.active span,
.rt-owl-dot .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #396cf0;
}
/*-------------------------------------
#. EL: Info Box
---------------------------------------*/
.rt-el-info-box.clearfix.media.rtin-light.rtin-style2 .rtin-title {
  font-size: 20px;
  margin-bottom: 0;
}
.rt-el-info-box.clearfix.media.rtin-light.rtin-style2 .rtin-text {
  margin-bottom: 0;
}
.rt-el-info-box.rtin-style8 .rtin-title {
  font-size: 22px;
}
.rt-el-info-box.rtin-style8 .rtin-icon {
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
.rt-el-info-box.rtin-style8 .rtin-icon:before {
  position: absolute;
  height: 56px;
  width: 56px;
  background-color: #f1f9ff;
  content: "";
  z-index: -1;
  top: -24px;
  left: 9px;
  border-radius: 50%;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
.rt-el-info-box.rtin-style8:hover .rtin-icon:before {
  top: -15px;
}
.choose-box1 .choose-layout-1 .item-icon {
  margin-bottom: 15px;
  overflow: hidden;
  display: inline-block;
}
.choose-box1 .choose-layout-1{
  position: relative;
}
.choose-box1 .choose-layout-1 .number{
  position: absolute;
  font-size: 42px;
  font-weight: 900;
  -webkit-text-stroke: 1px #ECF1FF;
   color: #fff;
   top: 30px;
   right: 35px;

}

@keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop10 {
  49% {
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft10 {
  5% {
    left: -5px;
  }
  30% {
    opacity: 0.5;
    left: 10px;
  }
  60% {
    left: 5px;
    opacity: 1;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  51% {
    opacity: 1;
  }
}
.choose-box1 .choose-layout-1 .item-icon:hover i::before {
  animation: toBottomFromTop 0.5s forwards;
}
.choose-box1 .choose-layout-1 .item-icon i {
  color: #fff;
  background-color: #396cf0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.choose-box1 .choose-layout-1 .choose-title h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
.choose-box1 .choose-layout-1 p {
  color: #646464;
  margin-bottom: 0;
  line-height: 26px;
}
.why-choose-box-5 .box-item {
  flex: 0 0 50%;
}
@media only screen and (max-width: 991px) {
  .why-choose-box-5 {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .why-choose-box-5 .box-item {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .why-choose-box-5 {
    display: block;
  }
  .why-choose-box-5 .box-item {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.why-choose-box-6 .choose-icon-box {
  display: flex;
  align-items: center;
  background: #f0f4ff;
  border-radius: 6px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.why-choose-box-6 .choose-icon-box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: transparent transparent transparent #396df0;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.why-choose-box-6 .choose-icon-box:hover {
  background-color: #396cf0;
}
.why-choose-box-6 .choose-icon-box:hover:after {
  visibility: visible;
  opacity: 1;
}
.why-choose-box-6 .choose-icon-box:hover .item-icon {
  background-color: #fff;
  color: #396cf0;
}
.why-choose-box-6 .choose-icon-box:hover .item-icon i {
  animation: toBottomFromTop 0.5s forwards;
}
.why-choose-box-6 .choose-icon-box:hover .item-content {
  color: #fff;
}
.why-choose-box-6 .choose-icon-box .item-icon {
  height: 60px;
  width: 60px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: #396cf0;
  color: #fff;
}
.why-choose-box-6 .choose-icon-box .item-content {
  color: #060606;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  .why-choose-box-6 .choose-icon-box .item-content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .why-choose-box-6 .choose-icon-box .item-content {
    font-size: 16px;
  }
}
.why-choose-box-7{
  margin-top: 10px;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .why-choose-box-7{
    margin-left: 0;
    padding-top: 40px;
  }
}
.why-choose-box-7 .item-img {
    overflow: hidden;
    margin-bottom: 30px;
}
.why-choose-box-7 .item-title {
  color: #111;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.why-choose-box-7 .item-title::before {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #396cf0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.why-choose-box-7 p {
  margin-bottom: 0;
}
.service-wrap-layout1 .service-inner-layout1.position-loop {
  position: relative;
}
.service-wrap-layout1 .service-inner-layout1.position-loop .single-item {
  position: absolute;
  z-index: 99;
}
@media only screen and (max-width: 1024px) {
  .service-wrap-layout1 .service-inner-layout1.position-loop .single-item {
    position: static;
    margin-top: 30px;
  }
}
.service-wrap-layout1.rtin-dark .service-box-layout1 {
  background-color: #3c70fa;
}
.service-wrap-layout1.rtin-dark .service-box-layout1:hover {
  background-color: #3364e2;
}
.service-wrap-layout1.rtin-light .service-box-layout1 {
  background-color: #396cf0;
}
.service-wrap-layout1.rtin-light .service-box-layout1:hover {
  background-color: #3364e2;
}
.service-box-layout1.left {
  border-radius: 4px 0 0 4px;
}
.service-box-layout1.right {
  border-radius: 0 4px 4px 0;
}
.service-box-layout1.all {
  border-radius: 4px;
}
.service-box-layout1.no {
  border-radius: 0;
}
.box-shadow-position .elementor-container {
  position: relative;
  top: -100px;
  box-shadow: 0px 1px 20px 0px rgba(185, 185, 185, 0.75);
  z-index: 999;
}
.service-box-layout1 {
  text-align: center;
  padding: 62px 40px 35px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout1 {
    padding: 30px 30px 40px;
  }
}
.service-box-layout1 .item-icon {
  overflow: hidden;
  margin-bottom: 15px;
}
.service-box-layout1 .item-icon i {
  display: inline-block;
}
.service-box-layout1 .item-icon i:before {
  font-size: 50px;
  margin-left: 0;
}
.service-box-layout1 .item-icon img {
  max-width: 50px;
}
.service-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
}
.service-box-layout1 .item-title a {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.service-box-layout1 .item-title a:hover {
  color: #e3e3e3;
}
.service-box-layout1 p {
  color: #ffffff;
}
.service-box-layout1:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}
.service-box-layout1:hover .item-icon img {
  animation: toTopFromBottom 0.5s forwards;
}
.service-box-layout2 {
  padding: 35px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  bottom: 0;
  transition: all 0.5s ease-out;
}
.service-box-layout2 .item-icon {
  margin-bottom: 10px;
}
.service-box-layout2 .item-icon i:before {
  font-size: 60px;
  color: #396cf0;
  margin-left: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-title {
  text-transform: capitalize;
  font-weight: 500;
}
.service-box-layout2 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.service-box-layout2 .item-title a:hover {
  color: #396cf0;
}
.service-box-layout2 .item-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.service-box-layout2 .item-btn:Hover {
  background-color: #396cf0;
  color: #ffffff;
}
.service-box-layout2:hover {
  box-shadow: 0px 5px 70px 0px rgba(220, 220, 220, 0.95);
  bottom: 7px;
}
.service-box-layout2:hover .item-icon i:before {
  color: #3364e2;
  opacity: 0.8;
}
/* /==== Service box layout 3=====/ */
.service-box-layout3 {
  background: #ffffff;
  border: 1px solid #f0f4ff;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 50px 40px;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.service-box-layout3:hover {
  box-shadow: inset 0px -2px 0px rgba(57, 108, 240, 0.5);
}
.service-box-layout3:hover .item-icon img {
  -webkit-animation: toTopFromBottom 0.5s forwards;
  animation: toTopFromBottom 0.5s forwards;
}
.service-box-layout3 .item-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  height: 70px;
  width: 70px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: rgba(57, 108, 240, 0.08);
}
.service-box-layout3 .item-icon svg {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.service-box-layout3 .service-title {
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .service-box-layout3 .service-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .service-box-layout3 .service-title {
    font-size: 22px;
  }
}
.service-box-layout3 p {
  color: #646464;
}
.service-box-layout3 .item-button .item-btn {
  color: #396cf0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  transition: all 0.3s ease-in-out;
}
.service-box-layout3 .item-button .item-btn i {
  position: relative;
  right: 0;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.service-box-layout3 .item-button .item-btn:hover {
  color: #396cf0;
}
.service-box-layout3 .item-button .item-btn:hover i {
  right: -5px;
  color: #396cf0;
}
/* /==== Service box layout 4 =====/ */
.service-box-layout4 {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .service-box-layout4 {
    margin-bottom: 30px;
  }
}
.service-box-layout4:hover {
  -webkit-box-shadow: 0px 29px 50px rgba(192, 203, 230, 0.5);
          box-shadow: 0px 29px 50px rgba(192, 203, 230, 0.5);
}
.service-box-layout4:hover .item-img:before {
  -webkit-animation: light 0.75s;
          animation: light 0.75s;
}
.service-box-layout4:hover .item-img a img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.service-box-layout4:hover .item-img .item-icon i::before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.service-box-layout4:hover .item-content:after {
  width: 100%;
}
.service-box-layout4 .item-img {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.service-box-layout4 .item-img:before {
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(57, 108, 240, 0)), to(rgba(57, 108, 240, 0.2)));
  background: linear-gradient(to right, rgba(57, 108, 240, 0) 0%, rgba(57, 108, 240, 0.2) 100%);
  position: absolute;
  top: 0;
  left: -70%;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
}
.service-box-layout4 .item-img img {
  width: 100%;
}
.service-box-layout4 .item-img .item-icon {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-box-layout4 .item-img .item-icon{
  background-color: #fff;
  height: 90px;
  width: 90px;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.service-box-layout4 .item-img .item-icon:before {
  color: #396cf0;
  font-size: 46px;
  margin: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-box-layout4 .item-img .item-icon img{
  max-width: 50px;
  filter: grayscale(100%);
}
.service-box-layout4:hover .item-img .item-icon img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.service-box-layout4 .item-img a img {
  border-radius: 5px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service-box-layout4 .item-content {
  padding: 25px 0px 20px 0px;
  text-align: center;
  position: relative;
}
.service-box-layout4 .item-content:after {
  content: "";
  width: 50px;
  height: 5px;
  background: #396cf0;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-box-layout4 .item-content .item-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
.service-box-layout4 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box-layout4 .item-content .item-title a:hover {
  color: #396cf0;
}
.service-box-layout4 .item-content .item-button .item-btn:hover,
.departments-box-layout9 .item-content .item-button .item-btn:hover,
.departments-box-layout10 .item-content .item-button .item-btn:hover,
.departments-box-layout11 .item-content .item-button .item-btn:hover {
  color: #fff;
}
.service-box-layout4 .item-content .item-button .item-btn:hover::after,
.departments-box-layout9 .item-content .item-button .item-btn:hover::after,
.departments-box-layout10 .item-content .item-button .item-btn:hover::after,
.departments-box-layout11 .item-content .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.service-box-layout4 .item-content .item-button .item-btn:hover i,
.departments-box-layout9 .item-content .item-button .item-btn:hover i,
.departments-box-layout10 .item-content .item-button .item-btn:hover i,
.departments-box-layout11 .item-content .item-button .item-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service-box-layout4 .item-content .item-button .item-btn i,
.departments-box-layout9 .item-content .item-button .item-btn i,
.departments-box-layout10 .item-content .item-button .item-btn i,
.departments-box-layout11 .item-content .item-button .item-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.service-box-layout4 .item-content .item-button .item-btn,
.departments-box-layout9 .item-content .item-button .item-btn,
.departments-box-layout10 .item-content .item-button .item-btn,
.departments-box-layout11 .item-content .item-button .item-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  background: #F0F4FF;
  border-radius: 5px;
  padding: 8px 20px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service-box-layout4 .item-content .item-button .item-btn::after,
.departments-box-layout9 .item-content .item-button .item-btn::after,
.departments-box-layout10 .item-content .item-button .item-btn::after,
.departments-box-layout11 .item-content .item-button .item-btn::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #396cf0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
}

.service-box-layout4 .item-content .item-button .item-btn:hover::after,
.departments-box-layout9 .item-content .item-button .item-btn:hover::after,
.departments-box-layout10 .item-content .item-button .item-btn:hover::after,
.departments-box-layout11 .item-content .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.service-box-layout4 .item-content .item-button .item-btn i,
.departments-box-layout9 .item-content .item-button .item-btn i,
.departments-box-layout10 .item-content .item-button .item-btn i,
.departments-box-layout11 .item-content .item-button .item-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 16px;
  margin-left: 10px;
}

.service-box-layout4 .item-content .item-button .item-btn:hover,
.departments-box-layout9 .item-content .item-button .item-btn:hover,
.departments-box-layout10 .item-content .item-button .item-btn:hover,
.departments-box-layout11 .item-content .item-button .item-btn:hover {
  color: #fff;
}

.departments-box-layout10 .item-button .item-btn {
  border: 1px solid #396cf0;
  background-color: transparent !important;
}

.Service__item-round {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Service__item-round {
    display: none;
  }
}
.Service__item-round .item-round {
  width: 240px;
  height: 240px;
  background: #FAB3B3;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  top: -80px;
  left: -100px;
}
.departments-box-layout9 {
  margin-bottom: 30px;
}
.departments-box-layout9:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.departments-box-layout9:hover .item-img .item-icon {
  background-color: #396cf0;
}
.departments-box-layout9:hover .item-img .item-icon img{
  filter:  brightness(0) invert(1);
}
.departments-box-layout9:hover .item-img .item-icon i:before {
  color: #fff;
}
.departments-box-layout9 .item-img {
  position: relative;
  overflow: hidden;
}
.departments-box-layout9 .item-img a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.departments-box-layout9 .item-img .item-icon {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.departments-box-layout9 .item-img .item-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.departments-box-layout9 .item-img .item-icon::before {
  font-size: 39px;
  margin: 0;
  color: #396cf0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.departments-box-layout9 .item-icon img {
    max-width: 36px;
}
.departments-box-layout9 .item-content {
  background-color: #fff;
  padding: 30px 30px 35px 35px;
}
.departments-box-layout9 .item-content .item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.departments-box-layout9 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.departments-box-layout9 .item-content .item-title a:hover {
  color: #396cf0;
}
.departments-box-layout9 .item-content p {
  margin-bottom: 25px;
}
.departments-box-layout9 .item-content .item-button .item-btn:hover {
  color: #fff;
}
.departments-box-layout9 .item-content .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.departments-box-layout9 .item-content .item-button .item-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.departments-box-layout9 .item-content .item-button .item-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.departments-box-layout10 {
  background: #FFFFFF;
  border: 1px solid #E4E7EF;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.departments-box-layout10 .item-icon {
  margin-bottom: 25px;
}
.departments-box-layout10 .item-icon {
  height: 80px;
  width: 80px;
  background-color: #396cf0;
  border-radius: 50%;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 20px 30px rgba(57, 108, 240, 0.4);
          box-shadow: 0px 20px 30px rgba(57, 108, 240, 0.4);
}
.departments-box-layout10:not(.departments-box-style10) .item-icon img{
  filter: brightness(0) invert(1);
}
.departments-box-layout10 .item-icon img{
  max-width: 40px;
}
.departments-box-layout10 .item-icon:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.departments-box-layout10 .item-icon::before {
  font-size: 39px;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.departments-box-layout10 .item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #111111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.departments-box-layout10 p {
  line-height: 28px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.departments-box-layout10 .item-button .item-btn {
  border: 1px solid #396cf0;
  background-color: transparent;
}
.departments-box-layout10 .item-button .item-btn::after {
  border-radius: 4px;
}
.departments-box-layout10 .item-button .item-btn:hover {
  color: #fff;
  border-color: #fff;
}
.departments-box-layout10 .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  background-color: #396cf0;
}
.departments-box-layout10 .item-button .item-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.departments-box-layout10 .item-button .item-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.departments-box-layout11 {
  background: #FFFFFF;
  border: 1px solid #E4E7EF;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .departments-box-layout11 {
    display: block;
  }
}
.departments-box-layout11:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.departments-box-layout11:hover .item-img img {
  -webkit-transform: rotate(-5deg) scale(1.2);
          transform: rotate(-5deg) scale(1.2);
}
.departments-box-layout11 .item-img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .departments-box-layout11 .item-img {
    margin-bottom: 25px;
  }
}
.departments-box-layout11 .item-img a img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .departments-box-layout11 .item-img a img {
    width: 100%;
  }
}
.departments-box-layout11 .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.departments-box-layout11 .item-content .item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
.departments-box-layout11 .item-content .item-title a {
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.departments-box-layout11 .item-content .item-title a:hover {
  color: #396cf0;
}
.departments-box-layout11 .item-content p {
  margin-bottom: 25px;
}
.departments-box-layout11 .item-content .item-button .item-btn {
  border: 1px solid #396cf0;
  background-color: transparent;
}
.departments-box-layout11 .item-content .item-button .item-btn::after {
  border-radius: 4px;
}
.departments-box-layout11 .item-content .item-button .item-btn:hover {
  color: #fff;
  border-color: #396cf0;
}
.departments-box-layout11 .item-content .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.departments-box-layout11 .item-content .item-button .item-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.departments-box-layout11 .item-content .item-button .item-btn i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.departments-box-layout10.departments-box-style10{
  border:none;
  box-shadow: 0 8px 8px rgba(10, 56, 176, 0.1);
  text-align: center;
  padding-top: 50px;
}
.departments-box-layout10.departments-box-style10 .item-icon {
  background-color: #ECF1FF;
  box-shadow: none;
  margin-bottom: 30px;
}
.departments-box-layout10.departments-box-style10 .item-content .item-button .item-btn{
  font-size: 16px;
}
.departments-box-style10 p{
  margin-bottom: 25px;
}
/* Service Laout 9 */
.service-box-layout9{
  background-color: #fff;
  padding: 20px;
  text-align: center;
  padding-bottom: 40px;
  transition: 0.4s;
}
.service-box-layout9:hover{
	box-shadow: 0 10px 40px #DDE6FE;
}
.service-box-layout9 .item-img{
	position: relative;
}
.service-box-layout9,
.service-box-layout9 .item-img > a > img{
  border-radius: 12px;
}
.service-box-layout9 .item-content .item-icon {
  background-color: #396CF0;
  height: 70px;
  width: 70px;
  display: inline-block;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  position: relative;
  margin-top: -30px;
  box-shadow: 0 15px 15px #E0E8FC;
}
.service-box-layout9 .item-title{
	margin-top: 20px;
	margin-bottom: 15px;
}
.service-box-layout9 .item-title a{
	color: #111;
}
.service-box-layout9 .item-title a:hover{
	color: #396CF0;
}
.service-box-layout9 .item-img::before{
	content:url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/service_shape.svg);
	position:absolute; 
	left: 50%;
	transform: translateX(-50%);
	bottom:-9px;
}
.service-box-layout9 .item-content .item-icon img{
  max-width: 40px;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.service-box-layout9 .item-button a{
  font-weight: 700;
}
.service-box-layout9 .item-button i{
	display: inline-block;
	margin-left: 10px;
}
.service-box-layout9 .item-content .btn-icon{
	width: 50px;
    height: 50px;
    line-height: 58px;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    text-align: center;
	border: 1px solid #91A0C2;
	transition: 0.4s;
}
.service-box-layout9:hover .item-content .btn-icon{
	background-color: #396CF0;
	border-color: #396CF0;
	transition: 0.4s;
}
.team-box-layout8 .team-social-1 .social-item .fa-share-alt,
.service-box-layout9 .item-content .btn-icon svg{
  transition: 0.4s;
  transform: rotate(0deg);
}
.service-box-layout9:hover .item-content .btn-icon path{
	fill: #fff;
}
.service-box-layout9:hover .item-content .btn-icon svg{
  transform: rotate(180deg);
}
.team-box-layout8 .team-social-1 .social-item:hover .fa-share-alt{
  transform: rotate(90deg);
}

.team-box-layout8 .team-social-1 .social-item:hover .team-social-dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-ad-area {
  position: relative;
  border-radius: 4px;
  text-align: center;
}
.widget-ad-area .item-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.widget-ad-area .ad-wrap img {
  width: 100%;
}
.widget-ad-area .item-btn {
  border-radius: 4px;
  padding: 16px 30px;
  color: #111111;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  font-weight: 500;
}
.widget-ad-area .item-btn i {
  color: #396cf0;
  margin-left: 15px;
  transition: all 0.3s ease-out;
}
.widget-ad-area .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.widget-ad-area .item-btn:hover i {
  color: #ffffff;
}
.rt-el-info-box.rtin-style2:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.rt-el-info-box.rtin-style2:hover {
  background-color: #fff;
  transform: translate3d(0, -10px, 0);
}
.rt-el-info-box.rtin-style2 {
  position: relative;
  padding: 30px 15px 30px 30px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
}
.rt-el-info-box .rtin-icon i {
  text-align: center;
  font-size: 28px;
  line-height: 70px;
  color: #fff;
  transition: all 0.5s ease-out;
}
.rt-el-info-box .rtin-content .rtin-title {
  color: #000000;
  margin-bottom: 10px;
}
.rt-el-info-box .rtin-content .rtin-title a {
  color: #000000;
  transition: all 0.5s ease-out;
}
.rt-el-info-box .rtin-content .rtin-title a:hover {
  color: #396cf0;
}
.rt-el-info-box .rtin-content .rtin-text {
  margin-bottom: 0;
}
.rt-el-info-box:hover .rtin-icon i {
  color: #396cf0;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon {
  margin-right: 10px;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon i {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  color: #3c70fa;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-icon img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content {
  margin-left: 15px;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
  color: #3c70fa;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title {
    font-size: 20px;
  }
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a {
  color: #3c70fa;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-title a:hover {
  color: #396cf0;
}
.rt-el-info-box.rtin-style1.rtin-light .rtin-content .rtin-text {
  margin-bottom: 0;
  color: #444444;
}
.rt-el-info-box.rtin-style1.rtin-light:hover .rtin-icon i {
  color: #396cf0;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon i {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  height: 34px;
  width: 34px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon img {
  width: 67px;
  height: 67px;
  border-radius: 50%;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content {
  margin-left: 0;
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a {
  color: #fff;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-title a:hover {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-content .rtin-text {
  margin-bottom: 0;
}
.rt-el-info-box.rtin-style1.rtin-primary:hover .rtin-icon i {
  color: #fff;
  background-color: transparent;
}
.rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .rt-el-info-box.rtin-style1.rtin-primary .rtin-icon {
    margin-right: 20px;
  }
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a {
  color: #3c70fa;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-title a:hover {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-dark p.rtin-text {
  color: #fff;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-content {
  margin-left: 0;
}
.rt-el-info-box.rtin-style1.rtin-dark .rtin-icon i {
  text-align: center;
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style1 .rtin-icon {
  float: left;
  margin-bottom: 25px;
  margin-right: 30px;
}
@media all and (max-width: 1200px) {
  .rt-el-info-box.rtin-style1 .rtin-icon {
    margin-right: 20px;
  }
}
.rt-el-info-box.rtin-style2 {
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style2 h3.rtin-title {
  font-weight: 700;
  font-size: 20px;
}
.rt-el-info-box.rtin-style2 .rtin-icon {
  margin-bottom: 25px;
}
.rt-el-info-box.rtin-style2 .rtin-icon i {
  font-size: 58px;
  line-height: 1.2;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.primaryColor {
  color: #396cf0;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.secondaryColor {
  color: #3c70fa;
}
.rt-el-info-box.rtin-style2 .rtin-icon i.colorGreen {
  color: #396cf0;
}
.rt-el-info-box.rtin-style3 {
  background-color: #fff;
  border-bottom: 1px solid #dde2e5;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 767px) {
  .rt-el-info-box.rtin-style3 {
    max-width: 490px;
    margin: 0 auto;
  }
}
.rt-el-info-box.rtin-style3:hover {
  box-shadow: 0 0 20px 0 rgba(202, 202, 202, 0.75);
}
.rt-el-info-box.rtin-style3 .rtin-icon {
  position: relative;
  overflow: hidden;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-out;
  text-align: center;
  margin-top: 0;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a {
  font-size: 15px;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  padding: 12px 22px;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a:hover i {
  color: #fff;
}
.rt-el-info-box.rtin-style3 .rtin-icon .rtin-button a i {
  border: none;
  width: inherit;
  height: inherit;
  font-size: 18px;
}
.rt-el-info-box.rtin-style3 .rtin-icon img {
  border-radius: inherit;
  width: inherit;
  height: auto;
  transition: all 2s ease-out;
  width: 100%;
}
.rt-el-info-box.rtin-style3 .rtin-content {
  padding: 25px 20px 30px;
  text-align: center;
}
.rt-el-info-box.rtin-style3:hover .rtin-button {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-out;
}
.rt-el-info-box.rtin-style11 h3.rtin-title {
  font-size: 22px;
}
.rt-el-info-box.rtin-style11 .rtin-icon {
  background: #396cf0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.rt-el-info-box.rtin-style11 .rtin-icon i {
  text-align: center;
  font-size: 36px;
  line-height: 2.2;
  color: #fff;
  transition: all 0.5s ease-out;
}
.rt-el-info-box.rtin-style11 .rtin-content .rtin-title {
  color: #fff;
}
.rt-el-info-box.rtin-style11 .rtin-content .rtin-title a {
  color: #fff;
}
.rt-el-info-box.rtin-style11 .rtin-content .rtin-text {
  margin-bottom: 0;
  color: #a9b5bf;
}
.rt-el-info-box.rtin-style11:hover .rtin-icon i {
  color: #fff;
  animation: toTopFromBottom 0.5s forwards;
}
.rt-el-info-box.rtin-style11:hover .rtin-icon img {
  color: #fff;
  animation: toTopFromBottom 0.5s forwards;
}
.rt-el-info-box.rtin-style4 {
  text-align: center;
  position: relative;
}
.rt-el-info-box.rtin-style4 .rt-number {
  position: absolute;
  font-size: 72px;
  text-align: right;
  color: #e5e5e5;
  font-weight: 300;
  transition: all 0.4s ease-out;
  width: 100%;
  top: 20px;
}
.rt-el-info-box.rtin-style4 .rtin-icon {
  transition: all 0.3s ease-out;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  padding: 15px;
  position: relative;
  z-index: 9;
}
.rt-el-info-box.rtin-style4 .rtin-icon img {
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
.rt-el-info-box.rtin-style4 .rtin-title {
  font-size: 22px;
  font-weight: 700;
}
.rt-el-info-box.rtin-style4 .rtin-content {
  padding: 25px 0;
}
.rt-el-info-box.rtin-style4:hover .rt-number {
  color: #396cf0;
  top: 0px;
}
.rt-el-info-box.rtin-style4:hover .rtin-icon {
  background-color: #396cf0;
}
.rt-el-info-box.rtin-style4:hover .rtin-icon img {
  transform: scale(1.1);
}

.rt-el-info-box.rtin-style15 .rtin-content .rtin-title{
  margin-bottom: 5px;
  line-height: 1;
  font-size: 20px;
}
.rt-el-info-box.rtin-style15 .rtin-icon{
  width: 80px;
  height: 80px;
  background: #F0F4FF;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.rt-el-info-box.rtin-style15:hover .rtin-icon{
  background-color: #396cf0;
}
.rt-el-info-box.rtin-style15 .rtin-icon i{
  font-size: 40px;
  color: #396cf0;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rt-el-info-box.rtin-style15:hover .rtin-icon i{
  color: #fff;
}

.rt-el-info-box.rtin-style15 .media-body{
  margin-left: 20px;
}

.rt-el-info-box.rtin-style16{
  background-color: #396cf0;
  padding: 30px 0px 22px 0px;
  text-align: center;
  -webkit-clip-path: polygon(19% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 18%);
    clip-path: polygon(19% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 18%);
}

.rt-el-info-box.rtin-style16 .rtin-icon{
  width: 79px;
  height: 79px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 12px 30px rgb(0 0 0 / 10%);
  box-shadow: 0px 12px 30px rgb(0 0 0 / 10%);
  border-radius: 50%;
  line-height: 79px;
  display: inline-block;
  margin-bottom: 12px;
}

.rt-el-info-box.rtin-style16 .rtin-icon i{
  line-height: 79px;
}

.rt-el-info-box.rtin-style16:hover .rtin-icon i{
  color: #fff;
}

.rt-el-info-box.rtin-style16 .rtin-content .rtin-title{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.rt-el-info-box.rtin-style16 .rtin-content .rtin-text{
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.rt-el-info-box.rtin-style16 .media-body.rtin-content{
  margin-left: 0;
}
.rt-el-info-box.rtin-style17 .rtin-icon{
  width: 70px;
  height: 70px;
  line-height: 87px;
  border-radius: 50%;
  background-color: #396CF0;
  text-align: center;
  box-shadow: 0 4px 10px #00000026;
}
.rt-el-info-box.rtin-style17{
  padding: 50px 30px 42px;
}

.rtin-style17.rt-el-info-box .rtin-content .rtin-title {
  margin-bottom: 16px;
}
.rtin-style17 .rtin-title{
  font-size: 24px;
  font-weight: 700;
}
.rtin-style17 .number {
  position: absolute;
  font-size: 60px;
  font-weight: 900;
  -webkit-text-stroke: 1px #ECF1FF;
  color: #fff;
  bottom: 30px;
  left: 35px;
}

/*-------------------------------------
#. EL: Text With Title
---------------------------------------*/
.about-box-layout1 .item-content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 .item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .about-box-layout1 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.about-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  color: #111111;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .about-box-layout1 .item-content .item-title {
    font-size: 30px;
  }
}
.about-box-layout1 .item-content .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.about-box-layout1 .item-content p {
  margin-bottom: 24px;
}
.rt-el-twt-2 .item-content {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-2 .item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .rt-el-twt-2 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.rt-el-twt-2 .item-content .item-title {
  text-transform: capitalize;
  color: #396cf0;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-2 .item-content .item-title {
    font-size: 30px;
  }
}
.rt-el-twt-2 .item-content .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.rt-el-twt-2 .item-content p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-3 .item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .rt-el-twt-3 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.rt-el-twt-3 .item-content .item-title {
  text-transform: capitalize;
  color: #396cf0;
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-3 .item-content .item-title {
    font-size: 30px;
  }
}
.rt-el-twt-3 .item-content .sub-title {
  color: #111111;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.rt-el-twt-3 .item-content .rtin-button {
  display: inline-block;
}
.rt-el-twt-3 .item-content .rtin-button .item-btn {
  background-color: #396cf0;
  color: #fff;
  padding: 18px 28px;
}
.rt-el-twt-3 .item-content .rtin-button .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}
.rt-el-twt-3 .item-content .rtin-button .item-btn i {
  margin-left: 10px;
}
.rt-el-twt-3 .item-content p {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-4 .item-content {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .rt-el-twt-4 .item-content {
    margin-top: 0;
    margin-bottom: 5rem;
  }
}
.rt-el-twt-4 .item-content .item-title {
  text-transform: capitalize;
  color: #fff;
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .rt-el-twt-4 .item-content .item-title {
    font-size: 30px;
  }
}
.rt-el-twt-4 .item-content .sub-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.rt-el-twt-4 .item-content .rtin-button {
  display: inline-block;
}
.rt-el-twt-4 .item-content .rtin-button .item-btn {
  background-color: #fff;
  color: #fff;
  padding: 18px 28px;
  color: #396cf0;
  border: 2px solid #fff;
}
.rt-el-twt-4 .item-content .rtin-button .item-btn:hover {
  background-color: transparent;
  color: #fff;
}
.rt-el-twt-4 .item-content .rtin-button .item-btn i {
  margin-left: 10px;
}
.rt-el-twt-4 .item-content p {
  margin-bottom: 24px;
  color: #fff;
}

.rt-el-twt-5 .item-content .item-title{
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 36px;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .rt-el-twt-5 .item-content .item-title{
    font-size: 32px;
  }
}

.rt-el-twt-5 .item-content .sub-title{
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  color: #111111;
  margin-bottom: 15px;
}

.rt-el-twt-5 .item-content > p {
  position: relative;
  padding-left: 15px;
}

.rt-el-twt-5 .item-content > p::after {
  content: "";
  width: 4px;
  height: 68px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #396CF0;
}

.about-box-layout2 {
  position: relative;
}
.about-box-layout2 .item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-box-layout2 .item-img {
    position: inherit;
  }
}
.about-box-layout2 ul {
	padding-left: 0;
}
.about-box-layout2 ul li {
  list-style: none;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}
.about-box-layout2 ul li:last-child {
  margin-bottom: 0;
}
.about-box-layout2 ul li a {
  border-radius: 4px;
  background: linear-gradient(to right, #396cf0, #285ada);
  padding: 30px 30px 30px 75px;
  display: block;
  color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .about-box-layout2 ul li a {
    padding: 20px 30px 20px 75px;
  }
}
.about-box-layout2 ul li a i {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}
.about-box-layout2 ul li a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #396cf0;
  z-index: -1;
  transition: all 0.5s ease-out;
  border-radius: 4px;
}
.about-box-layout2 ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
  color: #ffffff;
}
.about-box-layout2 ul li a:hover:after {
  width: 100%;
  left: 0;
}
.about-box-layout16 {
  position: relative;
}
.about-box-layout16 .item-img {
  position: relative;
  z-index: 1;
}
.about-box-layout16 ul {
    list-style: none;
}
.about-box-layout16 .shape-list li:nth-child(1) {
  position: absolute;
  top: 15%;
  right: 10%;
  z-index: -1;
}
.about-box-layout16 .shape-list li:nth-child(2) {
  position: absolute;
  bottom: 20%;
  left: 55px;
}
.about-box-layout16 .shape-list li:nth-child(3) {
  position: absolute;
  top: 60%;
  right: 17%;
}
.about-box-layout16 .shape-list li:nth-child(4) {
  position: absolute;
  top: 32%;
  right: 8%;
}
.about-box-layout16 .about-box1 {
  background: #e7edff;
  border: 3px solid #ffffff;
  box-shadow: 0px 10px 50px rgba(57, 108, 240, 0.15);
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  position: absolute;
  bottom: 200px;
  right: 35px;
}
@media only screen and (max-width: 575px){
  .about-box-layout16 .about-box1 {
    display: none;
  }
}
.about-box-layout16 .about-box1 .about-content {
  display: flex;
  align-items: center;
}
.about-box-layout16 .about-box1 .about-content .item-number {
  background-color: #396cf0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  border-radius: 4px;
}
.about-box-layout16 .about-box1 .about-content .item-exprienced {
  color: #396cf0;
  margin: 0;
  margin-left: 13px;
  padding-left: 0;
}
.about-box-layout16 .about-box1 .about-content ul.item-exprienced li{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
}
.about-box-layout22 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .about-box-layout22 {
    margin-bottom: 30px;
  }
}
.about-box-layout22 .item-img {
  margin: 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
}
.about-box-layout22 .item-img > img {
  border-radius: 0px 150px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: 5px solid #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 575px) {
  .about-box-layout22 .item-img .item-thumbs-img {
    display: none;
  }
}
.about-box-layout22 .item-img .item-thumbs-img ul li {
  position: absolute;
  list-style: none;
}
.about-box-layout22 .item-img .item-thumbs-img ul li:nth-child(1) {
  right: -50px;
  top: 50px;
  z-index: 1;
}
@media(max-width: 1024px){
  .about-box-layout22 .item-img .item-thumbs-img ul li:nth-child(1){
    right: 0;
  }
}
.about-box-layout22 .item-img .item-thumbs-img ul li:nth-child(2) {
  right: -50px;
  bottom: 30px;
  z-index: 1;
}
@media(max-width: 1024px){
  .about-box-layout22 .item-img .item-thumbs-img ul li:nth-child(1),
  .about-box-layout22 .item-img .item-thumbs-img ul li:nth-child(2){
    right: 0;
  }
}
.about-box-layout22 .item-img .item-thumbs-img ul li img {
  border-radius: 0;
  border: 5px solid #fff;
}
.about-box-layout22 .item-img .item-round {
  width: 240px;
  height: 240px;
  background: #9587ED;
  -webkit-filter: blur(130px);
          filter: blur(130px);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .about-box-layout22 .item-img .item-round {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .about-box-layout22 .item-img .shape-element {
    display: none;
  }
}
.about-box-layout22 .item-img .shape-element ul li {
  position: absolute;
  list-style: none;
}
.about-box-layout22 .item-img .shape-element ul li:nth-child(1) {
  top: 0;
  right: 0;
  z-index: 1;
}
.about-box-layout22 .item-img .shape-element ul li:nth-child(2) {
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-box-layout22 .item-img .shape-element ul li:nth-child(3) {
  bottom: -50px;
  right: 129px;
  z-index: -1;
}
.about-box-layout22 .item-img .shape-element ul li:nth-child(4) {
  bottom: -50px;
  right: 15px;
  z-index: -1;
}
.about-box-layout22 .item-img .shape-element ul li img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.about-box-layout22 .item-img .rt__circle {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media screen and (max-width: 575px) {
  .about-box-layout22 .item-img .rt__circle {
    display: none;
  }
}
.about-box-layout22 .item-img .rt__circle .round-shape {
  width: 118px;
  height: 118px;
  background: #396CF0;
  border-radius: 59px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateY(50%) translateX(50%);
          transform: translateY(50%) translateX(50%);
  display: inline-block;
  text-align: center;
  line-height: 118px;
}
.about-box-layout22 .item-img .rt__circle .round-shape i::before {
  font-size: 50px;
  margin: 0;
  color: #fff;
}
.about-box-layout20.round-shape {
  width: 226px;
  height: 226px;
  background: #FAB3B3;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  border-radius: 50%;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}
.about-box-layout23 .item-title {
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about-box-layout23 .item-title {
    line-height: 1.3;
  }
}
.about-box-layout23 .item-quote {
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  color: #111111;
  margin-bottom: 15px;
}
.about-box-layout23 > p {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 479px) {
  .about-box-layout23 > p {
    padding-left: 0;
  }
}
.about-box-layout23 > p::after {
  content: "";
  width: 4px;
  height: 68px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #396CF0;
}
@media screen and (max-width: 479px) {
  .about-box-layout23 > p::after {
    display: none;
  }
}
.about-box-layout23 .about__bottom__wrapper {
  margin: 40px 0px 0px 0px;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 23px;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1:hover .item-icon i {
  background-color: #396cf0;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1:hover .item-icon i::before {
  color: #fff;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1:last-child {
  margin-bottom: 0;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1 .item-icon i {
  width: 80px;
  height: 80px;
  background: #F0F4FF;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1 .item-icon i:before {
  font-size: 40px;
  color: #396cf0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1 .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-box-layout23 .about__bottom__wrapper .about__Wrapper .about__Inner__1 .item-content .rt__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
}
.about-box-layout23 .about__bottom__wrapper .about__Content {
  background-color: #396cf0;
  padding: 30px 0px 22px 0px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about-box-layout23 .about__bottom__wrapper .about__Content {
    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 18%);
            clip-path: polygon(19% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 18%);
  }
}
@media screen and (max-width: 1199px) {
  .about-box-layout23 .about__bottom__wrapper .about__Content {
    margin-top: 20px;
  }
}
.about-box-layout23 .about__bottom__wrapper .about__Content .item-icon {
  width: 79px;
  height: 79px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  line-height: 79px;
  display: inline-block;
  margin-bottom: 12px;
}
.about-box-layout23 .about__bottom__wrapper .about__Content .item-icon i:before {
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.about-box-layout23 .about__bottom__wrapper .about__Content .white-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.about-box-layout23 .about__bottom__wrapper .about__Content .white-subtitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}

/*-------------------------------------
#. EL: Title
---------------------------------------*/
.section-heading p {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .section-heading p {
    width: 100%;
  }
}
.section-heading.text-center h1,
.section-heading.text-center h2,
.section-heading.text-center h3,
.section-heading.text-center h4,
.section-heading.text-center p {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.section-heading.text-left p,
.section-heading.text-right p {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.section-heading.heading-dark h1,
.section-heading.heading-dark h2,
.section-heading.heading-dark h3,
.section-heading.heading-dark h4 {
  color: #111111;
}
.section-heading.heading-light h1,
.section-heading.heading-light h2,
.section-heading.heading-light h3,
.section-heading.heading-light h4 {
  color: #ffffff;
}
.section-heading.heading-light p {
  color: #ffffff;
}
.heading-layout1 {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.heading-layout1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout1 h2,
.heading-layout1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading-layout1 h2,
  .heading-layout1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout1 p {
  color: #646464;
  text-transform: capitalize;
}
.heading-layout1.theme2.style1 {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.heading-layout1.theme2.style1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout1.theme2.style1 h2,
.heading-layout1.theme2.style1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading-layout1.theme2.style1 h2,
  .heading-layout1.theme2.style1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout1.theme2.style1 p {
  font-size: 16px;
  font-weight: 500;
  color: #646464;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.heading-layout1.theme3.style1 {
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
.heading-layout1.theme3.style1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout1.theme3.style1 h2,
.heading-layout1.theme3.style1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading-layout1.theme3.style1 h2,
  .heading-layout1.theme3.style1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout1.theme3.style1 p {
  font-size: 16px;
  font-weight: 500;
  color: #646464;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.heading-layout1.theme4.style1 {
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}
.heading-layout1.theme4.style1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout1.theme4.style1 h2,
.heading-layout1.theme4.style1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .heading-layout1.theme4.style1 h2,
  .heading-layout1.theme4.style1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout1.theme4.style1 p {
  font-size: 16px;
  font-weight: 700;
  color: #396cf0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.heading-layout1.theme5.style1 {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.heading-layout1.theme5.style1:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #fff;
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout1.theme5.style1 h2,
.heading-layout1.theme5.style1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .heading-layout1.theme5.style1 h2,
  .heading-layout1.theme5.style1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout1.theme5.style1 p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.heading-layout6.theme1 {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.heading-layout6.theme1 h2,
.heading-layout6.theme1 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading-layout6.theme1 h2,
  .heading-layout6.theme1 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout6.theme1 p {
  color: #fff;
}
.heading-layout6.theme2 {
  margin-bottom: 70px;
  text-align: center;
  position: relative;
}
.heading-layout6.theme2:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background: linear-gradient(to right, #3c70fa, #7c4dff);
  left: 0;
  bottom: -24px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.heading-layout6.theme2 h2,
.heading-layout6.theme2 h3 {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .heading-layout6.theme2 h2,
  .heading-layout6.theme2 h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout6.theme2 p {
  color: #646464;
  margin-bottom: 10px;
  font-weight: 500;
}
.heading-layout6.theme3 {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.heading-layout6.theme3:after {
  display: none;
}
.heading-layout6.theme3 .rtin-title {
  text-transform: capitalize;
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .heading-layout6.theme3 .rtin-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.heading-layout6.theme3 p {
  color: #646464;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .text-left.heading-layout1 {
    text-align: center !important;
  }
}
.text-left.heading-layout1:after {
  right: inherit;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .text-left.heading-layout1:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.heading-layout2 {
  margin-bottom: 70px;
}
.heading-layout2 h2 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .heading-layout2 h2 {
    font-size: 30px;
  }
}
.heading-layout2 p {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .heading-layout2 p {
    width: 100%;
  }
}
.heading-layout3 {
  margin-bottom: 50px;
  text-align: center;
}
.heading-layout3 h2,
.heading-layout3 h3 {
  font-weight: 700;
  text-transform: capitalize;
}
.heading-layout4 {
  margin-bottom: 22px;
}
.heading-layout4 h2.rtin-title {
  font-weight: 700;
  font-size: 32px;
}
.heading-layout4 span.rtin-beforetitle {
  color: #396cf0;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  font-weight: 400;
}
.heading-layout4.dark {
  margin-bottom: 22px;
}
.heading-layout4.dark h2.rtin-title {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  line-height: 1.3;
}
.heading-layout4.dark span.rtin-beforetitle {
  color: #a9b5bf;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}
.heading-layout4.dark p.rtin-subtitle {
  color: #ffffff;
}
.heading-layout5 {
  margin-bottom: 60px;
  text-align: left;
  position: relative;
}
.heading-layout5:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  left: 0;
  bottom: -20px;
  border-radius: 4px;
}
.heading-layout5 h2,
.heading-layout5 h3 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .heading-layout5 h2,
  .heading-layout5 h3 {
    font-size: 30px;
  }
}
.rt-el-paragraph-title .rtin-title span {
  color: #396cf0;
  font-weight: 700;
}
.rt-el-paragraph-title .sub-title {
  color: #111111;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.rt-el-paragraph-title h2.rtin-title {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .rt-el-paragraph-title h2.rtin-title {
    font-size: 28px;
  }
}
.rt-el-paragraph-title h1.rtin-title {
  font-size: 38px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .rt-el-paragraph-title h1.rtin-title {
    font-size: 30px;
  }
}
/*-------------------------------------
#. EL: About Area
---------------------------------------*/
.about-box-layout14 .item-video,
.about-box-layout17 .item-video {
  position: relative;
}
.about-box-layout14 .item-video img,
.about-box-layout17 .item-video img {
  border-radius: 4px;
  margin-top: 10px;
}
.about-box-layout14 .item-video .video-icon,
.about-box-layout17 .item-video .video-icon {
  position: absolute;
  left: 45%;
  transform: translate(-50%, -50%);
  line-height: 1.48;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(57, 108, 240, 0.8);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(57, 108, 240, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(57, 108, 240, 0.7);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(57, 108, 240, 0);
  }
}
.about-box-layout14 .item-video .video-icon .popup-video,
.about-box-layout17 .item-video .video-icon .popup-video {
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  background: #396cf0;
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}
.about-box-layout14 .item-video .video-icon .popup-video i,
.about-box-layout17 .item-video .video-icon .popup-video i {
  font-size: 37px;
  line-height: 2.4;
  margin-left: 5px;
}
.about-box-layout17 .item-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.about-box-layout17 .item-video .item-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.about-box-layout17 .item-video img.size-medilink-size3 {
  width: 100%;
}
.about-box-layout17 .item-video .video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  line-height: 1.48;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.about-box-layout17 .item-video .video-icon .popup-video {
  width: 90px;
  height: 90px;
  color: #396cf0;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}
.about-box-layout17 .item-video .video-icon .play-btn i:before {
  color: #396cf0;
}
.video-area-layout.rtin-layout1 .video-area {
  position: relative;
  z-index: 99;
}
.video-area-layout.rtin-layout1 h3 {
  color: #111;
  text-align: center;
  margin-top: 20px;
}
.video-area-layout.rtin-layout1 h3 a {
  color: #111;
}
.video-area-layout.rtin-layout1 h3 a:hover {
  color: #396cf0;
}
.video-area-layout.rtin-layout2 .video-area {
  position: relative;
  z-index: 99;
}
.video-area-layout.rtin-layout2 h3 {
  color: #111;
  text-align: center;
  margin-bottom: 20px;
}
.video-area-layout.rtin-layout2 h3 a {
  color: #111;
}
.video-area-layout.rtin-layout2 h3 a:hover {
  color: #396cf0;
}
.video-area-layout.rtin-layout3 .video-area {
  position: relative;
  z-index: 9;
}
.video-area-layout.rtin-layout3 .video-area .play-btn {
  top: 58%;
}
.video-area-layout.rtin-layout3 h3 {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 9;
  transition: all 0.5s ease-out;
  color: #fff;
}
.video-area-layout.rtin-layout4 .video-area {
  position: relative;
  z-index: 9;
}
.video-area-layout.rtin-layout4 .video-area .play-btn {
  top: 40%;
}
.video-area-layout.rtin-layout4 h3 {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 9;
  transition: all 0.5s ease-out;
  color: #fff;
}
.video-box1 .item-img {
  position: relative;
}
.video-box1 .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.video-box1 .item-img img {
  border-radius: 20px;
}
.video-box1 .item-img .play-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
.video-box1 .item-img .play-icon .item-icon {
  background: #ffffff;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.28);
  height: 120px;
  width: 120px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .video-box1 .item-img .play-icon .item-icon {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 479px) {
  .video-box1 .item-img .play-icon .item-icon {
    height: 60px;
    width: 60px;
  }
}
.video-box1 .item-img .play-icon .item-icon:hover span {
  color: #0711fc;
}
.video-box1 .item-img .play-icon .item-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #396cf0;
  animation: pulse-border 2000ms ease-out infinite;
  z-index: -1;
}
.video-box1 .item-img .play-icon .item-icon span {
  color: #396cf0;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .video-box1 .item-img .play-icon .item-icon span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .video-box1 .item-img .play-icon .item-icon span {
    font-size: 20px;
  }
}

.video-box1.style-2 .item-img:before{
  content: none;
}
.video-box1.style-2 .item-img img {
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.video-box1.style-2 .item-img .play-icon .item-icon{
  height: 60px;
  width: 60px;
}
.video-box1.style-2 .item-img .play-icon .item-icon span{
  font-size: 18px;
}
.video-box1.style-2 .item-img .play-icon .item-icon:before {
  width: 90px;
  height: 90px;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0;
  }
}
.check-up-wrap:hover .image-shape-up {
  animation: scale-up-one 4s infinite linear;
}
/*-------------------------------------
#. EL: Departments Area
---------------------------------------*/
.single-medilink_departments ul,
.single-medilink_doctor ul {
  padding-left: 0;
}
.single-medilink_departments ul li,
.single-medilink_doctor ul li {
  list-style: none;
}
.departments-wrap-layout2 {
  position: relative;
}
.departments-wrap-layout2 .left-img {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.departments-box-layout3 .slick-slide img {
  margin: auto;
}
.departments-box-layout3 .nav-item{
  text-align: center;
}
.departments-box-layout3 .nav-item img {
  border-radius: 50%;
}
.departments-box-layout3 .nav-item img.icon-image {
  border-radius: inherit;
  width: 60px;
  margin-bottom: 10px;
}
.departments-box-layout3 .nav-item img.icon-image.hover {
  display: none;
  width: 60px;
}
.departments-box-layout3 .nav-item.slick-current img.icon-image.hover {
  display: block;
}
.departments-box-layout3 .nav-item.slick-current img.icon-image {
  display: none;
}
.departments-box-layout3 .slick-navigation {
  background-color: transparent;
  color: #396cf0;
  border: 1px solid #396cf0;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.departments-box-layout3 .slick-navigation:hover {
  background-color: #396cf0;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout3 .slick-navigation {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}
.departments-box-layout3 .slick-prev {
  position: absolute;
  left: 15px;
  top: 75px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout3 .slick-prev {
    left: 2px;
  }
}
.departments-box-layout3 .slick-prev:before {
  display: none;
}
.departments-box-layout3 .slick-next {
  position: absolute;
  right: 15px;
  top: 75px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout3 .slick-next {
    right: 2px;
  }
}
.departments-box-layout3 .slick-next:before {
  display: none;
}
.departments-box-layout3 .slick-slider {
  position: initial;
}
.departments-box-layout3:hover .slick-navigation {
  opacity: 1;
  visibility: visible;
}
.departments-box-layout4 .slick-slide img {
  margin: auto;
}
.departments-box-layout4 .nav-item img {
  border-radius: 50%;
}
.departments-box-layout4 .nav-item img.icon-image {
  border-radius: inherit;
}
.departments-box-layout4 .slick-navigation {
  background-color: transparent;
  color: #396cf0;
  border: 1px solid #396cf0;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 43px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.departments-box-layout4 .slick-navigation:hover {
  background-color: #396cf0;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout4 .slick-navigation {
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}
.departments-box-layout4 .slick-prev {
  position: absolute;
  left: 2px;
  top: 75px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout4 .slick-prev {
    left: 2px;
  }
}
.departments-box-layout4 .slick-prev:before {
  display: none;
}
.departments-box-layout4 .slick-next {
  position: absolute;
  right: 2px;
  top: 75px;
  z-index: 7;
}
@media only screen and (max-width: 479px) {
  .departments-box-layout4 .slick-next {
    right: 2px;
  }
}
.departments-box-layout4 .slick-next:before {
  display: none;
}
.departments-box-layout4 .slick-slider {
  position: initial;
}
.departments-wrap-layout6 {
  position: relative;
  overflow: hidden;
}
.departments-wrap-layout6:after {
  content: url(https://aasphr.org/wp-content/themes/medilink/assets/css/img/department/department-bg2.png);
  bottom: -9px;
  left: 0;
  position: absolute;
  z-index: 1;
}
.departments-box-layout1 {
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.departments-box-layout1 .item-img img {
  width: 100%;
}
.departments-box-layout1 .item-img:after {
  position: absolute;
  content: "";
  background-color: rgba(57, 108, 240, 0.9);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-img .item-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.departments-box-layout1 .item-img .item-btn-wrap a.item-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-img .item-btn-wrap a.item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}
.departments-box-layout1 .item-img .item-btn-wrap a.item-btn i {
  margin-left: 3px;
  font-size: 18px;
}
.departments-box-layout1 .item-content {
  text-align: center;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
}
.departments-box-layout1 .item-content .item-title {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
}
.departments-box-layout1 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments-box-layout1 .item-content .item-title a:hover {
  color: #396cf0;
}
.departments-box-layout1 .item-content .department-info {
  padding-left: 0;
}
.departments-box-layout1 .item-content .department-info li {
  list-style: none;
  color: #444444;
  font-weight: 500;
}
.departments-box-layout1 .item-content .department-info li i {
  color: #396cf0;
  margin-right: 10px;
}
.departments-box-layout1 .item-content .department-info li i:before {
  margin-left: 0;
}
.departments-box-layout1 .item-content .department-info li span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  color: #111111;
}
.departments-box-layout1:hover {
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.departments-box-layout1:hover .item-img:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.departments-box-layout1:hover .item-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.departments-wrap-layout2 .owl-stage {
  padding: 39px 0 16px 0;
}
.departments-wrap-layout2 .owl-item:hover {
  transform: translate3d(0, -5px, 0);
}
.departments-wrap-layout2 .owl-item {
  position: relative;
  transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
}
.departments-box-layout2update {
  border-radius: 8px;
}
.departments-box-layout2update {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 40px 45px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  transition: all 0.3s ease-out;
}
.departments-box-layout2update .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  transition: all 0.3s ease-out;
}
.departments-box-layout2update .item-img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.departments-box-layout2update .item-img img {
  width: inherit !important;
  display: inherit !important;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
}
.departments-box-layout2update .item-icon {
  position: relative;
  margin-bottom: 25px;
}
.departments-box-layout2update .item-icon img {
  width: inherit !important;
  display: inherit !important;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
}
.departments-box-layout2update .item-icon i {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.departments-box-layout2update .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments-box-layout2update .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.departments-box-layout2update .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments-box-layout2update .item-title a:hover {
  color: #3c70fa;
}
.departments-box-layout2update p {
  margin-bottom: 15px;
}
.departments-box-layout2update .item-btn {
  padding: 8px 30px;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 5px;
  font-weight: 500;
  color: #646464;
  display: inline-block;
}
.departments-box-layout2update .item-btn i {
  position: relative;
  right: 0;
  margin-left: 5px;
  transition: all 0.3s ease-out;
  color: #646464;
}
.departments-box-layout2update .item-btn:hover {
  background-color: #396cf0;
  color: #fff;
}
.departments-box-layout2update .item-btn:hover i {
  color: #fff;
}
.departments-box-layout2update:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
.departments-box-layout2update:hover .departments-sl {
  color: #111111;
}
.departments-box-layout2update:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2update:hover .item-icon img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2update:hover .item-img img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2update:hover .item-btn:hover {
  color: #fff;
}
.departments-box-layout2update:hover .item-btn:hover i {
  right: -5px;
}
.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #396cf0;
}
.departments-wrap-layout2 .owl-theme .owl-dots .owl-dot span {
  width: 26px;
  height: 8px;
  border-radius: 4px;
  background-color: #dedede;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.departments-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 40px 45px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.departments-box-layout2 .item-img img {
  width: inherit !important;
  display: inherit !important;
  border-radius: 50%;
}
.departments-box-layout2 .item-icon {
  margin-bottom: 25px;
}
.departments-box-layout2 .item-icon img {
  width: inherit !important;
  display: inherit !important;
}
.departments-box-layout2 .item-icon i {
  display: inline-block;
}
.departments-box-layout2 .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-title {
  font-weight: 700;
  font-size: 22px;
}
.departments-box-layout2 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments-box-layout2 .item-title a:hover {
  color: #3c70fa;
}
.departments-box-layout2 p {
  margin-bottom: 20px;
}
.departments-box-layout2 .item-btn {
  padding: 5px 10px 5px 0;
  color: #b2b2b2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: 500;
}
.departments-box-layout2 .item-btn i {
  position: relative;
  right: 0;
  color: #b2b2b2;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.departments-box-layout2:hover {
  box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.75);
}
.departments-box-layout2:hover .departments-sl {
  color: #111111;
}
.departments-box-layout2:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2:hover .item-icon img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2:hover .item-img img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout2:hover .item-btn {
  color: #111111;
}
.departments-box-layout2:hover .item-btn i {
  color: #396cf0;
}
.departments-box-layout2:hover .item-btn:hover {
  color: #396cf0;
}
.departments-box-layout2:hover .item-btn:hover i {
  right: -5px;
}
.departments-box-layout3 {
  position: relative;
}
.departments-box-layout3 .nav-wrap {
  margin-bottom: 26px;
  width: 100%;
  border-bottom: 0;
}
.departments-box-layout3 .nav-wrap .slick-slide {
  cursor: all-scroll;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
  margin-bottom: 4px;
  text-align: center;
  color: #111111;
  padding: 30px 5px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.75);
  transition: all 0.3s ease-out;
  font-weight: 500;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide i {
  display: block;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide i:before {
  margin-left: 0;
  font-size: 5.8rem;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .slick-slide.slick-center {
  background: #396cf0;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .nav-wrap .nav-item.slick-slide.slick-center i:before {
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.departments-box-layout3 .single-item .media {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  background-color: #396cf0;
  z-index: 1;
}
.departments-box-layout3 .single-item .media .item-img {
  overflow: hidden;
  -webkit-clip-path: ellipse(75% 75% at 25% 50%);
  clip-path: ellipse(75% 75% at 25% 50%);
}
@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .item-img {
    width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .item-img {
    overflow: inherit;
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
  }
}
.departments-box-layout3 .single-item .media .media-body {
  padding-right: 60px;
  padding-left: 30px;
}
@media only screen and (max-width: 1399px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 2rem;
  }
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 4rem 5rem 3rem;
    clear: both;
  }
}
@media only screen and (max-width: 991px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 4rem 5rem 4rem;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body {
    padding: 4rem 5rem 1rem;
    clear: both;
  }
}
.departments-box-layout3 .single-item .media .media-body .item-title {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin-bottom: 50px;
}
.departments-box-layout3 .single-item .media .media-body .item-title:before {
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #ffffff;
  content: "";
  z-index: 1;
  bottom: -24px;
  left: 0;
  border-radius: 4px;
}
.departments-box-layout3 .single-item .media .media-body p {
  color: #ffffff;
  margin-bottom: 30px;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item {
    margin-bottom: 40px;
    padding: 0;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li {
  margin-bottom: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-right: 1px solid #648eff;
  padding-right: 30px;
  margin-right: 30px;
  float: left;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li:first-child {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li:first-child {
    padding-right: 5px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .departments-box-layout3 .single-item .media .media-body ul.list-item li:last-child {
    margin-bottom: 0;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i {
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
  margin-left: 0;
  color: #ffffff;
  font-size: 56px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li .item-icon i:before {
    font-size: 32px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text {
    margin-left: 10px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text .inner-item-title {
    font-size: 20px;
  }
}
.departments-box-layout3 .single-item .media .media-body ul.list-item li .item-text span {
  color: #ffffff;
}
.departments-box-layout3 .single-item .media .media-body a.item-btn {
  padding: 11px 29px;
  border: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-out;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .departments-box-layout3 .single-item .media .media-body a.item-btn {
    padding: 8px 20px;
  }
}
.departments-box-layout3 .single-item .media .media-body a.item-btn i {
  margin-left: 6px;
}
.departments-box-layout3 .single-item .media .media-body a.item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon {
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon .icon-image.non-hover {
  width: 165px;
  opacity: .1;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i {
  display: block;
  line-height: 1;
}
.departments-box-layout3 .single-item .media .media-body .ctg-item-icon i:before {
  margin-left: 0;
  font-size: 18rem;
  color: #295de8;
}
.departments-box-layout4 {
  margin-bottom: 30px;
  padding: 45px 35px 45px 35px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(221, 226, 229, 0.75);
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .departments-box-layout4 {
    padding: 20px 20px 40px;
  }
}
.departments-box-layout4 .box-content {
  text-align: center;
}
.departments-box-layout4 .box-content .icon-img img {
  border-radius: 1px;
  margin: auto;
  width: 60px;
}
.departments-box-layout4 .box-content .icon-img {
  margin-bottom: 25px;
}
.departments-box-layout4 .box-content .icon-img.hover {
  display: none;
}
.departments-box-layout4 .box-content .thumbnail-img {
  margin-bottom: 15px;
}
.departments-box-layout4 .box-content .thumbnail-img img {
  border-radius: 15px;
  width: 88px;
  margin: auto;
  padding: 9px;
}
.departments-box-layout4 .box-content i:before {
  color: #396cf0;
  font-size: 70px;
  margin-left: 0px;
  transition: all 0.3s ease-out;
}
.departments-box-layout4 .box-content .item-title {
  font-size: 22px;
}
.departments-box-layout4 .box-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments-box-layout4 .box-content p {
  transition: all 0.3s ease-out;
}
.departments-box-layout4:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(159, 159, 159, 0.75);
}
.departments-box-layout4:hover .box-content i:before {
  color: #ffffff;
}
.departments-box-layout4:hover .box-content .item-title a {
  color: #ffffff;
}
.departments-box-layout4:hover .box-content .item-title a:hover {
  color: #e3e3e3;
}
.departments-box-layout4:hover .box-content p {
  color: #ffffff;
}
.departments-box-layout4:hover .box-content .icon-img.hover {
  display: block;
}
.departments-box-layout4:hover .box-content .icon-img.non-hover {
  display: none;
}
.departments-box-layout5 {
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img {
  position: relative;
  overflow: hidden;
}
.departments-box-layout5 .item-img img {
  border-radius: 4px;
  width: 100%;
}
.departments-box-layout5 .item-img:before {
  content: "";
  background: linear-gradient(to top, #396cf0, transparent);
  height: 60%;
  width: 100%;
  bottom: 0;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content {
  padding: 0 20px 0 30px;
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
}
.departments-box-layout5 .item-img .item-content .item-title a {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-title a:hover {
  color: #e3e3e3;
}
.departments-box-layout5 .item-img .item-content p {
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-btn {
  padding: 8px 24px;
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.departments-box-layout5 .item-img .item-content .item-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.departments-box-layout5 .item-img .item-content .item-btn i {
  margin-left: 3px;
  font-size: 18px;
}
.departments-box-layout5:hover {
  box-shadow: 0px 8px 20px 0px rgba(126, 126, 126, 0.75);
}
.departments-box-layout5:hover .item-img:before {
  height: 100%;
  background-color: #396cf0;
  opacity: 0.9;
}
.departments-box-layout5:hover .item-content {
  transform: translateY(-50%);
  top: 50%;
}
.departments-box-layout5:hover .item-content p,
.departments-box-layout5:hover .item-content .item-btn {
  opacity: 1;
  visibility: visible;
}
.departments-box-layout6 {
  position: relative;
}
.departments-box-layout6 .item-img {
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.departments-box-layout7 .single-box {
  padding: 3rem 1rem 2.5rem;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 5px;
  transition: all 0.5s ease-out;
}
.departments-box-layout7 .single-box .hover-no {
  display: block;
  transition: all 0.2s ease-out;
  margin: 0 auto 15px auto;
}
.departments-box-layout7 .single-box .hover-yes {
  display: none;
  transition: all 0.2s ease-out;
  margin: 0 auto 15px auto;
}
.departments-box-layout7 .single-box:hover {
  background-color: #396cf0;
  box-shadow: 0px 10px 50px 0px rgba(162, 162, 162, 0.75);
}
.departments-box-layout7 .single-box:hover i:before {
  color: #ffffff;
}
.departments-box-layout7 .single-box:hover .hover-no {
  display: none;
  transition: all 0.2s ease-out;
  width: 64px;
}
.departments-box-layout7 .single-box:hover .hover-yes {
  display: block;
  transition: all 0.2s ease-out;
  width: 64px;
}
.departments-box-layout7 .single-box:hover p a {
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease-out;
}
.departments-box-layout7 .single-box:hover p a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: -1px;
  font-size: 15px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  color: #e3e3e3;
  transition: all 0.2s ease-out;
}
.departments-box-layout7 .single-box:hover p a:hover {
  padding-right: 20px;
}
.departments-box-layout7 .single-box:hover p a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(5px);
}
.departments-box-layout7 .single-box i {
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}
.departments-box-layout7 .single-box i:before {
  margin-left: 0px;
  font-size: 65px;
  color: #396cf0;
  line-height: 1;
}
.departments-box-layout7 .single-box p {
  margin-bottom: 0px;
  font-weight: 500;
}
.departments-box-layout7 .single-box p a {
  color: #111111;
}
.departments-box-layout7 .single-box p a:hover {
  color: #e3e3e3;
}
/* Departments Box Layout 8*/
.feature-box-layout8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #cfeff8;
  position: relative;
  border-radius: 8px;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  overflow: hidden;
}
.feature-box-layout8:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 575px){
  .feature-box-layout8{
    text-align: center;
  }
}
.feature-box-layout8:hover .item-content {
  transform: translateY(0px);
}
.feature-box-layout8:hover .item-content .item-button .item-btn {
  visibility: visible;
  opacity: 1;
}
.feature-box-layout8:hover .item-img img {
  transform: scale(1.1);
}
.feature-box-layout8 .item-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  transform: translateY(70px);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.feature-box-layout8 .item-content .item-title h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
.feature-box-layout8 .item-content p {
  color: #fff;
  width: 75%;
}
@media only screen and (max-width: 991px){
  .feature-box-layout8 .item-content p {
    width: 100%;
  }
}
.feature-box-layout8 .item-content .item-button {
  transition: all 0.3s ease-in-out;
}
.feature-box-layout8 .item-content .item-button .item-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #396cf0;
  padding: 10px;
  border: 1px solid #396cf0;
  border-radius: 6px;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 1;
}
.feature-box-layout8 .item-content .item-button .item-btn:hover {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.feature-box-layout8 .item-content .item-button .item-btn i {
  margin-left: 7px;
  transition: all 0.3s ease-out;
}
.feature-box-layout8 .item-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 991px){
  .feature-box-layout8 .item-img {
    top: inherit;
    bottom: 0;
    transform: inherit;
    height: 100%;
  }
}
.feature-box-layout8 .item-img img {
  border-radius: 0px 8px 8px 0px;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-box-layout8 .figure-img {
  position: absolute;
  left: 30px;
  top: 30px;
}
.feature-box-layout8 .figure-img i:before{
  font-size: 60px;
  color: #4071f0;
}
.feature-box-layout4 {
  background-color: #d2cbeb;
}
.feature-box-layout5 {
  background-color: #ffe5d3;
}
.single-department-wrap-layout1 {
  padding: 10rem 0 7rem;
}
@media only screen and (max-width: 991px) {
  .single-department-wrap-layout1 {
    padding: 5rem 0px 7rem;
  }
}
.single-departments-box-layout1 {
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 {
    padding-left: 0;
  }
}
.single-departments-box-layout1 .single-departments-img {
  border-radius: 4px;
  margin-bottom: 45px;
}
.single-departments-box-layout1 .single-departments-img .tab-content {
  border: none;
  position: relative;
  overflow: hidden;
}
.single-departments-box-layout1 .single-departments-img .tab-content a {
  cursor: move;
  display: block;
  background-color: #cecece;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
}
.single-departments-box-layout1 .single-departments-img .tab-content a img {
  border-radius: 4px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav {
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (max-width: 1199px) {
  .single-departments-box-layout1 .single-departments-img .tab-nav {
    margin-bottom: 35px;
  }
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item:last-child {
  margin-right: 0;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a {
  position: relative;
  display: block;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a img {
  width: 100%;
  border-radius: 4px;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:before {
  content: "\f067";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
}
.single-departments-box-layout1 .single-departments-img .tab-nav .nav-item a.active:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 2;
}
.single-departments-box-layout1 .item-content .item-content-wrap {
  margin-bottom: 50px;
}
.single-departments-box-layout1 .item-content .item-title {
  font-weight: 700;
  color: #111111;
}
.single-departments-box-layout1 .item-content .sub-title {
  font-size: 24px;
  color: #111111;
  margin-bottom: 20px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .single-departments-box-layout1 .item-content .sub-title {
    font-size: 20px;
  }
}
.single-departments-box-layout1 .item-content .department-info {
  margin: 35px 0;
}
.single-departments-box-layout1 .item-content .department-info li {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 40px;
}
.single-departments-box-layout1 .item-content .department-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #396cf0;
  height: 20px;
  width: 20px;
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}
.single-departments-box-layout1 .item-content .department-info li:last-child {
  margin-bottom: 0;
}
.single-departments-box-layout1 .item-content .item-cost {
  margin-bottom: 50px;
}
.single-departments-box-layout1 .item-content .item-cost ul {
  padding: 0;
}
.single-departments-box-layout1 .item-content .item-cost ul li {
  color: #111111;
  padding: 15px 0px 15px 25px;
  position: relative;
}
.single-departments-box-layout1 .item-content .item-cost ul li span {
  font-weight: 500;
  right: 25px;
  position: absolute;
}
.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(odd) {
  background-color: #f1f7fa;
}
.single-departments-box-layout1 .item-content .item-cost ul li:nth-child(even) {
  background-color: #ffffff;
}
.single-departments-box-layout1 .item-content .item-specialist.layout-2 {
  position: relative;
}
.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body {
  position: absolute;
  right: 0;
  background: #fffc;
  width: 57%;
  top: 24px;
  padding: 20px;
}
@media only screen and (max-width: 575px) {
  .single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body {
    position: inherit;
    width: 100%;
  }
}
.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body h4.item-title {
  margin-bottom: 10px;
}
.single-departments-box-layout1 .item-content .item-specialist.layout-2 .media-body span.degree {
  margin-bottom: 10px;
}
.single-departments-box-layout1 .item-content .item-specialist {
  margin-bottom: 30px;
}
.single-departments-box-layout1 .item-content .item-specialist .item-img {
  background-color: #f1f7fa;
  border-radius: 4px;
}
@media only screen and (max-width: 575px) {
  .single-departments-box-layout1 .item-content .item-specialist .item-img {
    width: -webkit-max-content;
    width: max-content;
  }
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title {
  text-transform: capitalize;
  font-weight: 700;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-title a:hover {
  color: #396cf0;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body span {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: poppins;
  display: block;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn {
  border: 1px solid #396cf0;
  font-size: 14px;
  font-weight: 500;
  color: #396cf0;
  border-radius: 4px;
  padding: 9px 20px;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.single-departments-box-layout1 .item-content .item-specialist .media-body .item-btn:hover {
  color: #ffffff;
  background-color: #396cf0;
}
/*-------------------------------------
#. EL: Team Area
---------------------------------------*/
.team-wrap-layout3 {
  overflow: hidden;
}
.team-box-layout5 {
  padding: 30px 10px 25px 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout5 {
    padding: 30px 10px 30px 20px;
  }
}
.team-box-layout5 .item-img {
  max-width: 170px;
  max-height: 170px;
}
.team-box-layout5 .item-img img {
  background-color: #f1f7fa;
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout5 .media-body {
    margin-left: 2rem;
  }
}
.team-box-layout5 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
}
.team-box-layout5 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout5 .item-content .item-title a:hover {
  color: #396cf0;
}
.team-box-layout5 .item-content .item-degree {
  color: #396cf0;
  margin-bottom: 20px;
}
.team-box-layout5 .item-content .designation {
  font-weight: 500;
}
.team-box-layout5 .item-content ul.item-btns {
  padding: 0;
}
.team-box-layout5 .item-content ul.item-btns li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.team-box-layout5 .item-content ul.item-btns li a.item-btn,
.team-box-layout7 .item-content ul.item-btns li a.item-btn {
  display: inline-block;
  border: 1px solid;
  border-color: #396cf0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease-out;
}
.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost {
  color: #396cf0;
  background-color: transparent;
}
.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill {
  color: #ffffff;
  background-color: #396cf0;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}
.team-box-layout5 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #396cf0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout5 .item-content ul.item-btns li {
    margin-right: 5px;
  }
}
/* team-box-layout8 */
.team-box-layout8{
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #F6F7FB;
}
.team-box-layout8 .team-social-1 {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.team-box-layout8 .team-social-1{
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-box-layout8 .team-social-1 .social-item .social-hover-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #396CF0;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.team-box-layout8 .team-social-1 .social-item .team-social-dropdown {
  position: absolute;
  top: 44px;
  left: 0;
  transition: all ease 0.4s;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
  padding: 0;
}
.team-box-layout8 .item-img .item-content {
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.team-box-layout8 .item-img img {
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box-layout8 .item-img .item-content .item-title{
  margin-bottom: 5px;
}
.team-box-layout8 .item-img .item-content .item-title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #102737;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box-layout8 .item-img .item-content .item-title a:hover{
  color:#396CF0; 
}
.team-box-layout8:hover .item-img img{
  filter: grayscale(0);
}
.team-box-layout8 .team-social-1 .social-item:hover .team-social-dropdown {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.team-box-layout8 .team-social-1 .social-item .team-social-dropdown li {
  display: block;
  margin-bottom: 4px;
}
.team-box-layout8 .team-social-1 .social-item .team-social-dropdown li a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #396CF0;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 50%;
}
.team-box-layout8 .team-social-1 .social-item:hover .team-social-dropdown{
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-box-layout5 .item-content ul.item-btns li:last-child {
  margin-right: 0;
}

.team-box-layout9{
  border-radius: 12px;
  background: #fff;
  padding: 12px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.team-box-layout9,
.team-box-layout9 .item-img{
  border-radius: 12px;
}
.team-box-layout9 .item-img{
  position: relative;
  background: #F6F7FB;
  padding-top: 10px;
}
.team-box-layout9 .item-img::before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  content: "";
  background-image: linear-gradient(rgb(209 40 40 / 0%), rgb(255 255 255 / 88%));
  z-index: 3;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.team-box-layout9:hover .item-img::before{
  opacity: 1;
  visibility: visible;
}
.team-box-layout9 .team-social-1{
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 20px;
  z-index: 5;
  transform: scaleX(0);
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.team-box-layout9 .team-social-1 li{
  display: inline-block;
  margin: 0 3px;
}
.team-box-layout9 .team-social-1 li:first-child{
  margin-left: 0;
}
.team-box-layout9 .team-social-1 li:first-last{
  margin-right: 0;
}
.team-box-layout9 .item-title{
  margin-bottom: 3px;
}
.team-box-layout9 .item-title a{
  color: #111111;
  transform: 0.4s;
}
.team-box-layout9 .item-designation{
  color: #111111;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  padding-top: 10px;
}
.team-box-layout9 .item-title a:hover{
  color: #396CF0;
}
.team-box-layout9 .team-social-1 i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  align-items: center;
  justify-content: center;
  background-color: #396CF0;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 50%;
}
.team-box-layout9 .team-social-1 .fa-facebook{
  background-color: #1877F2;
}
.team-box-layout9 .team-social-1 .fa-linkedin{
  background-color: #0A66C2;
}
.team-box-layout9 .team-social-1 .fa-twitter{
  background-color: #1DA1F2;
}
.team-box-layout9 .team-social-1 .fa-youtube-play{
  background-color: #E62117;
}
.team-box-layout9 .team-social-1 .fa-github{
  background-color: #171515;
}
.team-box-layout9 .team-social-1 .fa-pinterest-p{
  background-color: #c8232c;
}
.team-box-layout9 .team-social-1 .fa-stack-overflow{
  background-color: #EF8236;
}
.team-box-layout9 .item-content {
  padding: 25px 10px 0;
}
.team-box-layout9 .item-img img {
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box-layout9 .hover-shape-image {
  position: absolute;
  top: 20px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.team-box-layout9 .normal-image {
 position: relative;
}
.team-box-layout9:hover .item-img img {
  filter: grayscale(0);
}
.team-box-layout9:hover .team-social-1{
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}
.team-box-layout9:hover .hover-shape-image{
  opacity: 1;
  visibility: visible;
}
.team-box-layout1 {
  padding: 30px 45px 75px;
  background-image: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/team-bg1.jpg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .team-box-layout1 {
    padding: 30px 15px 39px;
  }
}
.team-box-layout1 .item-content {
  position: relative;
  z-index: 2;
}
.team-box-layout1 .title-bar {
  position: relative;
  margin-bottom: 45px;
}
.team-box-layout1 .title-bar:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  bottom: -24px;
  left: 0;
  z-index: 1;
}
.team-box-layout1 .item-title {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .team-box-layout1 .item-title {
    font-size: 22px;
  }
}
.team-box-layout1 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout1 .item-title a:hover {
  color: #396cf0;
}
.team-box-layout1 .item-schedule ul {
  margin-bottom: 20px;
}
.team-box-layout1 .item-schedule ul li {
  color: #111111;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.team-box-layout1 .item-schedule ul li:last-child {
  margin-bottom: 0;
}
.team-box-layout1 .item-schedule ul li span {
  font-weight: 400;
  display: block;
  color: #444444;
}
.team-box-layout1 .item-schedule .item-btn {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: initial;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-box-layout1 .item-schedule .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.team-box-layout1 .item-schedule .item-btn:hover:after {
  color: #ffffff;
}
.team-box-layout1 .item-img {
  position: absolute;
  bottom: 0;
  right: 7px;
  z-index: 1;
}
.team-box-layout1.style3 .item-img{
  top: 35px;
  width: 140px;
  height: 140px;
  right: 35px;
}
.team-box-layout1.style3 .item-img img{
  border-radius: 50%;
}
.team-box-layout2 {
  background-color: #ffffff;
  padding: 40px 30px;
  margin-bottom: 30px;
}
.team-box-layout2:hover {
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  transition: all 0.5s ease-out;
  box-shadow: 0 1px 9px 4px rgba(137, 173, 255, 0.1);
}
.team-box-layout2:hover .item-schedule .item-btn {
  background-color: #396cf0;
  color: #ffffff;
}
.team-box-layout2 .item-img {
  position: relative;
  background-color: #f1f7fa;
  border-radius: 50%;
  margin: 0 auto 23px;
  max-width: 230px;
  max-height: 230px;
}
.team-box-layout2 .item-img img {
  width: 100%;
  border-radius: 50%;
}
.team-box-layout2 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout2 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout2 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout2 .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout2 .item-img:hover .item-icon {
  padding-left: 0;
}
.team-box-layout2 .item-img:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-content {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.team-box-layout2 .item-content:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #396cf0;
  left: 0;
  bottom: -20px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.team-box-layout2 .item-content .item-title {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 6px;
}
.team-box-layout2 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout2 .item-content .item-title a:hover {
  color: #396cf0;
}
.team-box-layout2 .item-content p {
  color: #646464;
  margin-bottom: 0;
  font-weight: 500;
}
.team-box-layout2 .item-schedule ul {
  margin-bottom: 20px;
}
.team-box-layout2 .item-schedule ul li {
  margin-bottom: 5px;
  color: #646464;
  position: relative;
  text-transform: capitalize;
}
.team-box-layout2 .item-schedule ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.team-box-layout2 .item-schedule .item-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  color: #646464;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-box-layout2 .item-schedule .item-btn:hover {
  background-color: #3c70fa;
}
.team-box-layout41 {
  background-color: #ffffff;
  padding: 45px 30px 26px 30px;
  margin-bottom: 30px;
}
.team-box-layout41 .item-img {
  position: relative;
  background-color: #f1f7fa;
  border-radius: 50%;
  margin: 0 auto 23px;
}
.team-box-layout41 .item-img img {
  width: 100%;
  border-radius: 50%;
}
.team-box-layout41 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.team-box-layout41 .item-img ul.item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.team-box-layout41 .item-img ul.item-icon li {
  display: inline-block;
  visibility: hidden;
  list-style: none;
}
.team-box-layout41 .item-img ul.item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}
.team-box-layout41 .item-img ul.item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout41 .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout41 .item-img:hover ul.item-icon {
  opacity: 1;
}
.team-box-layout41 .item-img:hover ul.item-icon li {
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.team-box-layout41 .item-social {
  text-align: center;
  margin-bottom: 15px;
  display: block;
  clear: both;
  overflow: hidden;
}
.team-box-layout41 .item-social li {
  display: inline-block;
  margin: 0 10px;
}
.team-box-layout41 .item-social li a {
  color: #646464;
}
.team-box-layout41 .item-social li a:hover {
  color: #396cf0;
}
.team-box-layout41 .item-content {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
.team-box-layout41 .item-content .item-title {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 6px;
}
.team-box-layout41 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout41 .item-content .item-title a:hover {
  color: #396cf0;
}
.team-box-layout41 .item-content p {
  color: #646464;
  margin-bottom: 0;
}
.team-box-layout41 .item-schedule ul {
  margin-bottom: 20px;
}
.team-box-layout41 .item-schedule ul li {
  margin-bottom: 5px;
  color: #646464;
  position: relative;
  text-transform: capitalize;
}
.team-box-layout41 .item-schedule ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
.team-box-layout41 .item-schedule .btn-holder {
  text-align: center;
}
.team-box-layout41 .item-schedule .item-btn {
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  border: 2px solid;
  border-color: #396cf0;
  color: #646464;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 700;
  padding: 13px 28px;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-box-layout41 .item-schedule .item-btn:hover {
  background-color: #3c70fa;
  color: #fff;
}
.team-box-layout42 {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.team-box-layout42 .item-mid {
  position: relative;
}
.team-box-layout42 .item-mid .item-img {
  position: relative;
  background-color: #f1f7fa;
  border-radius: 4px;
}
.team-box-layout42 .item-mid .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout42 .item-mid .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout42 .item-mid .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}
.team-box-layout42 .item-mid .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout42 .item-mid .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout42 .item-mid .item-img:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.team-box-layout42 .item-mid .item-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  transition: all 0.5s ease-out;
}
.team-box-layout42 .item-mid .item-content .item-content-mid {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #0f2738;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0 0 0;
  height: 86px;
  transition: all 0.5s ease-out;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-title {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0px;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-title a {
  color: #fff;
  transition: all 0.3s ease-out;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-title a:hover {
  color: #e0dede;
}
.team-box-layout42 .item-mid .item-content .item-content-mid p {
  color: #fff;
  margin-bottom: 20;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
  transform: all 0.6s;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-social {
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  transform: all 0.7s;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-social ul {
  margin: 0;
  padding: 0;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li {
  display: inline-block;
  margin: 0 10px;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li a {
  color: #fff;
}
.team-box-layout42 .item-mid .item-content .item-content-mid .item-social li a:hover {
  color: #e0dede;
}
.team-box-layout42:hover .item-content .item-content-mid {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(15, 39, 56, 0.9);
  border-radius: 4px;
  height: auto;
  overflow: hidden;
  padding: 26px 15px 33px 15px;
}
.team-box-layout42:hover .item-content .item-content-mid .item-social {
  opacity: 1;
  visibility: visible;
  display: block;
}
.team-box-layout3 {
  background-color: #ffffff;
}
.team-box-layout3:hover {
  box-shadow: 0px 5px 50px 0px rgba(220, 223, 225, 0.75);
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-img {
  position: relative;
}
.team-box-layout3 .item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout3 .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout3 .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout3 .item-content {
  text-align: center;
  padding: 25px 30px 30px;
}
.team-box-layout3 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}
.team-box-layout3 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout3 .item-content .item-title a:hover {
  color: #396cf0;
}
.team-box-layout3 .item-content .item-btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  border: 1px solid;
  border-color: #396cf0;
  color: #396cf0;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-box-layout3 .item-content .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.team-box-layout3 .item-content .item-btn:hover:after {
  color: #ffffff;
}
.team-box-layout3:hover .item-img:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout3:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.team-box-layout4 {
  padding: 30px 10px 25px 40px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout4 {
    padding: 30px 10px 30px 20px;
  }
}
.team-box-layout4 .item-img img {
  background-color: #f1f7fa;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout4 .media-body {
    margin-left: 2rem;
  }
}
.team-box-layout4 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
}
.team-box-layout4 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content .item-title a:hover {
  color: #396cf0;
}
.team-box-layout4 .item-content .item-degree {
  color: #396cf0;
  font-weight: 500;
  margin-bottom: 20px;
}
.team-box-layout4 .item-content ul.item-btns li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}
.team-box-layout4 .item-content ul.item-btns li a.item-btn {
  display: inline-block;
  border: 1px solid;
  border-color: #396cf0;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px 24px;
  transition: all 0.3s ease-out;
}
.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-ghost {
  color: #396cf0;
  background-color: transparent;
}
.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-ghost:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-fill {
  color: #ffffff;
  background-color: #396cf0;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}
.team-box-layout4 .item-content ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #396cf0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-box-layout4 .item-content ul.item-btns li {
    margin-right: 5px;
  }
}
.team-box-layout4 .item-content ul.item-btns li:last-child {
  margin-right: 0;
}
.team-box-layout6 {
  padding: 0;
  background: transparent;
  margin-bottom: 30px;
}
.team-box-layout6 .media {
  align-items: center;
}
.team-box-layout6 .media .media-body .item-content p {
  color: #646464;
}
.team-box-layout6 .media .media-body .item-content ul.item-btns li a.item-btn.btn-fill {
  color: #396cf0;
  background-color: transparent;
  box-shadow: inherit;
}
.team-box-layout6 .media .media-body .item-content ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: #396cf0;
  color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}
.team-box-layout1.team-box-layout6 .item-img{
  position: inherit;
  bottom: auto;
  right: auto;
  z-index: inherit;
}
.team-box-layout6 .item-img{
  max-width: 100%;
  max-height: 100%;
}
.team-box-layout6 .item-img img{
  background-color: transparent;
  border-radius: inherit;
}
@media only screen and (max-width: 991px) {
  .team-box-layout6 .item-img img,
  .team-box-layout7 .item-img img{
    width: auto;
  }
  .team-box-layout6 .media-none-md > div,
  .team-box-layout7 .media-none-md > div{
    width: inherit;
  }
  .team-box-layout6 .media-none-md,
  .team-box-layout7 .media-none-md{
    display: flex;
  }
  .team-box-layout6 .media-body,
  .team-box-layout7 .media-body{
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .team-box-layout6 .media-none-md,
  .team-box-layout7 .media-none-md{
    display: block;
  }
  .team-box-layout7 {
    padding: 30px;
  }
  .team-box-layout6 .media-body,
  .team-box-layout7 .media-body{
    margin-left: 0;
  }
}
/*======== Team Box 7 ========*/
.team-box-layout7 {
  background-color: #f6f9ff;
  border-radius: 6px;
  padding: 10px 30px 10px 30px;
  padding-bottom: 0;
  position: relative;
  background-image: none;
}
@media (max-width: 575px) {
  .team-box-layout7 {
    padding: 30px 10px;
  }
}
.team-box-layout7 .background-shape {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.team-box-layout7 .background-shape img{
  opacity: 0.5;
}
.team-box-layout7 .background-shape-2 {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  animation: scale-up-one 4s infinite linear;
}
.team-box-layout7 .media {
  align-items: center;
}
.team-box-layout7 .media .item-img {
  z-index: 2;
  position: relative;
}
.team-box-layout7 .media .item-img img {
  background-color: transparent;
}
.team-box-layout7 .media .media-body {
  margin-left: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  padding-top: 20px;
  z-index: 2;
  position: relative;
}
.team-box-layout7 .media .media-body .item-title {
  font-weight: 700;
  font-size: 22px;
}
.team-box-layout7 .item-content .item-degree {
  color: #396cf0;
  margin-bottom: 20px;
}
.team-box-layout7 .media .media-body ul{
  padding-left: 0;
}
.team-box-layout7 .media .media-body ul.item-btns li{
  list-style: none;
}
.team-box-layout7 .media .media-body ul.item-btns li a.item-btn.btn-fill {
  color: #396cf0;
  background-color: transparent;
  box-shadow: inherit;
}
.team-box-layout7 .media .media-body ul.item-btns li a.item-btn.btn-fill:hover {
  background-color: #396cf0;
  color: #fff;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
}
.team-box-layout7 .media .body-style-2 {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .team-box-layout7 .media .body-style-2 {
    margin-left: 0;
  }
}
.loading-button {
  text-align: center;
  margin-top: 20px;
}
.loading-button .item-btn {
  color: #fff;
  background-color: #396cf0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  border-color: #396cf0;
}
.loading-button .item-btn:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #396cf0;
}
.loading-button .item-btn:hover i {
  color: #396cf0;
  margin-left: 10px;
}
.loading-button .item-btn i {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.team-search-box {
  margin-bottom: 40px;
  padding: 20px 20px 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(194, 205, 211, 0.75);
  border-radius: 4px;
}
.team-search-box .doctor-name {
  background-color: #f1f7fa;
  border: 1px solid #f1f7fa;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  font-size: 16px;
  color: #111111;
}
.team-search-box input.form-control::-webkit-input-placeholder {
  color: #111111;
}
.team-search-box input.form-control::-moz-placeholder {
  color: #111111;
}
.team-search-box input.form-control:-moz-placeholder {
  color: #111111;
}
.team-search-box input.form-control:-ms-input-placeholder {
  color: #111111;
}
.team-search-box .item-btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 11.5px 10px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  transition: all 0.5s ease-out;
  cursor: pointer;
  border-radius: 4px;
}
.team-search-box .item-btn:hover {
  background-color: #3c70fa;
}
.team-details-wrap-layout1 {
  padding: 10rem 0px;
}
.team-detail-box-layout1 {
  padding: 50px 55px 60px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
  margin-bottom: 30px;
}
.team-detail-box-layout1 .single-item {
  margin-bottom: 40px;
}
.team-detail-box-layout1 .single-item:last-child {
  margin-bottom: 0;
}
.team-detail-box-layout1 .single-item .section-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
}
.team-detail-box-layout1 .single-item table {
  margin-bottom: 0;
}
.team-detail-box-layout1 .single-item table thead tr {
  background-color: #f1f7fa;
}
.team-detail-box-layout1 .single-item table thead tr th {
  vertical-align: middle;
  padding: 13px 30px;
  font-weight: 500;
  color: #111111;
  border: 0px;
}
.team-detail-box-layout1 .single-item table thead tr th:first-child {
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .team-detail-box-layout1 .single-item table thead tr th:first-child {
    width: auto;
  }
}
.team-detail-box-layout1 .single-item table tbody tr:nth-child(even) {
  background-color: #f1f7fa;
}
.team-detail-box-layout1 .single-item table tbody td {
  padding: 13px 30px;
  color: #111111;
  border: 0px;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td {
  padding: 8px 30px;
  vertical-align: middle;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td.weekday,
.team-detail-box-layout1 .single-item table.schedule-table tbody td.weektime {
	text-transform: uppercase;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn {
  border: 1px solid #396cf0;
  color: #396cf0;
  padding: 7px 50px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.team-detail-box-layout1 .single-item table.schedule-table tbody td .item-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(56, 101, 219, 0.75);
}
.team-detail-box-layout1 .single-item table.schedule-table tbody .schedule-btn {
  text-align: right;
}
.rtin-content-doctor {
  padding: 50px 55px 60px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
/*-------------------------------------
#. EL: Counter
---------------------------------------*/
.progress-box-layout1 {
  text-align: center;
  position: relative;
  min-height: 20rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout1 {
    border-right: 0;
  }
}
.progress-box-layout1 .inner-item .item-icon {
  line-height: 0.9;
}
.progress-box-layout1 .inner-item .item-icon img {
  opacity: 0.5;
  filter: grayscale(100%);
}
.progress-box-layout1 .inner-item .item-icon i:before {
  font-size: 22rem;
  margin-left: 0;
  color: #f1f1f1;
}
@media only screen and (max-width: 1199px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 20rem;
  }
}
@media only screen and (max-width: 991px) {
  .progress-box-layout1 .inner-item .item-icon i:before {
    font-size: 18rem;
  }
}
.progress-box-layout1 .inner-item .item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 1;
}
.progress-box-layout1 .inner-item .item-content .counting-text {
  font-size: 6rem;
  color: #111;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: 33px;
}
.progress-box-layout1 .inner-item .item-content .counting-text:after {
  position: absolute;
  content: "";
  height: 5px;
  width: 80px;
  background-color: #396cf0;
  left: 0;
  bottom: -8px;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}
.progress-box-layout1 .inner-item .item-content p {
  font-size: 18px;
  color: #396cf0;
  font-weight: 500;
}
.progress-box-layout2 {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.progress-box-layout2 .item-icon {
  display: block;
  margin-bottom: 30px;
  font-size: 72px;
}
.progress-box-layout2 .counting-text {
  font-size: 48px;
  color: #111;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
.progress-box-layout2 p {
  color: #646464;
  font-size: 16px;
  font-weight: 500;
}
/* Progress Box 3*/
.progress-box-layout3 {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 14px 25px rgba(57, 108, 240, 0.1);
  border-radius: 8px;
  margin-right: 30px;
}
.progress-box-layout3:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .progress-box-layout3 {
    border-right: 0;
  }
}
.progress-box-layout3 .inner-item {
  display: flex;
  align-items: center;
}
.progress-box-layout3 .inner-item .item-icon i {
  color: #fff;
  background-color: #396cf0;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border: none;
  border-radius: 6px;
  padding: 10px;
}
.progress-box-layout3 .inner-item .item-bg-2 i {
  background-color: #19bc90;
}
.progress-box-layout3 .inner-item .item-bg-3 i {
  background-color: #bd4eea;
}
.progress-box-layout3 .inner-item .item-bg-4 i {
  background-color: #ffa800;
}
.progress-box-layout3 .inner-item .item-content {
  margin-left: 20px;
}
.progress-box-layout3 .inner-item .item-content .counting-text {
  font-size: 30px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
}
.progress-box-layout3 .inner-item .item-content p {
  font-size: 18px;
  color: #646464;
  font-weight: 400;
  margin-bottom: 0;
}
.progress-box-layout3 .inner-item .item-content .item-content__text span {
  font-size: 30px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
}
/* Progress Box 4*/
.progress-box-layout4 .feature-info-layout .counting-text {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
}
.progress-box-layout4 .feature-info-layout .item-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .progress-box-layout4 .feature-info-layout .item-title {
    font-size: 21px;
  }
}
.progress-box-layout4 .feature-info-layout p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.vcenter-section .elementor-row {
  position: absolute;
  z-index: 9;
  background: #fff;
  top: -114px;
  padding: 40px 0 30px 0;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}
@media only screen and (max-width: 991px) {
  .vcenter-section .elementor-row {
    position: inherit;
    top: inherit;
  }
}
.progress-box-layout5{
  text-align: center;
}
.progress-box-layout5 .item-icon{
  overflow: hidden;
  margin-bottom: 17px;
}
.progress-box-layout5 .item-icon i {
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.progress-box-layout5:hover .item-icon i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}
.progress-box-layout5 .item-icon i:before {
  color: #396cf0;
  font-size: 58px;
  margin: 0;
}
.progress-box-layout5 .item-content .counting-text {
  font-weight: 700;
  font-size: 48px;
  text-transform: capitalize;
  color: #111111;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.progress-box-layout5 .item-content .counting-text span.rt-counter-num {
  display: inline-block;
  margin-bottom: 10px;
}
.progress-box-layout5 .item-content p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #848484;
  margin-bottom: 0;
}
.progress-box-layout5 .item-round-shape1{
  position: absolute;
  width: 277px;
  height: 260px;
  background-color: #FAB3B3;
  opacity: 0.8;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  border-radius: 50%;
}
.progress-box-layout5 .item-round-shape2{
  position: absolute;
  width: 277px;
  height: 260px;
  background-color: #FAB3B3;
  opacity: 0.8;
  -webkit-filter: blur(150px);
  filter: blur(150px);
  border-radius: 50%;
}
.progress-box-layout6{
  padding: 17px 20px;
}
.progress-box-layout6 .inner-item{
  display: flex;
  align-items: center;
}
.progress-box-layout6 .inner-item .rt-counter-num{
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background: #396CF0;
  border-radius: 18px 0 18px 18px;
  margin-right: 15px;
  font-size: 28px;
  font-weight: 700;
}
.progress-box-layout6 .item-content p{
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}
.rt-el-info-box.rtin-style17:hover .rtin-icon svg {
  animation: toBottomFromTop 0.5s forwards;
}
/*-------------------------------------
#. EL: Blog Area
---------------------------------------*/
.post-each-single .news-meta-info {
  padding-left: 0;
  background-color: #396cf0;
  padding: 18px 15px 15px 30px;
  margin-bottom: 24px;
  border-radius: 0 0 4px 4px;
}
.news-meta-info {
  margin-bottom: 15px;
  font-size: 15px;
}
.news-meta-info li {
  display: inline-block;
  color: #fff;
}
.news-meta-info li a {
  color: #fff;
}
.news-meta-info li a:hover {
  color: #fff;
}
.news-meta-info.mar20-ul li {
  margin-right: 20px;
  color: #fff;
}
.news-meta-info.mar20-ul li i {
  color: #fff;
  margin-right: 5px;
}
.news-meta-info.mar20-ul li a {
  color: #fff;
}
.news-meta-info.mar20-ul li a:hover {
  color: #396cf0;
}
.blog-layout1 {
  margin-bottom: 30px;
  transition: all 0.5s ease-out;
}
.blog-layout1 .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.3;
}
.blog-layout1 .item-title h3 a {
  color: #111;
}
.blog-layout1 .item-content {
  padding: 3rem;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
}
.blog-layout1 .item-img {
  position: relative;
}
.blog-layout1 .item-img img {
  width: 100%;
}
.blog-layout1 .item-img .item-date {
  text-align: center;
  padding: 8px 10px 7px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #396cf0;
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  transition: all 0.5s ease-out;
}
.blog-layout1 .item-img .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.blog-layout1:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
.blog-layout1:hover .item-date {
  left: 0;
  bottom: 0;
}
.blog-layout2 {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(220, 220, 220, 0.75);
}
.blog-layout2 .item-img {
  position: relative;
}
.blog-layout2 .item-img .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  position: absolute;
  right: -35px;
  transform: translateY(-50%);
  top: 45%;
  background-color: #396cf0;
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .blog-layout2 .item-img .item-date {
    right: 0;
  }
}
.blog-layout2 .item-img .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.blog-layout2 h3.title {
  margin-bottom: 15px;
  font-weight: 700;
}
.blog-layout2 h3.title a {
  color: #000000;
}
.blog-layout2 h3.title a:hover {
  color: #3c70fa;
}
.blog-layout2:hover .item-img .item-date {
  top: 0;
  transform: translateY(0px);
}
.blog-layout2.blog-section {
  box-shadow: none;
}
.blog-layout2.blog-section .item-img .item-date {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 4px;
  padding: 8px 13px 7px;
}
.blog-layout2.blog-section h3.title {
  margin-bottom: 15px;
}
.blog-layout2.blog-section .item-deccription p {
  margin-bottom: 20px;
}
.blog-layout3.no-img {
  background-color: #f5f5f5;
  padding: 20px;
}
.blog-layout3.no-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout3.no-img .item-date-wrap {
  position: relative;
  display: inline-block;
  margin: 16px 0 20px 10px;
}
.blog-layout3.no-img .item-date-wrap .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  background-color: #396cf0;
  color: #444444;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  transition: all 0.5s ease-out;
}
.blog-layout3.no-img .item-date-wrap .item-date:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #d5ae26;
  top: 5px;
  left: 5px;
  transition: all 0.5s ease-out;
}
.blog-layout3.no-img .item-date-wrap .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.blog-layout3.no-img .item-content {
  padding: 0 12px;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
.blog-layout3.no-img .item-content p {
  color: #444444;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.no-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout3.no-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.no-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout3.no-img .item-content .item-title h3 a {
  color: #000000;
}
.blog-layout3.no-img .item-content .item-title h3 a:hover {
  color: #3c70fa;
}
.blog-layout3.no-img:hover img {
  transform: scale(1.1);
}
.blog-layout3.no-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
.blog-layout3.thumb-img {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-layout3.thumb-img img {
  transform: scale(1);
  transition: all 0.5s ease-out;
  width: 100%;
}
.blog-layout3.thumb-img .item-date-wrap {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-date-wrap {
    top: 10px;
    left: 10px;
  }
}
.blog-layout3.thumb-img .item-date-wrap .item-date {
  text-align: center;
  padding: 8px 20px 7px;
  background-color: #396cf0;
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-date-wrap .item-date {
    font-size: 18px;
  }
}
.blog-layout3.thumb-img .item-date-wrap .item-date:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #d5ae26;
  top: 5px;
  left: 5px;
  transition: all 0.5s ease-out;
}
.blog-layout3.thumb-img .item-date-wrap .item-date span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.blog-layout3.thumb-img .item-content {
  padding: 0 12px;
  position: absolute;
  bottom: 20px;
  left: 15px;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .blog-layout3.thumb-img .item-content {
    bottom: 20px;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-layout3.thumb-img .item-content p {
    margin-bottom: 0;
  }
}
.blog-layout3.thumb-img .item-content .item-deccription {
  color: #ffffff;
}
.blog-layout3.thumb-img .item-content .item-title h3 {
  margin-bottom: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .blog-layout3.thumb-img .item-content .item-title h3 {
    margin-bottom: 10px;
  }
}
.blog-layout3.thumb-img:hover img {
  transform: scale(1.1);
}
.blog-layout3.thumb-img:hover .item-date:before {
  top: -5px;
  left: -5px;
}
.blog-layout4 {
  margin-bottom: 30px;
}
.blog-layout4 .entry-image .item-image {
  overflow: hidden;
}
.blog-layout4 .entry-image img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.blog-layout4 .entry-image .item-title h3 {
  font-size: 24px;
}
.blog-layout4 .entry-image .item-content {
  padding: 2.5rem 3rem 2rem;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}
.blog-layout4 .entry-image .item-content .title {
  margin-bottom: 10px;
}
.blog-layout4 .entry-image:hover img {
  transform: scale(1.1);
}
.blog-layout4 .entry-content .item-content {
  padding: 8rem 3rem;
  text-align: center;
}
.blog-layout4 .entry-content .item-content .title {
  margin-bottom: 25px;
  position: relative;
  padding-top: 70px;
}
.blog-layout4 .entry-content .item-content .title:before {
  content: "\f10e";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-family: fontawesome;
  z-index: 1;
}
.blog-layout5 {
  margin-bottom: 60px;
}
.blog-layout5 .entry-image .item-image {
  margin-bottom: 3.5rem;
  border-radius: 4px;
  overflow: hidden;
}
.blog-layout5 .news-meta-info.mar20-ul li,
.blog-layout5 .news-meta-info.mar20-ul li a,
.blog-layout5 .news-meta-info.mar20-ul li i,
.blog-layout5 .news-meta-info.mar20-ul li a i{
  color: #6c6c6c;
}
.blog-layout5 .news-meta-info.mar20-ul li a i,
.blog-layout5 .news-meta-info.mar20-ul li i{
  color: #396cf0;
}
.blog-layout5 .news-meta-info.mar20-ul li a:hover{
  color: #396cf0;
}
.blog-layout5 .entry-video .item-video {
  position: relative;
  margin-bottom: 3.5rem;
}
.blog-layout5 h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}
.blog-layout5 h2 a {
  color: #282828;
}
.blog-layout5 h2 a:hover {
  color: #396cf0;
}
.blog-layout5 .item-image img {
  width: 100%;
}
.blog-last .pagination-area {
  padding-top: 0;
}
.single-blog-wrapper .item-image {
  margin-bottom: 35px;
}
.single-blog-wrapper .single-blog-content-holder {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .single-blog-content-holder .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .single-blog-content-holder blockquote {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 40px 40px 20px;
  position: relative;
  display: block;
  color: #707070;
  font-style: italic;
  border: none;
  border-left: 4px solid #396cf0;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder blockquote {
    padding: 30px;
  }
}
.single-blog-wrapper .single-blog-content-holder blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  bottom: 18px;
  right: 30px;
  z-index: 1;
  color: #396cf0;
  opacity: .5;
}
@media only screen and (max-width: 480px) {
  .single-blog-wrapper .single-blog-content-holder blockquote:before {
    bottom: 18px;
    right: 30px;
  }
}
.single-blog-wrapper .tag-share {
  margin-bottom: 50px;
}
.single-blog-wrapper .tag-share li {
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li {
    display: block;
  }
}
.single-blog-wrapper .tag-share li ul li {
  display: inline-block;
  font-size: 15px;
}
.single-blog-wrapper .tag-share li ul li:last-child {
  float: inherit;
}
.single-blog-wrapper .tag-share li:last-child {
  float: right;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .tag-share li:last-child {
    float: inherit;
    margin-top: 15px;
  }
}
.single-blog-wrapper .tag-share li .inner-tag {
  margin-top: 5px;
}
.single-blog-wrapper .tag-share li .inner-tag li a {
  color: #646464;
}
.single-blog-wrapper .tag-share li .inner-tag li a:hover {
  color: #396cf0;
}
.single-blog-wrapper .tag-share li .inner-tag li:first-child {
  font-weight: 700;
}
.single-blog-wrapper .tag-share li .inner-share li {
  margin-left: 5px;
}
@media only screen and (max-width: 991px) {
  .single-blog-wrapper .tag-share li .inner-share li {
    margin-right: 5px;
    margin-left: 0;
  }
}
.single-blog-wrapper .tag-share li .inner-share li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(1n) a {
  background: #3b5998;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(2n) a {
  background: #00aced;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(3n) a {
  background: #276cca;
}
.single-blog-wrapper .tag-share li .inner-share li:nth-child(4n) a {
  background: #e94a0b;
}
.single-blog-wrapper .about-author {
  margin-bottom: 45px;
  background-color: #f8f8f8;
  padding: 35px 10px 15px 30px;
}
.single-blog-wrapper .about-author .title {
  margin-bottom: 10px;
}
.single-blog-wrapper .blog-comments {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-wrapper .blog-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .blog-comments ul li {
  margin-bottom: 40px;
  position: relative;
}
.single-blog-wrapper .blog-comments ul li .item-img a {
  display: block;
  border-radius: 50%;
}
.single-blog-wrapper .blog-comments ul li .comments-content {
  padding-top: 10px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 {
  font-size: 18px;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a {
  font-weight: 700;
  color: #000000;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 a:hover {
  color: #396cf0;
}
.single-blog-wrapper .blog-comments ul li .comments-content h3 .date {
  color: #444444;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-wrapper .blog-comments ul li .comments-content .reply {
    position: inherit;
    display: inline-block;
  }
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply a {
  color: #ffffff;
  padding: 8px 20px;
  display: block;
  background: #396cf0;
  font-size: 12px;
  transition: all 0.5s ease-out;
}
.single-blog-wrapper .blog-comments ul li .comments-content .reply:hover a {
  background: #396cf0;
}
.single-blog-wrapper .blog-comments ul li:nth-child(even) {
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .single-blog-wrapper .blog-comments ul li:nth-child(even) {
    padding-left: 0;
  }
}
.single-blog-wrapper .leave-comments .title {
  margin-bottom: 40px;
}
.single-blog-wrapper .leave-comments .form-group {
  margin-bottom: 30px;
}
.single-blog-wrapper .leave-comments .form-group .form-control {
  border-radius: 0;
  background: #f9f9f9;
  box-shadow: none;
  border: none;
}
.single-blog-wrapper .leave-comments .form-group input {
  padding: 3px 5px 5px 25px;
  height: 50px;
  color: #000000;
  font-weight: 700;
}
.single-blog-wrapper .leave-comments .form-group textarea {
  font-weight: 700;
  padding: 20px 30px;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-webkit-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control::-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control::-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-moz-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-moz-placeholder {
  color: #707070;
}
.single-blog-wrapper .leave-comments .form-group input.form-control:-ms-input-placeholder,
.single-blog-wrapper .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
  color: #707070;
}
.single-item-wrp {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.blog-box-layout1 {
  margin-bottom: 44px;
}
.blog-box-layout1 .entry-meta {
  padding-left: 0;
}
.blog-box-layout1 .entry-meta li {
  display: inline-block;
  color: #646464;
  margin-bottom: 5px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
}
.blog-box-layout1 .entry-meta li:last-child {
  margin-right: 0;
}
.blog-box-layout1 .entry-meta li i {
  color: #396cf0;
  margin-right: 10px;
}
.blog-box-layout1 .entry-meta li a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .entry-meta li a:hover {
  color: #396cf0;
}
.blog-box-layout1 .item-title {
  font-size: 24px;
  font-weight: 700;
}
.blog-box-layout1 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout1 .item-title a:hover {
  color: #396cf0;
}
.non-img .blog-box-layout2 {
  margin-bottom: 1px;
}
.blog-box-layout2 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.blog-box-layout2 .item-img {
  overflow: hidden;
}
.blog-box-layout2 .item-img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
.blog-box-layout2:hover {
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
}
.blog-box-layout2:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout2 .item-content {
  padding: 40px 30px 26px 30px;
  position: relative;
  border: 1px solid #D9E4FF;
}
.blog-box-layout2 .item-content .post-date {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}
.blog-box-layout2 .item-content .post-date.add-pimg {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  position: absolute;
  font-size: 15px;
  top: -20px;
  border-radius: 5px;
  padding: 7px 28px;
  left: 30px;
  margin: auto;
  display: inline-table;
}
.blog-box-layout2 .item-content .post-date.add-pimg i {
  margin-right: 5px;
}
.blog-box-layout2 .item-content .post-date.add-pimg a {
  color: #fff;
}
.blog-box-layout2 .item-content .post-date.noadd-img {
  color: #fff;
  position: relative;
  top: -13px;
  border-radius: 50px;
  padding: 5px 23px;
  display: inline-block;
}
.blog-box-layout2 .item-content .post-date.noadd-img i {
  margin-right: 5px;
}
.blog-box-layout2 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout2 .item-content .item-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.blog-box-layout2 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout2 .item-content p {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  color: #646464;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li {
  width: 68%;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child {
  text-align: right;
  width: 30%;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li:last-child a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li a:hover i {
  color: #396cf0;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
  padding: 0;
  color: #396cf0;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn {
    padding: 0;
  }
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn i {
  color: #396cf0;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  right: 0;
  transition: all 0.3s ease-out;
  top: 1px;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover {
  color: #3c70fa;
}
.blog-box-layout2 .item-content .post-actions-wrapper ul li .item-btn:hover i {
  right: -5px;
  color: #3c70fa;
}
.non-img .blog-box-layout6 {
  margin-bottom: 1px;
}
.blog-box-layout6 {
  margin-bottom: 3rem;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.blog-box-layout6 .item-img {
  overflow: hidden;
}
.blog-box-layout6 .item-img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
.blog-box-layout6:hover {
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.55);
}
.blog-box-layout6:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout6 .item-content {
  padding: 38px 40px 40px 40px;
  background-color: #f9fafc;
  position: relative;
}
.blog-box-layout6 .item-content .post-date {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}
.blog-box-layout6 .item-content .post-date.add-pimg {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  position: absolute;
  font-size: 15px;
  top: -20px;
  border-radius: 5px;
  padding: 7px 28px;
  left: 30px;
  margin: auto;
  display: inline-table;
}
.blog-box-layout6 .item-content .post-date.add-pimg i {
  margin-right: 5px;
}
.blog-box-layout6 .item-content .post-date.add-pimg a {
  color: #fff;
}
.blog-box-layout6 .item-content .post-date.noadd-img {
  color: #fff;
  position: relative;
  top: -13px;
  border-radius: 50px;
  padding: 5px 23px;
  display: inline-block;
}
.blog-box-layout6 .item-content .post-date.noadd-img i {
  margin-right: 5px;
}
.blog-box-layout6 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout6 .item-content .item-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.blog-box-layout6 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout6 .item-content p {
  color: #646464;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li {
  width: 68%;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li:last-child {
  text-align: right;
  width: 30%;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li:last-child a {
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #646464;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  background: -webkit-linear-gradient(#7c4dff, #3c70fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li a:hover i {
  color: #396cf0;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn {
  padding: 0;
  color: #396cf0;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn {
    padding: 0;
  }
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn i {
  background: -webkit-linear-gradient(#7c4dff, #3c70fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  right: 0;
  top: 0px;
  font-size: 18px;
  transition: all 0.3s ease-out;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn:hover {
  color: #3c70fa;
}
.blog-box-layout6 .item-content .post-actions-wrapper ul li .item-btn:hover i {
  right: -5px;
  color: #3c70fa;
}
.non-img .blog-box-layout5 {
  margin-bottom: 1px;
}
.blog-box-layout5 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.blog-box-layout5 .item-img {
  overflow: hidden;
}
.blog-box-layout5 .item-img img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
.blog-box-layout5:hover {
  box-shadow: 0px 2px 30px 0px rgba(208, 208, 208, 0.75);
}
.blog-box-layout5:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout5 .item-content {
  padding: 50px 30px 26px 30px;
  position: relative;
  background-color: #f5f8fa;
}
.blog-box-layout5 .item-content .post-date.add-pimg {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  position: absolute;
  font-size: 15px;
  top: -20px;
  border-radius: 5px;
  padding: 7px 28px;
  left: 30px;
  margin: auto;
  display: inline-table;
  background-color: #396cf0;
}
.blog-box-layout5 .item-content .post-date.add-pimg i {
  margin-right: 5px;
}
.blog-box-layout5 .item-content .post-date.add-pimg a {
  color: #fff;
}
.blog-box-layout5 .item-content .post-date.noadd-img {
  color: #fff;
  position: relative;
  top: -13px;
  border-radius: 50px;
  padding: 5px 23px;
  display: inline-block;
}
.blog-box-layout5 .item-content .post-date.noadd-img i {
  margin-right: 5px;
}
.blog-box-layout5 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout5 .item-content .item-title {
    font-size: 22px;
    line-height: 33px;
  }
}
.blog-box-layout5 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout5 .item-content p {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
  color: #646464;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul {
  margin-bottom: 0;
  padding-left: 0;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li {
  width: 68%;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li:last-child {
  text-align: right;
  width: 30%;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li:last-child a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #9e9e9e;
  transition: all 0.3s ease-out;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li a:hover i {
  color: #396cf0;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn {
  padding: 0;
  color: #396cf0;
}
@media only screen and (max-width: 575px) {
  .blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn {
    padding: 0;
  }
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn i,
.blog-box-layout8 .item-content .post-actions-wrapper-2 .item-btn i {
  color: #396cf0;
  margin-left: 10px;
  margin-right: 0;
  position: relative;
  right: 0;
  transition: all 0.3s ease-out;
  top: 2px;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover {
  color: #3c70fa;
}
.blog-box-layout5 .item-content .post-actions-wrapper ul li .item-btn:hover i,
.blog-box-layout8 .item-content .post-actions-wrapper-2 .item-btn:hover i {
  right: -5px;
  color: #3c70fa;
}
.blog-box-layout3 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.blog-box-layout3:hover .item-img img {
  transform: scale(1.1);
}
.blog-box-layout3 .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout3 .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout3 .item-img a img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .post-date {
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
  z-index: 9;
}
.blog-box-layout3 .post-date span {
  display: block;
}
.blog-box-layout3 .item-content {
  padding: 25px 30px 25px;
}
.blog-box-layout3 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
  font-weight: 500;
}
.blog-box-layout3 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  transition: all 0.3s ease-out;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
  color: #396cf0;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  font-size: 14px;
}
.blog-box-layout3 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}
.blog-box-layout3 .entry-carousel {
  position: relative;
}
.blog-box-layout3 .entry-content {
  position: relative;
  padding: 80px 0px 0px;
}
.blog-box-layout4 {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.blog-box-layout4:hover .item-img {
  border-radius: 4px 4px 0 0;
}
.blog-box-layout4:hover .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}
.blog-box-layout4:hover .item-img a img {
  border-radius: 4px 4px 0 0;
  transform: scale(1.1);
}
.blog-box-layout4 .item-img {
  position: relative;
  overflow: hidden;
}
.blog-box-layout4 .item-img img {
  width: 100%;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-img.no-img {
  position: inherit;
  display: inline-block;
  margin-left: 30px;
  margin-top: 30px;
}
.blog-box-layout4 .item-img.no-img .post-date {
  width: inherit;
  position: inherit;
  background-color: transparent;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 0;
  border-radius: 5px;
  line-height: 20px;
  color: #444444;
}
.blog-box-layout4 .item-img.no-img .post-date i {
  color: #396cf0;
}
.blog-box-layout4 .item-img.no-img .post-date span {
  display: block;
}
.blog-box-layout4 .post-date {
  width: 97px;
  position: absolute;
  background-color: #396cf0;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 20px;
  color: #ffffff;
}
.blog-box-layout4 .post-date span {
  display: block;
}
.blog-box-layout4 .item-content.no-img {
  padding: 9px 30px 25px;
}
.blog-box-layout4 .item-content {
  padding: 25px 30px 25px;
}
.blog-box-layout4 .item-content .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
}
.blog-box-layout4 .item-content .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul {
  padding: 0;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li:last-child {
  margin-right: 0px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li span {
  color: #396cf0;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li i {
  color: #396cf0;
  font-size: 16px;
  margin-right: 5px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li i:before {
  margin-left: 0;
  font-size: 16px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a {
  color: #444444;
  transition: all 0.3s ease-out;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a i {
  margin-right: 10px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a i:before {
  margin-left: 0;
  color: #396cf0;
  font-size: 14px;
}
.blog-box-layout4 .item-content .post-actions-wrapper ul li a:hover {
  color: #396cf0;
}
/* Blog Box Layout 7*/
.blog-box-layout7 {
  border-radius: 10px;
}
.blog-box-layout7 .item-content {
    border: 1px solid #D9E4FF;
    border-radius: 0 0 10px 10px;
}
.blog-box-layout7:hover .item-content{
  border: 1px solid transparent;
}
.blog-box-layout7 .item-content .post-meta {
  margin-bottom: 10px;
}
.blog-box-layout7 .item-content .post-meta ul{
  padding:0;
}
.blog-box-layout7 .item-content .post-meta ul li {
  display: inline-block;
  margin-right: 13px;
}
.blog-box-layout7 .item-content .post-meta ul li:last-child {
  margin-right: 0;
}
.blog-box-layout7 .item-content .post-actions-wrapper ul li:last-child {
  text-align: inherit;
  width: 100%;
}
.blog-box-layout7 .item-content .post-meta ul li {
  display: inline-block;
}
.blog-box-layout7 .item-content .post-meta ul li i {
  margin-right: 8px;
  font-size: 15px;
  color: #396CF0;
}
.blog-box-layout7 .item-content .post-meta ul li span,
.blog-box-layout7 .item-content .post-meta ul li a {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
}
.blog-box-layout7 .item-content p{
  border-bottom: transparent;
  padding-bottom: 0;
}
/*=== Blog Box layout 8 ===*/
.blog-box-layout8 {
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: none;
  position: relative;
}
.blog-box-layout8:hover {
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.08);
}
.blog-box-layout8:hover .item-img img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box-layout8:hover .item-content {
  border: 1px solid #fff;
}
.blog-box-layout8 .item-img {
  border-radius: 10px 10px 0px 0px;
}
@media (max-width: 1399px) {
  .blog-box-layout8 .item-img img {
    width: 100%;
  }
}
.blog-box-layout8 .item-img .post-date {
  position: absolute;
  top: 30px;
  left: 30px;
}
.blog-box-layout8 .item-img .post-date {
  background-color: #396cf0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
}
.blog-box-layout8 .item-img .post-date i {
  margin-right: 10px;
}
.blog-box-layout8 .item-content {
  border: 1px solid #d9e4ff;
  border-radius: 0px 0px 10px 10px;
  padding: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: -1px;
}
.blog-box-layout8 .item-content .post-meta {
  margin-bottom: 15px;
}
.blog-box-layout8 .item-content .post-meta ul{
  list-style: none;
  padding-left: 0;
}
.blog-box-layout8 .item-content .post-meta ul li{
  display: inline-block;
  margin-right: 13px;
}
.blog-box-layout8 .item-content .post-meta ul li a{
  color: #646464;
}
.blog-box-layout8 .item-content .post-meta ul li i{
  margin-right: 8px;
  font-size: 15px;
  color: #007bff;
}
.blog-box-layout8 .item-content p {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-box-layout8 .item-content .post-actions-wrapper-2 a{
  color: #396cf0;
  font-weight: 500;
}
.blog-box-layout8 .item-content .post-actions-wrapper-2 .item-btn:hover{
  color: #396cf0;
}
/* Blog Box 9*/
.blog-box-layout9 {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: 0px 0px 250px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 250px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s;
}
.blog-box-layout9:hover .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.blog-box-layout9 .item-img {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .blog-box-layout9 .item-img a {
    width: 100%;
  }
}
.blog-box-layout9 .item-img a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1199px) {
  .blog-box-layout9 .item-img a img {
    width: 100%;
  }
}
.blog-box-layout9 .item-content {
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .blog-box-layout9 .item-content {
    padding: 30px;
  }
}
.blog-box-layout9 .item-content .item-tag-wrap {
  position: absolute;
  top: -18px;
  left: 40px;
}
@media screen and (max-width: 991px) {
  .blog-box-layout9 .item-content .item-tag-wrap {
    left: 20px;
  }
}
.blog-box-layout9 .item-content .item-tag-wrap a {
  background-color: #396cf0;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  padding: 8px 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout9 .item-content .item-tag-wrap a:hover {
  color: #fff;
  background-color: #2055e4;
}
.blog-box-layout9 .item-content .entrymeta-wrap {
  margin-bottom: 10px;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .blog-box-layout9 .item-content .entrymeta-wrap ul {
    gap: 22px;
  }
}
@media screen and (max-width: 375px) {
  .blog-box-layout9 .item-content .entrymeta-wrap ul {
    gap: 20px;
  }
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li {
  position: relative;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li:hover::before {
  background-color: #396cf0;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li:hover a {
  color: #396cf0;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li:hover i {
  color: #000;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li:last-child:before {
  display: none;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #c1c1c1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 375px) {
  .blog-box-layout9 .item-content .entrymeta-wrap ul li:before {
    display: none;
  }
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li {
  color: #646464;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li a{
  color: #646464;
}
.blog-box-layout9 .item-content .entrymeta-wrap ul li i {
  font-size: 15px;
  line-height: 17px;
  color: #396cf0;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-box-layout9 .item-content .item-title {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  .blog-box-layout9 .item-content .item-title {
    font-size: 20px;
  }
}
.blog-box-layout9 .item-content .item-title a {
  color: #000000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-box-layout9 .item-content .item-title a:hover {
  color: #396cf0;
}
.blog-box-layout9 .item-content .item-button .item-btn:hover {
  color: #fff;
}
.blog-box-layout9 .item-content .item-button .item-btn:hover::after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.blog-box-layout9 .item-content .item-button .item-btn:hover i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-box-layout9 .item-content .item-button .item-btn i {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.content_style2 .blog-box-layout9 .item-content .item-button .item-btn i {
  background: #646464;
  transition: 0.4s;
  color: #FFFF;
  width: 22px;
  height: 22px;
  border-radius: 12px;
  text-align: center;
  transform: rotate(0deg);
  display: inline-block;
  line-height: 20px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.content_style2 .blog-box-layout9 .item-content .item-button .item-btn:hover i{
  background: #396CF0;
  transform: rotate(45deg);
}

.blog-box-layout9 .item-button .item-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  background: #F0F4FF;
  border-radius: 7px;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.blog-box-layout9 .item-button .item-btn::after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #396cf0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
}
.blog-box-layout9 .item-button .item-btn i {
  font-size: 16px;
  margin-left: 10px;
}

.content_style2 .blog-box-layout9 .item-content .entrymeta-wrap ul li:before{
  display: none;
}
/*-------------------------------------
#. EL: Post Slider
---------------------------------------*/
.rt-el-post-slider .rtin-item {
  overflow: hidden;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area:hover:before {
  animation: shine .75s;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area img {
  transition: all 0.5s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 12px 25px 8px;
  background-color: rgba(57, 108, 240, 0.8);
  transition: all 0.5s ease-out;
  color: #fff;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li {
  display: inline;
  padding-right: 30px;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li:last-child {
  padding-right: 0;
}
.rt-el-post-slider .rtin-item .rtin-thumbnail-area .rtin-meta-1 li i {
  margin-right: 15px;
  width: 16px;
}
.rt-el-post-slider .rtin-item .rtin-content-area {
  background-color: #fff;
  padding: 30px 20px 35px 25px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .date-time {
  display: block;
  font-size: 14px;
  color: #396cf0;
  margin-bottom: 5px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title {
    font-size: 20px;
  }
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a {
  color: #000000;
  transition: all 0.4s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-content-area .rtin-header .rtin-title a:hover {
  color: #396cf0;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn {
  color: #396cf0;
  font-weight: 700;
  transition: all 0.5s ease-out;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn i {
  color: #396cf0;
  margin-left: 15px;
}
.rt-el-post-slider .rtin-item .rtin-content-area .read-more-btn:hover {
  color: #000000 !important;
}
.rt-el-post-slider .rtin-item:hover .rtin-thumbnail-area .rtin-meta-1 {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
/*-------------------------------------
#. EL: Speaker Area
---------------------------------------*/
.speaker-layout1 {
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .speaker-layout1 {
    margin-bottom: 5.5rem;
  }
}
.speaker-layout1 .item-img {
  position: relative;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.speaker-layout1 .item-img img {
  width: 100%;
}
.speaker-layout1 .item-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(57, 108, 240, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.speaker-layout1 .item-social {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  top: 70%;
  transform: translateY(-50%);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1.38);
}
.speaker-layout1 .item-social ul li {
  display: inline-block;
  font-size: 22px;
}
.speaker-layout1 .item-social ul li a {
  color: #000000;
  padding: 10px;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1199px) {
  .speaker-layout1 .item-social ul li a {
    padding: 10px;
  }
}
.speaker-layout1 .item-social ul li a:hover {
  color: #ffffff;
}
.speaker-layout1:hover .item-img:before {
  opacity: 1;
  visibility: visible;
}
.speaker-layout1:hover .item-social {
  opacity: 1;
  visibility: visible;
  top: 50%;
  transform: translateY(-50%);
}
.speaker-layout2 {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.speaker-layout2 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.speaker-layout2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(57, 108, 240, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.speaker-layout2 .item-social {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: -10%;
  transform: translateY(-10%);
  transition: all 0.7s ease-out;
}
.speaker-layout2 .item-social ul li {
  display: inline-block;
  font-size: 20px;
}
.speaker-layout2 .item-social ul li a {
  color: #ffffff;
  padding: 6px;
  font-size: 22px;
}
.speaker-layout2 .item-social ul li a:hover {
  color: #396cf0;
}
.speaker-layout2 .item-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -20%;
  transform: translateY(-20%);
  z-index: 6;
  transition: all 0.7s ease-out;
}
.speaker-layout2 .item-title a {
  color: #fff;
}
.speaker-layout2 .item-title a:hover {
  color: #3c70fa;
}
.speaker-layout2 .item-title h3 {
  font-weight: 700;
  font-size: 26px;
}
.speaker-layout2:hover img {
  transform: scale(1.1);
}
.speaker-layout2:hover:before {
  opacity: 1;
  visibility: visible;
}
.speaker-layout2:hover .item-title {
  opacity: 1;
  visibility: visible;
  top: 70%;
  transform: translateY(-70%);
}
.speaker-layout2:hover .item-social {
  opacity: 1;
  visibility: visible;
  bottom: 10%;
  transform: translateY(-10%);
}
.speaker-layout3 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.speaker-layout3 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.7s ease-out;
}
.speaker-layout3:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  z-index: 2;
  background: rgba(57, 108, 240, 0.8);
  transform: rotate(8deg);
  top: 60%;
  left: -90%;
  transition: all 0.7s cubic-bezier(0.19, 0.63, 0, 1.2);
}
.speaker-layout3 .item-social {
  position: absolute;
  left: -100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  bottom: 5%;
  transform: translateY(-5%);
  transition: all 1s cubic-bezier(0, 0, 0.25, 1.38);
}
.speaker-layout3 .item-social ul li {
  display: inline-block;
  font-size: 22px;
}
.speaker-layout3 .item-social ul li a {
  color: #396cf0;
  padding: 10px;
  transition: all 0.5s ease-out;
}
.speaker-layout3 .item-social ul li a:hover {
  color: #ffffff;
}
.speaker-layout3 .item-title {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 30px;
  z-index: 6;
  bottom: 5%;
  transition: all 0.4s ease-out;
}
.speaker-layout3 .item-title .title {
  margin-bottom: 8px;
}
.speaker-layout3 .eventcatagory-light {
  color: #ffffff;
  text-align: left;
}
.speaker-layout3:hover img {
  transform: scale(1.1);
}
.speaker-layout3:hover:before {
  transform: rotate(20deg);
  top: 22%;
  left: -90%;
}
.speaker-layout3:hover .item-title {
  bottom: 30%;
  transition: all 0.8s ease-out;
}
.speaker-layout3:hover .item-social {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .single-speaker-img {
    text-align: center;
    margin-bottom: 50px;
  }
  .single-speaker-img img {
    margin: 0 auto;
    width: 100%;
  }
}
.single-speaker-img img {
  margin: 0 auto;
  width: 100%;
}
.speaker-profile {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .speaker-profile {
    text-align: center;
  }
}
.speaker-profile .title {
  margin-bottom: 5px;
  margin-top: -15px;
  line-height: 1.5;
}
.speaker-profile .sub-title {
  font-size: 18px;
  color: #396cf0;
  margin-bottom: 30px;
}
.speaker-profile p {
  margin-bottom: 0;
}
.profile-social {
  margin-bottom: 30px;
}
.profile-social li {
  text-align: center;
  display: inline-block;
  margin: 0 2px 5px;
}
@media only screen and (max-width: 575px) {
  .profile-social li {
    margin: 0 1px 2px;
  }
}
.profile-social li a {
  height: 45px;
  width: 50px;
  background: #eff2f3;
  border: 1px solid #ffffff;
  line-height: 43px;
  display: block;
  color: #000000;
  font-size: 20px;
  transition: all 0.5s ease-out;
}
.profile-social li a:hover {
  border: 1px solid #396cf0;
  background: #396cf0;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .profile-social li a {
    height: 35px;
    width: 40px;
    line-height: 32px;
    font-size: 16px;
  }
}
.profile-event {
  background-color: #eff2f3;
  padding: 35px 15px;
  text-align: center;
}
.profile-event .title {
  margin-bottom: 8px;
}
.profile-event .title:hover a {
  color: #396cf0;
}
.profile-event .profile-event-date {
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .profile-event .profile-event-date {
    font-size: 16px;
  }
}
.profile-event .profile-event-place {
  font-size: 18px;
  color: #396cf0;
  font-weight: 500;
}
/*-------------------------------------
#. EL: Price Table 
---------------------------------------*/
.price-table-layout1 {
  margin-bottom: 3rem;
}
.price-table-layout1 .item-wrapper {
  padding: 55px 15px 60px;
  text-align: center;
  background-color: #ffffff;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .price-table-layout1 .item-wrapper {
    padding: 45px 15px 55px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout1 .item-wrapper {
    padding: 40px 15px 50px;
  }
}
.price-table-layout1 .item-wrapper .item-title {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-title h3 {
    font-size: 20px;
  }
}
.price-table-layout1 .item-wrapper .item-price {
  margin-bottom: 20px;
  position: relative;
  font-size: 8rem;
  color: #000000;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.price-table-layout1 .item-wrapper .item-price .currency {
  top: -45px;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout1 .item-wrapper .item-price .currency {
    left: -15px;
    top: 0;
  }
}
.price-table-layout1 .item-wrapper .item-body {
  margin-bottom: 40px;
}
.price-table-layout1 .item-wrapper .item-body ul li {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
  list-style: none;
}
.price-table-layout1 .item-wrapper .item-body ul li:last-child {
  margin-bottom: 0;
}
.price-table-layout1 .item-wrapper:hover {
  box-shadow: 0px 0px 40px 0px rgba(216, 216, 216, 0.5);
}
.price-table-layout2 {
  margin-bottom: 30px;
  padding: 20px 3rem 55px;
  text-align: center;
  position: relative;
  z-index: 4;
}
.price-table-layout2:before {
  opacity: 1;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #009552;
  background: linear-gradient(to top right, #009552, #13c273);
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
}
.price-table-layout2:after {
  opacity: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background: #ffda59;
  background: linear-gradient(to top right, #ffda59, #f2bd00);
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: opacity 0.5s ease-in-out;
}
.price-table-layout2:hover:before {
  opacity: 0;
}
.price-table-layout2:hover:after {
  opacity: 1;
}
.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:after {
  background-color: #ffffff;
}
.price-table-layout2:hover .tpt-header .tpt-header-top .tpt-title:before {
  background-color: #ffffff;
}
.price-table-layout2:hover .tpt-footer .tpt-footer-btn {
  color: #000000;
  background-color: #ffffff;
}
.price-table-layout2:hover .tpt-footer .tpt-footer-btn:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.price-table-layout2 .tpt-header .tpt-header-top {
  margin-bottom: 35px;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title {
  position: relative;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 18px;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title span {
  font-weight: 500;
  color: #000000;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 23%;
  background-color: #396cf0;
  top: 10px;
  left: 0;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-top .tpt-title:before {
  content: "";
  border-radius: 2px;
  position: absolute;
  height: 4px;
  width: 23%;
  background-color: #396cf0;
  top: 10px;
  right: 0;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-bottom {
  line-height: 1.6;
}
.price-table-layout2 .tpt-header .tpt-header-bottom .currency {
  font-size: 6rem;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 3px 3px 7px rgba(3, 147, 112, 0.5);
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-header .tpt-header-bottom .amount {
  font-size: 10rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 3px 3px 7px rgba(3, 147, 112, 0.5);
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-body {
  margin-bottom: 50px;
}
.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item {
  margin-bottom: 5px;
  line-height: 1.9;
}
.price-table-layout2 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.5s ease-out;
}
.price-table-layout2 .tpt-footer .tpt-footer-btn {
  border-radius: 45px;
  font-size: 16px;
  color: #000000;
  border: 2px solid #ffffff;
  font-weight: 700;
  background-color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 4rem;
  line-height: 1.9;
  transition: all 0.5s ease-out;
}
.price-table-layout3 {
  margin-bottom: 30px;
}
.price-table-layout3 .tpt-col-inner {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
}
.price-table-layout3 .tpt-col-inner:hover {
  z-index: 2;
  transform: scale(1.05);
  background-color: #396cf0;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top {
  border-bottom: 1px solid #396cf0;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-top .tpt-title {
  color: #ffffff;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .currency {
  color: #ffffff;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .amount {
  color: #ffffff;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-header .tpt-header-bottom .period {
  color: #ffffff;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #3364e2;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #ffffff;
}
.price-table-layout3 .tpt-col-inner:hover .tpt-body .tpt-body-items .tpt-body-item-icon {
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.price-table-layout3 .tpt-header {
  text-align: center;
}
.price-table-layout3 .tpt-header .tpt-header-top {
  margin-bottom: 5px;
  padding: 25px 0;
  border-bottom: 1px solid #e4e4e4;
}
@media only screen and (max-width: 575px) {
  .price-table-layout3 .tpt-header .tpt-header-top {
    margin-bottom: 20px;
  }
}
.price-table-layout3 .tpt-header .tpt-header-top .tpt-title {
  letter-spacing: 1px;
  color: #444444;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}
.price-table-layout3 .tpt-header .tpt-header-bottom {
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.price-table-layout3 .tpt-header .tpt-header-bottom .currency {
  font-size: 30px;
  color: #b3b3b3;
  font-weight: 500;
  position: relative;
  bottom: 32px;
  left: -5px;
}
@media only screen and (max-width: 991px) {
  .price-table-layout3 .tpt-header .tpt-header-bottom .currency {
    font-size: 24px;
    bottom: 30px;
    left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .price-table-layout3 .tpt-header .tpt-header-bottom .currency {
    font-size: 24px;
    bottom: 25px;
  }
}
.price-table-layout3 .tpt-header .tpt-header-bottom .amount {
  font-size: 8rem;
  color: #000000;
  font-weight: 700;
}
.price-table-layout3 .tpt-header .tpt-header-bottom .period {
  font-size: 16px;
  color: #444444;
  font-weight: 400;
}
.price-table-layout3 .tpt-body {
  margin-bottom: 30px;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item {
  position: relative;
  padding: 16px 5px 16px 50px;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item:nth-child(even) {
  background-color: #eaeff0;
  transition: all 0.2s ease-out;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item .tpt-body-item-content {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
}
.price-table-layout3 .tpt-body .tpt-body-items .tpt-body-item-icon {
  position: absolute;
  left: 20px;
  z-index: 1;
  color: #0b9876;
  line-height: 1.9;
}
.price-table-layout3 .tpt-footer {
  text-align: center;
  padding-bottom: 30px;
}
.price-table-layout3 .tpt-footer .tpt-footer-btn {
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  background-color: #396cf0;
  display: inline-block;
  text-transform: uppercase;
  padding: 13px 5rem 11px;
  font-weight: 700;
  line-height: 1.7;
  transition: all 0.5s ease-out;
}
.price-table-layout3 .tpt-footer .tpt-footer-btn:hover {
  background-color: #f9c406;
}
/*-------------------------------------
#. EL: Gallrey Tab
---------------------------------------*/
.rt-el-gallrey-tab {
  text-align: center;
  margin-bottom: 55px;
  font-size: 0;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-tab {
    margin-bottom: 35px;
  }
}
.rt-el-gallrey-tab a {
  background-color: transparent;
  padding: 10px 30px;
  font-size: 16px;
  color: #444 ;
  margin: 0 5px 5px 0;
  display: inline-block;
  border: 1px solid #3c70fa;
  transition: all 0.5s ease-out;
  border-radius: 3px;
  line-height: 1.5;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-tab a {
    padding: 5px 25px;
    font-size: 14px;
  }
}
.rt-el-gallrey-tab a:hover {
  background-color: #396cf0;
  color: #ffffff;
}
.rt-el-gallrey-tab .current {
  background-color: #396cf0;
  color: #ffffff;
}
/*-------------------------------------
#. EL: Gallrey 1
---------------------------------------*/
.rt-el-gallrey-1 .rtin-item {
  position: relative;
  overflow: hidden;
  margin: 15px;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-1 .rtin-item {
    max-width: 375px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-1 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-1 .rtin-item:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(60, 112, 250, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-1 .rtin-item .rtin-content {
  background-color: #396cf0;
  padding: 10px 20px;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  transition: all 0.5s ease-out;
  color: #fff;
}
.rt-el-gallrey-1 .rtin-item .rtin-content h3 {
  font-weight: 400;
  margin-bottom: 5px;
}
.rt-el-gallrey-1 .rtin-item .rtin-content h3 a {
  color: #fff;
}
.rt-el-gallrey-1 .rtin-item .rtin-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  left: 0;
  right: 0;
  z-index: 8;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  color: #000000;
  font-size: 20px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.rt-el-gallrey-1 .rtin-item .rtin-icon:hover {
  color: #396cf0;
}
.rt-el-gallrey-1 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-1 .rtin-item:hover .rtin-content {
  bottom: 0;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
  transform: translateY(-50%);
  top: 48%;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-1 .rtin-item:hover .rtin-icon {
    top: 35%;
  }
}
/*-------------------------------------
#. EL: Gallrey 2
---------------------------------------*/
.rt-el-gallrey-2 .rtin-item {
  position: relative;
  overflow: hidden;
  margin: 5px;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item {
    max-width: 700px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-2 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-2 .rtin-item:before {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, #3c70fa), linear-gradient(transparent, #3c70fa);
  background-size: 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.rt-el-gallrey-2 .rtin-item .rtin-icon {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  transform: translateY(-110%);
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  background-color: #f8f8f8;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 3px;
  color: #000000;
  font-size: 20px;
  transition: all 0.7s cubic-bezier(0, 0, 0.25, 1.5);
}
.rt-el-gallrey-2 .rtin-item .rtin-icon:hover {
  color: #396cf0;
}
.rt-el-gallrey-2 .rtin-item .rtin-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -50%;
  z-index: 2;
  padding: 30px 30px 15px;
  transition: all 0.3s ease-out;
}
.rt-el-gallrey-2 .rtin-item .rtin-content h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item .rtin-content h3 {
    font-size: 20px;
  }
}
.rt-el-gallrey-2 .rtin-item .rtin-content h3 a {
  color: #fff;
}
.rt-el-gallrey-2 .rtin-item .rtin-content .rtin-cat {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.rt-el-gallrey-2 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.rt-el-gallrey-2 .rtin-item:hover .rtin-content {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease-out;
}
.rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-2 .rtin-item:hover .rtin-icon {
    top: 45%;
  }
}
/*-------------------------------------
#. EL: Gallrey 3
---------------------------------------*/
.rt-el-gallrey-3 .rtin-item {
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-3 .rtin-item {
    max-width: 375px;
    margin: 0 auto;
  }
}
.rt-el-gallrey-3 .rtin-item img {
  width: 100%;
}
.rt-el-gallrey-3 .rtin-item:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(60, 112, 250, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-3 .rtin-item img {
  transform: scale(1);
  transition: all 1s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content {
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.5s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title a {
  color: #fff;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-title:after {
  content: "";
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 3px;
  width: 0;
  transition: all 1s ease-out;
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-cat {
    font-size: 15px;
  }
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
  height: 50px;
  width: 50px;
  line-height: 48px;
  font-size: 16px;
  color: #396cf0;
  border-radius: 45px;
  display: block;
  background-color: #fff;
  text-align: center;
  border: 2px solid #fff;
  margin: 0 auto;
  transition: all 0.5s ease-out;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon {
    line-height: 25px;
    height: 30px;
    width: 30px;
    font-size: 12px;
  }
}
.rt-el-gallrey-3 .rtin-item .rtin-content .rtin-icon:hover {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.rt-el-gallrey-3 .rtin-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-3 .rtin-item:hover img {
  transform: scale(1.2);
}
.rt-el-gallrey-3 .rtin-item:hover .rtin-content {
  opacity: 1;
  visibility: visible;
}
.rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
  width: 150px;
}
@media all and (max-width: 480px) {
  .rt-el-gallrey-3 .rtin-item:hover .rtin-content .rtin-title:after {
    width: 150px;
  }
}
.gallery-box-layout1 {
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.gallery-box-layout1:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(57, 108, 240, 0.9);
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-icon {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  right: 15px;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-icon a {
  display: block;
  padding: 5px;
}
.gallery-box-layout1 .item-icon a i:before {
  margin-left: 0;
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-content {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 3;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-content .item-title {
  transform: translateX(30px);
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1 .item-content .title-ctg {
  color: #ffffff;
  transform: translateX(-30px);
  display: block;
  transition: all 0.3s ease-out;
}
.gallery-box-layout1:hover:after {
  opacity: 1;
  visibility: visible;
}
.gallery-box-layout1:hover img {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-icon {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .item-title {
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.gallery-box-layout1:hover .title-ctg {
  transform: translateX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
/*--------------------------------------
#. EL: Logo Slider
---------------------------------------*/
.rt-el-logo-slider .rtin-item img {
  width: inherit !important;
  margin: 0 auto;
}
/*-------------------------------------
#. EL: Navigation Menu
---------------------------------------*/
.rt-el-nav-menu.widget-about-info ul {
  box-shadow: 0px 1px 20px 0px rgba(218, 227, 232, 0.75);
  border-radius: 4px;
  padding: 30px;
  width: 100%;
}
.rt-el-nav-menu.widget-about-info ul li {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.rt-el-nav-menu.widget-about-info ul li a {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  color: #111111;
  transition: all 0.5s ease-out;
}
.rt-el-nav-menu.widget-about-info ul li a:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 2px;
  top: -3px;
  left: 0;
  z-index: 1;
  font-size: 28px;
  background-color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.rt-el-nav-menu.widget-about-info ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  color: #d9d9d9;
  transition: all 0.5s ease-out;
}
.rt-el-nav-menu.widget-about-info ul li a:hover {
  color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li a:hover:after {
  background-color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li a:hover:before {
  color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li a.active {
  color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li a.active:after {
  background-color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li a.active:before {
  color: #396cf0;
}
.rt-el-nav-menu.widget-about-info ul li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rt-el-nav-menu.widget ul li {
  margin-bottom: 5px;
  padding: 0;
  border: none;
}
.rt-el-nav-menu.widget ul li:last-child {
  margin-bottom: 0;
}
.rt-el-nav-menu.widget ul li:before {
  content: none;
}
.rt-el-nav-menu.widget ul li a {
  display: block;
  background-color: #f8f8f8;
  padding: 15px 15px 15px 50px;
  color: #444;
  transition: all 0.5s ease-out;
  position: relative;
}
.rt-el-nav-menu.widget ul li a:hover {
  padding: 15px 15px 15px 60px;
}
.rt-el-nav-menu.widget ul li a:hover i {
  left: 25px;
}
.rt-el-nav-menu.widget ul li a i {
  color: #396cf0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  left: 15px;
  z-index: 1;
  transition: all 0.5s ease-out;
  line-height: 1.2;
}
.rt-el-nav-menu.widget ul li.current-menu-item a,
.rt-el-nav-menu.widget ul li a:hover {
  background-color: #396cf0;
  color: #fff;
}
.rt-el-nav-menu.widget ul li.current-menu-item a i,
.rt-el-nav-menu.widget ul li a:hover i {
  color: #fff;
}
/*-------------------------------------
#. EL: Contact
---------------------------------------*/
.rt-el-contact ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rt-el-contact ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  padding-left: 38px;
  line-height: 1.75;
}
.rt-el-contact ul li i {
  color: #396cf0;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  font-size: 22px;
  line-height: 1;
}
.rt-el-contact ul li a {
  color: #444444;
  transition: all 0.3s ease 0s;
}
.rt-el-contact ul li a:hover {
  text-decoration: underline;
}
.rt-el-contact ul li:last-child {
  margin-bottom: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #444444;
  width: 100%;
  padding: 5px;
}
.wpcf7-form label {
  width: 100%;
  margin-bottom: 15px;
  line-height: 2;
}
.wpcf7-form textarea {
  height: 120px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
  height: 42px;
}
.wpcf7-form button,
.wpcf7-form input[type="button"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"],
.wpcf7-form .primary-list li::before {
  padding: 10px 25px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
}
.widget-appointment span.wpcf7-not-valid-tip {
  color: #e49e9e;
}
/*-------------------------------------
#. EL: Call To Action
---------------------------------------*/
.v-center-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.rt-el-cta-1 {
  padding: 55px 0;
}
@media all and (max-width: 767px) {
  .rt-el-cta-1 {
    padding: 50px 0;
    text-align: center;
  }
}
.rt-el-cta-1 .rtin-title {
  font-size: 36px;
  margin: 6px 0;
  line-height: 1.4;
  font-weight: 500;
}
.rt-el-cta-1 .rtin-button-mid {
  text-align: right;
}
@media all and (max-width: 767px) {
  .rt-el-cta-1 .rtin-button-mid {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .rt-el-cta-1 .rtin-button-mid {
    text-align: center;
    margin-top: 20px;
  }
}
.rt-el-cta-1.rt-transparent.rt-color-dark {
  background-color: transparent;
  color: #111;
}
.rt-el-cta-1.rt-transparent.rt-color-dark .rtin-title {
  color: #111;
}
.rt-el-cta-1.rt-transparent.rt-color-light {
  background-color: transparent;
  color: #fff;
}
.rt-el-cta-1.rt-transparent.rt-color-light .rtin-title {
  color: #fff;
}
.rt-el-cta-1.rt-transparent.rt-color-primary {
  background-color: transparent;
  color: #396cf0;
}
.rt-el-cta-1.rt-transparent.rt-color-primary .rtin-title {
  color: #396cf0;
}
.rt-el-cta-1.rt-light.rt-color-dark {
  background-color: #111;
  color: #111;
}
.rt-el-cta-1.rt-light.rt-color-dark .rtin-title {
  color: #111;
}
.rt-el-cta-1.rt-light.rt-color-light {
  background-color: #fff;
  color: #fff;
}
.rt-el-cta-1.rt-light.rt-color-light .rtin-title {
  color: #fff;
}
.rt-el-cta-1.rt-light.rt-color-primary {
  background-color: #fff;
  color: #396cf0;
}
.rt-el-cta-1.rt-light.rt-color-primary .rtin-title {
  color: #396cf0;
}
.rt-el-cta-1.rt-grey.rt-color-dark {
  background-color: #f5f5f5;
  color: #111;
}
.rt-el-cta-1.rt-grey.rt-color-dark .rtin-title {
  color: #111;
}
.rt-el-cta-1.rt-grey.rt-color-light {
  background-color: #f5f5f5;
  color: #fff;
}
.rt-el-cta-1.rt-grey.rt-color-light .rtin-title {
  color: #fff;
}
.rt-el-cta-1.rt-grey.rt-color-primary {
  background-color: #f5f5f5;
  color: #396cf0;
}
.rt-el-cta-1.rt-grey.rt-color-primary .rtin-title {
  color: #396cf0;
}
.rt-el-cta-1.rt-light {
  background-color: #fff;
  color: #111;
}
.rt-el-cta-1.rt-light .rtin-title {
  color: #111;
}
.rt-el-cta-1.rt-dark {
  background-color: #222222;
  color: #fff;
}
.rt-el-cta-1.rt-dark .rtin-title {
  color: #fff;
}
.rt-el-cta-1.rt-primary {
  background-color: #396cf0;
  color: #fff;
}
.rt-el-cta-1.rt-primary .rtin-title {
  color: #fff;
}
.rt-el-cta-1.rt-primary .rtin-button-mid a {
  background-color: #fff;
  color: #396cf0;
  border: 1px solid #fff;
}
.rt-el-cta-1.rt-primary .rtin-button-mid a:hover {
  background-color: transparent;
  color: #fff;
}
.rt-el-cta-1.rt-grey {
  background-color: #f5f5f5;
  color: #111;
}
.rt-el-cta-1.rt-grey .rtin-title {
  color: #111;
}
.call-to-action-box-layout1 {
  min-height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 {
    min-height: 0;
  }
}
.call-to-action-box-layout1 .item-title {
  margin-bottom: 0;
  font-size: 3.5rem;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout1 .item-title {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout1 .item-title {
    margin-bottom: 2rem;
  }
}
.call-to-action-box-layout1 .item-title i {
  margin-right: 15px;
  transform: scaleX(-1);
}
.call-to-action-wrap-layout2 {
  padding: 10rem 0px 11rem;
  position: relative;
}
.call-to-action-wrap-layout2:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.8);
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
}
.call-to-action-box-layout2 {
  text-align: center;
  z-index: 2;
  position: relative;
}
.call-to-action-box-layout2 h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout2 h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout2 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 h2 {
    font-size: 30px;
  }
}
.call-to-action-box-layout2 h2 span {
  display: block;
  font-weight: 700;
}
.call-to-action-box-layout2 .item-btn {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 4px;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout2 .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout2 .item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}
.call-to-action-box-layout6 {
  text-align: center;
  z-index: 2;
  position: relative;
}
.call-to-action-box-layout6 h2 {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.5;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout6 h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout6 h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout6 h2 {
    font-size: 30px;
  }
}
.call-to-action-box-layout6 h2 span {
  display: block;
  font-weight: 700;
}
.call-to-action-box-layout6 p.item-sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
.call-to-action-box-layout6 .item-btn {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 4px;
  text-transform: initial;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.call-to-action-box-layout6 .item-btn i{
  margin-left: 10px;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout6 .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout6 .item-btn:hover {
  background-color: #ffffff;
  color: #396cf0;
}
.call-to-action-wrap-layout3 {
  background-color: transparent;
}
.call-to-action-box-layout3 {
  position: relative;
}
.call-to-action-box-layout3 .single-item {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 50;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item {
    position: inherit;
    top: inherit;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout3 .single-item {
    position: inherit;
    top: inherit;
    margin-top: 0px;
  }
}
.call-to-action-box-layout3 .single-item a {
  position: relative;
  z-index: 2;
  border-radius: 4px 4px 0 0;
  text-align: center;
  padding: 22px 15px;
  width: 100%;
  display: block;
  background: linear-gradient(to right, #396cf0, #285ada);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout3 .single-item a {
    border-radius: 4px;
    font-size: 16px;
    padding: 18px 7px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout3 .single-item a {
    padding: 10px 15px;
  }
}
.call-to-action-box-layout3 .single-item a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  background-color: #396cf0;
  z-index: -1;
  transition: all 0.5s ease-out;
  border-radius: 4px;
}
.call-to-action-box-layout3 .single-item a i {
  line-height: 1;
  display: inline-block;
}
.call-to-action-box-layout3 .single-item a i:before {
  color: #ffffff;
  font-size: 22px;
  margin-left: 0;
  margin-right: 15px;
}
.call-to-action-box-layout3 .single-item a:hover:after {
  width: 100%;
  left: 0;
}
.call-to-action-wrap-layout4 {
  position: relative;
  padding: 9.2rem 0 10rem;
}
.call-to-action-wrap-layout4 .item-img {
  position: absolute;
  bottom: 0;
  z-index: 0;
  right: calc((100% - 1290px)/2);
}
@media only screen and (max-width: 1399px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 1110px)/2);
  }
}
@media only screen and (max-width: 1199px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 930px)/2);
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-wrap-layout4 .item-img {
    right: calc((100% - 690px)/2);
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout4 .item-img {
    display: none;
  }
}
.call-to-action-box-layout4 {
  text-align: center;
}
.call-to-action-box-layout4 .item-title {
  font-size: 36px;
  color: #111111;
  font-weight: 700;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .item-title {
    width: 100%;
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .item-title {
    font-size: 28px;
  }
}
.call-to-action-box-layout4 .item-title span {
  display: block;
}
.call-to-action-box-layout4 .call-to-action-phone {
  margin-bottom: 40px;
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone {
    font-size: 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-phone a {
  color: #111111;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-to-action-box-layout4 .call-to-action-phone a i {
  font-size: 24px;
  margin-right: 10px;
  color: #396cf0;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-phone a i {
    font-size: 20px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn {
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 4px;
  background-color: #396cf0;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4 .call-to-action-btn .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout4 .call-to-action-btn .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
  box-shadow: 0 10px 55px 5px rgba(57, 108, 240, 0.3);
}
.call-to-action-box-layout4.rt-primary {
  background-color: #396cf0;
  text-align: center;
}
.call-to-action-box-layout4.rt-primary .item-title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4.rt-primary .item-title {
    width: 100%;
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4.rt-primary .item-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4.rt-primary .item-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4.rt-primary .item-title {
    font-size: 28px;
  }
}
.call-to-action-box-layout4.rt-primary .item-title span {
  display: block;
}
.call-to-action-box-layout4.rt-primary .call-to-action-phone {
  margin-bottom: 30px;
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone {
    font-size: 24px;
  }
}
.call-to-action-box-layout4.rt-primary .call-to-action-phone a {
  color: #111111;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
  font-size: 24px;
  margin-right: 10px;
  color: #396cf0;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 991px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-phone a i {
    font-size: 20px;
  }
}
.call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn {
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 4px;
  background-color: #396cf0;
  text-transform: initial;
  color: #ffffff;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 575px) {
  .call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn {
    padding: 12px 24px;
  }
}
.call-to-action-box-layout4.rt-primary .call-to-action-btn .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}
.call-to-action-wrap-layout5 {
  padding: 55px 0;
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 {
    padding: 25px 0 50px;
  }
}
.call-to-action-wrap-layout5 .single-item {
  border-right: 1px solid #d7d7d7;
}
@media only screen and (max-width: 767px) {
  .call-to-action-wrap-layout5 .single-item {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}
.call-to-action-wrap-layout5 .single-item:last-child {
  border-right: 0;
  border-bottom: 0;
}
div ~ :last-child .call-to-action-box-layout5 {
  margin-bottom: 0;
}
.call-to-action-box-layout5 {
  margin-left: 35px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .call-to-action-box-layout5 {
    margin: 25px 0 20px;
  }
}
.call-to-action-box-layout5 .media i:before {
  font-size: 50px;
  line-height: 65px;
  color: #396cf0;
  margin-left: 0px;
}
.call-to-action-box-layout5 .media .media-body {
  margin-left: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-to-action-box-layout5 .media .media-body {
    margin-left: 0;
  }
}
.call-to-action-box-layout5 .media .media-body .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 10px;
}
/*-------------------------------------
#. EL: Icon List
---------------------------------------*/
.about-info-list ul.list-info {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
@media only screen and (max-width: 575px) {
  .about-info-list ul.list-info {
    display: block;
    margin: 30px 0;
  }
}
.about-info-list ul.list-info li {
  list-style: none;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.about-info-list ul.list-info li:last-child {
  margin-bottom: 0;
}
.about-info-list ul.list-info li:after {
  content: "\f00c";
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #396cf0;
  font-size: 14px;
  top: 2px;
}
.about-info-list .list-info.theme2 {
  padding-left: 0;
  margin-top: 0;
}
.about-info-list .list-info.theme2 li {
  width: 100%;
  display: block;
  clear: both;
  font-weight: 500;
  list-style: none;
}
.about-info-list .about-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 5px;
}
@media only screen and (max-width: 575px) {
  .about-info-list .about-info {
    display: block;
    margin: 30px 0;
  }
}
.about-info-list .about-info li {
  list-style: none;
  width: 50%;
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .about-info-list .about-info li {
    width: 100%;
  }
}
.about-info-list .about-info li a {
  color: #444444;
}
.about-info-list .about-info li a:hover {
  color: #396cf0;
}
.about-info-list .about-info li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  left: 0;
  top: 2px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  z-index: 1;
  border-radius: 50%;
  background-color: #396cf0;
  height: 20px;
  width: 20px;
  box-shadow: 0px 2px 15px 0px rgba(42, 92, 220, 0.75);
}
.about-info-list .about-info.theme2 {
  padding-left: 0;
  margin-top: 0;
}
.about-info-list .about-info.theme2 li {
  width: 100%;
  display: block;
  clear: both;
}
/*-------------------------------------
#. EL: Testmonial Area
---------------------------------------*/
.testmonial-box-layout1 {
  text-align: center;
}
.testmonial-box-layout1 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}
.testmonial-box-layout1 .item-content p {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout1 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout1 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout1 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout1 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome\ 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout1 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}
.testmonial-box-layout1 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}
.testmonial-box-layout2 {
  margin-bottom: 50px;
}
.testmonial-box-layout2:last-child {
  margin-bottom: 0;
}
.testmonial-box-layout2 .item-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout2 .item-title {
    margin-bottom: 10px;
  }
}
.testmonial-box-layout2 .item-title span {
  font-size: 16px;
  font-weight: 400;
}
.testmonial-box-layout2 .rating {
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout2 .rating {
    margin-bottom: 10px;
  }
}
.testmonial-box-layout2 .rating li {
  display: inline-block;
}
.testmonial-box-layout2 .rating li > i {
  font-size: 14px;
  color: #ffd700;
}
.testmonial-box-layout2 p {
  font-style: italic;
  color: #ffffff;
  margin-bottom: 0;
  font-size: 18;
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout2 p {
    font-size: 18px;
  }
}
.dot-margin.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px;
}
.testmonial-box-layout3 {
  text-align: center;
}
.testmonial-box-layout3 .item-img {
  height: 83px;
  width: 83px;
  margin: 0 auto 26px;
}
.testmonial-box-layout3 .item-img img {
  border-radius: 50%;
  border: 4px solid #2e5ed7;
}
.testmonial-box-layout3 .item-content p {
  color: #ffffff;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout3 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout3 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout3 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  top: 31%;
  right: 0;
  position: absolute;
  font-weight: 900;
  color: #2e5ed7;
  font-size: 97px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout3 .item-content p:after {
    right: -32px;
  }
}
.testmonial-box-layout3 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.testmonial-box-layout3 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
.testmonial-box-layout5 {
  text-align: center;
}
.testmonial-box-layout5 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}
.testmonial-box-layout5 .item-img img {
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}
.testmonial-box-layout5 .item-content p {
  width: 47%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout5 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout5 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout5 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  top: 31%;
  right: 0;
  position: absolute;
  font-weight: 900;
  color: #e9eced;
  font-size: 97px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout5 .item-content p:after {
    right: -32px;
  }
}
.testmonial-box-layout5 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #111111;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.testmonial-box-layout5 .item-content .sub-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  z-index: 10;
  color: #646464;
}
.testmonial-box-layout4 .rtin-item {
  margin-bottom: 30px;
}
.testmonial-box-layout4 .media-body {
  margin-left: 20px;
}
.testmonial-box-layout4 .testimonial-item {
  background: #fff;
  padding: 51px 61px 51px 40px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  position: relative;
}
.testmonial-box-layout4 mark {
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.testmonial-box-layout4 .rtin-thumb img,
.testimonial-box-layout8 .item-round-img img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
.testmonial-box-layout4 .rtin-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.23;
}
.testmonial-box-layout4 .rtin-content p {
  margin-bottom: 0;
  color: #646464;
}
.testmonial-box-layout4 .rtin-designation {
  color: #000000;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.testmonial-box-layout4 .rtin-designation:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  bottom: -15px;
  border-radius: 4px;
  left: 0;
}
.testmonial-box-layout4 .testimonial-quote-icon {
  font-size: 28px;
  position: absolute;
  text-align: left;
  line-height: 0;
  color: #e1e5e6;
  transition: all 0.3s ease-out;
  bottom: 53px;
  left: 55px;
}
.testmonial-box-layout3new .rtin-item {
  margin-bottom: 30px;
}
.testmonial-box-layout3new .media-body {
  margin-left: 20px;
}
.testmonial-box-layout3new .testimonial-item {
  background: #fff;
  padding: 51px 61px 51px 40px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  position: relative;
}
.testmonial-box-layout3new mark {
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.testmonial-box-layout3new .rtin-thumb img {
  width: 70px !important;
  height: 70px;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
.testmonial-box-layout3new .rtin-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.23;
}
.testmonial-box-layout3new .rtin-content p {
  margin-bottom: 0;
  color: #646464;
  line-height: 30px;
}
.testmonial-box-layout3new .rtin-designation {
  color: #959595;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.testmonial-box-layout3new .testimonial-quote-icon {
  position: absolute;
  text-align: left;
  line-height: 0;
  color: #e1e5e6;
  transition: all 0.3s ease-out;
  top: 53px;
  right: 34px;
  width: 44px;
  height: 44px;
}
.testmonial-box-layout3new .testimonial-quote-icon .quote-right-code {
  background-image: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/right.png);
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot.active span,
.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #396cf0;
  border: 2px solid #396cf0;
}
.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #c2c2c2;
  margin: 3px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.testmonial-box-layout3new .owl-theme .owl-dots .owl-dot.active span {
  background-color: #396cf0;
  border: 2px solid #396cf0;
}
.testmonial-box-6 {
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #fff;
}
.testmonial-box-layout6.testmonial-box-layout5new {
  text-align: center;
  padding: 50px 50px 80px 50px;
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.45);
}
.testmonial-box-layout6.testmonial-box-layout5new .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-img img {
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-content {
  padding: 0 120px;
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout6.testmonial-box-layout5new .item-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testmonial-box-layout6.testmonial-box-layout5new .item-content {
    padding: 0 0;
  }
}
.testmonial-box-layout6.testmonial-box-layout5new .item-content p {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-title {
  text-transform: capitalize;
  font-weight: 700;
  color: #111111;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .sub-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  z-index: 10;
  color: #646464;
  margin-bottom: 5px;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating {
  display: inline-block;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating li.has-rating {
  color: #ff9800;
}
.testmonial-box-layout6.testmonial-box-layout5new .item-headertype .item-rating li {
  display: inline-block;
}
.testmonial-box-6 {
  border-radius: 4px;
}
.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
  left: 86px;
  border: 1px solid #dfdfdf;
  color: #396cf0;
}
@media only screen and (max-width: 991px) {
  .testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-prev {
    left: 10px;
  }
}
.testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
  right: 86px;
  border: 1px solid #dfdfdf;
  color: #396cf0;
}
@media only screen and (max-width: 991px) {
  .testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .testmonial-box-6 .nav-control-layout3.owl-theme .owl-nav .owl-next {
    right: 10px;
  }
}
.testmonial-box-layout4 .rtin-item {
  margin-bottom: 30px;
}
.testmonial-box-layout4 .media-body {
  margin-left: 20px;
}
.testmonial-box-layout4 .testimonial-item {
  background: #fff;
  padding: 51px 61px 51px 40px;
  transition: all 0.3s ease-out;
  border-radius: 4px;
  position: relative;
}
.testmonial-box-layout4 mark {
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.testmonial-box-layout4 .rtin-thumb img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
.testmonial-box-layout4 .rtin-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.23;
}
.testmonial-box-layout4 .rtin-content p {
  margin-bottom: 0;
  color: #646464;
}
.testmonial-box-layout4 .rtin-designation {
  color: #000000;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.testmonial-box-layout4 .rtin-designation:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background-color: #396cf0;
  bottom: -15px;
  border-radius: 4px;
  left: 0;
}
.testmonial-box-layout4 .testimonial-quote-icon {
  font-size: 28px;
  position: absolute;
  text-align: left;
  line-height: 0;
  color: #e1e5e6;
  transition: all 0.3s ease-out;
  bottom: 53px;
  left: 55px;
}
/* Testmonial Layout 7*/
.testmonial-box-layout7 .item-img {
  height: 90px;
  width: 90px;
  margin: 0 auto 26px;
}
.testmonial-box-layout7 .item-content p {
  color: #ffffff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .testmonial-box-layout7 .item-content p {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .testmonial-box-layout7 .item-content p {
    width: 80%;
  }
}
.testmonial-box-layout7 .item-content p:after {
  content: "\f10e";
  font-family: "Font Awesome\ 5 Free";
  bottom: -25px;
  right: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout7 .item-content p:before {
  content: "\f10d";
  font-family: "Font Awesome\ 5 Free";
  top: -25px;
  left: -40px;
  position: absolute;
  font-weight: 900;
  color: #e1e5e6;
  font-size: 36px;
}
.testmonial-box-layout7 .item-content .item-title {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}
.testmonial-box-layout7 .item-content .sub-title {
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 300;
}
.testmonial-wrap-layout7 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testmonial-wrap-layout7 .shape-img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.testmonial-wrap-layout7 {
  position: relative;
}
.testmonial-wrap-layout7::before {
  content: "";
  height: 100%;
  width: 100%;
  background: radial-gradient(51.67% 213.57% at 50% 50%, #396CF0 0%, rgba(57, 108, 240, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* === Testimonial Layout 8 ===*/
.testimonial-box-layout8 .testimonial-layout-style-1 {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 10px;
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-icon {
  color: #396cf0;
  opacity: 0.12;
  font-size: 60px;
  line-height: 36px;
}
.testimonial-box-layout8 .testimonial-layout-style-1 p {
  color: #646464;
  margin: -30px 0px 35px 0px;
  width: 80%;
  line-height: 34px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-box-layout8 .testimonial-layout-style-1 p {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-designation {
  display: flex;
  align-items: center;
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-designation .item-content {
  margin-left: 20px;
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-designation .item-content .item-title {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
}
.testimonial-box-layout8 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle span {
  color: #396cf0;
}


/* === Testimonial Layout 11===*/
.testimonial-box-layout11 .testimonial-layout-style-1 {
  background-color: #fff;
  padding: 70px 40px 40px;
  border-radius: 12px;
  box-shadow: 0 5px 24px rgba(10, 56, 176, 0.1);
  position: relative;
}
.testimonial-box-layout11 {
  margin: 15px;
}
.testimonial-box-layout11 .testimonial-layout-style-1 .item-icon {
  color: #396cf0;
    opacity: 0.12;
    font-size: 54px;
    line-height: 36px;
    position: absolute;
    top: 40px;
}
.testimonial-box-layout11 .item-rating {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonial-box-layout11 .item-rating li {
  display: inline-block;
}
.testimonial-box-layout11 .item-rating li i {
  color: #FF9800;
  font-size: 16px;
}
.testimonial-box-layout11 .testimonial-layout-style-1 p {
  color: #646464;
  line-height: 30px;
  font-size: 18px;
}
.arrow-style-11.rt-owl-carousel .owl-nav .owl-prev,
.arrow-style-11.rt-owl-carousel .owl-nav .owl-next{
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #91A0C2;
  color: #91A0C2;
  font-size: 24px;
  background: transparent;
  transition: 0.4s;
  margin: 5px 10px;
}
.arrow-style-11.rt-owl-carousel .owl-nav .owl-prev:hover,
.arrow-style-11.rt-owl-carousel .owl-nav .owl-next:hover{
  border: 1px solid #396CF0;
  color: #fff;
  font-size: 24px;
  background: #396CF0;
}

.testimonial-box-layout11 .testimonial-layout-style-1 .item-designation {
  display: flex;
  align-items: center;
}
.testimonial-box-layout11 .testimonial-layout-style-1 .item-designation .item-content {
  margin-left: 20px;
}
.testimonial-box-layout11 .testimonial-layout-style-1 .item-designation .item-content .item-title {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
}
.testimonial-box-layout11 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle {
  color: #646464;
  font-size: 15px;
  font-weight: 400;
}
.testimonial-box-layout11 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle span {
  color: #396cf0;
}
.testimonial-box-layout11 .item-round-img img {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
.arrow-style-11 .owl-stage-outer .owl-stage{
  padding-bottom: 20px;
}

.owl-theme.dot-control-layout8 .owl-dots {
  margin-top: 55px !important;
  justify-content: center;
  display: flex;
}
.owl-theme.dot-control-layout8 .owl-dots .owl-dot span {
  background-color: rgba(57, 108, 240, 0.25);
  height: 12px;
  width: 12px;
  border: none;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  margin-right: 15px;
}
.owl-theme.dot-control-layout8 .owl-dots .owl-dot:focus {
  outline: none;
}
.owl-theme.dot-control-layout8 .owl-dots .owl-dot.active span {
  background-color: #396cf0;
}
.rt-test-wrapper{
  z-index: 3;
}
.testimonial-shape-img {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.testimonial-shape-img ul{
  list-style: none;
}
.testimonial-shape-img img {
  border-radius: 50%;
}
.testimonial-shape-img .shape-list-1 li {
  position: absolute;
  z-index: -1;
}
.testimonial-shape-img .shape-list-1 li:nth-child(1) {
  top: 135px;
  right: 0px;
  z-index: -1;
}
.testimonial-shape-img .shape-list-1 li:nth-child(2) {
  top: 66px;
  right: -56px;
  z-index: -2;
}
@media only screen and (max-width: 575px){
  .testimonial-shape-img .shape-list-1 li:nth-child(2) {
    display: none;
  }
}
.testimonial-shape-img .shape-list-1 li:nth-child(3) {
  top: 50%;
  left: 15px;
  z-index: 2;
}
.rt-slider-thumb-item {
  width: 80px !important;
  height: 80px;
  padding: 7px;
  margin-right: 7px;
}
@media only screen and (max-width: 320px) {
  .rt-slider-thumb-item {
    width: 70px !important;
    height: 70px;
  }
}
.rt-slider-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: grayscale(100%);
  background: #ffffff;
}
.slick-current.slick-active .rt-slider-thumb-item {
  border: 1px dotted #ffffff;
  border-radius: 10px;
}
.slick-current.slick-active .rt-slider-thumb-item img {
  filter: grayscale(0);
}
.rt-slider-thumb-area {
  margin-top: -50px;
  margin-left: -40px;
}
.rt-slider-thumb-area .slick-slide{
  max-width: 85px;
}
@media only screen and (max-width: 1199px) {
  .rt-slider-thumb-area {
    margin-top: 0px;
    margin-left: 0;
  }
}
.testimonial-box-layout7 {
  margin-left: -30px;
}
@media only screen and (max-width: 320px) {
  .testimonial-box-layout7 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-box-layout7 {
    margin-left: 0;
  }
}
.testimonial-box-layout7 .figure-icon {
  margin-bottom: 30px;
}
.testimonial-box-layout7 p {
  color: #fff;
  margin-bottom: 32px;
  width: 75%;
  line-height: 32px;
  font-weight: 400;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .testimonial-box-layout7 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-box-layout7 p {
    width: 100%;
  }
}
.testimonial-box-layout7 .item-title {
  color: #fff;
  margin-bottom: 10px;
}
.testimonial-box-layout7 .item-subtitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.testimonial-box-layout7 .nav-item {
  display: inline-block;
}
/*-------------------------------------
#. Testimonial Layout - 9
---------------------------------------*/
.testimonial__Wrapper-9{
  position: relative;
}
.testimonial__Wrapper-9 .item-shape {
  position: absolute;
  top: 0;
  right: 12%;
}
.testimonial__Wrapper-9 .testimonial-box-layout9 .item-strok {
  width: 869px;
  height: 141px;
  margin: 118px 0px 0px 0px;
}
@media (max-width: 991px){
  .testimonial__Wrapper-9 .testimonial-box-layout9 .item-strok {
      display: none;
  }
}
.testi-inner-wrapper-9{
  position: relative;
}
.testimonial-box-layout9 .content-wrapper .item-quote {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 135px;
}
.testi-inner-wrapper-9 .rt_test .item-title{
  font-weight: 700;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 0;
}
.testi-inner-wrapper-9 .rt_test .item-subtitle{
  font-weight: 400;
  font-size: 15px;
  color: #e1e7f9;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
}
.testi-inner-wrapper-9 .rt_test .item-subtitle:before{
  content: "";
  width: 25px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.testimonial-box-layout9.author-image{
  position: absolute;
  top: -183px;
}
.testimonial-box-layout9 .slick-slide {
  max-width: 90px;
}
.testimonial-box-layout9 .item-img{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed transparent;
  cursor: pointer;
}
.testimonial-box-layout9 .item-img img{
  height: 90px !important;
  width: 90px !important;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3px;
  padding: 8px;
}
.testimonial-box-layout9 .slick-slide.slick-active.slick-current .item-img img{
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.testimonial-box-layout9 .slick-current.slick-active .item-img img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.testimonial-box-style10 .testimonial-layout-style-1{
  padding: 0;
  background: transparent;
}


/* === Testimonial Layout 10 ===*/
.testimonial-box-style10 .item-rating{
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.testimonial-box-style10 .item-rating li{
  display: inline-block;
}
.testimonial-box-style10 .item-rating li i{
  color: #FF9800;
  font-size: 18px;
}
.testimonial-box-style10 .testimonial-layout-style-1 .item-icon {
    font-size: 45px;
    position: relative;
    top: -4px;
}
.site-wrp .nav-control-layout10.owl-theme{
  overflow: visible;
}
.site-wrp .nav-control-layout10.owl-theme .owl-nav > div {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border: 1px solid #91A0C2;
  color: #91A0C2;
}
.site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-next {
  right: -10%;
}
.site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-prev {
  left: -112%;
}
.testimonial-box-style10 .testimonial-layout-style-1 .item-designation .item-content .item-title {
  color: #102737;
  font-size: 18px;
}
.testimonial-box-style10 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.testimonial-box-style10 .testimonial-layout-style-1 .item-designation .item-content .item-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  background: #646464;
  z-index: 3;
  height: 1px;
}
/*-------------------------------------
#. EL: Features Area
---------------------------------------*/
.features-box-layout5.list-info5 .list-info.theme2 {
  padding-left: 0;
}
.features-box-layout5.list-info5 .list-info.theme2 li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 34px;
  color: #fff;
  list-style: none;
}
.features-box-layout5.list-info5 .list-info.theme2 li:hover:before {
  left: 3px;
}
.features-box-layout5.list-info5 .list-info.theme2 li a {
  color: #fff;
}
.features-box-layout5.list-info5 .list-info.theme2 li a:hover {
  color: #396cf0;
}
.features-box-layout5.list-info5 .list-info.theme2 li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  background-color: #fff;
  height: 19px;
  width: 19px;
  border-radius: 45px;
  line-height: 20px;
  text-align: center;
  color: #122738;
  top: 3px;
  left: 0;
  z-index: 2;
  box-shadow: none;
  transition: all 0.5s ease-out;
}
.features-box-layout5.list-info5 .list-info.theme2 li:last-child {
  margin-bottom: 0;
}
.features-box-layout1.list-info4 .list-info.theme2 {
  padding-left: 0;
}
.features-box-layout1.list-info4 .list-info.theme2 li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #fff;
  list-style: none;
}
.features-box-layout1.list-info4 .list-info.theme2 li:hover:before {
  left: 3px;
}
.features-box-layout1.list-info4 .list-info.theme2 li a {
  color: #fff;
}
.features-box-layout1.list-info4 .list-info.theme2 li a:hover {
  color: #396cf0;
}
.features-box-layout1.list-info4 .list-info.theme2 li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  background-color: #396cf0;
  height: 25px;
  width: 25px;
  border-radius: 45px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: none;
  transition: all 0.5s ease-out;
}
.features-box-layout1.list-info4 .list-info.theme2 li:last-child {
  margin-bottom: 0;
}
.features-box-layout1 {
  position: relative;
}
.features-box-layout1 .list-info.theme2 li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
  color: #fff;
  list-style: none;
}
.features-box-layout1 .list-info.theme2 li:hover:before {
  left: 3px;
}
.features-box-layout1 .list-info.theme2 li a {
  color: #fff;
}
.features-box-layout1 .list-info.theme2 li a:hover {
  color: #f5f5f5;
}
.features-box-layout1 .list-info.theme2 li:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 45px;
  line-height: 25px;
  text-align: center;
  color: #111111;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 5px 6px 0px #1e4ecb;
  transition: all 0.5s ease-out;
}
.features-box-layout1 .list-info.theme2 li:last-child {
  margin-bottom: 0;
}
.features-box-layout1 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .features-box-layout1 .item-content {
    position: inherit;
    padding: 10rem 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout1 .item-content {
    padding: 10rem 0;
  }
}
.features-box-layout1 .item-content .item-content-inner .item-title {
  font-weight: 700;
}
.features-box-layout1 .item-content .item-content-inner p {
  margin-bottom: 30px;
}
.features-box-layout1 .item-content .item-content-inner.content-light .item-title {
  color: #ffffff;
}
.features-box-layout1 .item-content .item-content-inner.content-light p {
  color: #ffffff;
}
.features-box-layout1 .item-content .item-content-inner.content-light .list-item li {
  color: #ffffff;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .item-title {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark p {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li {
  color: #111111;
}
.features-box-layout1 .item-content .item-content-inner.content-dark .list-item li:before {
  color: #ffffff;
  background-color: #396cf0;
  box-shadow: 0px 5px 6px 0px rgba(116, 149, 231, 0.8);
}
.features-box-layout1 .item-content .item-content-inner .list-item li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 40px;
}
.features-box-layout1 .item-content .item-content-inner .list-item li:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 10px;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  border-radius: 45px;
  line-height: 25px;
  text-align: center;
  color: #111111;
  top: 0;
  left: 0;
  z-index: 2;
  box-shadow: 0px 5px 6px 0px #1e4ecb;
}
.features-box-layout1 .item-content .item-content-inner .list-item li:last-child {
  margin-bottom: 0;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #396cf0;
  height: 3.5rem;
  border-radius: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.features-box-layout1 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  float: right;
  font-size: 2rem;
  padding: 0 10px;
}
.features-box-layout1:nth-child(even) .item-content-inner {
  padding-left: 10rem;
}
@media only screen and (max-width: 1199px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout1:nth-child(even) .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout1:nth-child(odd) .item-content-inner {
  padding-right: 20rem;
}
@media only screen and (max-width: 991px) {
  .features-box-layout1:nth-child(odd) .item-content-inner {
    padding-right: 0;
  }
}
.features-box-layout2 {
  position: relative;
  background-color: #f8f8f8;
}
.features-box-layout2 .item-img {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-img {
    width: 100%;
  }
}
.features-box-layout2 .item-img img {
  width: 100%;
}
.features-box-layout2 .item-content {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 50px 10rem;
  }
}
@media only screen and (max-width: 575px) {
  .features-box-layout2 .item-content {
    position: inherit;
    padding: 9.2rem 0 10rem;
  }
}
.features-box-layout2 .item-content .item-content-inner {
  padding-left: 10rem;
}
@media only screen and (max-width: 1199px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .features-box-layout2 .item-content .item-content-inner {
    padding-left: 0;
  }
}
.features-box-layout2 .item-content .item-content-inner p {
  margin-bottom: 30px;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 {
  position: relative;
  overflow: hidden;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress {
  background-color: #f0f0f0;
  border-radius: 45px;
  box-shadow: none;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0px 1px 2px 0px rgba(206, 206, 206, 0.75);
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress .lead {
  color: #ffffff;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  font-weight: 500;
  z-index: 5;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress:last-child {
  margin-bottom: 0;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar {
  background-color: #396cf0;
  height: 3.5rem;
  border-radius: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.features-box-layout2 .item-content .item-content-inner .skill-layout1 .progress-bar > span {
  background: transparent;
  font-size: 2rem;
  padding: 0 10px;
}
/*-------------------------------------
#. EL: Faq Page
---------------------------------------*/
.faq-content-layout1 .item-heading {
  margin-bottom: 40px;
}
.faq-content-layout1 .item-heading .item-title {
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
}
.faq-content-layout1 .faq-list-layout1 {
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 {
    padding-right: 0;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 3px;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f1f7fa;
  padding: 0;
  transition: all 0.5s ease-out;
  position: relative;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #dde3e6;
  z-index: 7;
  top: 0;
  right: 60px;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  transition: all 0.5s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 60px 15px 30px;
  display: block;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 575px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 700;
  right: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f054";
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  transition: all 0.5s ease-out;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
  background-color: #f1f7fa;
  padding: 20px 30px 10px;
  border-radius: 4px;
  max-height: 122px;
  overflow-y: scroll;
}
@media only screen and (max-width: 991px) {
  .faq-content-layout1 .faq-list-layout1 .panel-default .panel-body {
    max-height: inherit;
    overflow-y: inherit;
  }
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active:after {
  background-color: #3c70fa;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #396cf0;
}
.faq-content-layout1 .faq-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}
.faq-img-layout1 {
  height: 100%;
  text-align: center;
  position: relative;
}
.faq-img-layout1 img {
  position: absolute;
  bottom: -10rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.faq-ask-question-layout1 .title {
  font-weight: 700;
  text-align: center;
  color: #111111;
}
.faq-ask-question-layout1 .faq-question-box {
  margin-top: 40px;
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px 0px rgba(222, 229, 232, 0.75);
}
@media (min-width: 576px) and (max-width: 767px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-ask-question-layout1 .faq-question-box {
    padding: 20px;
  }
}
.faq-ask-question-layout1 .faq-question-box .wpcf7-form input[type="text"] {
  height: 48px;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single {
  border-radius: 4px;
  border: none;
  color: #444444;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.faq-ask-question-layout1 .faq-question-box .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}
.faq-ask-question-layout1 .faq-question-box .form-group {
  text-align: center;
  margin-bottom: 15px;
}
.faq-ask-question-layout1 .faq-question-box .form-group .form-control {
  font-size: 16px;
  padding: 0 15px;
  background-color: #f1f7fa;
}
.faq-ask-question-layout1 .faq-question-box .form-group .item-btn {
  margin-top: 25px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  padding: 13px 30px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
}
.faq-ask-question-layout1 .faq-question-box .form-group .item-btn:hover {
  background-color: #3c70fa;
  box-shadow: inherit;
}
/*-------------------------------------
#. EL: Pricing Page
---------------------------------------*/
.pricing-box-layout1 {
  padding: 50px 35px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 5px 20px 0px rgba(215, 226, 231, 0.75);
  margin-bottom: 15px;
  transition: all 0.5s ease-out;
}
.pricing-box-layout1 h3 {
  color: #000000;
}
.pricing-box-layout1 .pricing {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
}
.pricing-box-layout1 .pricing .currency {
  font-size: 30px;
  font-weight: 500;
  font-family: poppins;
  color: #b4bec3;
  position: absolute;
  top: -3px;
  left: -20px;
}
.pricing-box-layout1 .pricing .amount {
  font-size: 7.2rem;
  font-weight: 500;
  font-family: poppins;
  color: #000000;
}
.pricing-box-layout1 .box-content ul {
  margin-bottom: 20px;
}
.pricing-box-layout1 .box-content ul li {
  color: #111111;
  margin-bottom: 15px;
  list-style: none;
}
.pricing-box-layout1 .box-content ul li:last-child {
  margin-bottom: 0px;
}
.pricing-box-layout1 .box-content .item-btn {
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 4px;
  color: #396cf0;
  display: inline-block;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-weight: 500;
}
.pricing-box-layout1:hover .box-content .item-btn {
  background-color: #396cf0;
  color: #ffffff;
}
.pricing-box-layout1:hover .box-content .item-btn:hover {
  background-color: #3c70fa;
  color: #ffffff;
}
/*-------------------------------------
#. EL: Appointment Page
---------------------------------------*/
.wpcf7-form .appointment-box-layout1 input[type="text"],
.wpcf7-form .appointment-box-layout1 input[type="email"],
.wpcf7-form .appointment-box-layout1 input[type="url"],
.wpcf7-form .appointment-box-layout1 input[type="password"],
.wpcf7-form .appointment-box-layout1 input[type="search"],
.wpcf7-form .appointment-box-layout1 input[type="number"],
.wpcf7-form .appointment-box-layout1 input[type="tel"],
.wpcf7-form .appointment-box-layout1 input[type="range"],
.wpcf7-form .appointment-box-layout1 input[type="date"],
.wpcf7-form .appointment-box-layout1 input[type="month"],
.wpcf7-form .appointment-box-layout1 input[type="week"],
.wpcf7-form .appointment-box-layout1 input[type="time"],
.wpcf7-form .appointment-box-layout1 input[type="datetime"],
.wpcf7-form .appointment-box-layout1 input[type="datetime-local"],
.wpcf7-form .appointment-box-layout1 input[type="color"] {
  height: 48px;
  border-color: rgba(0, 0, 0, 0.2);
  padding-left: 12px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #d2deff;
}
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="text"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="email"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="url"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="password"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="search"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="number"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="tel"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="range"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="date"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="month"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="week"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="time"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="datetime"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="datetime-local"],
.wpcf7-form .appointment-box-layout7.appointment-box-7 input[type="color"] {
  height: 48px;
  border-color: rgba(0, 0, 0, 0.2);
  padding-left: 12px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .appointment-sub-text {
  font-weight: 500;
}
.appointment-box-layout1 .wpcf7-form-control.form-control {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #d2deff;
  border: rgba(0, 0, 0, 0.2) !important;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #d2deff;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.appointment-box-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}
.appointment-box-layout1 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent  #fff transparent;
}
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}
.appointment-box-layout1 input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}
.appointment-box-layout1 textarea {
  font-size: 16px;
  padding: 15px;
  color: #d2deff;
  background: transparent !important;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.appointment-box-layout1 input.form-control::-webkit-input-placeholder,
.appointment-box-layout1 textarea.form-control::-webkit-input-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout1 input.form-control::-moz-placeholder,
.appointment-box-layout1 textarea.form-control::-moz-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout1 input.form-control:-moz-placeholder,
.appointment-box-layout1 textarea.form-control:-moz-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout1 input.form-control:-ms-input-placeholder,
.appointment-box-layout1 textarea.form-control:-ms-input-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout1 .form-group {
  margin-bottom: 15px;
  position: relative;
}
.appointment-box-layout1 .form-group i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 575px) {
  .appointment-box-layout1 .form-group i {
    right: 18px;
    top: -87px;
  }
}
.appointment-box-layout1 .form-group .item-btn.wpcf7-submit {
  margin-top: 15px;
  padding: 12px 25px;
  background-color: transform;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
}
.appointment-box-layout1 .form-group .item-btn.wpcf7-submit:hover {
  background-color: #fff;
  box-shadow: inherit;
  color: #111;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #eceff0  !important;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-selection--single,
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-dropdown {
  border: 1px solid #dfe0e1;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #dfe0e1;
}
.appointment-box-layout7.appointment-box-7 h2 {
  font-size: 24px;
}
.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control {
  background: rgba(0, 0, 0, 0.2) !important;
  color: #d2deff;
  border: rgba(0, 0, 0, 0.2) !important;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 4px;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #646464 transparent transparent transparent;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent  #646464 transparent;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout7.appointment-box-7 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: none;
}
.appointment-box-layout7.appointment-box-7 input {
  height: 52px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dbe3e7;
}
.appointment-box-layout7.appointment-box-7 textarea {
  font-size: 16px;
  padding: 15px;
  color: #d2deff;
  background: transparent !important;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.appointment-box-layout7.appointment-box-7 input.form-control::-webkit-input-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control::-webkit-input-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout7.appointment-box-7 input.form-control::-moz-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control::-moz-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout7.appointment-box-7 input.form-control:-moz-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control:-moz-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout7.appointment-box-7 input.form-control:-ms-input-placeholder,
.appointment-box-layout7.appointment-box-7 textarea.form-control:-ms-input-placeholder {
  color: #d2deff;
  background-color: transparent !important;
}
.appointment-box-layout7.appointment-box-7 .form-group {
  margin-bottom: 15px;
  position: relative;
}
.appointment-box-layout7.appointment-box-7 .form-group i {
  margin-left: 8px;
}
.appointment-box-layout7.appointment-box-7 .form-group .item-btn {
  margin-top: 5px;
  padding: 14px 25px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.appointment-box-layout7.appointment-box-7 .form-group .item-btn:hover {
  background-color: #111;
  box-shadow: inherit;
  color: #fff;
}
.wpcf7-form .appointment-box-layout1.light input[type="text"],
.wpcf7-form .appointment-box-layout1.light input[type="email"],
.wpcf7-form .appointment-box-layout1.light input[type="url"],
.wpcf7-form .appointment-box-layout1.light input[type="password"],
.wpcf7-form .appointment-box-layout1.light input[type="search"],
.wpcf7-form .appointment-box-layout1.light input[type="number"],
.wpcf7-form .appointment-box-layout1.light input[type="tel"],
.wpcf7-form .appointment-box-layout1.light input[type="range"],
.wpcf7-form .appointment-box-layout1.light input[type="date"],
.wpcf7-form .appointment-box-layout1.light input[type="month"],
.wpcf7-form .appointment-box-layout1.light input[type="week"],
.wpcf7-form .appointment-box-layout1.light input[type="time"],
.wpcf7-form .appointment-box-layout1.light input[type="datetime"],
.wpcf7-form .appointment-box-layout1.light input[type="datetime-local"],
.wpcf7-form .appointment-box-layout1.light input[type="color"] {
  height: 48px;
  border: 1px solid #dee5e9 !important;
  padding-left: 12px;
  background-color: #fff !important;
  border-radius: 5px;
  color: #656565;
}
.appointment-box-layout1.light {
  background-color: #fff;
  padding: 45px 50px 3px 50px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .appointment-box-layout1.light {
    padding: 30px;
  }
}
.appointment-box-layout1.light h3.title-bar-primary {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
.appointment-box-layout1.light .wpcf7-form-control.form-control {
  border: 1px solid #dee5e9 !important;
  padding-left: 12px;
  background-color: #fff !important;
  border-radius: 5px;
  color: #656565;
}
.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.appointment-box-layout1.light .select2-container--classic .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee5e9;
  border-radius: 4px;
}
.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.appointment-box-layout1.light .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #396cf0 transparent transparent transparent;
}
.appointment-box-layout1.light .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #396cf0 transparent;
}
.appointment-box-layout1.light .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout1.light .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 1px solid #396cf0;
}
.appointment-box-layout1.light input {
  height: 55px;
  font-size: 16px;
  padding: 5px 15px;
  color: #111111;
  border: 1px solid #dee5e9;
}
.appointment-box-layout1.light textarea {
  font-size: 16px;
  padding: 15px;
  color: #656565;
  background: transparent !important;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.appointment-box-layout1.light input.form-control::-webkit-input-placeholder,
.appointment-box-layout1.light textarea.form-control::-webkit-input-placeholder {
  color: #656565;
  background-color: transparent !important;
}
.appointment-box-layout1.light input.form-control::-moz-placeholder,
.appointment-box-layout1.light textarea.form-control::-moz-placeholder {
  color: #656565;
  background-color: transparent !important;
}
.appointment-box-layout1.light input.form-control:-moz-placeholder,
.appointment-box-layout1.light textarea.form-control:-moz-placeholder {
  color: #656565;
  background-color: transparent !important;
}
.appointment-box-layout1.light input.form-control:-ms-input-placeholder,
.appointment-box-layout1.light textarea.form-control:-ms-input-placeholder {
  color: #656565;
  background-color: transparent !important;
}
.appointment-box-layout1.light .form-group {
  margin-bottom: 15px;
  position: relative;
}
.appointment-box-layout1.light .form-group i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit {
  margin-top: 15px;
  padding: 12px 25px;
  background-color: #396cf0;
  color: #fff;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
  transition: all 0.3s ease-out;
  text-transform: uppercase;
}
.appointment-box-layout1.light .form-group .item-btn.wpcf7-submit:hover {
  background-color: #3c70fa;
  box-shadow: inherit;
}
.appointment-box-layout-8 {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.appointment-box-layout-8 .section-heading-light {
  margin-bottom: 27px;
}
.appointment-box-layout-8 .section-heading-light p {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0px;
}
.appointment-box-layout-8 .section-heading-light h2 {
  font-weight: 700;
  color: #FFFFFF;
}
.appointment-box-layout-8 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #656565;
}
.appointment-box-layout-8 .select2-container--classic .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 50px;
}
.appointment-box-layout-8 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
}
.appointment-box-layout-8 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.appointment-box-layout-8 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.appointment-box-layout-8 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.appointment-box-layout-8 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border: 0;
}
.appointment-box-layout-8 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{
  border-radius: 50px;
}
.appointment-box-layout-8 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{
  border-radius: 50px;
}
.appointment-box-layout-8 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{
  background: transparent;
}
.appointment-box-layout-8 input {
  height: 50px !important;
  font-size: 15px;
  padding: 5px 15px !important;
  color: #646464 !important;
  border: 1px solid #dbe3e7 !important;
}
.appointment-box-layout-8 .form-control:focus {
  border-color: #dbe3e7;
}
.appointment-box-layout-8 input.form-control::-webkit-input-placeholder,
.appointment-box-layout-8 textarea.form-control::-webkit-input-placeholder {
  color: #656565;
}
.appointment-box-layout-8 input.form-control::-moz-placeholder,
.appointment-box-layout-8 textarea.form-control::-moz-placeholder {
  color: #656565;
}
.appointment-box-layout-8 input.form-control:-moz-placeholder,
.appointment-box-layout-8 textarea.form-control:-moz-placeholder {
  color: #656565;
}
.appointment-box-layout-8 input.form-control:-ms-input-placeholder,
.appointment-box-layout-8 textarea.form-control:-ms-input-placeholder {
  color: #656565;
}
.appointment-box-layout-8 .form-group {
  margin-bottom: 22px;
  position: relative;
  max-height: 50px;
}
.appointment-box-layout-8 .form-group .form-control {
  border: none;
  border-radius: 50px;
  height: 50px;
}
.appointment-box-layout-8 .form-group i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.appointment-box-layout-8 .item-btn,
.appointment-box-layout-8 .wpcf7-form input[type="submit"] {
  height: 50px;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #2055e4;
  border: none;
  border-radius: 50px !important;
  width: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}
.appointment-box-layout-8 .item-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.appointment-box-layout-8 .item-btn:hover {
  background-color: #2055e4;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.12);
          box-shadow: 0px 1px 10px 0px rgba(255, 255, 255, 0.12);
}

/*-------------------------------------
#. EL: Schedule
---------------------------------------*/
.class-schedule-wrap1 table {
  margin-bottom: 0;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-top: 0;
}
.class-schedule-wrap1 table thead tr th {
  min-width: 160px;
  border-radius: 4px;
  padding: 20px 15px;
  border: 2px solid #396cf0;
  border-bottom-width: 1px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.class-schedule-wrap1 table thead tr th .schedule-time-heading {
  color: #ffffff;
  font-weight: 500;
}
.class-schedule-wrap1 table thead tr td {
  min-width: 160px;
  border-radius: 4px;
  padding: 20px 15px;
  border: 2px solid #396cf0;
  border-bottom-width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.class-schedule-wrap1 table thead tr td .schedule-day-heading {
  color: #ffffff;
  font-weight: 500;
}
.class-schedule-wrap1 table tbody tr th {
  min-width: 160px;
  position: relative;
  font-weight: 500;
  color: #fff;
  border: 2px solid #396cf0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
  text-align: center;
}
.class-schedule-wrap1 table tbody tr th .schedule-time-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.class-schedule-wrap1 table tbody tr td {
  min-width: 160px;
  border-radius: 4px;
  padding: 0;
  border: 2px solid #396cf0;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding: 12px 15px 13px !important;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-ctg {
  color: #396cf0;
  font-weight: 500;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-time {
  font-size: 14px;
  color: #666;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .item-team {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  width: 328px;
  position: absolute;
  bottom: calc(100% + 50px);
  right: calc(-50% - 11px);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 0px rgba(42, 92, 220, 0.75);
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1200px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media {
    width: 220px;
    display: block;
    padding: 20px 10px;
    right: 0;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  transition: all 1s ease-out;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media:before {
  content: "";
  background-color: transparent;
  height: calc(100% + 15px);
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
  background-color: #c6c6c6;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body {
    margin-left: 0;
    text-align: center;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
  margin-bottom: 0;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .title {
    font-size: 18px;
  }
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
  margin-bottom: 15px;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
  font-weight: 500;
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
  background-color: #fff;
  color: #396cf0;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper {
  border-top: 3px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
  border-radius: 5px;
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:hover .media {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 15px);
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
}
.class-schedule-wrap1 table tbody tr td .schedule-item-wrapper:hover .media:after {
  bottom: -15px;
}
.table-responsive {
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
@media only screen and (max-width: 1400px) {
  .table-responsive {
    overflow-x: auto;
  }
}
.table-responsive::-webkit-scrollbar-thumb {
  border: 2px solid #f1f7fa;
  background-color: #f1f7fa;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-color: #f1f7fa;
}
.class-schedule-wrap1.layout-2 table {
  margin-bottom: 0;
  border: 1px dotted rgba(255, 255, 255, 0.2);
  margin-top: 0;
}
.class-schedule-wrap1.layout-2 table thead tr th {
  min-width: 160px;
  border-radius: 6px;
  padding: 20px 15px;
  border: 2px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #111;
  text-align: center;
}
.class-schedule-wrap1.layout-2 table thead tr th .schedule-time-heading {
  color: #ffffff;
  font-weight: 500;
}
.class-schedule-wrap1.layout-2 table thead tr td {
  min-width: 160px;
  border-radius: 6px;
  padding: 20px 15px;
  border: 2px solid #ffffff;
  border-bottom-width: 1px;
  background-color: #ebebeb;
  text-align: center;
  background-size: 1rem 1rem;
}
.class-schedule-wrap1.layout-2 table thead tr td .schedule-day-heading {
  color: #fff;
  font-weight: 500;
}
.class-schedule-wrap1.layout-2 table tbody tr th {
  min-width: 160px;
  position: relative;
  border-radius: 6px;
  font-weight: 500;
  color: #111;
  border: 5px solid #ffffff;
  background-color: #f2f2f2;
  background-size: 1rem 1rem;
  padding: 15px;
  text-align: center;
}
.class-schedule-wrap1.layout-2 table tbody tr th .schedule-time-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.class-schedule-wrap1.layout-2 table tbody tr td {
  min-width: 160px;
  padding: 0;
  border: 5px solid #ffffff;
  background-color: #f2f2f2;
  position: relative;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper {
  text-align: center;
  line-height: 1.5;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-ctg {
  color: #396cf0;
  font-weight: 500;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-time {
  font-size: 14px;
  color: #9c9c9c;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .item-team {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media {
  opacity: 0;
  visibility: hidden;
  padding: 25px;
  width: 328px;
  position: absolute;
  bottom: calc(100% + 50px);
  right: calc(-50% - 11px);
  z-index: 1;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 50px 0px rgba(164, 164, 164, 0.75);
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1200px) {
  .class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media {
    width: 155px;
    display: block;
    padding: 20px 10px;
    right: 0;
  }
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  border-left: 15px solid transparent;
  transition: all 1s ease-out;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media:before {
  content: "";
  background-color: transparent;
  height: calc(100% + 15px);
  width: 100%;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: -1;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .item-img {
  background-color: #c6c6c6;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .item-img {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body {
  text-align: left;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body {
    margin-left: 0;
    text-align: center;
  }
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .title {
  margin-bottom: 0;
  color: #111111;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 1500px) {
  .class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .title {
    font-size: 18px;
  }
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-ctg {
  margin-bottom: 15px;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn {
  padding: 8px 16px;
  font-size: 12px;
  border: 1px solid;
  border-color: #396cf0;
  background-color: #396cf0;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper .media .media-body .item-btn:hover {
  background-color: transparent;
  color: #396cf0;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper {
  border-top: 3px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:hover .media {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 15px);
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
}
.class-schedule-wrap1.layout-2 table tbody tr td .schedule-item-wrapper:hover .media:after {
  bottom: -15px;
}
.site-wrp .elementor-progress-wrapper,
.site-wrp .elementor-progress-bar {
  border-radius: 20px;
}
.site-wrp .elementor-progress-wrapper .elementor-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.sponsonrs-box img {
  filter: grayscale(100%);
}
.brand-box-layout4 img {
  border: 1px solid #D9E4FF;
  padding: 28px 20px;
  border-radius: 6px;
  filter: grayscale(100);
}
.sponsonrs-box img:hover {
  filter: grayscale(0);
}
.top-100 {
  position: relative;
  margin-top: -100px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter12 > [class*='col-'] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.services-tab1 {
  position: relative;
}
.services-tab1 .nav-wrap {
  margin-bottom: 26px;
  width: 100%;
  border-bottom: 0;
}
.services-tab1 .nav-wrap .nav-item.nav-link {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 0;
  margin-bottom: 4px;
  text-align: center;
  color: #cccccc;
  padding: 30px 5px;
  background: transparent;
  position: relative;
  border-bottom: 2px solid #2b495f;
  transition: all 0.3s ease-out;
  font-weight: 500;
  font-size: 22px;
}
.services-tab1 .nav-wrap .nav-item.nav-link:hover {
  border-color: transparent transparent #396cf0 transparent;
}
.services-tab1 .nav-wrap .nav-item.nav-link.active {
  color: #fff;
  border-radius: 0;
  border-bottom: 2px solid;
  transition: all 0.3s ease-out;
  border-color: none ;
  border-bottom: 2px solid #396cf0;
  border-color: transparent transparent #396cf0 transparent;
}
.services-tab1 .item-img {
  position: relative;
}
.services-tab1 .item-img img {
  width: 100%;
}
.services-tab1 .item-img .video-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  line-height: 1.48;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(60, 112, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(60, 112, 250, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(60, 112, 250, 0.7);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(60, 112, 250, 0);
  }
}
.services-tab1 .item-img .video-icon .popup-video {
  width: 90px;
  height: 90px;
  color: #fff;
  text-align: center;
  background: #396cf0;
  border-radius: 50%;
}
.services-tab1 .item-img .video-icon .popup-video:after {
  content: "";
  position: absolute;
  width: 106px;
  height: 106px;
  text-align: center;
  background-color: rgba(57, 108, 240, 0.5);
  border-radius: 50%;
  left: -8px;
  right: 0;
  margin: auto;
  top: -8px;
}
.services-tab1 .item-img .video-icon .popup-video:before {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  text-align: center;
  background-color: rgba(57, 108, 240, 0.4);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
  left: -14px;
  right: 0;
  margin: auto;
  top: -14px;
}
.services-tab1 .item-img .video-icon .play-btn i {
  position: relative;
  z-index: 99;
}
.services-tab1 .item-img .video-icon .play-btn i:before {
  font-size: 36px;
  margin-left: 10px;
  color: #ffffff;
  line-height: 2.5;
}
.services-tab1 .item-img .video-icon .play-btn:hover {
  background-color: #fff;
}
.services-tab1 .services-tab-content {
  background-color: #fff;
  padding: 75px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .services-tab1 .services-tab-content {
    padding: 45px;
  }
}
.services-tab1 .services-tab-content .popup-video {
  width: 70px;
  height: 70px;
  color: #fff;
  text-align: center;
  background: #396cf0;
  border-radius: 50%;
}
.services-tab1 .services-tab-content .popup-video:before {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  text-align: center;
  background-color: rgba(57, 108, 240, 0.4);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
  left: -4px;
  right: 0;
  margin: auto;
  top: -4px;
}
.services-tab1 .services-tab-content .play-btn.non-img {
  position: absolute;
  top: 95px;
  left: inherit;
  right: 100px;
  line-height: 1.9;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(60, 112, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(60, 112, 250, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(60, 112, 250, 0.7);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(60, 112, 250, 0);
  }
}
.services-tab1 .services-tab-content .play-btn.non-img i {
  position: relative;
  z-index: 99;
  margin-left: 9px;
  color: #396cf0;
  line-height: 1.8;
}
.services-tab1 .services-tab-content .play-btn.non-img i:before {
  color: #fff;
  font-size: 40px;
}
.services-tab1 .services-tab-content .item-title {
  font-size: 20px;
  color: #111111;
  position: relative;
  margin-bottom: 15px;
}
.services-tab1 .services-tab-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.services-tab1 .services-tab-content ul.list-info {
  margin: 35px 0 35px;
  padding-left: 0;
}
@media only screen and (max-width: 575px) {
  .services-tab1 .services-tab-content ul.list-info {
    display: block;
    margin: 30px 0;
  }
}
.services-tab1 .services-tab-content ul.list-info li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.services-tab1 .services-tab-content ul.list-info li:last-child {
  margin-bottom: 0;
}
.services-tab1 .services-tab-content ul.list-info li:after {
  content: "\f058";
  position: absolute;
  left: 0;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #396cf0;
  font-size: 14px;
  top: 2px;
}
.services-tab1 .slick-navigation {
  display: none !important;
}
.overlay-primary90 .elementor-row {
  position: relative;
  z-index: 2;
}
.tab-pane.active .services-tab-content {
  transform: translateY(100px);
  animation: moveUp 0.65s ease forwards;
}
.tab-pane.active .item-img {
  transform: translateY(100px);
  animation: moveUp 0.65s ease forwards;
}
@keyframes moveUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*** Service Tab 2 ***/
.services-tab2 .nav-pills .nav-link.active{
  background: transparent;
}
.services-tab2 .tab-pane.active .item-img {
  transform: inherit;
  animation: none;
}
.services-tab2 .nav-link{
  padding-left: 0;
  padding-right: 0;
}
.opening-hours-info-list {
  border-top: 4px solid #396cf0;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-radius: 4px;
  padding: 30px 45px;
  box-shadow: 1px 0px 27px rgba(186, 186, 186, 0.2);
  position: relative;
  z-index: 99;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .opening-hours-info-list {
    padding: 34px 25px 13px 25px;
    margin-top: 30px;
  }
}
.opening-hours-info-list .opening-hours-head i {
  color: #eeeeee;
  position: absolute;
  right: 41px;
  top: 38px;
  font-size: 50px;
}
.opening-hours-info-list .sub-title {
  font-weight: 500;
}
.opening-hours-info-list .opening-hours-title {
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
.opening-hours-info-list .opening-hours-info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #efefef;
  padding-top: 14px;
  padding-bottom: 14px;
}
.opening-hours-info-list .opening-hours-info ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.opening-hours-info-list .opening-hours-info ul:last-child {
  border-bottom: 0;
}

.opening-hours-style-two{
  border:none;
  padding: 25px 40px 10px;
  border-radius: 16px;
  max-width: 290px;
  box-shadow: 1px 0px 27px #EDF2FE;
}
.opening-hours-style-two .opening-hours-head i {
  color: #fff;
  left: 0;
  top: 1px;
  font-size: 17px;
  position: relative;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  background: #396CF0;
  text-align: center;
  line-height: 28px;
  border-radius: 28px;
  box-shadow: 0 10px 20px #D4DFFC;
}
.opening-hours-style-two .opening-hours-title {
  font-size: 20px;
  border-bottom: 1px solid #ECF1FF;
  padding-bottom: 12px;
}
.opening-hours-style-two .opening-hours-info ul {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-bottom: 12px;
}
.opening-hours-style-two .opening-hours-info ul li{
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 {
  border-top: 4px solid #396cf0;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-radius: 4px;
  padding: 34px 45px 13px 45px;
  box-shadow: 1px 0px 27px rgba(186, 186, 186, 0.2);
  position: relative;
  z-index: 9;
  background-color: #fff;
}
@media only screen and (max-width: 575px) {
  .appointment-box-layout7.appointment-box-7 {
    padding: 34px 25px 13px 25px;
  }
}
.appointment-box-layout7.appointment-box-7 .icon-holder i {
  color: #eeeeee;
  position: absolute;
  right: 18px;
  top: 4px;
  font-size: 50px;
}
@media only screen and (max-width: 575px) {
  .appointment-box-layout7.appointment-box-7 .icon-holder i {
    right: 18px;
    top: -87px;
  }
}
.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control {
  background: #f7f7f7 !important;
  color: #646464;
  border: none;
}
.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control:-ms-input-placeholder {
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .wpcf7-form-control.form-control::placeholder {
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single {
  background: #f7f7f7 !important;
  border: none;
  color: #646464;
  border-radius: 4px;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single:-ms-input-placeholder {
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .select2-container--classic .select2-selection--single::placeholder {
  color: #646464;
}
.appointment-box-layout7.appointment-box-7 .form-group .item-btn.wpcf7-submit {
  margin-top: 15px;
  padding: 12px 25px;
  background-color: transform;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #396cf0;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.appointment-box-layout1 .form-group .item-btn.wpcf7-submit:hover {
  background-color: transparent;
  box-shadow: inherit;
  color: #396cf0;
}
.about-box-layout1-new .item-title-befour {
  display: block;
  color: #396cf0;
  margin-bottom: 10px;
  font-weight: 700;
}
.about-box-layout1-new .item-title {
  color: #111111;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .about-box-layout1-new .item-title {
    font-size: 30px;
  }
}
.about-box-layout1-new .sub-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.about-box-layout1-new .sigtitle {
  margin-bottom: 0;
  font-weight: 700;
  color: #396cf0;
  font-size: 18px;
}
.about-box-layout1-new .media-body {
  margin-top: 1.2rem;
}
.miimg-holder {
  position: relative;
}
.miimg-holder .icon-holder3 {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.11);
}
.miimg-holder .icon-holder3 img {
  margin: auto;
}
.miimg-holder .icon-holder2 {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.11);
}
.miimg-holder .icon-holder {
  width: 189px;
  height: 189px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  top: 38%;
  margin: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 0px 40px rgba(0, 0, 0, 0.11);
}
.miimg-holder .icon-holder i {
  font-size: 50px;
  color: #396cf0;
  margin: auto;
}
.miimg-holder .image-holder-1 {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 4px;
}
.miimg-holder .image-holder-1 img {
  width: 100%;
  border-radius: 4px;
}
.miimg-holder .image-holder-3 {
  margin-bottom: 24px;
  border-radius: 4px;
}
.miimg-holder .image-holder-3 img {
  width: 100%;
  border-radius: 4px;
}
.miimg-holder .image-holder-2 {
  border-radius: 4px;
}
.miimg-holder .image-holder-2 img {
  width: 100%;
  border-radius: 4px;
}
.miimg-holder .experience-holder {
  background-color: #396cf0;
  border-radius: 4px;
}
.miimg-holder .experience-holder .sigtitle {
  font-size: 23px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  padding-right: 5px;
}
.miimg-holder .experience-holder .media-body {
  margin-left: 2rem;
  border-left: 1px solid #90aaf0;
  padding-left: 20px;
}
.miimg-holder .experience-holder .miyears {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-left: 10px;
}
.miimg-holder .experience-holder .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  margin-left: 0;
}
.move-color {
  --color1: #1528ec;
  --color2: #ff0a0a;
  font-size: 46px;
  background: repeating-linear-gradient(45deg, var(--color1), var(--color1) 30px, var(--color2) 30px, var(--color2) 60px);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  animation: 40s linear 0s infinite move;
}
@keyframes move {
  from {
    background-position: 0px;
  }
  to {
    background-position: 1000px;
  }
}
.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #396cf0;
}
.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #dedede;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.departments-wrap-layout5 .owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background-color: #396cf0;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.departments5-box-layout8 {
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 68px 45px 30px 45px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  transition: all 0.3s ease-out;
}
.departments5-box-layout8 .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8 .item-img {
  margin-bottom: 25px;
  border-radius: 50%;
}
.departments5-box-layout8 .item-img img {
  width: inherit !important;
  display: inherit !important;
  border-radius: 50%;
}
.departments5-box-layout8 .item-icon {
  position: absolute;
  background-color: #f6f7f9;
  top: -40px;
  width: 81px;
  height: 81px;
  padding: 15px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8 .item-icon img {
  width: auto !important;
  margin: auto;
}
.departments5-box-layout8 .item-icon .icon-image.non-hover {
  opacity: 1;
  visibility: visible;
}
.departments5-box-layout8 .item-icon .icon-image.hover {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.departments5-box-layout8 .item-icon i {
  display: inline-block;
}
.departments5-box-layout8 .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8 .item-title {
  font-weight: 700;
  font-size: 22px;
}
.departments5-box-layout8 .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8 p {
  margin-bottom: 15px;
}
.departments5-box-layout8 .departments5-content p {
  line-height: 1.8;
}
.departments5-box-layout8 .item-btn {
  padding: 5px 10px 5px 0;
  color: #396cf0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out;
  font-size: 15px;
  font-weight: 500;
}
.departments5-box-layout8 .item-btn i {
  position: relative;
  right: 0;
  color: #396cf0;
  margin-left: 6px;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8:hover {
  box-shadow: 0px 15px 27px 0px rgba(218, 218, 218, 0.37);
}
.departments5-box-layout8:hover .departments-sl {
  color: #111111;
}
.departments5-box-layout8:hover .item-title a {
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments5-box-layout8:hover .item-icon {
  background-color: #396cf0;
}
.departments5-box-layout8:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
  color: #fff;
}
.departments5-box-layout8:hover .item-icon img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments5-box-layout8:hover .item-icon .icon-image.non-hover {
  opacity: 0;
  visibility: hidden;
  display: none !important;
}
.departments5-box-layout8:hover .item-icon .icon-image.hover {
  opacity: 1;
  visibility: visible;
  display: block !important;
}
.departments5-box-layout8:hover .item-img img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments5-box-layout8:hover .item-btn {
  color: #111111;
}
.departments5-box-layout8:hover .item-btn i {
  color: #396cf0;
}
.departments5-box-layout8:hover .item-btn:hover {
  color: #396cf0;
}
.departments5-box-layout8:hover .item-btn:hover i {
  right: -5px;
}
.departments5-image-box {
  overflow: hidden;
}
.departments5-image-box img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
.departments5-image-box img:hover {
  transform: scale(1.1);
}
.team-box-layout43 {
  margin-bottom: 60px;
  border-radius: 4px;
}
.team-box-layout43 .item-mid {
  position: relative;
}
.team-box-layout43 .item-mid .item-img {
  position: relative;
  background-color: #f1f7fa;
  border-radius: 4px;
}
.team-box-layout43 .item-mid .item-img .item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  z-index: 2;
}
.team-box-layout43 .item-mid .item-img .item-icon li {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.team-box-layout43 .item-mid .item-img .item-icon li a {
  color: #ffffff;
  font-size: 36px;
  transition: all 0.5s ease-out;
}
.team-box-layout43 .item-mid .item-img .item-icon li a:hover {
  color: #e3e3e3;
}
.team-box-layout43 .item-mid .item-img:hover:after {
  visibility: visible;
  opacity: 1;
}
.team-box-layout43 .item-mid .item-img:hover .item-icon li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-out;
}
.team-box-layout43 .item-mid .item-content {
  position: absolute;
  bottom: -71px;
  width: 100%;
  padding: 15px;
  transition: all 0.5s ease-out;
}
.team-box-layout43 .item-mid .item-content .item-content-mid {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
  padding: 20px 0 0 0;
  height: 98px;
  transition: all 0.5s ease-out;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-title {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 4px;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-title a:hover {
  color: #396cf0;
}
.team-box-layout43 .item-mid .item-content .item-content-mid p {
  color: #8a8a8a;
  margin-bottom: 20;
  font-weight: 400;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-social {
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
  transform: all 0.7s;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-social ul {
  margin: 0;
  padding: 0;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li {
  display: inline-block;
  margin: 0 10px;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li a {
  color: #fff;
}
.team-box-layout43 .item-mid .item-content .item-content-mid .item-social li a:hover {
  color: #e0dede;
}
.team-box-layout43:hover .item-content .item-content-mid {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(57, 108, 240, 0.9);
  border-radius: 4px;
  height: auto;
  overflow: hidden;
  padding: 26px 15px 33px 15px;
}
.team-box-layout43:hover .item-content .item-content-mid .item-social {
  opacity: 1;
  visibility: visible;
  display: block;
}
.team-box-layout43:hover .item-content .item-content-mid p {
  color: #e0dede;
  margin-bottom: 20;
  font-weight: 500;
  transition: all 0.6s ease-in-out;
  transform: all 0.6s;
}
.team-box-layout43:hover .item-content .item-content-mid .item-title a {
  color: #fff;
  transition: all 0.3s ease-out;
}
.team-box-layout43:hover .item-content .item-content-mid .item-title a:hover {
  color: #e0dede;
}
.team-box-layout43 .owl-theme .owl-dots .owl-dot.active span,
.team-box-layout43 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #396cf0;
}
.team-box-layout43 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #dedede;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.team-box-layout43 .owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background-color: #396cf0;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.team-box-layout44 {
  border-radius: 12px;
}
@media screen and (max-width: 1199px) {
  .team-box-layout44 {
    margin-bottom: 30px;
  }
}
.team-box-layout44:hover .item-img a img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-box-layout44:hover .item-img .item-content:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
  right: 0;
}
.team-box-layout44:hover .item-img .item-content .item-title a{
  color: #fff;
}
.team-box-layout44:hover .item-img .item-content .item-designation {
  color: #fff;
}
.team-box-layout44 .item-img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.team-box-layout44 .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/team-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-box-layout44 .item-img a img {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 20px 0px 0px 0px;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.team-box-layout44 .item-img .item-content {
  background: #FFFFFF;
  border-radius: 44.5px 0px 0px 6px;
  padding: 30px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.team-box-layout44 .item-img .item-content:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #396cf0;
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 44.5px 0px 0px 6px;
}
.team-box-layout44 .item-img .item-content .item-title{
  margin-bottom: 0;
}
.team-box-layout44 .item-img .item-content .item-title a {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #111111;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-box-layout44 .item-img .item-content .item-designation {
  font-weight: 400;
  font-size: 15px;
  color: #396CF0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*=======================================================================
## Helper Classes
=========================================================================*/
.gradient-light-slider-dark {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
}
.gradient-light-slider-dark:hover {
  background: linear-gradient(to right, #7c4dff, #3c70fa);
}
.gradient-btn .gradient-accent {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
}
.gradient-btn .gradient-light-to-dark {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
}
.gradient-btn .gradient-after-dark-to-light:after {
  background: linear-gradient(to right, #7c4dff, #3c70fa);
}
.gradient-btn .button-after-common:after {
  content: "";
  height: 100%;
  width: 0;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.gradient-btn .button-default {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.gradient-btn .button-default:hover {
  color: #fff;
}
.gradient-btn .button-default:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.miimg-holder2 {
  position: relative;
}
.miimg-holder2 .icon-holder {
  width: 189px;
  height: 189px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  top: 40%;
  margin: auto;
  left: 0;
  right: 0;
}
.miimg-holder2 .icon-holder i {
  font-size: 50px;
  color: #396cf0;
  margin: auto;
}
.miimg-holder2 .experience-holder {
  border-radius: 4px;
  position: absolute;
  width: 250px;
  bottom: 0;
  border: 8px solid #fff;
  left: -50px;
  background: linear-gradient(to right, #3c70fa, #7c4dff);
  bottom: -4px;
}
.miimg-holder2 .experience-holder .sigtitle {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.miimg-holder2 .experience-holder .media-body {
  margin-left: 2rem;
}
.miimg-holder2 .experience-holder .miyears {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-left: 10px;
  margin-left: 10px;
}
.miimg-holder2 .experience-holder .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: center;
  margin-left: 0;
}
.departments-box-layout4update {
  border-radius: 4px;
}
.departments-box-layout4update {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 3rem;
  padding: 58px 45px 42px 45px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(227, 227, 227, 0.75);
  transition: all 0.3s ease-out;
}
.departments-box-layout4update .departments-sl {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  color: #cccccc;
  transition: all 0.3s ease-out;
}
.departments-box-layout4update .item-img {
  margin-bottom: 20px;
  border-radius: 50%;
}
.departments-box-layout4update .item-img img {
  width: inherit !important;
  display: inherit !important;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .5;
}
.departments-box-layout4update .item-icon {
  position: relative;
  margin-bottom: 25px;
}
.departments-box-layout4update .item-icon img {
  width: inherit !important;
  display: inherit !important;
  position: relative;
  z-index: 9;
  left: 0;
  right: 0;
  margin: auto;
}
.departments-box-layout4update .item-icon i {
  display: inline-block;
  position: relative;
  z-index: 9;
}
.departments-box-layout4update .item-icon i:before {
  line-height: 1;
  margin-left: 0;
  font-size: 62px;
  color: #396cf0;
  transition: all 0.3s ease-out;
}
.departments-box-layout4update .item-icon:after {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  background-color: #f1f9ff;
  border-radius: 100%;
  top: -15px;
}
.departments-box-layout4update .item-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.departments-box-layout4update .item-title a {
  color: #111111;
  transition: all 0.3s ease-out;
}
.departments-box-layout4update .item-title a:hover {
  color: #3c70fa;
}
.departments-box-layout4update p {
  margin-bottom: 24px;
  line-height: 1.8;
}
.departments-box-layout4update .item-btn {
  padding: 8px 30px;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: 1px solid;
  border-color: #396cf0;
  border-radius: 5px;
  font-weight: 500;
  color: #646464;
  display: inline-block;
}
.departments-box-layout4update .item-btn i {
  position: relative;
  right: 0;
  margin-left: 5px;
  transition: all 0.3s ease-out;
  color: #646464;
}
.departments-box-layout4update .item-btn:hover {
  background-color: #396cf0;
  color: #fff;
}
.departments-box-layout4update .item-btn:hover i {
  color: #fff;
}
.departments-box-layout4update:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.05);
}
.departments-box-layout4update:hover .departments-sl {
  color: #111111;
}
.departments-box-layout4update:hover .item-icon i {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout4update:hover .item-icon img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout4update:hover .item-img img {
  animation: toTopFromBottom 0.5s forwards;
}
.departments-box-layout4update:hover .item-btn:hover {
  color: #fff;
}
.departments-box-layout4update:hover .item-btn:hover i {
  right: -5px;
}
.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot.active span,
.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
  width: 30px;
  transition: all 0.3s ease-out;
}
.departments-wrap-layout4 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #dedede;
  margin: 5px 4px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-out;
}
.departments-wrap-layout4 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.slide-cont {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.thumbnails-owl-carousel div {
  width: 100%;
}
.thumbnails-owl-carousel .owl-controls .owl-dot {
  float: left;
  background-size: cover;
  margin-top: 10px;
}
.thumbnails-owl-carousel .owl-dot {
  float: left;
  background-size: cover;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 6px solid #fff;
}
.thumbnails-owl-carousel .owl-dot:first-child {
  border-left: none;
}
.thumbnails-owl-carousel .owl-dot:last-child {
  border-right: none;
}
.site-wrp .gradient-to-dark {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
}
.class-schedule-wrap1.layout-wrap3 table tbody tr td .schedule-item-wrapper {
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  padding: 12px 15px 13px !important;
  border-radius: 10px;
}
.class-schedule-wrap1 table tbody tr td {
  border: 5px solid transparent !important;
  background-color: #2457db !important;
  position: relative;
  border-radius: 15px;
}
.class-schedule-wrap1 table tbody tr th {
  border: 5px solid transparent !important;
  position: relative;
  border-radius: 15px;
}
.class-schedule-wrap1 table thead tr th {
  border: 5px solid transparent !important;
  background-color: #2457db !important;
  position: relative;
  border-radius: 15px;
}
.class-schedule-wrap1 table thead tr td {
  border: 5px solid transparent !important;
  background-color: #2457db !important;
  position: relative;
  border-radius: 15px;
}
.table-responsive {
  margin-bottom: 0;
  outline: none !important;
  border: none !important;
}
.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot.active span,
.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(to right, #3c70fa, #7c4dff);
  width: 30px;
  transition: all 0.3s ease-out;
}
.rc-carousel-doctors-6 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background-color: #dedede  !important;
  margin: 3px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  transition: all 0.3s ease-out;
  border: none !important;
}
.rc-carousel-doctors-6 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.heading-layout1.style1.theme1 .rtin-subtitle {
  font-weight: 400;
}
.heading-layout1.style1.theme1 {
  margin-bottom: 65px;
}
/* Case Study */
.case-layout-1 {
  border-radius: 0px 0px 12px 12px;
}
.case-layout-1:hover .item-img a img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.case-layout-1:hover .item-img .item-content .title-area .subtitle a {
  color: #000;
}
.case-layout-1:hover .item-img .item-content .title-area .item-title a {
  color: #396cf0;
}
.case-layout-1 .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.case-layout-1 .item-img:after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(https://aasphr.org/wp-content/themes/medilink/assets/css/../img/case-3.svg);
  position: absolute;
  bottom: -240px;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .case-layout-1 .item-img:after {
    background-size: cover;
    bottom: -150px;
  }
}
@media screen and (max-width: 767px) {
  .case-layout-1 .item-img:after {
    bottom: -200px;
  }
}
@media screen and (max-width: 479px) {
  .case-layout-1 .item-img:after {
    bottom: -145px;
  }
}
@media screen and (max-width: 375px) {
  .case-layout-1 .item-img:after {
    bottom: -110px;
  }
}
@media screen and (max-width: 375px) {
  .case-layout-1 .item-img:after {
    bottom: -70px;
  }
}
.case-layout-1 .item-img a img {
  border-radius: 12px 12px 0px 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.case-layout-1 .item-img .item-shape-1 {
  position: absolute;
  bottom: 0px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .case-layout-1 .item-img .item-shape-1 {
    display: none;
  }
}
.case-layout-1 .item-img .item-shape-2 {
  position: absolute;
  bottom: -5px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .case-layout-1 .item-img .item-shape-2 {
    display: none;
  }
}
.case-layout-1 .item-img .item-content {
  position: absolute;
  bottom: 30px;
  left: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 320px) {
  .case-layout-1 .item-img .item-content {
    padding: 0px 20px;
  }
}
.case-layout-1 .item-img .item-content .title-area .subtitle {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.case-layout-1 .item-img .item-content .title-area .subtitle a {
  color: #396CF0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-layout-1 .item-img .item-content .title-area .subtitle a:hover {
  color: #000;
}
.case-layout-1 .item-img .item-content .title-area .item-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 479px) {
  .case-layout-1 .item-img .item-content .title-area .item-title {
    font-size: 20px;
  }
}
.case-layout-1 .item-img .item-content .title-area .item-title a {
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-layout-1 .item-img .item-content .item-button .item-btn {
  height: 52px;
  width: 52px;
  background-color: #fff;
  border: 2px solid #CDD8F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-layout-1 .item-img .item-content .item-button .item-btn:hover {
  background-color: #396cf0;
  color: #fff;
  border: 2px solid #396cf0;
}
.case-layout-1 .item-img .item-content .item-button .item-btn:hover svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.case-layout-1 .item-img .item-content .item-button .item-btn svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 1550px) {
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-prev {
      left: -100%;
  }
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-next {
      right: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-prev {
      left: -100%;
  }
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-next {
      right: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-prev {
      left: -92%;
  }
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-next {
    right: 30px;
  }
  .site-wrp .nav-control-layout10.owl-theme .owl-nav > div {
      height: 45px;
      width: 45px;
      line-height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .choose-box1 .choose-layout-1 .number {
      top: 15px;
      right: 20px;
  }
  .blog-box-layout9 .item-content {
      padding: 35px 22px;
  }
  .rtin-style17 .media-body{
    margin-left: 20px;
  }
  .rtin-style17 .number {
      font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .team-box-layout8,
  .service-box-layout9, .service-box-layout9 .item-img > a > img {
      margin-bottom: 30px;
  }
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-prev,
  .site-wrp .nav-control-layout10.owl-theme .owl-nav .owl-next {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .opening-hours-style-two {
    padding: 25px 20px 10px;
  }
  .mobile-position.elementor-absolute{
    position:static !important;
  }
  .mobile-position.elementor-absolute .elementor-widget-container{
    max-width: 100% !important;
  }
  .wpcf7 .footer-subscribe {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  
  .banner-subtitle .elementor-image-box-wrapper{
    display: flex;
    align-items: center;
  }
  .banner-subtitle .elementor-image-box-wrapper .elementor-image-box-img{
    margin-right: 10px !important;
  }
  .rt-el-info-box.rtin-style17 .rtin-icon {
    width: 60px;
    height: 60px;
    line-height: 80px;
  }
  .service-box-layout9 .item-img::before {
      bottom: 13px;
  }
  .service-box-layout9 .item-content .item-icon {
      margin-top: -50px;
  }
  .testimonial-box-layout11 .testimonial-layout-style-1 {
      padding: 65px 25px 35px;
  }
  .team-detail-box-layout1 .single-item table.schedule-table tbody td {
    padding: 8px 15px;
  }
  .team-detail-box-layout1 .single-item table thead tr th,
  .team-detail-box-layout1 .single-item table tbody td {
    padding: 13px 15px;
  }
    .rtin-content-doctor,
  .team-detail-box-layout1 {
    padding: 40px 25px 50px;
  }
}