/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2024 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%;
		user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.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 .ls-ch .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 .ls-ln,
	.ls-wrapper.ls-fix-textnodes .ls-wd {
		position: static !important;
		transform: none !important;
	}

	.ls-wrapper .ls-ln {
		white-space: nowrap;
	}

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

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

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

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

	.ls-layer .ls-ch,
	.ls-layer .ls-wd,
	.ls-layer .ls-ln {
		text-decoration: inherit;
	}

	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ch,
	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-wd,
	.ls-layer[data-ls-text-animating-in][data-ls-mask-text-in] .ls-ln,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ch,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-wd,
	.ls-layer[data-ls-text-animating-out][data-ls-mask-text-out] .ls-ln {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}

	.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-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 .ls-ln,
	.ls-force-no-transform .ls-wd,
	.ls-force-no-transform .ls-ch {
		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;
	}

	.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-clip,
	.ls-m-layers-clip {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}

	.ls-layers-clip {
		clip: rect( 0px, var( --sw ), var( --sh ), 0px );
	}

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

	/* Countdown */

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before {
		position: relative;
		display: inline-block;
		content: attr(data-prefix);
	}

	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		position: relative;
		display: inline-block;
		content: attr(data-suffix);
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before,
	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		color: var( --ls-affix-color, currentColor );
		transform: translateY( var( --ls-affix-va, 0em ) );
		font-size: var( --ls-affix-fs, 1em );
		font-family: var( --ls-affix-ff, inherit );
		font-weight: var( --ls-affix-fw, inherit );
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before,
	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		display: var( --ls-affix-nl, inline-block );
	}

	.ls-l[data-prefix].ls-affix-float:before,
	.ls-layer[data-prefix].ls-affix-float:before,
	.ls-l[data-suffix].ls-affix-float:after,
	.ls-layer[data-suffix].ls-affix-float:after {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate( calc( -50% + var( --ls-affix-ha, 0em ) ) , calc( -50% + var( --ls-affix-va, 0em ) ) );
	}

	.ls-l[data-prefix]:before,
	.ls-layer[data-prefix]:before {
		margin-right: var( --ls-affix-ha, 0em );
	}

	.ls-l[data-suffix]:after,
	.ls-layer[data-suffix]:after {
		margin-left: var( --ls-affix-ha, 0em );
	}



/* 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://dbssurgeon.com/wp-content/plugins/LayerSlider/assets/static/layerslider/css/../img/icon-muted-white.png);
		opacity: 1;
	}

	.ls-icon-unmuted {
		background-image: url(https://dbssurgeon.com/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-wrapper.ls-thumbnail-fill  a img {
			width: 100%;
		}

		.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;
			background-position: center !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,
	.ls-instant-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 {
		-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-selectable {
		user-select: text;
		-ms-user-select: text;
		-moz-user-select: text;
		-webkit-user-select: text;
	}

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

	.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;

		stroke: #000;
		text-align: left;
		font-style: normal;
		text-decoration: none;
		text-transform: none;
		font-weight: 400;
		letter-spacing: 0;
		background-position: 0% 0%;
		background-clip: border-box;
		opacity: 1;
		mix-blend-mode: unset;
	}

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

	.ls-container .ls-layer:not(.ls-html-layer),
	.ls-container .ls-l:not(.ls-html-layer) {
		stroke-width: 0;
	}

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

	.ls-container .ls-button-layer {
		cursor: pointer;
	}

	.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-layer img,
	.ls-container:not(.ls-hidden) .ls-wrapper:not(.ls-force-display-block) picture.ls-l img {
		width: inherit !important;
		height: inherit !important;
	}

	.ls-container.ls-hidden picture {
		display: flex !important;
	}

	.ls-container.ls-hidden picture.ls-layer img,
	.ls-container.ls-hidden picture.ls-l img {
		width: auto;
		height: auto;
	}

/* Smart BG */

	.ls-l[data-ls-smart-bg],
	.ls-layer[data-ls-smart-bg],
	ls-layer[data-ls-smart-bg] {
		overflow: hidden !important;
		background-size: 0 0 !important;
	}

	.ls-l[data-ls-smart-bg]:before,
	.ls-layer[data-ls-smart-bg]:before,
	ls-layer[data-ls-smart-bg]:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
		width: var(--sw);
		height: var(--sh);
		transform: translate( calc( var( --x, 0px ) + var( --lx, 0px ) ), calc( var( --y, 0px ) + var( --ly, 0px ) ) );
		background-image: inherit;
		background-size: var( --bgs, inherit );
		background-position: inherit;
		background-repeat: inherit;
	}

/* 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;
		max-width: none;
		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;
		}
	}

	.ls-z[data-ls-animating-in] .ls-wrapper.ls-in-out,
	.ls-z[data-ls-animating-out] .ls-wrapper.ls-in-out,
	.ls-curtile,
	.ls-nexttile {
		will-change: transform;
	}

	.ls-z[data-ls-animating-in] .ls-layer,
	.ls-z[data-ls-animating-out] .ls-layer,
	.ls-curtile,
	.ls-nexttile {
		will-change: opacity;
	}

	.ls-layer[data-ls-animating-in],
	.ls-layer[data-ls-animating-out] {
		will-change: filter;
	}

	.ls-layer[data-ls-text-animating-in] .ls-ln,
	.ls-layer[data-ls-text-animating-in] .ls-wd,
	.ls-layer[data-ls-text-animating-in] .ls-ch,
	.ls-layer[data-ls-text-animating-out] .ls-ln,
	.ls-layer[data-ls-text-animating-out] .ls-wd,
	.ls-layer[data-ls-text-animating-out] .ls-ch {
		will-change: transform;
	}

	.ls-z:not([data-ls-hidden]),
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-loop,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-parallax,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll-transform,
	.ls-z:not([data-ls-hidden]) .ls-wrapper.ls-scroll {
		will-change: transform;
	}/*!
 * 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;
  z-index: 1;
}
.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;
}
.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://dbssurgeon.com/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://dbssurgeon.com/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 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;
}
.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 {
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .top-bar-layout-4 .header-social-layout4 ul li {
    margin-right: 1px !important;
  }
}
.top-bar-layout-4 .header-social-layout4 ul li:last-child {
  margin-right: 2px;
}
.top-bar-layout-4 .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 {
  color: #e3e3e3;
}
.top-bar-layout-4 .header-social-layout4 ul li a i {
  transition: all 0.5s ease-out;
}
.top-bar-layout-4 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;
}
.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-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 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 {
  transition: all 0.3s ease-in-out;
}
.main-banner-box1 .item-button .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 {
  background-color: transparent;
  color: #396cf0;
}
.main-banner-box1 .item-button .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%;
}
.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;
}
.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;
}
/*---------------------------------------------------------
#. 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: 36px;
  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://dbssurgeon.com/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-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 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: 44px;
  margin-left: 0;
  font-size: 17px;
}
.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 .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 .site.site-wrp.opt-slideInUp .rt-slide-nav{
   top: 55px;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
}
body.slidemenuon{
  overflow:hidden;
}/*-------------------------------------    
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;
}
@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: 20px;
  }
}
@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;
}
.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);
}
/*-------------------------------------
#. 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;
}
.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;
}
/*-------------------------------------
#. 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;
  }
}
@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://dbssurgeon.com/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-layout5 .item-content ul.item-btns li:last-child {
  margin-right: 0;
}
.team-box-layout1 {
  padding: 30px 45px 75px;
  background-image: url(https://dbssurgeon.com/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;
  }
}
/*-------------------------------------
#. 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;
}
/*-------------------------------------
#. 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://dbssurgeon.com/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;
}
.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;
}
/*-------------------------------------
#. 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;
}
/*-------------------------------------
#. 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;
}
.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;
}
/*=======================================================================
## 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;
}/*! elementor-icons - v5.41.0 - 14-05-2025 */
@font-face{font-family:eicons;src:url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot#1749818173);src:url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot#1749818173) format("embedded-opentype"),url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2#1749818173) format("woff2"),url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff#1749818173) format("woff"),url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf#1749818173) format("truetype"),url(https://dbssurgeon.com/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.41.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1366px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:880px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1366px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:881px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:880px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1366px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:880px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1367px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1366px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:880px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container,.elementor-element:not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:880px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:881px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1366px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1367px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* math */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  src: url(https://dbssurgeon.com/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}