@charset 'UTF-8';
/**!

   ---- Deafult--------
       1.0 Root Css
       1.1 Default Css
       1.2 typography Css


   ---- Layout--------
       2.0 Banner Css
        2.1 counter-style Css
        2.2 services Css
        2.3 deal Css
        2.08 Filght Css
        2.4 Portfolio Css
        2.5 Cta Css
        2.6 app Css
        2.7 Play video
        2.8 testimonials.
        2.9 brands
        2.10 about



   ---- Menu And Nav Tools--------
       3.0 Menu Css



   ---- Elements Css--------
       4.0 Acrodain Css
       4.1 Animation Css
       4.2 Button Css
       4.3 Bredcump Css
       4.4 Pagination Css
       4.5 rt-socials Css
        4.6 modal css
        4.7 form css
        4.8 select2 css
        4.9 datepicker css
        4.10 alert css
        4.11 badge css
        4.12 icon css
        4.13 progress css



   ---- Blog Sidebar Comments--------
       5.0 Blog Css

    ---- Header Footer--------
        6.0 Header Css
        6.1 Footer Css





    ----------------------------------------------------- */
/* */
/*1.0 Root Css*/
:root {
	--Primary__color: #bf3d58;
	--Secondary__color: #9932f5;
}

.primary-color,
a.primary-color {
	color: #bf3d58;
}

.secondary-color,
a.secondary-color {
	color: #9932f5;
}

.primary-color-bg {
	background-color: #bf3d58;
}

.secondary-color-bg {
	background-color: #9932f5;
}

.has-gray-bg {
	background-color: gray;
}

.rt-dark {
	background-color: #151932;
}

.rt-light-bg {
	background-color: #fff;
}

.rt-light-gray {
	background-color: #f5f9ff;
}

.rt-dim-light {
	background-color: #f4eafe;
}

.text-333,
a.text-333 {
	color: #333;
}

.text-555,
a.text-555 {
	color: #555;
}

.text-777,
a.text-777 {
	color: #777;
}

.text-878,
a.text-777 {
	color: #878484;
}

.text-2f7,
a.text-777 {
	color: #2f7000;
}

.text-656 {
	color: #656f7f;
}

.text-444 {
	color: #444;
}

.heading-color-1 {
	color: #000;
}

.text-424 {
	color: #42435d;
}
.text-424 p,
.text-424 a {
	color: #42435d;
}

.text-gradinet-primary {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;
}

.bg-gradient-primary,
.trip-timeline li.time-line-item .timeline-counter .inner-item,
.single-progress .progress-bar {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

/*! HTML5 Boilerplate v7.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	font-size: 16px;
	line-height: 26px;

	color: #3d446f;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
/*
 * A better looking default horizontal rule
 */
hr {
	display: block;

	height: 1px;
	margin: 1em 0;
	padding: 0;

	border: 0;
	border-top: 1px solid #ccc;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
	margin: 0;
	padding: 0;

	border: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
	resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
	margin: 0.2em 0;
	padding: 0.2em 0;

	color: #000;
	background: #ccc;
}

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
	display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
	position: absolute;

	overflow: hidden;
	clip: rect(0 0 0 0);

	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;

	white-space: nowrap;

	border: 0;
	/* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	position: static;

	overflow: visible;
	clip: auto;

	width: auto;
	height: auto;
	margin: 0;

	white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
	visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
	/* 1 */
	display: table;

	content: " ";
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
	*,
	*:before,
	*:after {
		color: #000 !important;
		background: transparent !important;
		/* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;

		page-break-inside: avoid;
	}
	/*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*
os-theme-round-light
*/
.os-theme-round-light > .os-scrollbar {
	padding: 0;
}

.os-theme-round-light > .os-scrollbar-horizontal {
	right: 20px;

	height: 20px;
}

.os-theme-round-light > .os-scrollbar-vertical {
	bottom: 20px;

	width: 20px;
}

.os-theme-round-light.os-host-rtl > .os-scrollbar-horizontal {
	right: 0;
	left: 20px;
}

.os-theme-round-light > .os-scrollbar-corner {
	width: 20px;
	height: 20px;

	background-color: transparent;
}

.os-theme-round-light > .os-scrollbar > .os-scrollbar-track {
	background: transparent;
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before,
.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
	position: absolute;

	display: block;

	content: "";

	background: rgba(255, 255, 255, 0.15);
}

.os-theme-round-light > .os-scrollbar-horizontal > .os-scrollbar-track:before {
	top: 50%;
	right: 3px;
	left: 3px;

	height: 2px;
	margin-top: -1px;
}

.os-theme-round-light > .os-scrollbar-vertical > .os-scrollbar-track:before {
	top: 3px;
	bottom: 3px;
	left: 50%;

	width: 2px;
	margin-left: -1px;
}

.os-theme-round-light
	> .os-scrollbar
	> .os-scrollbar-track
	> .os-scrollbar-handle {
	background: transparent;
}

.os-theme-round-light
	> .os-scrollbar
	> .os-scrollbar-track
	> .os-scrollbar-handle:before {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;

	display: block;

	content: "";
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	border-radius: 100%;
	background: #fff;
}

.os-theme-round-light
	> .os-scrollbar
	> .os-scrollbar-track
	> .os-scrollbar-handle:hover:before,
.os-theme-round-light
	> .os-scrollbar
	> .os-scrollbar-track
	> .os-scrollbar-handle.active:before {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.os-theme-round-light
	> .os-scrollbar-horizontal
	> .os-scrollbar-track
	> .os-scrollbar-handle {
	min-width: 20px;
	max-width: 20px;
	height: 100%;
}

.os-theme-round-light
	> .os-scrollbar-vertical
	> .os-scrollbar-track
	> .os-scrollbar-handle {
	width: 100%;
	min-height: 20px;
	max-height: 20px;
}

.os-theme-round-light.os-host-transition
	> .os-scrollbar
	> .os-scrollbar-track
	> .os-scrollbar-handle:before {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

/*1.1 Default Css*/
html,
body {
	height: 100%;
}
main {
	overflow-x: hidden;
}
body {
	font-family: "Lato", sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;

	overflow-x: hidden;

	counter-reset: my-sec-counter;
	vertical-align: baseline;

	color: #3d446f;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

a {
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
}
a:hover {
	text-decoration: none;
}
a.link-text {
	color: #3d446f;
}

img {
	max-width: 100%;
}

.owl-item img {
	width: auto !important;
	margin-right: auto;
	margin-left: auto;
}

.rt-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

button.mfp-close {
	font-size: 20px;
	line-height: 35px !important;

	position: absolute;
	top: -52px !important;

	width: 35px !important;
	height: 35px;
	padding: 0 !important;

	text-align: center !important;

	opacity: 1;
	color: #bf3d58 !important;
	border-radius: 50%;
	background: #fff;
}

img.mfp-img {
	padding: 0 !important;

	border: 6px solid #fff;
	-webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
	box-shadow: 0 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
}

.mfp-counter {
	font-size: 14px;
	font-weight: 700;

	right: 15px;

	padding: 3px 16px;

	color: #fff;
	border-radius: 3px;
	background: #9932f5;
}

.mfp-content {
	border: 6px solid #fff;
	-webkit-box-shadow: 0 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
	box-shadow: 0 25px 20px 0 rgba(136, 136, 136, 0.35) !important;
}

.smallgap.row > [class*="col-"] {
	padding-right: 3px !important;
	padding-left: 3px !important;
}

.site-badge {
	font-weight: 600;

	position: relative;

	display: inline-block;

	padding: 0 1rem;

	border-radius: 2px;
}
.site-badge.has-arrow-primary:after {
	position: absolute;
	bottom: -10px;
	left: 0;

	width: 0;
	height: 0;

	content: "";

	border-width: 1rem 1rem 0;
	border-style: solid;
	border-color: #bf3d58 transparent transparent;
}
@media (max-width: 991.98px) {
	.site-badge.has-arrow-primary:after {
		bottom: -8px;
	}
}
@media (max-width: 767.98px) {
	.site-badge.has-arrow-primary:after {
		bottom: -5px;
	}
}
.site-badge.has-arrow-secondary:after {
	position: absolute;
	bottom: -10px;
	left: 0;

	width: 0;
	height: 0;

	content: "";

	border-width: 1rem 1rem 0;
	border-style: solid;
	border-color: #9932f5 transparent transparent;
}

.s-badge-primary {
	color: #9932f5;
	background: #bf3d58;
}

.rt-border-primary {
	border: 1px solid #bf3d58;
}

.rt-border-primary2 {
	border: 1px solid rgba(73, 108, 254, 0.5);
}

.rt-border-secondary {
	border: 1px solid #9932f5;
}

.rt-dborder-primary {
	border: 1px dashed #bf3d58;
}

.rt-dotted-primary {
	border: 1px dotted #bf3d58;
}

.rt-dorder-off {
	border: 1px dashed #afafaf;
}

#scrollUp {
	font-size: 30px;
	line-height: 48px;

	position: fixed;
	right: 30px;
	bottom: 30px;

	width: 45px;
	height: 45px;

	text-align: center;

	color: #fff;
	border-radius: 50%;
	background: #bf3d58;
}

.review {
	color: #ffab53;
}

blockquote {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	line-height: 30px;

	position: relative;

	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

	color: #fff;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}
blockquote:after {
	font-family: icofont;
	font-size: 80px;

	position: absolute;
	top: 50%;
	left: 0;

	content: "\efcd";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: rgba(228, 222, 255, 0.2);
}

.rt-inner-overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.rtbgprefix-cover,
.single-deal-carosel .deal-bg,
.flight-box,
.portfolio-box-1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.rtbgprefix-contain,
.flight-dela-area .rt-shape-emenetns-1,
.testimonials-area .rt-shape-emenetns-1,
.single-blg-post .post-thumbnail .meta-date,
.rt-site-footer .rt-shape-emenetns-1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.rtbgprefix-full,
.flight-dela-area .rt-shape-emenetns-2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.rt-divider {
	width: 100%;
	height: 1px;
}
.rt-divider.style-one {
	background-color: rgba(3, 64, 131, 0.2);
}
.rt-divider.style-two {
	background-color: rgba(208, 230, 255, 0.2);
}
.rt-divider.style-three {
	background-color: #bf3d58;
}

.rt-Bshadow-1 {
	-webkit-box-shadow: -3.244px 16.688px 20px 0 rgba(0, 0, 0, 0.25);
	box-shadow: -3.244px 16.688px 20px 0 rgba(0, 0, 0, 0.25);
}
.rt-Bshadow-1:hover {
	-webkit-box-shadow: -3.244px 16.688px 20px 0 rgba(0, 0, 0, 0.12);
	box-shadow: -3.244px 16.688px 20px 0 rgba(0, 0, 0, 0.12);
}

.rt-Bshadow-2 {
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.2);
	box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.2);
}
.rt-Bshadow-2:hover {
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.1);
	box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.1);
}

.rt-Bshadow-3 {
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
}
.rt-Bshadow-3:hover {
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.2);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.2);
}

.rt-Bshadow-4 {
	-webkit-box-shadow: 0 5px 20px 0 rgba(13, 21, 75, 0.2);
	box-shadow: 0 5px 20px 0 rgba(13, 21, 75, 0.2);
}
.rt-Bshadow-4:hover {
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
}

.rt-Bshadow-3 {
	-webkit-box-shadow: 0 15px 30px 0 rgba(171, 114, 185, 0.2);
	box-shadow: 0 15px 30px 0 rgba(171, 114, 185, 0.2);
}
.rt-Bshadow-3:hover {
	-webkit-box-shadow: 0 15px 30px 0 rgba(171, 114, 185, 0.1);
	box-shadow: 0 15px 30px 0 rgba(171, 114, 185, 0.1);
}

.rt-box-style-1 {
	padding: 30px;

	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: 0 10px 10px 0 rgba(62, 83, 216, 0.25);
	box-shadow: 0 10px 10px 0 rgba(62, 83, 216, 0.25);
}

@media (max-width: 1199.98px) {
	body .bg-hide-lg {
		background-image: none !important;
	}
	body .gradinet-bg-lg {
		background-image: -webkit-linear-gradient(
			82deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		) !important;
		background-image: linear-gradient(
			8deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		) !important;
	}
}

@media (max-width: 991.98px) {
	body .bg-hide-md {
		background-image: none !important;
	}
	body .gradinet-bg-md {
		background-image: -webkit-linear-gradient(
			82deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		) !important;
		background-image: linear-gradient(
			8deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		) !important;
	}
}

.spacer-top {
	height: 120px;
}
@media (max-width: 767.98px) {
	.spacer-top {
		height: 70px;
	}
}

.spacer-bottom {
	height: 85px;
}
@media (max-width: 767.98px) {
	.spacer-bottom {
		height: 40px;
	}
}

.section-title-spacer {
	height: 40px;
}

.rt-margin-top {
	margin-top: 120px;
}
@media (max-width: 767.98px) {
	.rt-margin-top {
		margin-top: 70px;
	}
}

.rt-section-padding {
	padding: 120px 0;
}
@media (max-width: 767.98px) {
	.rt-section-padding {
		padding: 70px 0;
	}
}

.spacer-banner-search {
	height: 148px;
}

.rt-mb-0 {
	margin-bottom: 0;
}

.rt-mb-1 {
	margin-bottom: 1px;
}

.rt-mb-2 {
	margin-bottom: 2px;
}

.rt-mb-3 {
	margin-bottom: 3px;
}

.rt-mb-4 {
	margin-bottom: 4px;
}

.rt-mb-5 {
	margin-bottom: 5px;
}

.rt-mb-6 {
	margin-bottom: 6px;
}

.rt-mb-7 {
	margin-bottom: 7px;
}

.rt-mb-8 {
	margin-bottom: 8px;
}

.rt-mb-9 {
	margin-bottom: 9px;
}

.rt-mb-10 {
	margin-bottom: 10px;
}

.rt-mb-11 {
	margin-bottom: 11px;
}

.rt-mb-12 {
	margin-bottom: 12px;
}

.rt-mb-13 {
	margin-bottom: 13px;
}

.rt-mb-14 {
	margin-bottom: 14px;
}

.rt-mb-15 {
	margin-bottom: 15px;
}

.rt-mb-16 {
	margin-bottom: 16px;
}

.rt-mb-17 {
	margin-bottom: 17px;
}

.rt-mb-18 {
	margin-bottom: 18px;
}

.rt-mb-19 {
	margin-bottom: 19px;
}

.rt-mb-20 {
	margin-bottom: 20px;
}

.rt-mb-21 {
	margin-bottom: 21px;
}

.rt-mb-22 {
	margin-bottom: 22px;
}

.rt-mb-23 {
	margin-bottom: 23px;
}

.rt-mb-24 {
	margin-bottom: 24px;
}

.rt-mb-25 {
	margin-bottom: 25px;
}

.rt-mb-26 {
	margin-bottom: 26px;
}

.rt-mb-27 {
	margin-bottom: 27px;
}

.rt-mb-28 {
	margin-bottom: 28px;
}

.rt-mb-29 {
	margin-bottom: 29px;
}

.rt-mb-30 {
	margin-bottom: 30px !important;
}

.rt-mb-31 {
	margin-bottom: 31px;
}

.rt-mb-32 {
	margin-bottom: 32px;
}

.rt-mb-33 {
	margin-bottom: 33px;
}

.rt-mb-34 {
	margin-bottom: 34px;
}

.rt-mb-35 {
	margin-bottom: 35px;
}

.rt-mb-36 {
	margin-bottom: 36px;
}

.rt-mb-37 {
	margin-bottom: 37px;
}

.rt-mb-38 {
	margin-bottom: 38px;
}

.rt-mb-39 {
	margin-bottom: 39px;
}

.rt-mb-40 {
	margin-bottom: 40px;
}

.rt-mb-41 {
	margin-bottom: 41px;
}

.rt-mb-42 {
	margin-bottom: 42px;
}

.rt-mb-43 {
	margin-bottom: 43px;
}

.rt-mb-44 {
	margin-bottom: 44px;
}

.rt-mb-45 {
	margin-bottom: 45px;
}

.rt-mb-46 {
	margin-bottom: 46px;
}

.rt-mb-47 {
	margin-bottom: 47px;
}

.rt-mb-48 {
	margin-bottom: 48px;
}

.rt-mb-49 {
	margin-bottom: 49px;
}

.rt-mb-50 {
	margin-bottom: 50px;
}

.rt-mb-51 {
	margin-bottom: 51px;
}

.rt-mb-52 {
	margin-bottom: 52px;
}

.rt-mb-53 {
	margin-bottom: 53px;
}

.rt-mb-54 {
	margin-bottom: 54px;
}

.rt-mb-55 {
	margin-bottom: 55px;
}

.rt-mb-56 {
	margin-bottom: 56px;
}

.rt-mb-57 {
	margin-bottom: 57px;
}

.rt-mb-58 {
	margin-bottom: 58px;
}

.rt-mb-59 {
	margin-bottom: 59px;
}

.rt-mb-60 {
	margin-bottom: 60px;
}

.rt-mb-61 {
	margin-bottom: 61px;
}

.rt-mb-62 {
	margin-bottom: 62px;
}

.rt-mb-63 {
	margin-bottom: 63px;
}

.rt-mb-64 {
	margin-bottom: 64px;
}

.rt-mb-65 {
	margin-bottom: 65px;
}

.rt-mb-66 {
	margin-bottom: 66px;
}

.rt-mb-67 {
	margin-bottom: 67px;
}

.rt-mb-68 {
	margin-bottom: 68px;
}

.rt-mb-69 {
	margin-bottom: 69px;
}

.rt-mb-70 {
	margin-bottom: 70px;
}

.rt-mb-71 {
	margin-bottom: 71px;
}

.rt-mb-72 {
	margin-bottom: 72px;
}

.rt-mb-73 {
	margin-bottom: 73px;
}

.rt-mb-74 {
	margin-bottom: 74px;
}

.rt-mb-75 {
	margin-bottom: 75px;
}

.rt-mb-76 {
	margin-bottom: 76px;
}

.rt-mb-77 {
	margin-bottom: 77px;
}

.rt-mb-78 {
	margin-bottom: 78px;
}

.rt-mb-79 {
	margin-bottom: 79px;
}

.rt-mb-80 {
	margin-bottom: 80px;
}

.rt-mb-81 {
	margin-bottom: 81px;
}

.rt-mb-82 {
	margin-bottom: 82px;
}

.rt-mb-83 {
	margin-bottom: 83px;
}

.rt-mb-84 {
	margin-bottom: 84px;
}

.rt-mb-85 {
	margin-bottom: 85px;
}

.rt-mb-86 {
	margin-bottom: 86px;
}

.rt-mb-87 {
	margin-bottom: 87px;
}

.rt-mb-88 {
	margin-bottom: 88px;
}

.rt-mb-89 {
	margin-bottom: 89px;
}

.rt-mb-90 {
	margin-bottom: 90px;
}

.rt-mb-91 {
	margin-bottom: 91px;
}

.rt-mb-92 {
	margin-bottom: 92px;
}

.rt-mb-93 {
	margin-bottom: 93px;
}

.rt-mb-94 {
	margin-bottom: 94px;
}

.rt-mb-95 {
	margin-bottom: 95px;
}

.rt-mb-96 {
	margin-bottom: 96px;
}

.rt-mb-97 {
	margin-bottom: 97px;
}

.rt-mb-98 {
	margin-bottom: 98px;
}

.rt-mb-99 {
	margin-bottom: 99px;
}

.rt-mb-100 {
	margin-bottom: 100px;
}

.rt-mt-0 {
	margin-top: 0;
}

.rt-mt-1 {
	margin-top: 1px;
}

.rt-mt-2 {
	margin-top: 2px;
}

.rt-mt-3 {
	margin-top: 3px;
}

.rt-mt-4 {
	margin-top: 4px;
}

.rt-mt-5 {
	margin-top: 5px;
}

.rt-mt-6 {
	margin-top: 6px;
}

.rt-mt-7 {
	margin-top: 7px;
}

.rt-mt-8 {
	margin-top: 8px;
}

.rt-mt-9 {
	margin-top: 9px;
}

.rt-mt-10 {
	margin-top: 10px;
}

.rt-mt-11 {
	margin-top: 11px;
}

.rt-mt-12 {
	margin-top: 12px;
}

.rt-mt-13 {
	margin-top: 13px;
}

.rt-mt-14 {
	margin-top: 14px;
}

.rt-mt-15 {
	margin-top: 15px;
}

.rt-mt-16 {
	margin-top: 16px;
}

.rt-mt-17 {
	margin-top: 17px;
}

.rt-mt-18 {
	margin-top: 18px;
}

.rt-mt-19 {
	margin-top: 19px;
}

.rt-mt-20 {
	margin-top: 20px;
}

.rt-mt-21 {
	margin-top: 21px;
}

.rt-mt-22 {
	margin-top: 22px;
}

.rt-mt-23 {
	margin-top: 23px;
}

.rt-mt-24 {
	margin-top: 24px;
}

.rt-mt-25 {
	margin-top: 25px;
}

.rt-mt-26 {
	margin-top: 26px;
}

.rt-mt-27 {
	margin-top: 27px;
}

.rt-mt-28 {
	margin-top: 28px;
}

.rt-mt-29 {
	margin-top: 29px;
}

.rt-mt-30 {
	margin-top: 30px;
}

.rt-mt-31 {
	margin-top: 31px;
}

.rt-mt-32 {
	margin-top: 32px;
}

.rt-mt-33 {
	margin-top: 33px;
}

.rt-mt-34 {
	margin-top: 34px;
}

.rt-mt-35 {
	margin-top: 35px;
}

.rt-mt-36 {
	margin-top: 36px;
}

.rt-mt-37 {
	margin-top: 37px;
}

.rt-mt-38 {
	margin-top: 38px;
}

.rt-mt-39 {
	margin-top: 39px;
}

.rt-mt-40 {
	margin-top: 40px;
}

.rt-mt-41 {
	margin-top: 41px;
}

.rt-mt-42 {
	margin-top: 42px;
}

.rt-mt-43 {
	margin-top: 43px;
}

.rt-mt-44 {
	margin-top: 44px;
}

.rt-mt-45 {
	margin-top: 45px;
}

.rt-mt-46 {
	margin-top: 46px;
}

.rt-mt-47 {
	margin-top: 47px;
}

.rt-mt-48 {
	margin-top: 48px;
}

.rt-mt-49 {
	margin-top: 49px;
}

.rt-mt-50 {
	margin-top: 50px;
}

.rt-mt-51 {
	margin-top: 51px;
}

.rt-mt-52 {
	margin-top: 52px;
}

.rt-mt-53 {
	margin-top: 53px;
}

.rt-mt-54 {
	margin-top: 54px;
}

.rt-mt-55 {
	margin-top: 55px;
}

.rt-mt-56 {
	margin-top: 56px;
}

.rt-mt-57 {
	margin-top: 57px;
}

.rt-mt-58 {
	margin-top: 58px;
}

.rt-mt-59 {
	margin-top: 59px;
}

.rt-mt-60 {
	margin-top: 60px;
}

.rt-mt-61 {
	margin-top: 61px;
}

.rt-mt-62 {
	margin-top: 62px;
}

.rt-mt-63 {
	margin-top: 63px;
}

.rt-mt-64 {
	margin-top: 64px;
}

.rt-mt-65 {
	margin-top: 65px;
}

.rt-mt-66 {
	margin-top: 66px;
}

.rt-mt-67 {
	margin-top: 67px;
}

.rt-mt-68 {
	margin-top: 68px;
}

.rt-mt-69 {
	margin-top: 69px;
}

.rt-mt-70 {
	margin-top: 70px;
}

.rt-mt-71 {
	margin-top: 71px;
}

.rt-mt-72 {
	margin-top: 72px;
}

.rt-mt-73 {
	margin-top: 73px;
}

.rt-mt-74 {
	margin-top: 74px;
}

.rt-mt-75 {
	margin-top: 75px;
}

.rt-mt-76 {
	margin-top: 76px;
}

.rt-mt-77 {
	margin-top: 77px;
}

.rt-mt-78 {
	margin-top: 78px;
}

.rt-mt-79 {
	margin-top: 79px;
}

.rt-mt-80 {
	margin-top: 80px;
}

.rt-mt-81 {
	margin-top: 81px;
}

.rt-mt-82 {
	margin-top: 82px;
}

.rt-mt-83 {
	margin-top: 83px;
}

.rt-mt-84 {
	margin-top: 84px;
}

.rt-mt-85 {
	margin-top: 85px;
}

.rt-mt-86 {
	margin-top: 86px;
}

.rt-mt-87 {
	margin-top: 87px;
}

.rt-mt-88 {
	margin-top: 88px;
}

.rt-mt-89 {
	margin-top: 89px;
}

.rt-mt-90 {
	margin-top: 90px;
}

.rt-mt-91 {
	margin-top: 91px;
}

.rt-mt-92 {
	margin-top: 92px;
}

.rt-mt-93 {
	margin-top: 93px;
}

.rt-mt-94 {
	margin-top: 94px;
}

.rt-mt-95 {
	margin-top: 95px;
}

.rt-mt-96 {
	margin-top: 96px;
}

.rt-mt-97 {
	margin-top: 97px;
}

.rt-mt-98 {
	margin-top: 98px;
}

.rt-mt-99 {
	margin-top: 99px;
}

.rt-mt-100 {
	margin-top: 100px;
}

.rt-ml-0 {
	margin-left: 0;
}

.rt-ml-1 {
	margin-left: 1px;
}

.rt-ml-2 {
	margin-left: 2px;
}

.rt-ml-3 {
	margin-left: 3px;
}

.rt-ml-4 {
	margin-left: 4px;
}

.rt-ml-5 {
	margin-left: 5px;
}

.rt-ml-6 {
	margin-left: 6px;
}

.rt-ml-7 {
	margin-left: 7px;
}

.rt-ml-8 {
	margin-left: 8px;
}

.rt-ml-9 {
	margin-left: 9px;
}

.rt-ml-10 {
	margin-left: 10px;
}

.rt-ml-11 {
	margin-left: 11px;
}

.rt-ml-12 {
	margin-left: 12px;
}

.rt-ml-13 {
	margin-left: 13px;
}

.rt-ml-14 {
	margin-left: 14px;
}

.rt-ml-15 {
	margin-left: 15px;
}

.rt-ml-16 {
	margin-left: 16px;
}

.rt-ml-17 {
	margin-left: 17px;
}

.rt-ml-18 {
	margin-left: 18px;
}

.rt-ml-19 {
	margin-left: 19px;
}

.rt-ml-20 {
	margin-left: 20px;
}

.rt-ml-21 {
	margin-left: 21px;
}

.rt-ml-22 {
	margin-left: 22px;
}

.rt-ml-23 {
	margin-left: 23px;
}

.rt-ml-24 {
	margin-left: 24px;
}

.rt-ml-25 {
	margin-left: 25px;
}

.rt-ml-26 {
	margin-left: 26px;
}

.rt-ml-27 {
	margin-left: 27px;
}

.rt-ml-28 {
	margin-left: 28px;
}

.rt-ml-29 {
	margin-left: 29px;
}

.rt-ml-30 {
	margin-left: 30px;
}

.rt-ml-31 {
	margin-left: 31px;
}

.rt-ml-32 {
	margin-left: 32px;
}

.rt-ml-33 {
	margin-left: 33px;
}

.rt-ml-34 {
	margin-left: 34px;
}

.rt-ml-35 {
	margin-left: 35px;
}

.rt-ml-36 {
	margin-left: 36px;
}

.rt-ml-37 {
	margin-left: 37px;
}

.rt-ml-38 {
	margin-left: 38px;
}

.rt-ml-39 {
	margin-left: 39px;
}

.rt-ml-40 {
	margin-left: 40px;
}

.rt-ml-41 {
	margin-left: 41px;
}

.rt-ml-42 {
	margin-left: 42px;
}

.rt-ml-43 {
	margin-left: 43px;
}

.rt-ml-44 {
	margin-left: 44px;
}

.rt-ml-45 {
	margin-left: 45px;
}

.rt-ml-46 {
	margin-left: 46px;
}

.rt-ml-47 {
	margin-left: 47px;
}

.rt-ml-48 {
	margin-left: 48px;
}

.rt-ml-49 {
	margin-left: 49px;
}

.rt-ml-50 {
	margin-left: 50px;
}

.rt-ml-51 {
	margin-left: 51px;
}

.rt-ml-52 {
	margin-left: 52px;
}

.rt-ml-53 {
	margin-left: 53px;
}

.rt-ml-54 {
	margin-left: 54px;
}

.rt-ml-55 {
	margin-left: 55px;
}

.rt-ml-56 {
	margin-left: 56px;
}

.rt-ml-57 {
	margin-left: 57px;
}

.rt-ml-58 {
	margin-left: 58px;
}

.rt-ml-59 {
	margin-left: 59px;
}

.rt-ml-60 {
	margin-left: 60px;
}

.rt-ml-61 {
	margin-left: 61px;
}

.rt-ml-62 {
	margin-left: 62px;
}

.rt-ml-63 {
	margin-left: 63px;
}

.rt-ml-64 {
	margin-left: 64px;
}

.rt-ml-65 {
	margin-left: 65px;
}

.rt-ml-66 {
	margin-left: 66px;
}

.rt-ml-67 {
	margin-left: 67px;
}

.rt-ml-68 {
	margin-left: 68px;
}

.rt-ml-69 {
	margin-left: 69px;
}

.rt-ml-70 {
	margin-left: 70px;
}

.rt-ml-71 {
	margin-left: 71px;
}

.rt-ml-72 {
	margin-left: 72px;
}

.rt-ml-73 {
	margin-left: 73px;
}

.rt-ml-74 {
	margin-left: 74px;
}

.rt-ml-75 {
	margin-left: 75px;
}

.rt-ml-76 {
	margin-left: 76px;
}

.rt-ml-77 {
	margin-left: 77px;
}

.rt-ml-78 {
	margin-left: 78px;
}

.rt-ml-79 {
	margin-left: 79px;
}

.rt-ml-80 {
	margin-left: 80px;
}

.rt-ml-81 {
	margin-left: 81px;
}

.rt-ml-82 {
	margin-left: 82px;
}

.rt-ml-83 {
	margin-left: 83px;
}

.rt-ml-84 {
	margin-left: 84px;
}

.rt-ml-85 {
	margin-left: 85px;
}

.rt-ml-86 {
	margin-left: 86px;
}

.rt-ml-87 {
	margin-left: 87px;
}

.rt-ml-88 {
	margin-left: 88px;
}

.rt-ml-89 {
	margin-left: 89px;
}

.rt-ml-90 {
	margin-left: 90px;
}

.rt-ml-91 {
	margin-left: 91px;
}

.rt-ml-92 {
	margin-left: 92px;
}

.rt-ml-93 {
	margin-left: 93px;
}

.rt-ml-94 {
	margin-left: 94px;
}

.rt-ml-95 {
	margin-left: 95px;
}

.rt-ml-96 {
	margin-left: 96px;
}

.rt-ml-97 {
	margin-left: 97px;
}

.rt-ml-98 {
	margin-left: 98px;
}

.rt-ml-99 {
	margin-left: 99px;
}

.rt-ml-100 {
	margin-left: 100px;
}

.rt-mr-0 {
	margin-right: 0;
}

.rt-mr-1 {
	margin-right: 1px;
}

.rt-mr-2 {
	margin-right: 2px;
}

.rt-mr-3 {
	margin-right: 3px;
}

.rt-mr-4 {
	margin-right: 4px;
}

.rt-mr-5 {
	margin-right: 5px;
}

.rt-mr-6 {
	margin-right: 6px;
}

.rt-mr-7 {
	margin-right: 7px;
}

.rt-mr-8 {
	margin-right: 8px;
}

.rt-mr-9 {
	margin-right: 9px;
}

.rt-mr-10 {
	margin-right: 10px;
}

.rt-mr-11 {
	margin-right: 11px;
}

.rt-mr-12 {
	margin-right: 12px;
}

.rt-mr-13 {
	margin-right: 13px;
}

.rt-mr-14 {
	margin-right: 14px;
}

.rt-mr-15 {
	margin-right: 15px;
}

.rt-mr-16 {
	margin-right: 16px;
}

.rt-mr-17 {
	margin-right: 17px;
}

.rt-mr-18 {
	margin-right: 18px;
}

.rt-mr-19 {
	margin-right: 19px;
}

.rt-mr-20 {
	margin-right: 20px;
}

.rt-mr-21 {
	margin-right: 21px;
}

.rt-mr-22 {
	margin-right: 22px;
}

.rt-mr-23 {
	margin-right: 23px;
}

.rt-mr-24 {
	margin-right: 24px;
}

.rt-mr-25 {
	margin-right: 25px;
}

.rt-mr-26 {
	margin-right: 26px;
}

.rt-mr-27 {
	margin-right: 27px;
}

.rt-mr-28 {
	margin-right: 28px;
}

.rt-mr-29 {
	margin-right: 29px;
}

.rt-mr-30 {
	margin-right: 30px;
}

.rt-mr-31 {
	margin-right: 31px;
}

.rt-mr-32 {
	margin-right: 32px;
}

.rt-mr-33 {
	margin-right: 33px;
}

.rt-mr-34 {
	margin-right: 34px;
}

.rt-mr-35 {
	margin-right: 35px;
}

.rt-mr-36 {
	margin-right: 36px;
}

.rt-mr-37 {
	margin-right: 37px;
}

.rt-mr-38 {
	margin-right: 38px;
}

.rt-mr-39 {
	margin-right: 39px;
}

.rt-mr-40 {
	margin-right: 40px;
}

.rt-mr-41 {
	margin-right: 41px;
}

.rt-mr-42 {
	margin-right: 42px;
}

.rt-mr-43 {
	margin-right: 43px;
}

.rt-mr-44 {
	margin-right: 44px;
}

.rt-mr-45 {
	margin-right: 45px;
}

.rt-mr-46 {
	margin-right: 46px;
}

.rt-mr-47 {
	margin-right: 47px;
}

.rt-mr-48 {
	margin-right: 48px;
}

.rt-mr-49 {
	margin-right: 49px;
}

.rt-mr-50 {
	margin-right: 50px;
}

.rt-mr-51 {
	margin-right: 51px;
}

.rt-mr-52 {
	margin-right: 52px;
}

.rt-mr-53 {
	margin-right: 53px;
}

.rt-mr-54 {
	margin-right: 54px;
}

.rt-mr-55 {
	margin-right: 55px;
}

.rt-mr-56 {
	margin-right: 56px;
}

.rt-mr-57 {
	margin-right: 57px;
}

.rt-mr-58 {
	margin-right: 58px;
}

.rt-mr-59 {
	margin-right: 59px;
}

.rt-mr-60 {
	margin-right: 60px;
}

.rt-mr-61 {
	margin-right: 61px;
}

.rt-mr-62 {
	margin-right: 62px;
}

.rt-mr-63 {
	margin-right: 63px;
}

.rt-mr-64 {
	margin-right: 64px;
}

.rt-mr-65 {
	margin-right: 65px;
}

.rt-mr-66 {
	margin-right: 66px;
}

.rt-mr-67 {
	margin-right: 67px;
}

.rt-mr-68 {
	margin-right: 68px;
}

.rt-mr-69 {
	margin-right: 69px;
}

.rt-mr-70 {
	margin-right: 70px;
}

.rt-mr-71 {
	margin-right: 71px;
}

.rt-mr-72 {
	margin-right: 72px;
}

.rt-mr-73 {
	margin-right: 73px;
}

.rt-mr-74 {
	margin-right: 74px;
}

.rt-mr-75 {
	margin-right: 75px;
}

.rt-mr-76 {
	margin-right: 76px;
}

.rt-mr-77 {
	margin-right: 77px;
}

.rt-mr-78 {
	margin-right: 78px;
}

.rt-mr-79 {
	margin-right: 79px;
}

.rt-mr-80 {
	margin-right: 80px;
}

.rt-mr-81 {
	margin-right: 81px;
}

.rt-mr-82 {
	margin-right: 82px;
}

.rt-mr-83 {
	margin-right: 83px;
}

.rt-mr-84 {
	margin-right: 84px;
}

.rt-mr-85 {
	margin-right: 85px;
}

.rt-mr-86 {
	margin-right: 86px;
}

.rt-mr-87 {
	margin-right: 87px;
}

.rt-mr-88 {
	margin-right: 88px;
}

.rt-mr-89 {
	margin-right: 89px;
}

.rt-mr-90 {
	margin-right: 90px;
}

.rt-mr-91 {
	margin-right: 91px;
}

.rt-mr-92 {
	margin-right: 92px;
}

.rt-mr-93 {
	margin-right: 93px;
}

.rt-mr-94 {
	margin-right: 94px;
}

.rt-mr-95 {
	margin-right: 95px;
}

.rt-mr-96 {
	margin-right: 96px;
}

.rt-mr-97 {
	margin-right: 97px;
}

.rt-mr-98 {
	margin-right: 98px;
}

.rt-mr-99 {
	margin-right: 99px;
}

.rt-mr-100 {
	margin-right: 100px;
}

.rt-pb-0 {
	padding-bottom: 0;
}

.rt-pb-1 {
	padding-bottom: 1px;
}

.rt-pb-2 {
	padding-bottom: 2px;
}

.rt-pb-3 {
	padding-bottom: 3px;
}

.rt-pb-4 {
	padding-bottom: 4px;
}

.rt-pb-5 {
	padding-bottom: 5px;
}

.rt-pb-6 {
	padding-bottom: 6px;
}

.rt-pb-7 {
	padding-bottom: 7px;
}

.rt-pb-8 {
	padding-bottom: 8px;
}

.rt-pb-9 {
	padding-bottom: 9px;
}

.rt-pb-10 {
	padding-bottom: 10px;
}

.rt-pb-11 {
	padding-bottom: 11px;
}

.rt-pb-12 {
	padding-bottom: 12px;
}

.rt-pb-13 {
	padding-bottom: 13px;
}

.rt-pb-14 {
	padding-bottom: 14px;
}

.rt-pb-15 {
	padding-bottom: 15px;
}

.rt-pb-16 {
	padding-bottom: 16px;
}

.rt-pb-17 {
	padding-bottom: 17px;
}

.rt-pb-18 {
	padding-bottom: 18px;
}

.rt-pb-19 {
	padding-bottom: 19px;
}

.rt-pb-20 {
	padding-bottom: 20px;
}

.rt-pb-21 {
	padding-bottom: 21px;
}

.rt-pb-22 {
	padding-bottom: 22px;
}

.rt-pb-23 {
	padding-bottom: 23px;
}

.rt-pb-24 {
	padding-bottom: 24px;
}

.rt-pb-25 {
	padding-bottom: 25px;
}

.rt-pb-26 {
	padding-bottom: 26px;
}

.rt-pb-27 {
	padding-bottom: 27px;
}

.rt-pb-28 {
	padding-bottom: 28px;
}

.rt-pb-29 {
	padding-bottom: 29px;
}

.rt-pb-30 {
	padding-bottom: 30px;
}

.rt-pb-31 {
	padding-bottom: 31px;
}

.rt-pb-32 {
	padding-bottom: 32px;
}

.rt-pb-33 {
	padding-bottom: 33px;
}

.rt-pb-34 {
	padding-bottom: 34px;
}

.rt-pb-35 {
	padding-bottom: 35px;
}

.rt-pb-36 {
	padding-bottom: 36px;
}

.rt-pb-37 {
	padding-bottom: 37px;
}

.rt-pb-38 {
	padding-bottom: 38px;
}

.rt-pb-39 {
	padding-bottom: 39px;
}

.rt-pb-40 {
	padding-bottom: 40px;
}

.rt-pb-41 {
	padding-bottom: 41px;
}

.rt-pb-42 {
	padding-bottom: 42px;
}

.rt-pb-43 {
	padding-bottom: 43px;
}

.rt-pb-44 {
	padding-bottom: 44px;
}

.rt-pb-45 {
	padding-bottom: 45px;
}

.rt-pb-46 {
	padding-bottom: 46px;
}

.rt-pb-47 {
	padding-bottom: 47px;
}

.rt-pb-48 {
	padding-bottom: 48px;
}

.rt-pb-49 {
	padding-bottom: 49px;
}

.rt-pb-50 {
	padding-bottom: 50px;
}

.rt-pb-51 {
	padding-bottom: 51px;
}

.rt-pb-52 {
	padding-bottom: 52px;
}

.rt-pb-53 {
	padding-bottom: 53px;
}

.rt-pb-54 {
	padding-bottom: 54px;
}

.rt-pb-55 {
	padding-bottom: 55px;
}

.rt-pb-56 {
	padding-bottom: 56px;
}

.rt-pb-57 {
	padding-bottom: 57px;
}

.rt-pb-58 {
	padding-bottom: 58px;
}

.rt-pb-59 {
	padding-bottom: 59px;
}

.rt-pb-60 {
	padding-bottom: 60px;
}

.rt-pb-61 {
	padding-bottom: 61px;
}

.rt-pb-62 {
	padding-bottom: 62px;
}

.rt-pb-63 {
	padding-bottom: 63px;
}

.rt-pb-64 {
	padding-bottom: 64px;
}

.rt-pb-65 {
	padding-bottom: 65px;
}

.rt-pb-66 {
	padding-bottom: 66px;
}

.rt-pb-67 {
	padding-bottom: 67px;
}

.rt-pb-68 {
	padding-bottom: 68px;
}

.rt-pb-69 {
	padding-bottom: 69px;
}

.rt-pb-70 {
	padding-bottom: 70px;
}

.rt-pb-71 {
	padding-bottom: 71px;
}

.rt-pb-72 {
	padding-bottom: 72px;
}

.rt-pb-73 {
	padding-bottom: 73px;
}

.rt-pb-74 {
	padding-bottom: 74px;
}

.rt-pb-75 {
	padding-bottom: 75px;
}

.rt-pb-76 {
	padding-bottom: 76px;
}

.rt-pb-77 {
	padding-bottom: 77px;
}

.rt-pb-78 {
	padding-bottom: 78px;
}

.rt-pb-79 {
	padding-bottom: 79px;
}

.rt-pb-80 {
	padding-bottom: 80px;
}

.rt-pb-81 {
	padding-bottom: 81px;
}

.rt-pb-82 {
	padding-bottom: 82px;
}

.rt-pb-83 {
	padding-bottom: 83px;
}

.rt-pb-84 {
	padding-bottom: 84px;
}

.rt-pb-85 {
	padding-bottom: 85px;
}

.rt-pb-86 {
	padding-bottom: 86px;
}

.rt-pb-87 {
	padding-bottom: 87px;
}

.rt-pb-88 {
	padding-bottom: 88px;
}

.rt-pb-89 {
	padding-bottom: 89px;
}

.rt-pb-90 {
	padding-bottom: 90px;
}

.rt-pb-91 {
	padding-bottom: 91px;
}

.rt-pb-92 {
	padding-bottom: 92px;
}

.rt-pb-93 {
	padding-bottom: 93px;
}

.rt-pb-94 {
	padding-bottom: 94px;
}

.rt-pb-95 {
	padding-bottom: 95px;
}

.rt-pb-96 {
	padding-bottom: 96px;
}

.rt-pb-97 {
	padding-bottom: 97px;
}

.rt-pb-98 {
	padding-bottom: 98px;
}

.rt-pb-99 {
	padding-bottom: 99px;
}

.rt-pb-100 {
	padding-bottom: 100px;
}

.rt-pt-0 {
	padding-top: 0;
}

.rt-pt-1 {
	padding-top: 1px;
}

.rt-pt-2 {
	padding-top: 2px;
}

.rt-pt-3 {
	padding-top: 3px;
}

.rt-pt-4 {
	padding-top: 4px;
}

.rt-pt-5 {
	padding-top: 5px;
}

.rt-pt-6 {
	padding-top: 6px;
}

.rt-pt-7 {
	padding-top: 7px;
}

.rt-pt-8 {
	padding-top: 8px;
}

.rt-pt-9 {
	padding-top: 9px;
}

.rt-pt-10 {
	padding-top: 10px;
}

.rt-pt-11 {
	padding-top: 11px;
}

.rt-pt-12 {
	padding-top: 12px;
}

.rt-pt-13 {
	padding-top: 13px;
}

.rt-pt-14 {
	padding-top: 14px;
}

.rt-pt-15 {
	padding-top: 15px;
}

.rt-pt-16 {
	padding-top: 16px;
}

.rt-pt-17 {
	padding-top: 17px;
}

.rt-pt-18 {
	padding-top: 18px;
}

.rt-pt-19 {
	padding-top: 19px;
}

.rt-pt-20 {
	padding-top: 20px;
}

.rt-pt-21 {
	padding-top: 21px;
}

.rt-pt-22 {
	padding-top: 22px;
}

.rt-pt-23 {
	padding-top: 23px;
}

.rt-pt-24 {
	padding-top: 24px;
}

.rt-pt-25 {
	padding-top: 25px;
}

.rt-pt-26 {
	padding-top: 26px;
}

.rt-pt-27 {
	padding-top: 27px;
}

.rt-pt-28 {
	padding-top: 28px;
}

.rt-pt-29 {
	padding-top: 29px;
}

.rt-pt-30 {
	padding-top: 30px;
}

.rt-pt-31 {
	padding-top: 31px;
}

.rt-pt-32 {
	padding-top: 32px;
}

.rt-pt-33 {
	padding-top: 33px;
}

.rt-pt-34 {
	padding-top: 34px;
}

.rt-pt-35 {
	padding-top: 35px;
}

.rt-pt-36 {
	padding-top: 36px;
}

.rt-pt-37 {
	padding-top: 37px;
}

.rt-pt-38 {
	padding-top: 38px;
}

.rt-pt-39 {
	padding-top: 39px;
}

.rt-pt-40 {
	padding-top: 40px;
}

.rt-pt-41 {
	padding-top: 41px;
}

.rt-pt-42 {
	padding-top: 42px;
}

.rt-pt-43 {
	padding-top: 43px;
}

.rt-pt-44 {
	padding-top: 44px;
}

.rt-pt-45 {
	padding-top: 45px;
}

.rt-pt-46 {
	padding-top: 46px;
}

.rt-pt-47 {
	padding-top: 47px;
}

.rt-pt-48 {
	padding-top: 48px;
}

.rt-pt-49 {
	padding-top: 49px;
}

.rt-pt-50 {
	padding-top: 50px;
}

.rt-pt-51 {
	padding-top: 51px;
}

.rt-pt-52 {
	padding-top: 52px;
}

.rt-pt-53 {
	padding-top: 53px;
}

.rt-pt-54 {
	padding-top: 54px;
}

.rt-pt-55 {
	padding-top: 55px;
}

.rt-pt-56 {
	padding-top: 56px;
}

.rt-pt-57 {
	padding-top: 57px;
}

.rt-pt-58 {
	padding-top: 58px;
}

.rt-pt-59 {
	padding-top: 59px;
}

.rt-pt-60 {
	padding-top: 60px;
}

.rt-pt-61 {
	padding-top: 61px;
}

.rt-pt-62 {
	padding-top: 62px;
}

.rt-pt-63 {
	padding-top: 63px;
}

.rt-pt-64 {
	padding-top: 64px;
}

.rt-pt-65 {
	padding-top: 65px;
}

.rt-pt-66 {
	padding-top: 66px;
}

.rt-pt-67 {
	padding-top: 67px;
}

.rt-pt-68 {
	padding-top: 68px;
}

.rt-pt-69 {
	padding-top: 69px;
}

.rt-pt-70 {
	padding-top: 70px;
}

.rt-pt-71 {
	padding-top: 71px;
}

.rt-pt-72 {
	padding-top: 72px;
}

.rt-pt-73 {
	padding-top: 73px;
}

.rt-pt-74 {
	padding-top: 74px;
}

.rt-pt-75 {
	padding-top: 75px;
}

.rt-pt-76 {
	padding-top: 76px;
}

.rt-pt-77 {
	padding-top: 77px;
}

.rt-pt-78 {
	padding-top: 78px;
}

.rt-pt-79 {
	padding-top: 79px;
}

.rt-pt-80 {
	padding-top: 80px;
}

.rt-pt-81 {
	padding-top: 81px;
}

.rt-pt-82 {
	padding-top: 82px;
}

.rt-pt-83 {
	padding-top: 83px;
}

.rt-pt-84 {
	padding-top: 84px;
}

.rt-pt-85 {
	padding-top: 85px;
}

.rt-pt-86 {
	padding-top: 86px;
}

.rt-pt-87 {
	padding-top: 87px;
}

.rt-pt-88 {
	padding-top: 88px;
}

.rt-pt-89 {
	padding-top: 89px;
}

.rt-pt-90 {
	padding-top: 90px;
}

.rt-pt-91 {
	padding-top: 91px;
}

.rt-pt-92 {
	padding-top: 92px;
}

.rt-pt-93 {
	padding-top: 93px;
}

.rt-pt-94 {
	padding-top: 94px;
}

.rt-pt-95 {
	padding-top: 95px;
}

.rt-pt-96 {
	padding-top: 96px;
}

.rt-pt-97 {
	padding-top: 97px;
}

.rt-pt-98 {
	padding-top: 98px;
}

.rt-pt-99 {
	padding-top: 99px;
}

.rt-pt-100 {
	padding-top: 100px;
}

.rt-pl-0 {
	padding-left: 0;
}

.rt-pl-1 {
	padding-left: 1px;
}

.rt-pl-2 {
	padding-left: 2px;
}

.rt-pl-3 {
	padding-left: 3px;
}

.rt-pl-4 {
	padding-left: 4px;
}

.rt-pl-5 {
	padding-left: 5px;
}

.rt-pl-6 {
	padding-left: 6px;
}

.rt-pl-7 {
	padding-left: 7px;
}

.rt-pl-8 {
	padding-left: 8px;
}

.rt-pl-9 {
	padding-left: 9px;
}

.rt-pl-10 {
	padding-left: 10px;
}

.rt-pl-11 {
	padding-left: 11px;
}

.rt-pl-12 {
	padding-left: 12px;
}

.rt-pl-13 {
	padding-left: 13px;
}

.rt-pl-14 {
	padding-left: 14px;
}

.rt-pl-15 {
	padding-left: 15px;
}

.rt-pl-16 {
	padding-left: 16px;
}

.rt-pl-17 {
	padding-left: 17px;
}

.rt-pl-18 {
	padding-left: 18px;
}

.rt-pl-19 {
	padding-left: 19px;
}

.rt-pl-20 {
	padding-left: 20px;
}

.rt-pl-21 {
	padding-left: 21px;
}

.rt-pl-22 {
	padding-left: 22px;
}

.rt-pl-23 {
	padding-left: 23px;
}

.rt-pl-24 {
	padding-left: 24px;
}

.rt-pl-25 {
	padding-left: 25px;
}

.rt-pl-26 {
	padding-left: 26px;
}

.rt-pl-27 {
	padding-left: 27px;
}

.rt-pl-28 {
	padding-left: 28px;
}

.rt-pl-29 {
	padding-left: 29px;
}

.rt-pl-30 {
	padding-left: 30px;
}

.rt-pl-31 {
	padding-left: 31px;
}

.rt-pl-32 {
	padding-left: 32px;
}

.rt-pl-33 {
	padding-left: 33px;
}

.rt-pl-34 {
	padding-left: 34px;
}

.rt-pl-35 {
	padding-left: 35px;
}

.rt-pl-36 {
	padding-left: 36px;
}

.rt-pl-37 {
	padding-left: 37px;
}

.rt-pl-38 {
	padding-left: 38px;
}

.rt-pl-39 {
	padding-left: 39px;
}

.rt-pl-40 {
	padding-left: 40px;
}

.rt-pl-41 {
	padding-left: 41px;
}

.rt-pl-42 {
	padding-left: 42px;
}

.rt-pl-43 {
	padding-left: 43px;
}

.rt-pl-44 {
	padding-left: 44px;
}

.rt-pl-45 {
	padding-left: 45px;
}

.rt-pl-46 {
	padding-left: 46px;
}

.rt-pl-47 {
	padding-left: 47px;
}

.rt-pl-48 {
	padding-left: 48px;
}

.rt-pl-49 {
	padding-left: 49px;
}

.rt-pl-50 {
	padding-left: 50px;
}

.rt-pl-51 {
	padding-left: 51px;
}

.rt-pl-52 {
	padding-left: 52px;
}

.rt-pl-53 {
	padding-left: 53px;
}

.rt-pl-54 {
	padding-left: 54px;
}

.rt-pl-55 {
	padding-left: 55px;
}

.rt-pl-56 {
	padding-left: 56px;
}

.rt-pl-57 {
	padding-left: 57px;
}

.rt-pl-58 {
	padding-left: 58px;
}

.rt-pl-59 {
	padding-left: 59px;
}

.rt-pl-60 {
	padding-left: 60px;
}

.rt-pl-61 {
	padding-left: 61px;
}

.rt-pl-62 {
	padding-left: 62px;
}

.rt-pl-63 {
	padding-left: 63px;
}

.rt-pl-64 {
	padding-left: 64px;
}

.rt-pl-65 {
	padding-left: 65px;
}

.rt-pl-66 {
	padding-left: 66px;
}

.rt-pl-67 {
	padding-left: 67px;
}

.rt-pl-68 {
	padding-left: 68px;
}

.rt-pl-69 {
	padding-left: 69px;
}

.rt-pl-70 {
	padding-left: 70px;
}

.rt-pl-71 {
	padding-left: 71px;
}

.rt-pl-72 {
	padding-left: 72px;
}

.rt-pl-73 {
	padding-left: 73px;
}

.rt-pl-74 {
	padding-left: 74px;
}

.rt-pl-75 {
	padding-left: 75px;
}

.rt-pl-76 {
	padding-left: 76px;
}

.rt-pl-77 {
	padding-left: 77px;
}

.rt-pl-78 {
	padding-left: 78px;
}

.rt-pl-79 {
	padding-left: 79px;
}

.rt-pl-80 {
	padding-left: 80px;
}

.rt-pl-81 {
	padding-left: 81px;
}

.rt-pl-82 {
	padding-left: 82px;
}

.rt-pl-83 {
	padding-left: 83px;
}

.rt-pl-84 {
	padding-left: 84px;
}

.rt-pl-85 {
	padding-left: 85px;
}

.rt-pl-86 {
	padding-left: 86px;
}

.rt-pl-87 {
	padding-left: 87px;
}

.rt-pl-88 {
	padding-left: 88px;
}

.rt-pl-89 {
	padding-left: 89px;
}

.rt-pl-90 {
	padding-left: 90px;
}

.rt-pl-91 {
	padding-left: 91px;
}

.rt-pl-92 {
	padding-left: 92px;
}

.rt-pl-93 {
	padding-left: 93px;
}

.rt-pl-94 {
	padding-left: 94px;
}

.rt-pl-95 {
	padding-left: 95px;
}

.rt-pl-96 {
	padding-left: 96px;
}

.rt-pl-97 {
	padding-left: 97px;
}

.rt-pl-98 {
	padding-left: 98px;
}

.rt-pl-99 {
	padding-left: 99px;
}

.rt-pl-100 {
	padding-left: 100px;
}

.rt-pr-0 {
	padding-right: 0;
}

.rt-pr-1 {
	padding-right: 1px;
}

.rt-pr-2 {
	padding-right: 2px;
}

.rt-pr-3 {
	padding-right: 3px;
}

.rt-pr-4 {
	padding-right: 4px;
}

.rt-pr-5 {
	padding-right: 5px;
}

.rt-pr-6 {
	padding-right: 6px;
}

.rt-pr-7 {
	padding-right: 7px;
}

.rt-pr-8 {
	padding-right: 8px;
}

.rt-pr-9 {
	padding-right: 9px;
}

.rt-pr-10 {
	padding-right: 10px;
}

.rt-pr-11 {
	padding-right: 11px;
}

.rt-pr-12 {
	padding-right: 12px;
}

.rt-pr-13 {
	padding-right: 13px;
}

.rt-pr-14 {
	padding-right: 14px;
}

.rt-pr-15 {
	padding-right: 15px;
}

.rt-pr-16 {
	padding-right: 16px;
}

.rt-pr-17 {
	padding-right: 17px;
}

.rt-pr-18 {
	padding-right: 18px;
}

.rt-pr-19 {
	padding-right: 19px;
}

.rt-pr-20 {
	padding-right: 20px;
}

.rt-pr-21 {
	padding-right: 21px;
}

.rt-pr-22 {
	padding-right: 22px;
}

.rt-pr-23 {
	padding-right: 23px;
}

.rt-pr-24 {
	padding-right: 24px;
}

.rt-pr-25 {
	padding-right: 25px;
}

.rt-pr-26 {
	padding-right: 26px;
}

.rt-pr-27 {
	padding-right: 27px;
}

.rt-pr-28 {
	padding-right: 28px;
}

.rt-pr-29 {
	padding-right: 29px;
}

.rt-pr-30 {
	padding-right: 30px;
}

.rt-pr-31 {
	padding-right: 31px;
}

.rt-pr-32 {
	padding-right: 32px;
}

.rt-pr-33 {
	padding-right: 33px;
}

.rt-pr-34 {
	padding-right: 34px;
}

.rt-pr-35 {
	padding-right: 35px;
}

.rt-pr-36 {
	padding-right: 36px;
}

.rt-pr-37 {
	padding-right: 37px;
}

.rt-pr-38 {
	padding-right: 38px;
}

.rt-pr-39 {
	padding-right: 39px;
}

.rt-pr-40 {
	padding-right: 40px;
}

.rt-pr-41 {
	padding-right: 41px;
}

.rt-pr-42 {
	padding-right: 42px;
}

.rt-pr-43 {
	padding-right: 43px;
}

.rt-pr-44 {
	padding-right: 44px;
}

.rt-pr-45 {
	padding-right: 45px;
}

.rt-pr-46 {
	padding-right: 46px;
}

.rt-pr-47 {
	padding-right: 47px;
}

.rt-pr-48 {
	padding-right: 48px;
}

.rt-pr-49 {
	padding-right: 49px;
}

.rt-pr-50 {
	padding-right: 50px;
}

.rt-pr-51 {
	padding-right: 51px;
}

.rt-pr-52 {
	padding-right: 52px;
}

.rt-pr-53 {
	padding-right: 53px;
}

.rt-pr-54 {
	padding-right: 54px;
}

.rt-pr-55 {
	padding-right: 55px;
}

.rt-pr-56 {
	padding-right: 56px;
}

.rt-pr-57 {
	padding-right: 57px;
}

.rt-pr-58 {
	padding-right: 58px;
}

.rt-pr-59 {
	padding-right: 59px;
}

.rt-pr-60 {
	padding-right: 60px;
}

.rt-pr-61 {
	padding-right: 61px;
}

.rt-pr-62 {
	padding-right: 62px;
}

.rt-pr-63 {
	padding-right: 63px;
}

.rt-pr-64 {
	padding-right: 64px;
}

.rt-pr-65 {
	padding-right: 65px;
}

.rt-pr-66 {
	padding-right: 66px;
}

.rt-pr-67 {
	padding-right: 67px;
}

.rt-pr-68 {
	padding-right: 68px;
}

.rt-pr-69 {
	padding-right: 69px;
}

.rt-pr-70 {
	padding-right: 70px;
}

.rt-pr-71 {
	padding-right: 71px;
}

.rt-pr-72 {
	padding-right: 72px;
}

.rt-pr-73 {
	padding-right: 73px;
}

.rt-pr-74 {
	padding-right: 74px;
}

.rt-pr-75 {
	padding-right: 75px;
}

.rt-pr-76 {
	padding-right: 76px;
}

.rt-pr-77 {
	padding-right: 77px;
}

.rt-pr-78 {
	padding-right: 78px;
}

.rt-pr-79 {
	padding-right: 79px;
}

.rt-pr-80 {
	padding-right: 80px;
}

.rt-pr-81 {
	padding-right: 81px;
}

.rt-pr-82 {
	padding-right: 82px;
}

.rt-pr-83 {
	padding-right: 83px;
}

.rt-pr-84 {
	padding-right: 84px;
}

.rt-pr-85 {
	padding-right: 85px;
}

.rt-pr-86 {
	padding-right: 86px;
}

.rt-pr-87 {
	padding-right: 87px;
}

.rt-pr-88 {
	padding-right: 88px;
}

.rt-pr-89 {
	padding-right: 89px;
}

.rt-pr-90 {
	padding-right: 90px;
}

.rt-pr-91 {
	padding-right: 91px;
}

.rt-pr-92 {
	padding-right: 92px;
}

.rt-pr-93 {
	padding-right: 93px;
}

.rt-pr-94 {
	padding-right: 94px;
}

.rt-pr-95 {
	padding-right: 95px;
}

.rt-pr-96 {
	padding-right: 96px;
}

.rt-pr-97 {
	padding-right: 97px;
}

.rt-pr-98 {
	padding-right: 98px;
}

.rt-pr-99 {
	padding-right: 99px;
}

.rt-pr-100 {
	padding-right: 100px;
}

@-webkit-keyframes rotate-in-2-fwd {
	0% {
		-webkit-transform: translateZ(-200px) rotate(-45deg);
		transform: translateZ(-200px) rotate(-45deg);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) rotate(0);
		transform: translateZ(0) rotate(0);

		opacity: 1;
	}
}

@keyframes rotate-in-2-fwd {
	0% {
		-webkit-transform: translateZ(-200px) rotate(-45deg);
		transform: translateZ(-200px) rotate(-45deg);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0) rotate(0);
		transform: translateZ(0) rotate(0);

		opacity: 1;
	}
}

.rotate-in-2-fwd {
	-webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);

		opacity: 1;
	}
}

@keyframes fade-in-fwd {
	0% {
		-webkit-transform: translateZ(-80px);
		transform: translateZ(-80px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);

		opacity: 1;
	}
}

.fade-in-fwd {
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
		both;
	animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;

		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;

		opacity: 1;
	}
}

@keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;

		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;

		opacity: 1;
	}
}

.scale-in-hor-left {
	-webkit-animation: scale-in-hor-left 0.5s
		cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.danceTop {
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-animation-name: danceTop;
	animation-name: danceTop;
}

@-webkit-keyframes danceTop {
	16% {
		-webkit-transform: skew(-14deg);
		transform: skew(-14deg);
	}
	33% {
		-webkit-transform: skew(12deg);
		transform: skew(12deg);
	}
	49% {
		-webkit-transform: skew(-8deg);
		transform: skew(-8deg);
	}
	66% {
		-webkit-transform: skew(6deg);
		transform: skew(6deg);
	}
	83% {
		-webkit-transform: skew(-4deg);
		transform: skew(-4deg);
	}
}

@keyframes danceTop {
	16% {
		-webkit-transform: skew(-14deg);
		transform: skew(-14deg);
	}
	33% {
		-webkit-transform: skew(12deg);
		transform: skew(12deg);
	}
	49% {
		-webkit-transform: skew(-8deg);
		transform: skew(-8deg);
	}
	66% {
		-webkit-transform: skew(6deg);
		transform: skew(6deg);
	}
	83% {
		-webkit-transform: skew(-4deg);
		transform: skew(-4deg);
	}
}

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

@-webkit-keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);

		opacity: 0;

		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
}

@keyframes blurInTop {
	from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);

		opacity: 0;

		-webkit-filter: blur(20px);
		filter: blur(20px);
	}
}

@-webkit-keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

@keyframes fade-in-top {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

.fade-in-top {
	-webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

@keyframes fade-in-bottom {
	0% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);

		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

		opacity: 1;
	}
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
		both;
	animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;

		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

@keyframes tracking-in-expand {
	0% {
		letter-spacing: -0.5em;

		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		opacity: 1;
	}
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s
		cubic-bezier(0.215, 0.61, 0.355, 1) both;
	animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;

		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;

		opacity: 1;
	}
}

@keyframes tracking-in-contract {
	0% {
		letter-spacing: 1em;

		opacity: 0;
	}
	40% {
		opacity: 0.6;
	}
	100% {
		letter-spacing: normal;

		opacity: 1;
	}
}

.tracking-in-contract {
	-webkit-animation: tracking-in-contract 0.8s
		cubic-bezier(0.215, 0.61, 0.355, 1) both;
	animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
		both;
}

@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);

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

		opacity: 1;
	}
}

@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);

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

		opacity: 1;
	}
}

.fade-in-left {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1)
		both;
	animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/*1.2 typography Css*/
html {
	font-size: 62.5%;

	height: 100%;
}
@media (max-width: 1199.98px) {
	html {
		font-size: 60%;
	}
}
@media (max-width: 991.98px) {
	html {
		font-size: 55%;
	}
}
@media (max-width: 767.98px) {
	html {
		font-size: 50%;
	}
}
@media only screen and (max-width: 479px) {
	html {
		font-size: 45%;
	}
}
@media (max-width: 320px) {
	html {
		font-size: 40%;
	}
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Poppins", sans-serifs;

	color: #000;
}

h1,
.h1 {
	font-size: 42px;
}
@media (max-width: 991.98px) {
	h1,
	.h1 {
		font-size: 40px;
	}
}
@media (max-width: 767.98px) {
	h1,
	.h1 {
		font-size: 38px;
	}
}

h2,
.h2 {
	font-size: 38px;
}
@media (max-width: 991.98px) {
	h2,
	.h2 {
		font-size: 36px;
	}
}
@media (max-width: 767.98px) {
	h2,
	.h2 {
		font-size: 34px;
	}
}

h3,
.h3 {
	font-size: 30px;
}
@media (max-width: 991.98px) {
	h3,
	.h3 {
		font-size: 28px;
	}
}
@media (max-width: 767.98px) {
	h3,
	.h3 {
		font-size: 25px;
	}
}

h4,
.h4 {
	font-size: 25px;
}
@media (max-width: 991.98px) {
	h4,
	.h4 {
		font-size: 23px;
	}
}
@media (max-width: 767.98px) {
	h4,
	.h4 {
		font-size: 20px;
	}
}

h5,
.h5 {
	font-size: 18px;

	text-transform: capitalize;
}

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

p {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.title-font {
	font-family: "Poppins", sans-serifs !important;
}

.text-font {
	font-family: "Lato", sans-serif !important;
}

.rt-section-title {
	font-size: 40px;
	font-weight: 700;

	margin: 0 0 20px;

	text-transform: capitalize;
}
@media (max-width: 991.98px) {
	.rt-section-title {
		font-size: 45px;
	}
}
@media (max-width: 767.98px) {
	.rt-section-title {
		font-size: 32px;
	}
}
.rt-section-title span {
	font-family: "Lato", sans-serif;
	font-size: 18px;

	display: block;

	margin: 0 0 0;

	text-transform: uppercase;

	color: #bf3d58;
}
@media (max-width: 767.98px) {
	.rt-section-title span {
		font-size: 14px;
	}
}

.text-white .rt-section-title {
	color: #fff;
}
.text-white .rt-section-title span {
	color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff;
}

.text-white2 .rt-section-title {
	color: #fff;
}
.text-white2 .rt-section-title span {
	color: #bf3d58;
}

.text-white2 h1,
.text-white2 h2,
.text-white2 h3,
.text-white2 h4,
.text-white2 h5,
.text-white2 h6 {
	color: #fff;
}

.text-white2 p {
	color: #fff;
}

.rt-strong {
	font-weight: 700;
}

.rt-medium {
	font-weight: 500;
}

.rt-semiblod {
	font-weight: 600;
}

.underline {
	text-decoration: underline;
}

.badge-hilighit {
	position: relative;

	display: inline-block;

	padding: 10px 40px;
}
.badge-hilighit:before {
	position: absolute;
	top: 0;
	right: 0;

	width: 0;
	height: 0;

	content: "";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 7px solid #fff;
}
.badge-hilighit.color--1 {
	background: #bf3d58;
}
.badge-hilighit.color--2 {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
	background: linear-gradient(
		8deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
}

.f-size-0 {
	font-size: 0;
}

.f-size-1 {
	font-size: 1px;
}

.f-size-2 {
	font-size: 2px;
}

.f-size-3 {
	font-size: 3px;
}

.f-size-4 {
	font-size: 4px;
}

.f-size-5 {
	font-size: 5px;
}

.f-size-6 {
	font-size: 6px;
}

.f-size-7 {
	font-size: 7px;
}

.f-size-8 {
	font-size: 8px;
}

.f-size-9 {
	font-size: 9px;
}

.f-size-10 {
	font-size: 10px;
}

.f-size-11 {
	font-size: 11px;
}

.f-size-12 {
	font-size: 12px;
}

.f-size-13 {
	font-size: 13px;
}

.f-size-14 {
	font-size: 14px;
}

.f-size-15 {
	font-size: 15px;
}

.f-size-16 {
	font-size: 16px;
}

.f-size-17 {
	font-size: 17px;
}

.f-size-18 {
	font-size: 18px;
}

.f-size-19 {
	font-size: 19px;
}

.f-size-20 {
	font-size: 20px;
}

.f-size-21 {
	font-size: 21px;
}

.f-size-22 {
	font-size: 22px;
}

.f-size-23 {
	font-size: 23px;
}

.f-size-24 {
	font-size: 24px;
}

.f-size-25 {
	font-size: 25px;
}

.f-size-26 {
	font-size: 26px;
}

.f-size-27 {
	font-size: 27px;
}

.f-size-28 {
	font-size: 28px;
}

.f-size-29 {
	font-size: 29px;
}

.f-size-30 {
	font-size: 30px;
}

.f-size-31 {
	font-size: 31px;
}

.f-size-32 {
	font-size: 32px;
}

.f-size-33 {
	font-size: 33px;
}

.f-size-34 {
	font-size: 34px;
}

.f-size-35 {
	font-size: 35px;
}

.f-size-36 {
	font-size: 36px;
}

.f-size-37 {
	font-size: 37px;
}

.f-size-38 {
	font-size: 38px;
}

.f-size-39 {
	font-size: 39px;
}

.f-size-40 {
	font-size: 40px;
}

.f-size-41 {
	font-size: 41px;
}

.f-size-42 {
	font-size: 42px;
}

.f-size-43 {
	font-size: 43px;
}

.f-size-44 {
	font-size: 44px;
}

.f-size-45 {
	font-size: 45px;
}

.f-size-46 {
	font-size: 46px;
}

.f-size-47 {
	font-size: 47px;
}

.f-size-48 {
	font-size: 48px;
}

.f-size-49 {
	font-size: 49px;
}

.f-size-50 {
	font-size: 50px;
}

.f-size-51 {
	font-size: 51px;
}

.f-size-52 {
	font-size: 52px;
}

.f-size-53 {
	font-size: 53px;
}

.f-size-54 {
	font-size: 54px;
}

.f-size-55 {
	font-size: 55px;
}

.f-size-56 {
	font-size: 56px;
}

.f-size-57 {
	font-size: 57px;
}

.f-size-58 {
	font-size: 58px;
}

.f-size-59 {
	font-size: 59px;
}

.f-size-60 {
	font-size: 60px;
}

.f-size-61 {
	font-size: 61px;
}

.f-size-62 {
	font-size: 62px;
}

.f-size-63 {
	font-size: 63px;
}

.f-size-64 {
	font-size: 64px;
}

.f-size-65 {
	font-size: 65px;
}

.f-size-66 {
	font-size: 66px;
}

.f-size-67 {
	font-size: 67px;
}

.f-size-68 {
	font-size: 68px;
}

.f-size-69 {
	font-size: 69px;
}

.f-size-70 {
	font-size: 70px;
}

.f-size-71 {
	font-size: 71px;
}

.f-size-72 {
	font-size: 72px;
}

.f-size-73 {
	font-size: 73px;
}

.f-size-74 {
	font-size: 74px;
}

.f-size-75 {
	font-size: 75px;
}

.f-size-76 {
	font-size: 76px;
}

.f-size-77 {
	font-size: 77px;
}

.f-size-78 {
	font-size: 78px;
}

.f-size-79 {
	font-size: 79px;
}

.f-size-80 {
	font-size: 80px;
}

.f-size-81 {
	font-size: 81px;
}

.f-size-82 {
	font-size: 82px;
}

.f-size-83 {
	font-size: 83px;
}

.f-size-84 {
	font-size: 84px;
}

.f-size-85 {
	font-size: 85px;
}

.f-size-86 {
	font-size: 86px;
}

.f-size-87 {
	font-size: 87px;
}

.f-size-88 {
	font-size: 88px;
}

.f-size-89 {
	font-size: 89px;
}

.f-size-90 {
	font-size: 90px;
}

.f-size-91 {
	font-size: 91px;
}

.f-size-92 {
	font-size: 92px;
}

.f-size-93 {
	font-size: 93px;
}

.f-size-94 {
	font-size: 94px;
}

.f-size-95 {
	font-size: 95px;
}

.f-size-96 {
	font-size: 96px;
}

.f-size-97 {
	font-size: 97px;
}

.f-size-98 {
	font-size: 98px;
}

.f-size-99 {
	font-size: 99px;
}

.f-size-100 {
	font-size: 100px;
}

@media (max-width: 1199.98px) {
	.f-size-lg-0 {
		font-size: 0;
	}
	.f-size-lg-1 {
		font-size: 1px;
	}
	.f-size-lg-2 {
		font-size: 2px;
	}
	.f-size-lg-3 {
		font-size: 3px;
	}
	.f-size-lg-4 {
		font-size: 4px;
	}
	.f-size-lg-5 {
		font-size: 5px;
	}
	.f-size-lg-6 {
		font-size: 6px;
	}
	.f-size-lg-7 {
		font-size: 7px;
	}
	.f-size-lg-8 {
		font-size: 8px;
	}
	.f-size-lg-9 {
		font-size: 9px;
	}
	.f-size-lg-10 {
		font-size: 10px;
	}
	.f-size-lg-11 {
		font-size: 11px;
	}
	.f-size-lg-12 {
		font-size: 12px;
	}
	.f-size-lg-13 {
		font-size: 13px;
	}
	.f-size-lg-14 {
		font-size: 14px;
	}
	.f-size-lg-15 {
		font-size: 15px;
	}
	.f-size-lg-16 {
		font-size: 16px;
	}
	.f-size-lg-17 {
		font-size: 17px;
	}
	.f-size-lg-18 {
		font-size: 18px;
	}
	.f-size-lg-19 {
		font-size: 19px;
	}
	.f-size-lg-20 {
		font-size: 20px;
	}
	.f-size-lg-21 {
		font-size: 21px;
	}
	.f-size-lg-22 {
		font-size: 22px;
	}
	.f-size-lg-23 {
		font-size: 23px;
	}
	.f-size-lg-24 {
		font-size: 24px;
	}
	.f-size-lg-25 {
		font-size: 25px;
	}
	.f-size-lg-26 {
		font-size: 26px;
	}
	.f-size-lg-27 {
		font-size: 27px;
	}
	.f-size-lg-28 {
		font-size: 28px;
	}
	.f-size-lg-29 {
		font-size: 29px;
	}
	.f-size-lg-30 {
		font-size: 30px;
	}
	.f-size-lg-31 {
		font-size: 31px;
	}
	.f-size-lg-32 {
		font-size: 32px;
	}
	.f-size-lg-33 {
		font-size: 33px;
	}
	.f-size-lg-34 {
		font-size: 34px;
	}
	.f-size-lg-35 {
		font-size: 35px;
	}
	.f-size-lg-36 {
		font-size: 36px;
	}
	.f-size-lg-37 {
		font-size: 37px;
	}
	.f-size-lg-38 {
		font-size: 38px;
	}
	.f-size-lg-39 {
		font-size: 39px;
	}
	.f-size-lg-40 {
		font-size: 40px;
	}
	.f-size-lg-41 {
		font-size: 41px;
	}
	.f-size-lg-42 {
		font-size: 42px;
	}
	.f-size-lg-43 {
		font-size: 43px;
	}
	.f-size-lg-44 {
		font-size: 44px;
	}
	.f-size-lg-45 {
		font-size: 45px;
	}
	.f-size-lg-46 {
		font-size: 46px;
	}
	.f-size-lg-47 {
		font-size: 47px;
	}
	.f-size-lg-48 {
		font-size: 48px;
	}
	.f-size-lg-49 {
		font-size: 49px;
	}
	.f-size-lg-50 {
		font-size: 50px;
	}
	.f-size-lg-51 {
		font-size: 51px;
	}
	.f-size-lg-52 {
		font-size: 52px;
	}
	.f-size-lg-53 {
		font-size: 53px;
	}
	.f-size-lg-54 {
		font-size: 54px;
	}
	.f-size-lg-55 {
		font-size: 55px;
	}
	.f-size-lg-56 {
		font-size: 56px;
	}
	.f-size-lg-57 {
		font-size: 57px;
	}
	.f-size-lg-58 {
		font-size: 58px;
	}
	.f-size-lg-59 {
		font-size: 59px;
	}
	.f-size-lg-60 {
		font-size: 60px;
	}
	.f-size-lg-61 {
		font-size: 61px;
	}
	.f-size-lg-62 {
		font-size: 62px;
	}
	.f-size-lg-63 {
		font-size: 63px;
	}
	.f-size-lg-64 {
		font-size: 64px;
	}
	.f-size-lg-65 {
		font-size: 65px;
	}
	.f-size-lg-66 {
		font-size: 66px;
	}
	.f-size-lg-67 {
		font-size: 67px;
	}
	.f-size-lg-68 {
		font-size: 68px;
	}
	.f-size-lg-69 {
		font-size: 69px;
	}
	.f-size-lg-70 {
		font-size: 70px;
	}
	.f-size-lg-71 {
		font-size: 71px;
	}
	.f-size-lg-72 {
		font-size: 72px;
	}
	.f-size-lg-73 {
		font-size: 73px;
	}
	.f-size-lg-74 {
		font-size: 74px;
	}
	.f-size-lg-75 {
		font-size: 75px;
	}
	.f-size-lg-76 {
		font-size: 76px;
	}
	.f-size-lg-77 {
		font-size: 77px;
	}
	.f-size-lg-78 {
		font-size: 78px;
	}
	.f-size-lg-79 {
		font-size: 79px;
	}
	.f-size-lg-80 {
		font-size: 80px;
	}
	.f-size-lg-81 {
		font-size: 81px;
	}
	.f-size-lg-82 {
		font-size: 82px;
	}
	.f-size-lg-83 {
		font-size: 83px;
	}
	.f-size-lg-84 {
		font-size: 84px;
	}
	.f-size-lg-85 {
		font-size: 85px;
	}
	.f-size-lg-86 {
		font-size: 86px;
	}
	.f-size-lg-87 {
		font-size: 87px;
	}
	.f-size-lg-88 {
		font-size: 88px;
	}
	.f-size-lg-89 {
		font-size: 89px;
	}
	.f-size-lg-90 {
		font-size: 90px;
	}
	.f-size-lg-91 {
		font-size: 91px;
	}
	.f-size-lg-92 {
		font-size: 92px;
	}
	.f-size-lg-93 {
		font-size: 93px;
	}
	.f-size-lg-94 {
		font-size: 94px;
	}
	.f-size-lg-95 {
		font-size: 95px;
	}
	.f-size-lg-96 {
		font-size: 96px;
	}
	.f-size-lg-97 {
		font-size: 97px;
	}
	.f-size-lg-98 {
		font-size: 98px;
	}
	.f-size-lg-99 {
		font-size: 99px;
	}
	.f-size-lg-100 {
		font-size: 100px;
	}
}

@media (max-width: 991.98px) {
	.f-size-md-0 {
		font-size: 0;
	}
	.f-size-md-1 {
		font-size: 1px;
	}
	.f-size-md-2 {
		font-size: 2px;
	}
	.f-size-md-3 {
		font-size: 3px;
	}
	.f-size-md-4 {
		font-size: 4px;
	}
	.f-size-md-5 {
		font-size: 5px;
	}
	.f-size-md-6 {
		font-size: 6px;
	}
	.f-size-md-7 {
		font-size: 7px;
	}
	.f-size-md-8 {
		font-size: 8px;
	}
	.f-size-md-9 {
		font-size: 9px;
	}
	.f-size-md-10 {
		font-size: 10px;
	}
	.f-size-md-11 {
		font-size: 11px;
	}
	.f-size-md-12 {
		font-size: 12px;
	}
	.f-size-md-13 {
		font-size: 13px;
	}
	.f-size-md-14 {
		font-size: 14px;
	}
	.f-size-md-15 {
		font-size: 15px;
	}
	.f-size-md-16 {
		font-size: 16px;
	}
	.f-size-md-17 {
		font-size: 17px;
	}
	.f-size-md-18 {
		font-size: 18px;
	}
	.f-size-md-19 {
		font-size: 19px;
	}
	.f-size-md-20 {
		font-size: 20px;
	}
	.f-size-md-21 {
		font-size: 21px;
	}
	.f-size-md-22 {
		font-size: 22px;
	}
	.f-size-md-23 {
		font-size: 23px;
	}
	.f-size-md-24 {
		font-size: 24px;
	}
	.f-size-md-25 {
		font-size: 25px;
	}
	.f-size-md-26 {
		font-size: 26px;
	}
	.f-size-md-27 {
		font-size: 27px;
	}
	.f-size-md-28 {
		font-size: 28px;
	}
	.f-size-md-29 {
		font-size: 29px;
	}
	.f-size-md-30 {
		font-size: 30px;
	}
	.f-size-md-31 {
		font-size: 31px;
	}
	.f-size-md-32 {
		font-size: 32px;
	}
	.f-size-md-33 {
		font-size: 33px;
	}
	.f-size-md-34 {
		font-size: 34px;
	}
	.f-size-md-35 {
		font-size: 35px;
	}
	.f-size-md-36 {
		font-size: 36px;
	}
	.f-size-md-37 {
		font-size: 37px;
	}
	.f-size-md-38 {
		font-size: 38px;
	}
	.f-size-md-39 {
		font-size: 39px;
	}
	.f-size-md-40 {
		font-size: 40px;
	}
	.f-size-md-41 {
		font-size: 41px;
	}
	.f-size-md-42 {
		font-size: 42px;
	}
	.f-size-md-43 {
		font-size: 43px;
	}
	.f-size-md-44 {
		font-size: 44px;
	}
	.f-size-md-45 {
		font-size: 45px;
	}
	.f-size-md-46 {
		font-size: 46px;
	}
	.f-size-md-47 {
		font-size: 47px;
	}
	.f-size-md-48 {
		font-size: 48px;
	}
	.f-size-md-49 {
		font-size: 49px;
	}
	.f-size-md-50 {
		font-size: 50px;
	}
	.f-size-md-51 {
		font-size: 51px;
	}
	.f-size-md-52 {
		font-size: 52px;
	}
	.f-size-md-53 {
		font-size: 53px;
	}
	.f-size-md-54 {
		font-size: 54px;
	}
	.f-size-md-55 {
		font-size: 55px;
	}
	.f-size-md-56 {
		font-size: 56px;
	}
	.f-size-md-57 {
		font-size: 57px;
	}
	.f-size-md-58 {
		font-size: 58px;
	}
	.f-size-md-59 {
		font-size: 59px;
	}
	.f-size-md-60 {
		font-size: 60px;
	}
	.f-size-md-61 {
		font-size: 61px;
	}
	.f-size-md-62 {
		font-size: 62px;
	}
	.f-size-md-63 {
		font-size: 63px;
	}
	.f-size-md-64 {
		font-size: 64px;
	}
	.f-size-md-65 {
		font-size: 65px;
	}
	.f-size-md-66 {
		font-size: 66px;
	}
	.f-size-md-67 {
		font-size: 67px;
	}
	.f-size-md-68 {
		font-size: 68px;
	}
	.f-size-md-69 {
		font-size: 69px;
	}
	.f-size-md-70 {
		font-size: 70px;
	}
	.f-size-md-71 {
		font-size: 71px;
	}
	.f-size-md-72 {
		font-size: 72px;
	}
	.f-size-md-73 {
		font-size: 73px;
	}
	.f-size-md-74 {
		font-size: 74px;
	}
	.f-size-md-75 {
		font-size: 75px;
	}
	.f-size-md-76 {
		font-size: 76px;
	}
	.f-size-md-77 {
		font-size: 77px;
	}
	.f-size-md-78 {
		font-size: 78px;
	}
	.f-size-md-79 {
		font-size: 79px;
	}
	.f-size-md-80 {
		font-size: 80px;
	}
	.f-size-md-81 {
		font-size: 81px;
	}
	.f-size-md-82 {
		font-size: 82px;
	}
	.f-size-md-83 {
		font-size: 83px;
	}
	.f-size-md-84 {
		font-size: 84px;
	}
	.f-size-md-85 {
		font-size: 85px;
	}
	.f-size-md-86 {
		font-size: 86px;
	}
	.f-size-md-87 {
		font-size: 87px;
	}
	.f-size-md-88 {
		font-size: 88px;
	}
	.f-size-md-89 {
		font-size: 89px;
	}
	.f-size-md-90 {
		font-size: 90px;
	}
	.f-size-md-91 {
		font-size: 91px;
	}
	.f-size-md-92 {
		font-size: 92px;
	}
	.f-size-md-93 {
		font-size: 93px;
	}
	.f-size-md-94 {
		font-size: 94px;
	}
	.f-size-md-95 {
		font-size: 95px;
	}
	.f-size-md-96 {
		font-size: 96px;
	}
	.f-size-md-97 {
		font-size: 97px;
	}
	.f-size-md-98 {
		font-size: 98px;
	}
	.f-size-md-99 {
		font-size: 99px;
	}
	.f-size-md-100 {
		font-size: 100px;
	}
}

@media (max-width: 767.98px) {
	.f-size-xs-0 {
		font-size: 0;
	}
	.f-size-xs-1 {
		font-size: 1px;
	}
	.f-size-xs-2 {
		font-size: 2px;
	}
	.f-size-xs-3 {
		font-size: 3px;
	}
	.f-size-xs-4 {
		font-size: 4px;
	}
	.f-size-xs-5 {
		font-size: 5px;
	}
	.f-size-xs-6 {
		font-size: 6px;
	}
	.f-size-xs-7 {
		font-size: 7px;
	}
	.f-size-xs-8 {
		font-size: 8px;
	}
	.f-size-xs-9 {
		font-size: 9px;
	}
	.f-size-xs-10 {
		font-size: 10px;
	}
	.f-size-xs-11 {
		font-size: 11px;
	}
	.f-size-xs-12 {
		font-size: 12px;
	}
	.f-size-xs-13 {
		font-size: 13px;
	}
	.f-size-xs-14 {
		font-size: 14px;
	}
	.f-size-xs-15 {
		font-size: 15px;
	}
	.f-size-xs-16 {
		font-size: 16px;
	}
	.f-size-xs-17 {
		font-size: 17px;
	}
	.f-size-xs-18 {
		font-size: 18px;
	}
	.f-size-xs-19 {
		font-size: 19px;
	}
	.f-size-xs-20 {
		font-size: 20px;
	}
	.f-size-xs-21 {
		font-size: 21px;
	}
	.f-size-xs-22 {
		font-size: 22px;
	}
	.f-size-xs-23 {
		font-size: 23px;
	}
	.f-size-xs-24 {
		font-size: 24px;
	}
	.f-size-xs-25 {
		font-size: 25px;
	}
	.f-size-xs-26 {
		font-size: 26px;
	}
	.f-size-xs-27 {
		font-size: 27px;
	}
	.f-size-xs-28 {
		font-size: 28px;
	}
	.f-size-xs-29 {
		font-size: 29px;
	}
	.f-size-xs-30 {
		font-size: 30px;
	}
	.f-size-xs-31 {
		font-size: 31px;
	}
	.f-size-xs-32 {
		font-size: 32px;
	}
	.f-size-xs-33 {
		font-size: 33px;
	}
	.f-size-xs-34 {
		font-size: 34px;
	}
	.f-size-xs-35 {
		font-size: 35px;
	}
	.f-size-xs-36 {
		font-size: 36px;
	}
	.f-size-xs-37 {
		font-size: 37px;
	}
	.f-size-xs-38 {
		font-size: 38px;
	}
	.f-size-xs-39 {
		font-size: 39px;
	}
	.f-size-xs-40 {
		font-size: 40px;
	}
	.f-size-xs-41 {
		font-size: 41px;
	}
	.f-size-xs-42 {
		font-size: 42px;
	}
	.f-size-xs-43 {
		font-size: 43px;
	}
	.f-size-xs-44 {
		font-size: 44px;
	}
	.f-size-xs-45 {
		font-size: 45px;
	}
	.f-size-xs-46 {
		font-size: 46px;
	}
	.f-size-xs-47 {
		font-size: 47px;
	}
	.f-size-xs-48 {
		font-size: 48px;
	}
	.f-size-xs-49 {
		font-size: 49px;
	}
	.f-size-xs-50 {
		font-size: 50px;
	}
	.f-size-xs-51 {
		font-size: 51px;
	}
	.f-size-xs-52 {
		font-size: 52px;
	}
	.f-size-xs-53 {
		font-size: 53px;
	}
	.f-size-xs-54 {
		font-size: 54px;
	}
	.f-size-xs-55 {
		font-size: 55px;
	}
	.f-size-xs-56 {
		font-size: 56px;
	}
	.f-size-xs-57 {
		font-size: 57px;
	}
	.f-size-xs-58 {
		font-size: 58px;
	}
	.f-size-xs-59 {
		font-size: 59px;
	}
	.f-size-xs-60 {
		font-size: 60px;
	}
	.f-size-xs-61 {
		font-size: 61px;
	}
	.f-size-xs-62 {
		font-size: 62px;
	}
	.f-size-xs-63 {
		font-size: 63px;
	}
	.f-size-xs-64 {
		font-size: 64px;
	}
	.f-size-xs-65 {
		font-size: 65px;
	}
	.f-size-xs-66 {
		font-size: 66px;
	}
	.f-size-xs-67 {
		font-size: 67px;
	}
	.f-size-xs-68 {
		font-size: 68px;
	}
	.f-size-xs-69 {
		font-size: 69px;
	}
	.f-size-xs-70 {
		font-size: 70px;
	}
	.f-size-xs-71 {
		font-size: 71px;
	}
	.f-size-xs-72 {
		font-size: 72px;
	}
	.f-size-xs-73 {
		font-size: 73px;
	}
	.f-size-xs-74 {
		font-size: 74px;
	}
	.f-size-xs-75 {
		font-size: 75px;
	}
	.f-size-xs-76 {
		font-size: 76px;
	}
	.f-size-xs-77 {
		font-size: 77px;
	}
	.f-size-xs-78 {
		font-size: 78px;
	}
	.f-size-xs-79 {
		font-size: 79px;
	}
	.f-size-xs-80 {
		font-size: 80px;
	}
	.f-size-xs-81 {
		font-size: 81px;
	}
	.f-size-xs-82 {
		font-size: 82px;
	}
	.f-size-xs-83 {
		font-size: 83px;
	}
	.f-size-xs-84 {
		font-size: 84px;
	}
	.f-size-xs-85 {
		font-size: 85px;
	}
	.f-size-xs-86 {
		font-size: 86px;
	}
	.f-size-xs-87 {
		font-size: 87px;
	}
	.f-size-xs-88 {
		font-size: 88px;
	}
	.f-size-xs-89 {
		font-size: 89px;
	}
	.f-size-xs-90 {
		font-size: 90px;
	}
	.f-size-xs-91 {
		font-size: 91px;
	}
	.f-size-xs-92 {
		font-size: 92px;
	}
	.f-size-xs-93 {
		font-size: 93px;
	}
	.f-size-xs-94 {
		font-size: 94px;
	}
	.f-size-xs-95 {
		font-size: 95px;
	}
	.f-size-xs-96 {
		font-size: 96px;
	}
	.f-size-xs-97 {
		font-size: 97px;
	}
	.f-size-xs-98 {
		font-size: 98px;
	}
	.f-size-xs-99 {
		font-size: 99px;
	}
	.f-size-xs-100 {
		font-size: 100px;
	}
}

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

.line-height-1 {
	line-height: 1px;
}

.line-height-2 {
	line-height: 2px;
}

.line-height-3 {
	line-height: 3px;
}

.line-height-4 {
	line-height: 4px;
}

.line-height-5 {
	line-height: 5px;
}

.line-height-6 {
	line-height: 6px;
}

.line-height-7 {
	line-height: 7px;
}

.line-height-8 {
	line-height: 8px;
}

.line-height-9 {
	line-height: 9px;
}

.line-height-10 {
	line-height: 10px;
}

.line-height-11 {
	line-height: 11px;
}

.line-height-12 {
	line-height: 12px;
}

.line-height-13 {
	line-height: 13px;
}

.line-height-14 {
	line-height: 14px;
}

.line-height-15 {
	line-height: 15px;
}

.line-height-16 {
	line-height: 16px;
}

.line-height-17 {
	line-height: 17px;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-19 {
	line-height: 19px;
}

.line-height-20 {
	line-height: 20px;
}

.line-height-21 {
	line-height: 21px;
}

.line-height-22 {
	line-height: 22px;
}

.line-height-23 {
	line-height: 23px;
}

.line-height-24 {
	line-height: 24px;
}

.line-height-25 {
	line-height: 25px;
}

.line-height-26 {
	line-height: 26px;
}

.line-height-27 {
	line-height: 27px;
}

.line-height-28 {
	line-height: 28px;
}

.line-height-29 {
	line-height: 29px;
}

.line-height-30 {
	line-height: 30px;
}

.line-height-31 {
	line-height: 31px;
}

.line-height-32 {
	line-height: 32px;
}

.line-height-33 {
	line-height: 33px;
}

.line-height-34 {
	line-height: 34px;
}

.line-height-35 {
	line-height: 35px;
}

.line-height-36 {
	line-height: 36px;
}

.line-height-37 {
	line-height: 37px;
}

.line-height-38 {
	line-height: 38px;
}

.line-height-39 {
	line-height: 39px;
}

.line-height-40 {
	line-height: 40px;
}

.line-height-41 {
	line-height: 41px;
}

.line-height-42 {
	line-height: 42px;
}

.line-height-43 {
	line-height: 43px;
}

.line-height-44 {
	line-height: 44px;
}

.line-height-45 {
	line-height: 45px;
}

.line-height-46 {
	line-height: 46px;
}

.line-height-47 {
	line-height: 47px;
}

.line-height-48 {
	line-height: 48px;
}

.line-height-49 {
	line-height: 49px;
}

.line-height-50 {
	line-height: 50px;
}

.line-height-51 {
	line-height: 51px;
}

.line-height-52 {
	line-height: 52px;
}

.line-height-53 {
	line-height: 53px;
}

.line-height-54 {
	line-height: 54px;
}

.line-height-55 {
	line-height: 55px;
}

.line-height-56 {
	line-height: 56px;
}

.line-height-57 {
	line-height: 57px;
}

.line-height-58 {
	line-height: 58px;
}

.line-height-59 {
	line-height: 59px;
}

.line-height-60 {
	line-height: 60px;
}

.line-height-61 {
	line-height: 61px;
}

.line-height-62 {
	line-height: 62px;
}

.line-height-63 {
	line-height: 63px;
}

.line-height-64 {
	line-height: 64px;
}

.line-height-65 {
	line-height: 65px;
}

.line-height-66 {
	line-height: 66px;
}

.line-height-67 {
	line-height: 67px;
}

.line-height-68 {
	line-height: 68px;
}

.line-height-69 {
	line-height: 69px;
}

.line-height-70 {
	line-height: 70px;
}

.line-height-71 {
	line-height: 71px;
}

.line-height-72 {
	line-height: 72px;
}

.line-height-73 {
	line-height: 73px;
}

.line-height-74 {
	line-height: 74px;
}

.line-height-75 {
	line-height: 75px;
}

.line-height-76 {
	line-height: 76px;
}

.line-height-77 {
	line-height: 77px;
}

.line-height-78 {
	line-height: 78px;
}

.line-height-79 {
	line-height: 79px;
}

.line-height-80 {
	line-height: 80px;
}

.line-height-81 {
	line-height: 81px;
}

.line-height-82 {
	line-height: 82px;
}

.line-height-83 {
	line-height: 83px;
}

.line-height-84 {
	line-height: 84px;
}

.line-height-85 {
	line-height: 85px;
}

.line-height-86 {
	line-height: 86px;
}

.line-height-87 {
	line-height: 87px;
}

.line-height-88 {
	line-height: 88px;
}

.line-height-89 {
	line-height: 89px;
}

.line-height-90 {
	line-height: 90px;
}

.line-height-91 {
	line-height: 91px;
}

.line-height-92 {
	line-height: 92px;
}

.line-height-93 {
	line-height: 93px;
}

.line-height-94 {
	line-height: 94px;
}

.line-height-95 {
	line-height: 95px;
}

.line-height-96 {
	line-height: 96px;
}

.line-height-97 {
	line-height: 97px;
}

.line-height-98 {
	line-height: 98px;
}

.line-height-99 {
	line-height: 99px;
}

.line-height-100 {
	line-height: 100px;
}

/*2.0 Banner Css*/
.single-rt-banner {
	position: relative;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 767.98px) {
	.single-rt-banner .rt-banner-content {
		padding-top: 150px;
	}
}
.single-rt-banner .rt-banner-content h1 {
	font-size: 70px;
	font-weight: 700;
	line-height: 90px;

	margin: 0 0 0;
}
@media (max-width: 991.98px) {
	.single-rt-banner .rt-banner-content h1 {
		font-size: 55px;
		line-height: 70px;

		margin: 0 0 10px;
	}
}
@media (max-width: 767.98px) {
	.single-rt-banner .rt-banner-content h1 {
		font-size: 40px;
		line-height: 52px;
	}
}
.single-rt-banner .rt-banner-content p {
	font-size: 18px;
	line-height: 28px;

	margin: 0 0 45px;

	color: #191919;
}
@media (max-width: 767.98px) {
	.single-rt-banner .rt-banner-content p {
		font-size: 14px;
		line-height: 24px;

		margin: 0 0 20px;
	}
}
.single-rt-banner .rt-banner-content.text-white h1,
.single-rt-banner .rt-banner-content.text-white p {
	color: #fff;
}

.rt-banner-height {
	height: 1080px;
}
@media (max-width: 991.98px) {
	.rt-banner-height {
		height: 850px;
	}
}
section.rt-banner-area {
	position: relative;
	top: 70px;
}

.rt-slider-active .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.rt-slider-active .owl-dot {
	line-height: 10px;

	display: inline-block;

	width: 10px;
	height: 10px;
	margin-right: 10px;

	border-radius: 50%;
	background-color: #bf3d58 !important;
}
.rt-slider-active .owl-dot:focus {
	outline: none;
}
.rt-slider-active .owl-dot:last-child {
	margin-right: 0;
}

.rt-slider-active .owl-nav .owl-prev,
.rt-slider-active .owl-nav .owl-next {
	font-size: 20px;
	line-height: 45px;

	position: absolute;
	top: 50%;
	left: 30px;

	width: 45px;
	height: 45px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;

	color: #fff !important;
	border-radius: 50%;
	background-color: #bf3d58 !important;
}
.rt-slider-active .owl-nav .owl-prev:focus,
.rt-slider-active .owl-nav .owl-next:focus {
	outline: none;
}

.rt-slider-active .owl-nav .owl-next {
	right: 30px;
	left: auto;
}

.rt-radio-group {
	margin-bottom: 15px;
	padding-right: 18px;
	padding-left: 18px;
}

.rt-banner-searchbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible !important;
	flex-direction: column;

	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;

	border-radius: 10px;
	background-color: white;
	-webkit-box-shadow: 0 10px 30px 0 rgba(17, 38, 117, 0.3);
	box-shadow: 0 10px 30px 0 rgba(17, 38, 117, 0.3);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.rt-banner-searchbox {
		height: auto;
		padding: 15px;
	}
}
input.inputbox.ui-autocomplete-input {
	display: block;
	width: 100%;
	/* height: calc(1.5em + 0.75rem + 2px); */
	padding: 13px !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 25px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.K2FilterBlock .selectize-input,
.K2FilterBlock input.inputbox {
	padding: 13px !important;
}
@media (max-width: 767.98px) {
	.K2FilterBlock .selectize-input,
	.K2FilterBlock input.inputbox {
		width: 100%;
	}
}
.rt-input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rt-input-group .col-rt-in-1,
.rt-input-group .col-rt-in-3 {
	padding-right: 5px;
	padding-left: 5px;
}
@media (max-width: 767.98px) {
	.rt-input-group .col-rt-in-1 {
		max-width: 100%;

		text-align: center;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}
.rt-input-group .col-rt-in-3 {
	max-width: 23%;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23%;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
}

@media (max-width: 767.98px) {
	.rt-input-group .col-rt-in-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width: 767.98px) {
	.rt-input-group .col-rt-in-3 {
		max-width: 50%;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}
.rt-input-group .single-input {
	position: relative;
}
@media (max-width: 767.98px) {
	.rt-input-group .single-input {
		margin-bottom: 10px;
	}
	.rt-input-group .single-input:last-child {
		margin-bottom: 0;
	}
}
.rt-input-group .single-input .input-iconbadge {
	position: absolute;
	top: 50%;
	left: 20px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rt-input-group .single-input .input-iconbadge i {
	color: rgba(79, 79, 79, 0.8);
}
.rt-input-group .form-control {
	font-size: 16px;

	position: relative;

	height: 53px;
	padding-left: 15px;

	color: rgba(79, 79, 79, 0.8);
	border: 1px solid rgba(79, 79, 79, 0.1);
	border-radius: 999px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
}
.rt-input-group .form-control.has-icon {
	padding-left: 40px;
}
.rt-input-group .form-control::-webkit-input-placeholder {
	text-transform: capitalize;

	color: rgba(79, 79, 79, 0.8);
}
.rt-input-group .form-control::-moz-placeholder {
	text-transform: capitalize;

	color: rgba(79, 79, 79, 0.8);
}
.rt-input-group .form-control::-ms-input-placeholder {
	text-transform: capitalize;

	color: rgba(79, 79, 79, 0.8);
}
.rt-input-group .form-control::placeholder {
	text-transform: capitalize;

	color: rgba(79, 79, 79, 0.8);
}
@media (max-width: 767.98px) {
	.rt-input-group .form-control {
		height: 46px;
	}
}
.rt-input-group.mini .form-control {
	padding-left: 20px;
}
.rt-input-group.mini .form-control::-webkit-input-placeholder {
	font-size: 14px;

	color: #4f4f4f;
}
.rt-input-group.mini .form-control::-moz-placeholder {
	font-size: 14px;

	color: #4f4f4f;
}
.rt-input-group.mini .form-control::-ms-input-placeholder {
	font-size: 14px;

	color: #4f4f4f;
}
.rt-input-group.mini .form-control::placeholder {
	font-size: 14px;

	color: #4f4f4f;
}
.rt-input-group .single-input button {
	width: 50px;
	height: 50px;

	color: #fff;
	border: none;
	border-radius: 10px;
	background-color: transpaent;
	background: #bf3d58;
}

.trip-search.rt-banner-searchbox .single-input .input-iconbadge {
	left: 30px;
}

.rt-radio-group .custom-control-label {
	font-family: "Poppins", sans-serifs;
	font-size: 14px;

	color: #333;
}

.rt-radio-group .rt-searchlink > a {
	font-family: "Poppins", sans-serifs;
	font-size: 14px;

	color: #333;
}

.rt-radio-group .custom-control-inline {
	margin-right: 22px;
}

.rt-radio-group .dropdown-menu {
	padding: 0;

	border-color: rgba(79, 79, 79, 0.1);
}

.rt-radio-group .dropdown-item {
	padding: 6px 18px;
}

.rt-radio-group .dropdown-toggle::after {
	font-family: "icofont";

	position: absolute;
	top: 0;
	right: -14px;

	content: "\ea99";

	color: #333;
	border: none;
}

.rt-radio-group .custom-control-label::before {
	top: 8px;
	left: -18px;

	width: 12px;
	height: 12px;

	border: rgba(79, 79, 79, 0.8) solid 1px;
}

.rt-radio-group .custom-control-label::after {
	position: absolute;
	top: 8px;
	left: -18px;

	display: block;

	width: 12px;
	height: 12px;
}

@media (max-width: 767.98px) {
	.serachnavs {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.serachnavs li {
	margin-right: 10px;
}
.serachnavs li a {
	font-size: 14px;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 65px;
	height: 65px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-align: center;

	color: #4f4f4f;
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.serachnavs li a i {
	font-size: 18px;
}
.serachnavs li a.active {
	color: #fff;
	background: #bf3d58;
}
.serachnavs li:last-child {
	margin-right: 0;
}

#myTabContent .rt-radio-group {
	-webkit-animation: fadeInDown 400ms ease-in-out;
	animation: fadeInDown 400ms ease-in-out;
}

#myTabContent .rt-input-group {
	-webkit-animation: fadeInUp 400ms ease-in-out;
	animation: fadeInUp 400ms ease-in-out;
}

.rt-banner-searchbox.dark-search {
	background: #252c48;
	-webkit-box-shadow: 0 10px 30px 0 rgba(17, 38, 117, 0.3);
	box-shadow: 0 10px 30px 0 rgba(17, 38, 117, 0.3);
}
.rt-banner-searchbox.dark-search .rt-radio-group .custom-control-label,
.rt-banner-searchbox.dark-search .rt-searchlink > a {
	color: #fff;
}
.rt-banner-searchbox.dark-search .rt-input-group .col-rt-in-3 .form-control {
	color: #fff;
	border-color: rgba(42, 56, 76, 0.15);
	background-color: #343d60;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.rt-banner-searchbox.dark-search
	.rt-input-group
	.col-rt-in-3
	.form-control::-webkit-input-placeholder {
	color: rgba(106, 121, 185, 0.8);
}
.rt-banner-searchbox.dark-search
	.rt-input-group
	.col-rt-in-3
	.form-control::-moz-placeholder {
	color: rgba(106, 121, 185, 0.8);
}
.rt-banner-searchbox.dark-search
	.rt-input-group
	.col-rt-in-3
	.form-control::-ms-input-placeholder {
	color: rgba(106, 121, 185, 0.8);
}
.rt-banner-searchbox.dark-search
	.rt-input-group
	.col-rt-in-3
	.form-control::placeholder {
	color: rgba(106, 121, 185, 0.8);
}
.rt-banner-searchbox.dark-search
	.rt-input-group
	.col-rt-in-3
	.input-iconbadge
	i {
	color: rgba(106, 121, 185, 0.8);
}

.serachnavs.dark-search-nav li a {
	color: #fff;
	background-color: #252c48;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

/*2.1 counter-style Css*/
.counter-box-1 {
	margin-bottom: 30px;
	padding: 20px;

	border-radius: 5px;
	background-color: #eef2f4;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.counter-box-1 img {
	margin-right: 40px;
}
.counter-box-1 h5 {
	font-family: "Lato", sans-serif;
	font-size: 16px;

	margin: 0 0 10px;

	color: #000;
}
.counter-box-1 h6 {
	font-size: 40px;
	font-weight: 700;

	color: #bf3d58;
}
.counter-box-1.dark-box {
	background-color: #252c48;
}
.counter-box-1.dark-box h5 {
	color: #fff;
}
.counter-box-1:hover img {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
		both;
	animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.counter-box-2 {
	position: relative;
	z-index: 1;

	margin-bottom: 30px;
}
.counter-box-2 .counter-thumb {
	margin-bottom: 20px;
}
.counter-box-2 h5 {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;

	margin-bottom: 10px;

	color: #bf3d58;
}
.counter-box-2 h6 {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 400;

	margin: 0 0 0;

	color: #3d446f;
}
.counter-box-2:hover .counter-thumb img {
	-webkit-animation: pulse 400ms ease-in-out;
	animation: pulse 400ms ease-in-out;
}

.rt-single-icon-box {
	position: relative;
	z-index: 1;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 30px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 24px;
	padding-left: 30px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border: 1px solid rgba(50, 50, 50, 0.5);
	border-radius: 10px;
	background-color: white;

	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
}
.rt-single-icon-box .icon-thumb {
	max-width: 65px;
	height: 58px;
	margin-right: 30px;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65px;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
}
.rt-single-icon-box .icon-thumb img {
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
}
.rt-single-icon-box .icon-thumb i {
	font-size: 30px;

	color: #bf3d58;
}
.rt-single-icon-box .iconbox-content h5 {
	font-size: 24px;
	font-weight: 600;

	margin-bottom: 13px;
}
.rt-single-icon-box .iconbox-content p {
	margin: 0 0 0;
}
.rt-single-icon-box.icon-center {
	display: block;

	padding-top: 22px;
	padding-right: 25px;
	padding-bottom: 22px;
	padding-left: 25px;

	border-color: rgba(0, 0, 0, 0.2);
}
.rt-single-icon-box.icon-center .icon-thumb {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 20px;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.rt-single-icon-box.icon-center .iconbox-content p {
	font-size: 14px;
}
.rt-single-icon-box.icon-center .iconbox-content h5 {
	margin: 0 0 20px;
}
.rt-single-icon-box.icon-center .iconbox-content .read-morebtn {
	margin-top: 18px;
}
.rt-single-icon-box.icon-center .iconbox-content .read-morebtn a {
	font-size: 14px;
	font-weight: 600;

	text-transform: uppercase;

	color: #bf3d58;
}
.rt-single-icon-box.icon-center .iconbox-content .read-morebtn a i {
	font-size: 20px;
}
.rt-single-icon-box.shdoaw-style {
	border-color: transparent;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px 0 rgba(13, 21, 75, 0.2),
		0 15px 10px 0 rgba(13, 21, 75, 0.15);
	box-shadow: 0 3px 10px 0 rgba(13, 21, 75, 0.2),
		0 15px 10px 0 rgba(13, 21, 75, 0.15);
}
.rt-single-icon-box:hover {
	border-color: #bf3d58;
	-webkit-box-shadow: 0 13px 40px 0 rgba(73, 93, 251, 0.3);
	box-shadow: 0 13px 40px 0 rgba(73, 93, 251, 0.3);
}
.rt-single-icon-box:hover .icon-thumb img {
	-webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.rt-single-icon-box:hover.icon-center {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*2.2 services Css*/
.services-box-1 {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	height: 310px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border-color: #2a384c;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);
	box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.services-box-1 h4 {
	font-size: 24px;
	font-weight: 700;

	margin: 0 0 10px;

	text-transform: capitalize;
}
.services-box-1 p {
	font-size: 14px;
	line-height: 26px;

	margin: 0 0 0;
}
.services-box-1 .services-thumb {
	margin-bottom: 20px;
}
.services-box-1:hover {
	-webkit-box-shadow: 0 4px 10px 0 rgba(55, 94, 246, 0.4);
	box-shadow: 0 4px 10px 0 rgba(55, 94, 246, 0.4);
}
.services-box-1:hover .services-thumb img {
	-webkit-animation: pulse 400ms ease-in-out;
	animation: pulse 400ms ease-in-out;
}
.services-box-1.dark-box {
	border-color: rgba(42, 56, 76, 0.5);
	background-color: #252c48;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.services-box-1.dark-box h4,
.services-box-1.dark-box p {
	color: #fff;
}
.services-box-1.dark-box:hover {
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}

.services-box-2 {
	position: relative;

	margin-bottom: 30px;
}
.services-box-2 .inner-counter {
	font-size: 70px;

	position: absolute;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	color: rgba(51, 51, 51, 0.2);
}
.services-box-2 .inner-counter:before {
	content: counter(my-sec-counter, decimal-leading-zero) " ";
	counter-increment: my-sec-counter;
}
.services-box-2 .services-thumb {
	margin-bottom: 24px;
}
.services-box-2 h4 {
	font-size: 24px;
	font-weight: 700;

	margin: 0 0 17px;
}
.services-box-2 p {
	font-size: 14px;

	margin: 0 0 0;

	font-size-padding-left: 20px;
	font-size-padding-right: 20px;
}
.services-box-2.dark-box h4 {
	color: #fff;
}
.services-box-2.dark-box .inner-counter {
	color: rgba(73, 103, 253, 0.15);
}
.services-box-2.dark-box p {
	color: #c7d1fc;
}
.services-box-2:hover .services-thumb {
	-webkit-animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: rotate-in-2-fwd 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/*2.3 deal Css*/
.deal-area {
	padding: 0 0 45px 0;
	background-image: url(../images/bgshapes_1.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 991.98px) {
	.deal-area {
		padding: 0;
	}
	.deal-area .rt-section-title-wrapper {
		padding: 30px;

		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
		background: -webkit-linear-gradient(
			82deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		);
		background: linear-gradient(
			8deg,
			#9932f5 0%,
			#4933f1 53%,
			#4950f8 70%,
			#bf3d58 100%
		);
	}
}

@media (max-width: 991.98px) {
	.deal-carosel-active {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.deal-carosel-active .owl-nav .owl-prev,
.deal-carosel-active .owl-nav .owl-next {
	font-size: 20px !important;
	line-height: 65px;

	position: absolute;
	bottom: -60px;
	left: 31%;

	width: 65px;
	height: 65px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;

	color: #333 !important;
	border-radius: 50%;
	background-color: #fff !important;
	-webkit-box-shadow: 0 4px 10px 0 rgba(55, 94, 246, 0.4);
	box-shadow: 0 4px 10px 0 rgba(55, 94, 246, 0.4);
}
.deal-carosel-active .owl-nav .owl-prev:focus,
.deal-carosel-active .owl-nav .owl-next:focus {
	outline: none;
}
@media (max-width: 1900px) {
	.deal-carosel-active .owl-nav .owl-prev,
	.deal-carosel-active .owl-nav .owl-next {
		left: 25%;
	}
}
@media (max-width: 1600px) {
	.deal-carosel-active .owl-nav .owl-prev,
	.deal-carosel-active .owl-nav .owl-next {
		left: 22%;
	}
}
@media (max-width: 991.98px) {
	.deal-carosel-active .owl-nav .owl-prev,
	.deal-carosel-active .owl-nav .owl-next {
		bottom: -80px;
	}
}
@media (max-width: 767.98px) {
	.deal-carosel-active .owl-nav .owl-prev,
	.deal-carosel-active .owl-nav .owl-next {
		font-size: 16px !important;
		line-height: 40px;

		bottom: -30px;
		left: 15%;

		width: 40px;
		height: 40px;
	}
}

.deal-carosel-active .owl-nav .owl-next {
	left: 35%;
}
@media (max-width: 1900px) {
	.deal-carosel-active .owl-nav .owl-next {
		left: 30%;
	}
}

.single-deal-carosel .deal-bg {
	height: 642px;

	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f4eafe;
	position: relative;
}
@media (max-width: 991.98px) {
	.single-deal-carosel .deal-bg {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 0;
	}
}
.single-deal-carosel .deal-bg .inner-content {
	position: absolute;
	bottom: 50px;
	left: 0;

	width: 100%;

	text-align: center;
}
@media (max-width: 1199.98px) {
	.single-deal-carosel .deal-bg .inner-content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.single-deal-carosel .deal-bg .inner-content h4 {
	font-size: 24px;
	font-weight: 600;

	text-transform: capitalize;

	color: #fff;
}
@media (max-width: 1600px) {
	.single-deal-carosel .deal-bg .inner-content h4 {
		font-size: 20px;
	}
}
@media (max-width: 1199.98px) {
	.single-deal-carosel .deal-bg .inner-content h4 {
		font-size: 18px;
	}
}
.single-deal-carosel .deal-bg .inner-content p {
	font-size: 14px;

	margin: 0 0 0;

	color: #fff;
}

.single-deal-carosel .rt-section-title-wrapper {
	padding-right: 450px;
}
@media (max-width: 1900px) {
	.single-deal-carosel .rt-section-title-wrapper {
		padding-right: 300px;
	}
}
@media (max-width: 1600px) {
	.single-deal-carosel .rt-section-title-wrapper {
		padding-right: 100px;
	}
}
@media (max-width: 1199.98px) {
	.single-deal-carosel .rt-section-title-wrapper {
		padding-right: 30px;
	}
}
.single-deal-carosel .rt-section-title-wrapper .rt-section-title {
	margin: 0 0 25px;
}

.single-deal-carosel .deal-bottom-content .rating-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	max-width: 187px;
	min-height: 70px;
	padding: 0px;
	text-align: center;
	border: 1px dashed #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-deal-carosel .deal-bottom-content .rating-box span {
	font-size: 14px;
}
.single-deal-carosel .deal-bottom-content .rating-box span:nth-child(1) {
	font-size: 16px;

	position: relative;

	text-transform: uppercase;
}
.single-deal-carosel .deal-bottom-content .rating-box span:nth-child(1):after {
	font-family: "icofont";
	font-size: 12px;

	position: absolute;
	top: -5px;
	left: -20px;

	content: "\efcd";
}
.single-deal-carosel .deal-bottom-content .rating-box span:nth-child(1):before {
	font-family: "icofont";
	font-size: 12px;

	position: absolute;
	top: -5px;
	right: -20px;

	content: "\efce";
}
.single-deal-carosel .deal-bottom-content .rating-box span:nth-child(3) {
	font-size: 12px;
}
.single-deal-carosel .deal-bottom-content .rating-box span:nth-child(2) i {
	color: #ffab53;
}

.single-deal-carosel .deal-bottom-content h4 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 27px;
}
.t4-palette-gray a {
	color: #fff !important;
}
.t4-palette-gray {
	background-color: rgb(0 0 0 / 0%) !important;
	color: #343a40;
}
.single-deal-carosel .deal-bottom-content p {
	font-size: 14px;
	line-height: 26px;

	margin-bottom: 30px;
}

/*2.08 Filght Css*/
.flight-box {
	position: relative;
	z-index: 1;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	height: 229px;
	margin-bottom: 30px;
	padding: 30px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border-radius: 10px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(51, 79, 181, 0.5);
	box-shadow: 0 10px 20px 0 rgba(51, 79, 181, 0.5);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flight-box .rt-inner-overlay {
	opacity: 0.7;
	border-radius: 10px;
}
.flight-box .rt-inner-overlay.color_1 {
	background-image: -webkit-linear-gradient(
		98deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background-image: linear-gradient(
		-8deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
}
.flight-box .rt-inner-overlay.color_2 {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#fe5c76),
		to(#ffaa57)
	);
	background-image: -webkit-linear-gradient(bottom, #fe5c76 0%, #ffaa57 100%);
	background-image: linear-gradient(0deg, #fe5c76 0%, #ffaa57 100%);
}
.flight-box .rt-inner-overlay.color_3 {
	background-image: -webkit-linear-gradient(
		98deg,
		#da309b 0%,
		#b460cd 37%,
		#8d90ff 100%
	);
	background-image: linear-gradient(
		-8deg,
		#da309b 0%,
		#b460cd 37%,
		#8d90ff 100%
	);
}
.flight-box .rt-inner-overlay.color_4 {
	background-image: -webkit-linear-gradient(
		98deg,
		#034083 0%,
		#2e69ff 0%,
		#437afd 37%,
		#588afb 100%
	);
	background-image: linear-gradient(
		-8deg,
		#034083 0%,
		#2e69ff 0%,
		#437afd 37%,
		#588afb 100%
	);
}
.flight-box .rt-inner-overlay.color_5 {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
}
.flight-box .rt-inner-overlay.color_6 {
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#01dfb8),
		to(#49e541)
	);
	background-image: -webkit-linear-gradient(bottom, #01dfb8 0%, #49e541 100%);
	background-image: linear-gradient(0deg, #01dfb8 0%, #49e541 100%);
}
.flight-box .trip-to span,
.flight-box .trip-form span {
	font-family: "Poppins", sans-serifs;

	display: block;

	text-transform: uppercase;

	color: #fff;
}
.flight-box .trip-to span:nth-child(1),
.flight-box .trip-form span:nth-child(1) {
	font-size: 14px;
}
.flight-box .trip-to span:nth-child(2),
.flight-box .trip-form span:nth-child(2) {
	font-size: 28px;
	font-weight: 600;
}
.flight-box .trip-to {
	margin-bottom: 41px;
}
.flight-box.dark-box {
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.flight-box:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);

	-webkit-box-shadow: 0 10px 30px 0 rgba(51, 79, 181, 0.5);
	box-shadow: 0 10px 30px 0 rgba(51, 79, 181, 0.5);
}
.flight-box:hover.dark-box {
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.flight-dela-area {
	position: relative;
	z-index: 1;
}
.flight-dela-area .rt-shape-emenetns-1,
.flight-dela-area .rt-shape-emenetns-2 {
	position: absolute;
}
.flight-dela-area .rt-shape-emenetns-1 {
	top: 150px;
	left: 0;

	width: 827px;
	height: 836px;
}
@media (max-width: 1600px) {
	.flight-dela-area .rt-shape-emenetns-1 {
		width: 700px;
	}
}
@media (max-width: 1199.98px) {
	.flight-dela-area .rt-shape-emenetns-1 {
		width: 550px;
	}
}
@media (max-width: 991.98px) {
	.flight-dela-area .rt-shape-emenetns-1 {
		width: 400px;
		height: 600px;
	}
}
@media (max-width: 767.98px) {
	.flight-dela-area .rt-shape-emenetns-1 {
		display: none;
	}
}
.flight-dela-area .rt-shape-emenetns-2 {
	top: 200px;
	right: -40px;

	width: 750px;
	height: 750px;
}
@media (max-width: 1600px) {
	.flight-dela-area .rt-shape-emenetns-2 {
		width: 500px;
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	.flight-dela-area .rt-shape-emenetns-2 {
		display: none;
	}
}

.rt-widget {
	position: relative;
	z-index: 1;

	margin-bottom: 30px;
	padding: 30px;

	border: 1px solid rgba(42, 56, 76, 0.15);
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 30px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 10px 30px 0 rgba(55, 94, 246, 0.2);
}
.rt-widget:last-child {
	margin-bottom: 0;
}
.rt-widget .rt-widget-title {
	font-size: 18px;
	font-weight: 600;

	margin: 0 0 24px;
	padding: 0 0 20px;

	border-bottom: 1px solid rgba(32, 32, 32, 0.078);
}
.rt-widget.widget_range-slider .rt-widget-title {
	margin: 0 0 40px;
}
.rt-widget ul {
	margin: 0;
	padding: 0;

	list-style: none;
}
.rt-widget ul li {
	font-size: 14px;

	display: block;

	padding-bottom: 5px;
}
.rt-widget ul li:last-child {
	padding-bottom: 0;
}
.rt-widget ul li label {
	padding-left: 5px;
}
.rt-widget .show-more-links {
	padding-top: 10px;
}
.rt-widget .show-more-links a {
	font-size: 14px;

	color: #bf3d58;
}
.rt-widget .show-more-links a:hover {
	text-decoration: underline;

	color: #1643fe;
}
.rt-widget.final-booking li {
	font-size: 16px;

	color: #000;
}
.rt-widget.final-booking li.sub-total {
	margin-top: 7px;
	padding-top: 15px;
	padding-bottom: 30px;

	border-top: 1px solid rgba(0, 0, 0, 0.502);
}
.rt-widget.final-booking li.sub-total span:nth-child(1) {
	font-size: 18px;
	font-weight: 600;
}
.rt-widget.final-booking li.sub-total span:nth-child(2) {
	font-size: 28px;
	font-weight: 600;

	color: #bf3d58;
}

.flight-list-box {
	position: relative;
	z-index: 1;

	padding: 18px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border: 1px solid rgba(13, 21, 75, 0.15);
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 3px 7px 0 rgba(55, 94, 246, 0.2);
}
.flight-list-box .flight-logo {
	line-height: 86px;

	width: 79px;
	height: 86px;

	text-align: center;

	border: 1px solid rgba(73, 108, 254, 0.2);
}
@media (max-width: 991.98px) {
	.flight-list-box .flight-logo {
		margin-bottom: 15px;
	}
}
@media (max-width: 991.98px) {
	.flight-list-box .pricing {
		margin-bottom: 15px;
	}
}
.flight-list-box .pricing h5 {
	font-size: 16px;
	font-weight: 500;
}
.flight-list-box .pricing p {
	font-size: 12px;

	margin: 0 0 0;

	color: #666363;
}
@media (max-width: 991.98px) {
	.flight-list-box .flight-time {
		margin-bottom: 15px;
	}
}
.flight-list-box .flight-time .left span:nth-child(1),
.flight-list-box .flight-time .right span:nth-child(1) {
	font-size: 20px;
	font-weight: 600;

	color: #000;
}
.flight-list-box .flight-time .left span:nth-child(2),
.flight-list-box .flight-time .right span:nth-child(2) {
	font-size: 12px;

	text-transform: uppercase;

	color: #666363;
}
.flight-list-box .flight-time .middle {
	padding-right: 12px;
	padding-left: 12px;
}
@media (max-width: 991.98px) {
	.flight-list-box .flight-detils {
		margin-bottom: 15px;
	}
}
.flight-list-box .flight-detils span:nth-child(1) {
	font-size: 12px;

	color: #666363;
}
.flight-list-box .flight-detils span:nth-child(2) {
	font-size: 13px;

	color: #bf3d58;
}
@media (max-width: 991.98px) {
	.flight-list-box .trip {
		margin-bottom: 15px;
	}
}
.flight-list-box .trip span:nth-child(1) {
	font-family: "Poppins", sans-serifs;
	font-size: 24px;
	font-weight: 600;

	color: #bf3d58;
}
.flight-list-box .trip span:nth-child(2) {
	font-size: 12px;

	color: #333;
}
.flight-list-box .book-now .rt-btn {
	font-size: 12px;

	padding: 10px 30px;
}
.flight-list-box .top-content {
	padding-bottom: 15px;
}
.flight-list-box .bottom-content {
	padding-top: 15px;

	border-top: 1px solid rgba(73, 108, 254, 0.6);
}
.flight-list-box .bottom-content p span {
	font-size: 12px;

	color: #666363;
}
.flight-list-box .bottom-content p span:nth-child(1) {
	margin-right: 15px;
}
.flight-list-box.pt-30 {
	padding: 30px;
}
.flight-list-box:hover {
	border-color: #bf3d58;
}

.flight-timeline {
	position: relative;
	z-index: 1;

	width: 70%;
	margin: 0;
	padding: 0;

	list-style: none;
}
.flight-timeline:after {
	display: block;
	clear: both;

	content: "";
}
.flight-timeline:before {
	position: absolute;
	top: 50%;
	left: 20%;

	width: 2px;
	height: 36px;

	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	background-color: #9ca9de;
}
.flight-timeline li {
	font-size: 14px;

	position: relative;
	z-index: 1;

	color: #000;
}
.flight-timeline li:first-child:after {
	position: absolute;
	top: 7px;
	right: -3px;

	width: 5px;
	height: 5px;

	content: "";

	border-radius: 50%;
	background-color: #9ca9de;
}
.flight-timeline li:last-child:after {
	position: absolute;
	bottom: 7px;
	left: -1px;

	width: 5px;
	height: 5px;

	content: "";

	border-radius: 50%;
	background-color: #9ca9de;
}
.flight-timeline li:nth-child(2n) {
	float: right;

	width: 80%;
	padding-left: 30px;
}
.flight-timeline li:nth-child(2n + 1) {
	float: left;

	width: 20%;
}

.flt-dtls-box .upper-top-content {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#bf3d58),
		color-stop(29%, #4950f8),
		color-stop(55%, #4933f1),
		color-stop(83%, #7133f3),
		to(#9932f5)
	);
	background-image: -webkit-linear-gradient(
		left,
		#bf3d58 0%,
		#4950f8 29%,
		#4933f1 55%,
		#7133f3 83%,
		#9932f5 100%
	);
	background-image: linear-gradient(
		90deg,
		#bf3d58 0%,
		#4950f8 29%,
		#4933f1 55%,
		#7133f3 83%,
		#9932f5 100%
	);
}
.flt-dtls-box .upper-top-content .left span {
	font-size: 18px;
	font-weight: 700;

	margin-right: 15px;

	text-transform: uppercase;

	color: #fff;
}
.flt-dtls-box .upper-top-content .left span:last-child {
	margin-right: 0;
}
.flt-dtls-box .upper-top-content .left p {
	font-size: 14px;

	color: #d0d9ff;
}

.flight-lable.rt-form label {
	font-size: 14px;
	font-weight: 600;

	text-transform: capitalize;

	color: #252a32;
}

.flight-lable.rt-form .form-check-label {
	font-weight: 400;

	color: #727799;
}

.box-style__1 {
	position: relative;
	z-index: 1;

	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 10px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border: 1px solid rgba(13, 21, 75, 0.15);
	background-color: #fff;
	-webkit-box-shadow: 0 3px 7px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 3px 7px 0 rgba(55, 94, 246, 0.2);
}
.box-style__1:hover {
	border-color: #bf3d58;
}

.hotel-inner-content .hotel-thumb {
	position: relative;
	z-index: 1;
}
.hotel-inner-content .hotel-thumb .hotel-bg {
	position: relative;
	z-index: 1;

	width: 100%;
	height: 195px;

	border: 1px solid rgba(179, 188, 248, 0.8);
}
.hotel-inner-content .hotel-thumb .hotel-bg .inner-icon {
	line-height: 30px;

	position: absolute;
	top: 0;
	left: 0;

	width: 30px;
	height: 30px;

	text-align: center;

	color: #fff;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
	background: linear-gradient(
		8deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
}
.hotel-inner-content .hotel-thumb .hotel-bg .inaner-badge {
	position: absolute;
	top: 10px;
	left: 0;

	width: 100%;
}

.hotel-inner-content .top {
	margin-bottom: 10px;
}
.hotel-inner-content .top h5 {
	font-size: 16px;
	font-weight: 500;

	text-transform: capitalize;
}
.hotel-inner-content .top h5 span {
	padding-left: 20px;
}
.hotel-inner-content .top h5 span i {
	color: #a19f9f;
}
.hotel-inner-content .top h5 span i.review {
	color: #ffab53;
}
.hotel-inner-content .top p {
	font-size: 13px;

	margin: 0 0 0;

	color: #555;
}

.hotel-inner-content .middle-text .left span {
	margin-right: 10px;
}
.hotel-inner-content .middle-text .left span:last-child {
	margin-right: 0;
}
.hotel-inner-content .middle-text .left span:nth-child(2) {
	color: #bf3d58;
}
.hotel-inner-content .middle-text .left span:nth-child(3) {
	font-size: 12px;

	color: #878484;
}

.hotel-inner-content .middle-text div a {
	font-size: 14px;

	display: inline-block;

	margin-top: 15px;
	padding: 6px 60px;

	text-transform: capitalize;

	color: #55af32;
	border: 1px dashed rgba(85, 175, 50, 0.4);
	border-radius: 999px;
}
@media (max-width: 767.98px) {
	.hotel-inner-content .middle-text div a {
		padding: 6px 20px;
	}
}

.hotel-inner-content .middle-text .right span:nth-child(1) {
	font-size: 12px;

	color: #878484;
}

.hotel-inner-content .middle-text .right span:nth-child(2) {
	font-family: "Poppins", sans-serifs;
	font-size: 24px;
	font-weight: 600;

	color: #bf3d58;
}

.hotel-inner-content .footer-elements .left {
	position: relative;
	top: 5px;
}
.hotel-inner-content .footer-elements .left span {
	margin-right: 6px;
}
.hotel-inner-content .footer-elements .left span:last-child {
	margin-right: 0;
}

.rt-duel-slider-main .single-main {
	width: 100%;
	height: 467px;

	border-radius: 5px;
}
.rt-duel-slider-main .single-main .inner-badge {
	font-size: 14px;

	position: absolute;
	top: 20px;
	left: 0;

	display: inline-block;

	width: auto;
	padding: 6px 30px;

	border-top-right-radius: 999px;
	border-bottom-right-radius: 999px;
}
.rt-duel-slider-main .single-main .inner-badge.badge-bg-1 {
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
}

.rt-duel-slider-thumb {
	padding-right: 80px;
	padding-left: 80px;
}
@media (max-width: 1199.98px) {
	.rt-duel-slider-thumb {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media (max-width: 767.98px) {
	.rt-duel-slider-thumb {
		padding-right: 15px;
		padding-left: 15px;
	}
}
.rt-duel-slider-thumb .single--thumb {
	height: 118px;
	margin-right: 10px;
	border: 1px solid transparent;
	border-radius: 5px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100px;
	max-height: 100px;
}
.rt-duel-slider-thumb .single--thumb:last-child {
	margin-right: 0;
}
.rt-duel-slider-thumb .single--thumb.slick-current {
	border: 1px solid rgba(11, 29, 151, 0.8);
}
.rt-duel-slider-thumb .arrow_left,
.rt-duel-slider-thumb .arrow_right {
	font-size: 25px;

	position: absolute;
	z-index: 66;
	top: 50%;
	left: 15px;

	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;

	opacity: 1;
	color: #333;
}
.rt-duel-slider-thumb .arrow_left:focus,
.rt-duel-slider-thumb .arrow_right:focus {
	outline: none;
}
@media (max-width: 767.98px) {
	.rt-duel-slider-thumb .arrow_left,
	.rt-duel-slider-thumb .arrow_right {
		line-height: 35px;

		left: 0;

		width: 35px;
		height: 35px;

		color: #fff;
		border-radius: 5px;
		background-color: #bf3d58;
	}
}
.rt-duel-slider-thumb .arrow_right {
	right: 15px;
	left: auto;
}

.rt-tab-nav-1 li {
	margin-right: 10px;
}
.rt-tab-nav-1 li a {
	font-size: 14px;

	display: inline-block;

	padding: 6px 30px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-align: center;
	text-transform: uppercase;

	color: #4f4f4f;
	border: 1px solid rgba(42, 56, 76, 0.15);
	border-radius: 5px;
	background-color: white;
	-webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
}
@media (max-width: 991.98px) {
	.rt-tab-nav-1 li a {
		margin: 5px;
	}
}
.rt-tab-nav-1 li a i {
	font-size: 18px;
}
.rt-tab-nav-1 li a.active {
	color: #fff;
	background: #bf3d58;
}
.rt-tab-nav-1 li:last-child {
	margin-right: 0;
}

.rt-tab-nav-1.pill li a {
	border-radius: 999px;
}

.single-tour {
	position: relative;
	z-index: 1;
}
.single-tour .icon-thumb {
	font-size: 45px;
	line-height: 53px;

	width: 65px;
	height: 65px;

	text-align: center;

	border: 1px dotted rgba(73, 108, 254, 0.702);
	background: #fff;
}
.single-tour .icon-thumb i {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#7133f3 23%,
		#4933f1 58%,
		#4950f8 81%,
		#bf3d58 100%
	);
	background: linear-gradient(
		8deg,
		#9932f5 0%,
		#7133f3 23%,
		#4933f1 58%,
		#4950f8 81%,
		#bf3d58 100%
	);
	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;
}

.tour-carosel-active .owl-item img {
	display: inline-block !important;
}

.tour-carosel-active .owl-nav .owl-prev,
.tour-carosel-active .owl-nav .owl-next {
	font-size: 30px !important;
	line-height: 65px;

	position: absolute;
	bottom: 10px;
	left: 0;

	width: 65px;
	height: 65px;

	text-align: center;

	color: #333 !important;
	border: 1px solid #333 !important;
	border-radius: 50%;
	background-color: transparent !important;
}
.tour-carosel-active .owl-nav .owl-prev:focus,
.tour-carosel-active .owl-nav .owl-next:focus {
	outline: none;
}
.tour-carosel-active .owl-nav .owl-prev:hover,
.tour-carosel-active .owl-nav .owl-next:hover {
	border-color: #9932f5 !important;
}
.tour-carosel-active .owl-nav .owl-prev:hover i,
.tour-carosel-active .owl-nav .owl-next:hover i {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#7133f3 23%,
		#4933f1 58%,
		#4950f8 81%,
		#bf3d58 100%
	);
	background: linear-gradient(
		8deg,
		#9932f5 0%,
		#7133f3 23%,
		#4933f1 58%,
		#4950f8 81%,
		#bf3d58 100%
	);
	-webkit-background-clip: text;

	-webkit-text-fill-color: transparent;
}

.tour-carosel-active .owl-nav .owl-next {
	left: 80px;
}

.hote-roombgtab {
	height: 131px;
	margin-top: -10px;
	margin-right: -18px;
	margin-left: -10px;
}

.service-amitence-box .media-body {
	border-left: 1px solid rgba(0, 0, 0, 0.302) \;;
}

.single-commnets .replay-cmnt {
	position: absolute;
	top: 0;
	right: 30px;
}

.trip-timeline {
	position: relative;
	z-index: 1;

	padding-left: 190px;
}
@media (max-width: 991.98px) {
	.trip-timeline {
		padding-left: 0;
	}
}
.trip-timeline:after {
	position: absolute;
	top: 0;
	left: 70px;

	width: 2px;
	height: 100%;

	content: "";

	background-color: rgba(144, 164, 254, 0.92);
}
@media (max-width: 991.98px) {
	.trip-timeline:after {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.trip-timeline:before {
		display: none;
	}
}
.trip-timeline li.time-line-item {
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.trip-timeline li.time-line-item .timeline-counter {
	position: absolute;
	top: 50%;
	left: -200px;

	width: 164px;
	height: 164px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: 1px solid rgba(144, 164, 254, 0.9);
	border-radius: 50%;
	background-color: #fff;
}
@media (max-width: 991.98px) {
	.trip-timeline li.time-line-item .timeline-counter {
		display: none;
	}
}
.trip-timeline li.time-line-item .timeline-counter .inner-item {
	position: absolute;
	top: 50%;
	left: 50%;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 110px;
	height: 110px;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	color: #fff;
	border-radius: 50%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

/*2.4 Portfolio Css*/
.filter-list {
	margin: 0;
	margin-bottom: 38px;
	padding: 0;

	list-style: none;

	text-align: center;
}
.filter-list li {
	font-size: 14px;
	font-weight: 600;

	position: relative;
	z-index: 1;

	display: inline-block;

	margin-right: 10px;
	padding: 17px 31px;

	cursor: pointer;
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-transform: uppercase;

	color: #fff;
	border: 1px solid;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: none;
	-webkit-box-shadow: 0 13px 40px 0 rgba(13, 21, 75, 0.2);
	box-shadow: 0 13px 40px 0 rgba(13, 21, 75, 0.2);
}
@media (max-width: 1199.98px) {
	.filter-list li {
		padding: 14px 20px;
	}
}
@media (max-width: 991.98px) {
	.filter-list li {
		margin: 5px;
	}
}
.filter-list li.active,
.filter-list li:hover {
	border: 1px solid transparent;
	background-color: transparent;
}
.filter-list li.active:after,
.filter-list li:hover:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	border-radius: 999px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
}
.filter-list li:last-child {
	margin-right: 0;
}

.portfolio-box-1 {
	position: relative;
	z-index: 1;

	height: 350px;
	margin-bottom: 30px;

	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
}
.portfolio-box-1:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";

	border-radius: 5px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#000),
		color-stop(36%, rgba(0, 0, 0, 0.58)),
		color-stop(100%, rgba(255, 255, 255, 0)),
		to(#fff)
	);
	background-image: -webkit-linear-gradient(
		bottom,
		#000 0%,
		rgba(0, 0, 0, 0.58) 36%,
		rgba(255, 255, 255, 0) 100%,
		#fff 100%
	);
	background-image: linear-gradient(
		360deg,
		#000 0%,
		rgba(0, 0, 0, 0.58) 36%,
		rgba(255, 255, 255, 0) 100%,
		#fff 100%
	);
}
.portfolio-box-1 .portfolio-badge {
	position: absolute;
	top: 0;
	left: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 80px;
	height: 80px;

	text-align: center;

	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.portfolio-box-1 .portfolio-badge span sup {
	font-size: 14px;
}
.portfolio-box-1 .portfolio-badge span:nth-child(1) {
	font-size: 14px;
}
.portfolio-box-1 .portfolio-badge span:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
}
.portfolio-box-1 .inner-content {
	position: absolute;
	bottom: 15px;
	left: 0;

	width: 100%;

	text-align: center;
}
.portfolio-box-1 .inner-content h6 {
	font-size: 18px;
}
.portfolio-box-1 .inner-content p span {
	font-size: 14px;
}
.portfolio-box-1 .inner-content p span i {
	color: #ffab53;
}

/*2.5 Cta Css*/
.cta-box-1 {
	height: 170px;
	padding-right: 30px;
	padding-left: 30px;

	border-radius: 10px;
}
.cta-box-1 h4 {
	font-size: 20px;
	font-weight: 600;
}
.cta-box-1 h4 span {
	font-size: 18px;
	font-weight: 400;
}
.cta-box-1 p {
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.cta-box-1 {
		height: auto;
		padding: 30px;
	}
}

.cta-box-2 {
	height: 500px;
	padding-right: 30px;
	padding-left: 30px;

	border-radius: 30px;
}

/*2.6 app Css*/
.app-area {
	position: relative;
	z-index: 1;
}
.app-area .rt-shape-elements-1 {
	position: absolute;
	top: 0;
	left: -2px;

	width: 857px;
	height: 752px;
}
@media (max-width: 1900px) {
	.app-area .rt-shape-elements-1 {
		width: 700px;
	}
}
@media (max-width: 1600px) {
	.app-area .rt-shape-elements-1 {
		width: 515px;
	}
}
@media (max-width: 1199.98px) {
	.app-area .rt-shape-elements-1 {
		width: 430px;
	}
}
@media (max-width: 991.98px) {
	.app-area .rt-shape-elements-1 {
		width: 650px;
	}
}
@media (max-width: 767.98px) {
	.app-area .rt-shape-elements-1 {
		width: 100%;
	}
}

/*2.7 Play video*/
.play-video {
	margin-top: 170px;
	padding: 120px 0;
}
@media (max-width: 991.98px) {
	.play-video {
		margin-top: 0;
	}
}
@media (max-width: 767.98px) {
	.play-video {
		padding: 70px 0;
	}
}

.play-video-box {
	position: relative;

	height: 500px;

	border-radius: 20px;
}
.play-video-box .rt-video-light {
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*2.8 testimonials.*/
.singleTbox-1 {
	position: relative;
	z-index: 1;
}
.singleTbox-1 .testi-thumb {
	position: relative;
	z-index: 1;

	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 260px;
	height: 260px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;

	border-radius: 50%;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#9d5bfe),
		to(#e36f60)
	);
	background: -webkit-linear-gradient(bottom, #9d5bfe 0%, #e36f60 100%);
	background: linear-gradient(0deg, #9d5bfe 0%, #e36f60 100%);
}
@media (max-width: 1199.98px) {
	.singleTbox-1 .testi-thumb {
		width: 160px;
		height: 160px;
	}
}
.singleTbox-1 .testi-thumb .inner-bg {
	position: absolute;
	top: 6px;
	left: 6px;

	width: 248px;
	height: 248px;

	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0 17px 20px 0 rgba(25, 80, 161, 0.35);
	box-shadow: 0 17px 20px 0 rgba(25, 80, 161, 0.35);
}
@media (max-width: 1199.98px) {
	.singleTbox-1 .testi-thumb .inner-bg {
		top: 5px;
		left: 5px;

		width: 190px;
		height: 190px;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1 .testi-thumb .inner-bg {
		top: 5px;
		left: 5px;

		width: 150px;
		height: 150px;
	}
}
.singleTbox-1 .testi-thumb .social-badge {
	line-height: 60px;

	position: absolute;
	top: 0;
	right: 20px;

	width: 60px;
	height: 60px;

	color: #fff;
	border-radius: 50%;
	background: -webkit-linear-gradient(55deg, #9d5bfe 0%, #e36f60 100%);
	background: linear-gradient(35deg, #9d5bfe 0%, #e36f60 100%);
}
@media (max-width: 1199.98px) {
	.singleTbox-1 .testi-thumb .social-badge {
		line-height: 40px;

		width: 40px;
		height: 40px;
	}
}
.singleTbox-1 .autor-bio {
	margin-bottom: 30px;
}
.singleTbox-1 .autor-bio h5 {
	font-size: 22px;
	font-weight: 700;

	text-transform: capitalize;

	color: #333;
}
.singleTbox-1 .autor-bio p {
	font-size: 14px;
}
.singleTbox-1 .autor-bio .rating {
	font-size: 14px;

	color: #ffab53;
}
.singleTbox-1 .inner-content p {
	font-size: 18px;
	line-height: 28px;
}

.testimonials-area {
	position: relative;
	z-index: 1;
}
.testimonials-area .rt-shape-emenetns-1 {
	position: absolute;
	right: -200px;
	bottom: 100px;

	width: 522px;
	height: 558px;
}
@media (max-width: 1600px) {
	.testimonials-area .rt-shape-emenetns-1 {
		line-height: 400px;

		width: 400px;
		height: 400px;
	}
}
@media (max-width: 991.98px) {
	.testimonials-area .rt-shape-emenetns-1 {
		line-height: 200px;

		right: -100px;

		width: 200px;
		height: 200px;
	}
}
@media (max-width: 767.98px) {
	.testimonials-area .rt-shape-emenetns-1 {
		display: none;
	}
}

.rt-light-text .singleTbox-1 .autor-bio p {
	color: #fff;
}

.rt-light-text .singleTbox-1 .autor-bio h5 {
	color: #fff;
}

.rt-light-text .singleTbox-1 .inner-content p {
	color: #fff;
}

.testimoninal-active-1 {
	position: relative;

	height: 550px;
	z-index: 1;
}
@media (max-width: 767.98px) {
	.testimoninal-active-1 {
		height: 485px;
	}
}

.singleTbox-1 {
	position: absolute;

	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.singleTbox-1 .inner-content {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.singleTbox-1 .autor-bio {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.singleTbox-1.inactive .inner-content,
.singleTbox-1.inactive .autor-bio {
	display: none;
	visibility: hidden;

	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.singleTbox-1:not(.active) {
	z-index: 99;
}
.singleTbox-1:not(.active) .testi-thumb {
	width: 120px;
	height: 120px;

	background-image: none;
}
.singleTbox-1:not(.active) .testi-thumb .inner-bg {
	width: 120px;
	height: 120px;

	-webkit-box-shadow: 0 5px 10px 0 rgba(25, 80, 161, 0.2);
	box-shadow: 0 5px 10px 0 rgba(25, 80, 161, 0.2);
}
.singleTbox-1:not(.active) .testi-thumb .social-badge {
	display: none;
}
.singleTbox-1.position-1 {
	-webkit-transform: scale(0.65);
	-ms-transform: scale(0.65);
	transform: scale(0.65);
}
.singleTbox-1.position-2 {
	top: 0;
	left: 0;
}
.singleTbox-1.position-2 .testi-thumb,
.singleTbox-1.position-2 .inner-bg {
	width: 120px !important;
	height: 120px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-2 .testi-thumb,
	.singleTbox-1.position-2 .inner-bg {
		width: 90px !important;
		height: 90px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-2 .testi-thumb,
	.singleTbox-1.position-2 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-2 .testi-thumb,
	.singleTbox-1.position-2 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-3 {
	top: 40px;
	left: 160px;
}
.singleTbox-1.position-3 .testi-thumb,
.singleTbox-1.position-3 .inner-bg {
	width: 140px !important;
	height: 140px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-3 {
		left: 140px;
	}
	.singleTbox-1.position-3 .testi-thumb,
	.singleTbox-1.position-3 .inner-bg {
		width: 110px !important;
		height: 110px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-3 {
		top: 0;
		left: 80px;
	}
	.singleTbox-1.position-3 .testi-thumb,
	.singleTbox-1.position-3 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-3 {
		top: 20px;
		left: 60px;
	}
	.singleTbox-1.position-3 .testi-thumb,
	.singleTbox-1.position-3 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-4 {
	top: 160px;
	left: 20px;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-4 .testi-thumb,
	.singleTbox-1.position-4 .inner-bg {
		width: 110px !important;
		height: 110px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-4 {
		top: 80px;
		left: 0;
	}
	.singleTbox-1.position-4 .testi-thumb,
	.singleTbox-1.position-4 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-4 {
		top: 70px;
		left: 10px;
	}
	.singleTbox-1.position-4 .testi-thumb,
	.singleTbox-1.position-4 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-5 {
	top: 258px;
	left: 155px;
}
.singleTbox-1.position-5 .testi-thumb,
.singleTbox-1.position-5 .inner-bg {
	width: 100px !important;
	height: 100px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-5 {
		top: 215px;
		left: 180px;
	}
	.singleTbox-1.position-5 .testi-thumb,
	.singleTbox-1.position-5 .inner-bg {
		width: 90px !important;
		height: 90px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-5 {
		top: 80px;
		left: 80px;
	}
	.singleTbox-1.position-5 .testi-thumb,
	.singleTbox-1.position-5 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-5 {
		top: 100px;
		left: 60px;
	}
	.singleTbox-1.position-5 .testi-thumb,
	.singleTbox-1.position-5 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-6 {
	top: 0;
	right: 200px;
}
.singleTbox-1.position-6 .testi-thumb,
.singleTbox-1.position-6 .inner-bg {
	width: 140px !important;
	height: 140px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-6 .testi-thumb,
	.singleTbox-1.position-6 .inner-bg {
		width: 100px !important;
		height: 100px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-6 {
		top: 0;
		right: 0;
	}
	.singleTbox-1.position-6 .testi-thumb,
	.singleTbox-1.position-6 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-6 {
		top: 0;
		right: 0;
	}
	.singleTbox-1.position-6 .testi-thumb,
	.singleTbox-1.position-6 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-7 {
	top: 40px;
	right: -40px;
}
.singleTbox-1.position-7 .testi-thumb,
.singleTbox-1.position-7 .inner-bg {
	width: 140px !important;
	height: 140px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-7 {
		right: 40px;
	}
	.singleTbox-1.position-7 .testi-thumb,
	.singleTbox-1.position-7 .inner-bg {
		width: 100px !important;
		height: 100px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-7 {
		top: 0;
		right: 80px;
	}
	.singleTbox-1.position-7 .testi-thumb,
	.singleTbox-1.position-7 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-7 {
		top: 0;
		right: 80px;
	}
	.singleTbox-1.position-7 .testi-thumb,
	.singleTbox-1.position-7 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-8 {
	top: 200px;
	right: 170px;
}
.singleTbox-1.position-8 .testi-thumb,
.singleTbox-1.position-8 .inner-bg {
	width: 110px !important;
	height: 110px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-8 {
		top: 140px;
	}
	.singleTbox-1.position-8 .inner-bg {
		width: 90px !important;
		height: 90px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-8 {
		top: 80px;
		right: 0;
	}
	.singleTbox-1.position-8 .testi-thumb,
	.singleTbox-1.position-8 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-8 {
		top: 60px;
		right: 0;
	}
	.singleTbox-1.position-8 .testi-thumb,
	.singleTbox-1.position-8 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-9 {
	top: 240px;
	right: -40px;
}
.singleTbox-1.position-9 .testi-thumb,
.singleTbox-1.position-9 .inner-bg {
	width: 110px !important;
	height: 110px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-9 {
		top: 188px;
		right: 40px;
	}
	.singleTbox-1.position-9 .testi-thumb,
	.singleTbox-1.position-9 .inner-bg {
		width: 90px !important;
		height: 90px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-9 {
		top: 80px;
		right: 80px;
	}
	.singleTbox-1.position-9 .testi-thumb,
	.singleTbox-1.position-9 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-9 {
		top: 60px;
		right: 60px;
	}
	.singleTbox-1.position-9 .testi-thumb,
	.singleTbox-1.position-9 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.position-10 {
	top: 350px;
	right: 80px;
}
.singleTbox-1.position-10 .testi-thumb,
.singleTbox-1.position-10 .inner-bg {
	width: 100px !important;
	height: 100px !important;
}
@media (max-width: 1199.98px) {
	.singleTbox-1.position-10 {
		top: 300px;
		right: 150px;
	}
	.singleTbox-1.position-10 .testi-thumb,
	.singleTbox-1.position-10 .inner-bg {
		width: 80px !important;
		height: 80px !important;
	}
}
@media (max-width: 991.98px) {
	.singleTbox-1.position-10 {
		top: 160px;
		right: 40px;
	}
	.singleTbox-1.position-10 .testi-thumb,
	.singleTbox-1.position-10 .inner-bg {
		width: 70px !important;
		height: 70px !important;
	}
}
@media (max-width: 767.98px) {
	.singleTbox-1.position-10 {
		top: 120px;
		right: 30px;
	}
	.singleTbox-1.position-10 .testi-thumb,
	.singleTbox-1.position-10 .inner-bg {
		width: 40px !important;
		height: 40px !important;
	}
}
.singleTbox-1.active {
	z-index: 10;
	top: 0;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 991.98px) {
	.singleTbox-1.active {
		width: 100%;
	}
}
.singleTbox-1.active .inner-content,
.singleTbox-1.active .autor-bio {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

/*2.9 brands.*/
.rt-border-brands {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.rt-border-brands .single-border-brands {
	max-width: 25%;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}
.rt-border-brands .single-border-brands:nth-child(5),
.rt-border-brands .single-border-brands:nth-child(6),
.rt-border-brands .single-border-brands:nth-child(7),
.rt-border-brands .single-border-brands:nth-child(8) {
	border-bottom: none;
}
.rt-border-brands .single-border-brands:nth-child(4),
.rt-border-brands .single-border-brands:nth-child(8) {
	border-right: none;
}
.rt-border-brands .single-border-brands a img {
	-webkit-transition: all 0.34s ease-in-out;
	transition: all 0.34s ease-in-out;
}
@media (max-width: 991.98px) {
	.rt-border-brands .single-border-brands {
		max-width: 33.33%;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
	}
	.rt-border-brands .single-border-brands:nth-child(4),
	.rt-border-brands .single-border-brands:nth-child(8) {
		border-right: 1px solid rgba(3, 64, 131, 0.2);
	}
	.rt-border-brands .single-border-brands:nth-child(5),
	.rt-border-brands .single-border-brands:nth-child(6) {
		border-bottom: 1px solid rgba(3, 64, 131, 0.2);
	}
	.rt-border-brands .single-border-brands:nth-child(3),
	.rt-border-brands .single-border-brands:nth-child(6) {
		border-right: none;
	}
}
@media (max-width: 767.98px) {
	.rt-border-brands .single-border-brands {
		max-width: 50%;

		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	.rt-border-brands .single-border-brands:nth-child(3) {
		border-right: 1px solid rgba(3, 64, 131, 0.2);
	}
	.rt-border-brands .single-border-brands:nth-child(2),
	.rt-border-brands .single-border-brands:nth-child(4),
	.rt-border-brands .single-border-brands:nth-child(6),
	.rt-border-brands .single-border-brands:nth-child(8) {
		border-right: none;
	}
}
.rt-border-brands.dark-box .single-border-brands {
	border-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.2);
}

/*2.10 about.*/
.about-area {
	position: relative;
	z-index: 1;
}
.about-area .rt-design-elmnts {
	position: absolute;
	top: 50%;
	left: 50px;

	width: 610px;
	height: 460px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1900px) {
	.about-area .rt-design-elmnts {
		width: 450px;
	}
}
@media (max-width: 1600px) {
	.about-area .rt-design-elmnts {
		width: 280px;
		height: 280px;
	}
}
@media (max-width: 1199.98px) {
	.about-area .rt-design-elmnts {
		display: none;
	}
}

.about-area2 {
	position: relative;
	z-index: 1;
}
.about-area2 .rt-design-elmnts {
	position: absolute;
	top: 50%;
	right: 0;

	width: 749px;
	height: 585px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1600px) {
	.about-area2 .rt-design-elmnts {
		width: 550px;
	}
}
@media (max-width: 1199.98px) {
	.about-area2 .rt-design-elmnts {
		width: 450px;
	}
}
@media (max-width: 991.98px) {
	.about-area2 .rt-design-elmnts {
		display: none;
	}
}

.contact-area {
	position: relative;
	z-index: 1;
}
.contact-area .rt-design-elmnts {
	position: absolute;
	top: 50%;
	left: 60%;
	width: 749px;
	height: 585px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1600px) {
	.contact-area .rt-design-elmnts {
		width: 550px;
	}
}
@media (max-width: 1199.98px) {
	.contact-area .rt-design-elmnts {
		width: 450px;
	}
}
@media (max-width: 991.98px) {
	.contact-area .rt-design-elmnts {
		display: none;
	}
}

.book-area {
	position: relative;
	z-index: 1;
}
.book-area .rt-design-elmnts {
	position: absolute;
	top: 0;
	right: 0;

	width: 868px;
	height: 1068px;
}
@media (max-width: 1900px) {
	.book-area .rt-design-elmnts {
		width: 760px;
	}
}
@media (max-width: 1199.98px) {
	.book-area .rt-design-elmnts {
		display: none;
	}
}

.works3-area {
	position: relative;
	z-index: 1;
}
.works3-area .rt-inner-overlay {
	height: 439px;
	background: #bf3d58;
}
.works3-area .rt-section-title-wrapper {
	margin-top: 121px;
}
.works3-area .rt-section-title-wrapper h3 {
	font-size: 40px;
	font-weight: 600;

	margin: 0 0 48px;

	color: #fff;
}

#googleMap {
	width: 100%;
	height: 582px;
}

.rt-map-area {
	position: relative;
}
.rt-map-area .googleMap iframe {
	position: relative;
	top: -160px;
}

.bredcump-search {
	position: absolute;
	bottom: -147px;
	left: 0;

	width: 100%;
}
@media (max-width: 767.98px) {
	.bredcump-search {
		bottom: -29px;
	}
}
.bredcump-search .serachnavs {
	margin-top: 40px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 767.98px) {
	.bredcump-search .serachnavs {
		margin-top: 20px;
	}
}

.bredcump--search-trip {
	position: absolute;
	bottom: -74px;
	left: 0;

	width: 100%;
}

/*3.0 Menu Css*/
.main-menu ul {
	margin: 0;
	margin-right: -13px;
	padding: 0;

	list-style: outside none none;

	text-align: center;
}
.main-menu ul li {
	position: relative;

	display: inline-block;
}
.main-menu ul li a {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 500;

	display: block;

	padding: 0 13px;

	-webkit-transition: all 0.34s ease-in-out;
	transition: all 0.34s ease-in-out;
	text-transform: capitalize;

	color: #3d404d;
}
@media (max-width: 1199.98px) {
	.main-menu ul li a {
		padding: 0 5px;
	}
}
.main-menu ul li a:hover {
	text-decoration: none;
}

.main-menu a:foucs {
	text-decoration: none;

	outline: none;
}

#t4-megamenu-mainmenu > ul > li.current > a {
	color: #bf3d58;
}

/*change hover color*/
#t4-megamenu-mainmenu > ul > li:hover > a {
	color: #bf3d58;
}

#t4-megamenu-mainmenu > ul > li.parent > ul > li > a,
#t4-megamenu-mainmenu ul li ul li a {
	font-weight: 400;

	position: relative;
	z-index: 1;

	display: block;

	padding: 8px 15px;

	text-transform: capitalize;

	color: #333;
	border-bottom: 1px solid #eee;
}

.dropdown-menu.level1 .dropdown-menu-inner > ul > li:hover > a,
#t4-megamenu-mainmenu ul li ul li ul li:hover a {
	padding-left: 23px;
	color: #fff !important;
	background: #bf3d58;
}

/* */
.main-menu ul ul li.menu-item-has-children > a:after {
	font-family: "icofont";

	position: absolute;
	right: 10px;

	content: "\eab8";
}

.main-menu ul ul li.menu-item-has-children.change-icon > a:after {
	content: "\f0da";
}

.main-menu ul ul {
	position: absolute;
	z-index: 999;
	top: 30px;
	left: 202px;

	visibility: hidden;

	min-width: 200px;

	-webkit-transition: all 0.42s ease-in-out;
	transition: all 0.42s ease-in-out;
	text-align: left;

	opacity: 0;
	color: #333;
	border: none;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);
	box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.main-menu
	> ul
	> li.menu-item-has-children
	> ul.sub-menu
	> li.menu-item-has-children:hover
	> ul.sub-menu,
.main-menu
	> ul
	> li.menu-item-has-children
	> ul.sub-menu
	> li.menu-item-has-children
	> ul.sub-menu
	> li.menu-item-has-children:hover
	> ul.sub-menu {
	top: 0;

	visibility: visible;

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.mobile-menu {
	display: none;
}

.menu-click {
	position: static;
	z-index: 9999;
	top: -60px;
	right: 10px;

	display: inline-block;

	margin-left: 15px;
	padding: 8px 7px 4px;

	cursor: pointer;
	-webkit-transition: all 0.34s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.34s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	border-radius: 1px;
	background: #fff;
}

.menu-click span {
	display: block;

	width: 30px;
	height: 2px;
	margin-bottom: 4px;

	-webkit-transition: all 0.34s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.34s cubic-bezier(0.68, -0.55, 0.265, 1.55);

	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

.rt-sticky-active .menu-click {
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

.rt-sticky-active .menu-click span {
	background: #fff;
}

.mobile-menu {
	display: none;
}

.white-menu .main-menu > ul > li > a {
	color: #333;
}
.white-menu .main-menu > ul > li > a:hover {
	color: #bf3d58;
}

.white-menu .main-menu > ul > li.current-menu-item > a {
	color: #333;
}
.white-menu .main-menu > ul > li.current-menu-item > a:hover {
	color: #bf3d58;
}

.rt-sticky-active .main-menu > ul > li > a {
	color: #333;
}
.rt-sticky-active .main-menu > ul > li > a:hover {
	color: #bf3d58;
}

.rt-sticky-active .main-menu > ul > li.current-menu-item > a {
	color: #bf3d58;
}
.rt-sticky-active .main-menu > ul > li.current-menu-item > a:hover {
	color: #bf3d58;
}
@media (max-width: 991.98px) {
	.rt-sticky-active .main-menu > ul > li.current-menu-item > a {
		color: #fff;
	}
}

.rt-one-page-menu ul > li.nav-item > a.nav-link {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;

	position: relative;

	margin-right: 15px;
	margin-left: 15px;
	padding: 0;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-transform: capitalize;

	color: #fff;
}

.rt-one-page-menu ul > li.nav-item > a.nav-link:focus {
	outline: none;
}

.rt-one-page-menu .dropdown-menu {
	display: block;
	visibility: hidden;

	min-width: 200px;
	margin-top: 0;
	padding: 0;

	-webkit-transition: all 0.15s;
	transition: all 0.15s;
	-webkit-transform: translate3d(0, 15px, 0);
	transform: translate3d(0, 15px, 0);

	opacity: 0;
	border: none !important;
	border-radius: 5px;
	outline: none;
	background: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
	box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
}

.rt-one-page-menu .dropdown:hover .dropdown-menu,
.rt-one-page-menu.dropdown.show .dropdown-menu {
	visibility: visible;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.rt-one-page-menu .dropdown-toggle:after {
	border: none;
}

.dropdown-menu {
	padding: 0 !important;
}

.dropdown-item {
	font-size: 14px !important;

	padding: 8px 20px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-align: left s !important;
	text-transform: capitalize;

	color: #3d446f !important;
}

.dropdown-item {
	font-weight: 500;
}

.dropdown-item:hover {
	padding-left: 25px;

	color: #fff !important;
	background: #31348c;
}

.home-two .dropdown-item:hover {
	background: #9932f5;
}

.rt-one-page-menu.homepage2 .dropdown-item:hover {
	background: #9932f5;
}

.navbar-toggler-icon {
	display: block;

	width: 35px;
	height: 2px;
	margin-bottom: 6px;

	-webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);

	background: #31348c;
}
.navbar-toggler-icon:nth-child(2) {
	width: 20px;
}

.home-two .navbar-toggler-icon {
	background: #fff;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
	margin-left: 8px;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
	-webkit-transform: rotate(45deg) translateX(6px);
	-ms-transform: rotate(45deg) translateX(6px);
	transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
	visibility: hidden;

	margin-left: -20px;

	opacity: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
	width: 35px;

	-webkit-transform: rotate(-45deg) translate(10px, -4px);
	-ms-transform: rotate(-45deg) translate(10px, -4px);
	transform: rotate(-45deg) translate(10px, -4px);
}

.rt-site-header.rt-sticky-active .navbar-toggler-icon {
	background: #fff;
}

.site-header.rt-sticky-active
	.rt-one-page-menu.homepage2.whitenav
	ul
	> li.nav-item
	> a.nav-link {
	color: #8b8b8b;
}

.rt-one-page-menu ul > li.dropdown:after {
	font-family: "icofont";

	position: absolute;
	top: 50%;
	right: -3px;

	content: "\ea99";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
}

.site-header.rt-sticky-active .rt-one-page-menu ul > li.dropdown:after {
	right: -6px;
}

span.menu-title {
	font-size: 16px;
	font-weight: 500;

	display: block;

	padding: 5px 0;
	padding-left: 15px;

	text-transform: capitalize;

	color: #292d46;
	border-bottom: 1px dashed #666;
}

.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
	color: #3d404d;
}
.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
	color: #9932f5;
}

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:after {
	color: #3d404d;
}

.rt-nav-dark.rt-one-page-menu ul > li.dropdown:hover:after {
	color: #9932f5;
}

.rt-nav-dark.rt-one-page-menu .dropdown-item:hover {
	background: #9932f5;
}

@media (max-width: 991.98px) {
	.home-two .navbar-nav {
		background: #9932f5;
	}
}

@media (max-width: 991.98px) {
	.navbar-nav {
		padding: 15px;

		border-radius: 3px 3px 0 0;
		background: #31348c;
	}
	.navbar-nav {
		margin-top: 30px;
	}
	.rt-one-page-menu .dropdown-menu {
		height: 0;
	}
	.rt-one-page-menu ul > li.dropdown:hover > .dropdown-menu {
		height: auto;
	}
	.rt-one-page-menu ul > li.nav-item > a.nav-link {
		font-size: 14px;

		padding: 2px 0;
	}
	.rt-one-page-menu ul > li.nav-item > a.nav-link:after {
		display: none;
	}
	.homepage2 .navbar-nav {
		background-image: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#27c2fd),
			to(#7f46ff)
		);
		background-image: -webkit-linear-gradient(
			right,
			#27c2fd 0%,
			#7f46ff 100%
		);
		background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
	}
	.rt-one-page-menu ul > li.dropdown:after {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link {
		color: #fff;
	}
	.rt-nav-dark.rt-one-page-menu ul > li.nav-item > a.nav-link:hover {
		color: #fff;
	}
	.rt-nav-dark.rt-one-page-menu .navbar-nav,
	.rt-nav-dark.rt-one-page-menu .navbar-toggler-icon {
		background: #9932f5;
	}
}

@media (max-width: 991.98px) {
	.main-menu > ul > li:hover:before,
	.main-menu > ul > li:hover:after,
	.main-menu > ul > li.current-menu-item:before,
	.main-menu > ul > li.current-menu-item:after {
		visibility: hidden;

		opacity: 0;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	.main-menu ul {
		text-align: left;
	}
	.main-menu ul li {
		display: block;
	}
	.main-menu ul li a {
		padding: 8px 20px !important;
	}
	.main-menu ul > li:hover > a {
		color: #bf3d58 !important;
		background: #fff;
	}
	.main-menu > ul > li.menu-item-has-children > ul.sub-menu {
		position: static;

		display: none;
		visibility: visible;

		padding-left: 15px;

		-webkit-transition: none;
		transition: none;

		opacity: 1;
		border-top: 3px solid transparent;
		background: #4464ec;
		-webkit-box-shadow: none;
		box-shadow: none;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
	.main-menu ul ul > li:hover > a {
		padding-left: 30px !important;

		color: #fff !important;
	}
	.main-menu ul ul {
		position: static;

		display: none;
		visibility: visible;

		margin: 0;
		padding-left: 15px;

		-webkit-transition: none;
		transition: none;

		opacity: 1;
		border: none;
		background: transparent;
		background-image: #222;
		-webkit-box-shadow: none;
		box-shadow: none;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
	.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
	.main-menu ul ul li a {
		display: block;

		padding: 10px 15px;
		padding: 7px 15px;

		text-transform: capitalize;

		color: #fff;
		border-bottom: 1px solid transparent;
	}
	.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
	.main-menu ul ul > li:hover > a {
		padding-left: 10px;

		background: #bf3d58;
	}
	.main-menu > ul > li.menu-item-has-children > ul.sub-menu > li > a,
	.main-menu ul ul li a {
		padding: 10px 0;
	}
	.main-menu {
		overflow-x: hidden;
	}
	.main-menu ul ul li.menu-item-has-children > a:after {
		right: 70px;
	}
	.main-menu ul {
		position: absolute;
		z-index: 999;
		top: 100%;
		left: 0;

		visibility: hidden;

		width: 100%;

		-webkit-transition: all 0.34s ease-in-out;
		transition: all 0.34s ease-in-out;

		opacity: 0;
		border: none;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
		background: #bf3d58;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
	.main-menu ul.show {
		top: 100%;

		visibility: visible;

		opacity: 1;

		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}

	.mobile-menu {
		display: block;

		text-align: center;
	}
	.main-menu ul.show > li > a {
		color: #fff;
	}
}
@media (max-width: 991.98px) {
	.main-menu ul.show {
		top: 100%;
		visibility: visible;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	}
}

@media (max-width: 991.98px) {
	.main-menu ul {
		position: absolute;
		z-index: 999;
		top: 100%;
		left: 0;
		visibility: hidden;
		width: 100%;
		-webkit-transition: all 0.34s ease-in-out;
		transition: all 0.34s ease-in-out;
		opacity: 0;
		border: none;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
		background: #bf3d58;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}
}
.rt-hidden-search {
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;

	visibility: hidden;
	overflow: hidden;

	width: 70px;
	height: 70px;

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	opacity: 0;
	border-radius: 50%;
	background-color: #bf3d58;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.rt-hidden-search .rt-search-close {
	font-size: 20px;

	position: absolute;
	top: 30px;
	right: 30px;

	cursor: pointer;

	color: #fff;
}
.rt-hidden-search.rt-search-active {
	visibility: visible;

	width: 100%;
	height: 100%;

	opacity: 1;
	border-radius: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.search-height {
	height: 100vh;
}

.open-offcanvasmenu {
	cursor: pointer;
}
.open-offcanvasmenu span {
	display: block;

	width: 30px;
	height: 2px;
	margin-bottom: 5px;

	-webkit-transition: all 0.12s ease-in-out;
	transition: all 0.12s ease-in-out;

	background: #999;
}
.open-offcanvasmenu:hover span {
	background: #bf3d58;
}
.open-offcanvasmenu:hover span:nth-child(1) {
	margin-bottom: 8px;
}
.open-offcanvasmenu:hover span:nth-child(2) {
	position: relative;

	width: 20px;
	margin-left: 5px;
}
.open-offcanvasmenu:hover span:nth-child(3) {
	margin-top: 8px;
}

.rt-sidnav {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;

	width: 385px;
	height: 100%;
	padding: 30px;

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: translateX(385px);
	-ms-transform: translateX(385px);
	transform: translateX(385px);

	background-color: #fff;
	-webkit-box-shadow: 0 24px 35px 0 rgba(153, 153, 153, 0.15);
	box-shadow: 0 24px 35px 0 rgba(153, 153, 153, 0.15);
}
@media (max-width: 320px) {
	.rt-sidnav {
		width: 300px !important;
	}
}
.rt-sidnav.active {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-animation: slideInRight 400ms ease-in-out;
	animation: slideInRight 400ms ease-in-out;
}
.rt-sidnav .sidenav-close {
	font-size: 30px;

	cursor: pointer;

	color: #bf3d58;
}

.rt-overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	opacity: 0;
	background: rgba(0, 0, 0, 0.4);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.rt-overlay.active {
	z-index: 9;

	visibility: visible;

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.rt-nav-tolls {
	margin-left: 30px;
}
.rt-nav-tolls span {
	margin-right: 10px;
}
.rt-nav-tolls span:last-child {
	margin-right: 0;
}
.rt-nav-tolls .rt-search-open {
	cursor: pointer;
}

/*4.0 Acrodain Css*/
#accordion {
	margin-top: 30px;
}
#accordion .card-header.card-primary {
	position: relative;
	z-index: 4;

	padding: 0;

	border: none;
	background: transparent;
}
#accordion .card {
	margin-bottom: 15px;

	border-color: transparent;
}
#accordion .card:last-child {
	margin-bottom: 0;
}
#accordion .card-body {
	line-height: 24px;

	position: relative;
	z-index: 3;
	top: -40px;

	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #333;
	border: none;
	border-radius: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(51, 55, 69, 0.2);
	box-shadow: 0 0 10px 0 rgba(51, 55, 69, 0.2);
}

.card .card-header.card-primary button[aria-expanded="false"],
.card .card-header.card-primary button[aria-expanded="true"] {
	font-family: "Poppins", sans-serifs;
	font-size: 16px;
	font-weight: 500;

	position: relative;

	display: block;

	padding: 10px 26px;

	text-align: left;
	text-decoration: none;

	color: #000;
	border-radius: 0;
	border-radius: 999px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(51, 55, 69, 0.2);
	box-shadow: 0 0 10px 0 rgba(51, 55, 69, 0.2);
}

.card .card-header.card-primary button[aria-expanded="true"] {
	color: #333;
	background: #fff;
}

.card .card-header.card-primary button[aria-expanded="false"]:before {
	font-family: "icofont" !important;
	font-size: 18px;

	position: absolute;
	top: 50%;
	right: 15px;

	content: "\eab2";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #000;
}

.card .card-header.card-primary button[aria-expanded="true"]:before {
	font-family: "icofont" !important;
	font-size: 18px;

	position: absolute;
	top: 50%;
	right: 15px;

	content: "\eab9";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #bf3d58;
	color: #000;
}

.card .card-header.card-primary button {
	display: block;

	width: 100%;

	border: none;
}
.card .card-header.card-primary button:after {
	border-radius: 5px;
}
.card .card-header.card-primary button:hover:after {
	border-radius: 5px;
}

/*4.1 Animation Css*/
/*4.2 Button Css*/
.rt-btn {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;

	position: relative;
	z-index: 2;

	display: inline-block;
	overflow: hidden;

	padding: 16px 37px;

	-webkit-transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	white-space: nowrap;

	border-width: 0;
	border-radius: 0;
}
.rt-btn.pill {
	border-radius: 999px;
}
.rt-btn.rt-rounded {
	border-radius: 10px;
}
.rt-btn.rt-sm {
	font-size: 14px;

	padding: 14px 25px;
}
.rt-btn.rt-sm2 {
	font-size: 14px;

	padding: 10px 35px;
}
.rt-btn.rt-sm3 {
	font-size: 13px;

	padding: 10px 30px;
}
.rt-btn.rt-xl {
	padding: 16px 100px;
}
.rt-btn.d-block {
	display: block !important;

	width: 100%;
}
.rt-btn.rt-video-primary {
	line-height: 80px;

	position: relative;
	z-index: 1;

	width: 80px;
	height: 80px;
	padding: 0;

	color: #fff;
	border-radius: 50%;
	background: #bf3d58;
	-webkit-box-shadow: 0 0 0 8px rgba(31, 211, 165, 0.3);
	box-shadow: 0 0 0 8px rgba(31, 211, 165, 0.3);
}
.rt-btn.rt-video-primary:after {
	font-family: "icofont";

	position: absolute;
	top: 50%;
	left: 50%;

	content: "\ec74";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rt-btn.rt-video-secondary {
	line-height: 55px;

	position: relative;
	z-index: 1;

	width: 55px;
	height: 55px;
	padding: 0;

	color: #fff;
	border-radius: 50%;
	background: #9932f5;
	-webkit-box-shadow: 0 0 0 8px rgba(153, 50, 245, 0.3);
	box-shadow: 0 0 0 8px rgba(153, 50, 245, 0.3);
}
.rt-btn.rt-video-secondary:after {
	font-family: "icofont";

	position: absolute;
	top: 50%;
	left: 50%;

	content: "\ec74";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rt-btn.rt-video-light {
	line-height: 60px;

	position: relative;
	z-index: 1;

	width: 60px;
	height: 60px;
	padding: 0;

	-webkit-animation: rt-pulse 1.25s infinite;
	animation: rt-pulse 1.25s infinite;

	color: #bf3d58;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}
.rt-btn.rt-video-light:after {
	font-family: "icofont";

	position: absolute;
	top: 50%;
	left: 50%;

	content: "\ec74";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
	.rt-btn {
		font-size: 14px;

		padding: 16px 37px;
	}
}

@-webkit-keyframes rt-pulse {
	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
}

@keyframes rt-pulse {
	to {
		-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
	}
}

.rt-button-group a {
	margin-right: 20px;
}
.rt-button-group a:last-child {
	margin-right: 0;
}

.rt-primary {
	color: #fff;
	border-color: #bf3d58;
	background: #bf3d58;
}
.rt-primary:hover,
.rt-primary:focus,
.rt-primary:active {
	color: #fff;
	border-color: #3e5cd8;
	background: #3e5cd8;
}

.rt-secondary,
.vp-pagination__style-default .vp-pagination__item > *,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
	color: #fff;
	border-color: #9932f5;
	background: #9932f5;
}
.rt-secondary:hover,
.vp-pagination__style-default .vp-pagination__item > :hover,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > :hover,
.rt-secondary:focus,
.vp-pagination__style-default .vp-pagination__item > :focus,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > :focus,
.rt-secondary:active,
.vp-pagination__style-default .vp-pagination__item > :active,
.vp-filter__style-default .vp-filter__item.vp-filter__item-active > :active {
	border-color: #822bd0;
	background: #822bd0;
}

.rt-light {
	color: #bf3d58;
	border-color: #fff;
	background: #fff;
}
.rt-light:hover,
.rt-light:focus,
.rt-light:active {
	color: #fff;
	border-color: #bf3d58;
	background: #bf3d58;
}

.rt-outline-primary {
	color: #bf3d58;
	border-color: #bf3d58;
}
.rt-outline-primary:hover,
.rt-outline-primary:focus,
.rt-outline-primary:active {
	color: #fff;
	border-color: #bf3d58;
	background-color: #bf3d58;
}

.rt-outline-secondary {
	color: #bf3d58;
	border-color: #9932f5;
}
.rt-outline-secondary:hover,
.rt-outline-secondary:focus,
.rt-outline-secondary:active {
	color: #bf3d58;
	border-color: #9932f5;
	background-color: #9932f5;
}

.rt-outline-light {
	color: #fff;
	border: 1px solid #fff;
}
.rt-outline-light:hover,
.rt-outline-light:focus,
.rt-outline-light:active {
	color: #fff;
	border-color: #3e5cd8;
	background: #3e5cd8;
}

.rt-gradient,
.rt-site-footer .footer-top .footer-subscripbe-box .btn {
	position: relative;
	z-index: 1;

	color: #fff;
	border: none;
	background: #ef8a60;
}
.rt-gradient:after,
.rt-site-footer .footer-top .footer-subscripbe-box .btn:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	border-radius: 10px;
	background: #bf3d58;
}
.rt-gradient:hover,
.rt-site-footer .footer-top .footer-subscripbe-box .btn:hover {
	color: #fff;
}
.rt-gradient:hover:after,
.rt-site-footer .footer-top .footer-subscripbe-box .btn:hover:after {
	visibility: visible;

	opacity: 1;
}
.rt-gradient.pill:hover:after,
.rt-site-footer .footer-top .footer-subscripbe-box .pill.btn:hover:after {
	border-radius: 999px;
}
.rt-gradient.rt-rounded:hover:after,
.rt-site-footer .footer-top .footer-subscripbe-box .rt-rounded.btn:hover:after {
	border-radius: 10px;
}

.rt-gradient2 {
	position: relative;
	z-index: 1;

	color: #fff;
	border: none;

	background: #f7a569;
}
.rt-gradient2:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	border-radius: 10px;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#7040ff),
		to(#5a33ff)
	);
	background-image: -webkit-linear-gradient(right, #7040ff 0%, #5a33ff 100%);
	background-image: linear-gradient(-90deg, #7040ff 0%, #5a33ff 100%);
}
.rt-gradient2:hover {
	color: #fff;
}
.rt-gradient2:hover:after {
	visibility: visible;

	opacity: 1;
}
.rt-gradient2.pill:hover:after {
	border-radius: 999px;
}
.rt-gradient2.rt-rounded:hover:after {
	border-radius: 10px;
}

.rt-gradient3 {
	position: relative;
	z-index: 1;

	color: #fff;
	border: none;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(bottom, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(0deg, #ffaa57 0%, #fe5c76 100%);
}
.rt-gradient3:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	border-radius: 10px;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#ffaa57),
		to(#fe5c76)
	);
	background-image: -webkit-linear-gradient(right, #ffaa57 0%, #fe5c76 100%);
	background-image: linear-gradient(-90deg, #ffaa57 0%, #fe5c76 100%);
}
.rt-gradient3:hover {
	color: #fff;
}
.rt-gradient3:hover:after {
	visibility: visible;

	opacity: 1;
}
.rt-gradient3.pill:hover:after {
	border-radius: 999px;
}
.rt-gradient3.rt-rounded:hover:after {
	border-radius: 10px;
}

.rt-outline-gradientL {
	position: relative;
	z-index: 1;

	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}
.rt-outline-gradientL:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	background: #bf3d58;
}
.rt-outline-gradientL:hover {
	color: #fff;
	border: 1px solid transparent;
}
.rt-outline-gradientL:hover:after {
	visibility: visible;

	opacity: 1;
	-webkit-box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.2);
	box-shadow: 0 15px 30px 0 rgba(13, 21, 75, 0.2);
}

.rt-outline-gradientP {
	position: relative;
	z-index: 1;

	color: #333;
	border: 1px solid #bf3d58;
	border-radius: 3px;
	background: transparent;
}
.rt-outline-gradientP:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #333;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#bf3d58),
		to(#9932f5)
	);
	background: -webkit-linear-gradient(left, #bf3d58, #9932f5);
	background: linear-gradient(to right, #bf3d58, #9932f5);
}
.rt-outline-gradientP:hover {
	color: #fff;
	border: 1px solid transparent;
}
.rt-outline-gradientP:hover:after {
	visibility: visible;

	opacity: 1;
}

.rt-outline-gradientS {
	position: relative;
	z-index: 1;

	color: #333;
	border: 1px solid #9932f5;
	border-radius: 3px;
	background: transparent;
}
.rt-outline-gradientS:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #333;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#9932f5),
		to(#bf3d58)
	);
	background: -webkit-linear-gradient(left, #9932f5, #bf3d58);
	background: linear-gradient(to right, #9932f5, #bf3d58);
}
.rt-outline-gradientS:hover {
	color: #fff;
	border: 1px solid transparent;
}
.rt-outline-gradientS:hover:after {
	visibility: visible;

	opacity: 1;
}

.rt-outline-primary:not(:disabled):not(.disabled).active,
.rt-outline-primary:not(:disabled):not(.disabled):active,
.show > .rt-outline-primary.dropdown-toggle {
	border-color: #bf3d58;
	background: #bf3d58;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rt-outline-primary:not(:disabled):not(.disabled).active:focus,
.rt-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .rt-outline-primary.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.aps-button-gruop .rt,
.aps-button-gruop .vp-pagination__style-default .vp-pagination__item > *,
.vp-pagination__style-default .aps-button-gruop .vp-pagination__item > * {
	margin: 0 5px;
}
.aps-button-gruop .rt:first-child,
.aps-button-gruop
	.vp-pagination__style-default
	.vp-pagination__item
	> :first-child,
.vp-pagination__style-default
	.aps-button-gruop
	.vp-pagination__item
	> :first-child {
	margin-left: -5px;
}

.rt-lnk {
	text-decoration: underline;

	color: #3d446f;
}

.vp-pagination__style-default .vp-pagination__item > * {
	border-radius: 999px;
}

.vp-filter__style-default .vp-filter__item.vp-filter__item-active > * {
	border-radius: 3px;
}

.rt-app-parimary {
	position: relative;
	z-index: 1;

	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;

	padding: 10px 40px;

	color: #fff;
	border: none;
	background: #ef8a60;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.rt-app-parimary .app-thumb {
	max-width: 0;
	margin-right: 30px;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 0;
	-ms-flex: 0 0 0;
	flex: 0 0 0;
}
.rt-app-parimary .app-thumb i {
	font-size: 20px;
}
.rt-app-parimary .app-text span {
	font-family: "Lato", sans-serif;
	font-weight: 600;

	display: block;

	text-transform: uppercase;
}
.rt-app-parimary .app-text span:nth-child(1) {
	font-size: 12px;
}
.rt-app-parimary .app-text span:nth-child(2) {
	font-size: 16px;
}
.rt-app-parimary:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	border-radius: 10px;
	background: #bf3d58;
}
.rt-app-parimary:hover {
	color: #fff;
}
.rt-app-parimary:hover:after {
	visibility: visible;

	opacity: 1;
}

.rt-app-secondary {
	position: relative;
	z-index: 1;

	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;

	padding: 10px 40px;

	color: #fff;
	border: none;
	background: -webkit-linear-gradient(55deg, #01dfb8 0%, #49e541 100%);
	background: linear-gradient(35deg, #01dfb8 0%, #49e541 100%);

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.rt-app-secondary .app-thumb {
	max-width: 0;
	margin-right: 30px;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 0;
	-ms-flex: 0 0 0;
	flex: 0 0 0;
}
.rt-app-secondary .app-thumb i {
	font-size: 25px;
}
.rt-app-secondary .app-text span {
	font-family: "Lato", sans-serif;
	font-weight: 600;

	display: block;

	text-transform: uppercase;
}
.rt-app-secondary .app-text span:nth-child(1) {
	font-size: 12px;
}
.rt-app-secondary .app-text span:nth-child(2) {
	font-size: 16px;
}
.rt-app-secondary:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	border-radius: 10px;
	background: -webkit-linear-gradient(55deg, #49e541 0%, #01dfb8 100%);
	background: linear-gradient(35deg, #49e541 0%, #01dfb8 100%);
}
.rt-app-secondary:hover {
	color: #fff;
}
.rt-app-secondary:hover:after {
	visibility: visible;

	opacity: 1;
}

/*4.3 Bredcump Css*/
.rt-breadcump {
	position: relative;

	margin-bottom: 50px;

	color: #fff;
	background-color: #1d2a49;
}
@media (max-width: 767.98px) {
	.rt-breadcump {
		margin-bottom: 70px;
	}
}
.rt-breadcump a,
.rt-breadcump p {
	font-size: 16px;

	position: relative;

	color: #fff;
}
.rt-breadcump h1,
.rt-breadcump h2,
.rt-breadcump h3,
.rt-breadcump h4,
.rt-breadcump h5,
.rt-breadcump h6 {
	font-size: 50px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
}
@media (max-width: 767.98px) {
	.rt-breadcump h1,
	.rt-breadcump h2,
	.rt-breadcump h3,
	.rt-breadcump h4,
	.rt-breadcump h5,
	.rt-breadcump h6 {
		font-size: 32px;
	}
}
.rt-breadcump .rt-breadcump-height {
	position: absolute;
	bottom: 0;
}
@media (max-width: 767.98px) {
	.rt-breadcump .rt-breadcump-height.with-logn-height {
		height: 650px;
	}
}
.rt-breadcump .rt-page-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #5d265273;
	z-index: 9;
	opacity: 0.75;
}
.rt-page-bg.rtbgprefix-cover img {
	width: 100%;
	height: 170px;
}
.rt-breadcump .breadcrumbs-content {
	position: relative;
	z-index: 9;
}
@media (max-width: 767.98px) {
	.rt-breadcump .breadcrumbs-content {
		padding-top: 0;
	}
}

/*4.4 Pagination Css*/
.pagination.rt-paganation {
	padding-top: 25px;
}
@media (max-width: 767.98px) {
	.pagination.rt-paganation {
		padding-top: 10px;
	}
}
.pagination.rt-paganation li.page-item {
	margin-right: 15px;
}
.pagination.rt-paganation li.page-item:last-child {
	margin-right: 0;
}
.pagination.rt-paganation li.page-item.active .page-link {
	color: #fff;
	border-color: transparent;
	background-image: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
	background-image: linear-gradient(
		8deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
	-webkit-box-shadow: 0 12px 20px 0 rgba(46, 70, 198, 0.2);
	box-shadow: 0 12px 20px 0 rgba(46, 70, 198, 0.2);
}
.pagination.rt-paganation li.page-item.active .page-link:hover {
	color: #fff;
}
.pagination.rt-paganation li.page-item .page-link {
	font-family: "Poppins", sans-serifs;
	font-size: 18px;
	font-weight: 500;
	line-height: 42px;

	width: 42px;
	height: 42px;
	padding: 0;

	text-align: center;

	color: #505b6d;
	border-color: #f7f8fc;
	border-radius: 1px;
	border-radius: 3px;
	background-color: #f7f8fc;
	-webkit-box-shadow: 0 4px 10px 0 rgba(12, 124, 255, 0.15);
	box-shadow: 0 4px 10px 0 rgba(12, 124, 255, 0.15);
}
.pagination.rt-paganation li.page-item .page-link:hover {
	color: #fff;
	background-image: -webkit-linear-gradient(
		98deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
	background-image: linear-gradient(
		-8deg,
		#9932f5 0%,
		#7133f3 17%,
		#4933f1 45%,
		#4950f8 71%,
		#bf3d58 100%
	);
}
.pagination.rt-paganation li.page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*4.5 rt-socials Css*/
.rt-social {
	margin: 0;
	padding: 0;

	list-style: none;
}
.rt-social li {
	position: relative;
	z-index: 1;

	display: inline-block;

	padding-right: 10px;
}
@media (max-width: 767.98px) {
	.rt-social li {
		padding-right: 8px;
	}
}
.rt-social li:last-child {
	padding-right: 0;
}
.rt-social li a {
	position: relative;
	z-index: 1;

	display: block;

	-webkit-transition: all 0.34s ease-in-out;
	transition: all 0.34s ease-in-out;

	color: #3d446f;
}
.rt-social li a:hover {
	color: #bf3d58;
}
.rt-social.normal-style-one li {
	padding-right: 30px;

	color: #b3b7c8;
}
@media (max-width: 991.98px) {
	.rt-social.normal-style-one li {
		padding-right: 20px;
	}
}
@media (max-width: 767.98px) {
	.rt-social.normal-style-one li {
		padding-right: 8px;
	}
}
.rt-social.normal-style-one li:last-child {
	padding-right: 0;
}
.rt-social.normal-style-one li a {
	color: #b3b7c8;
}
.rt-social.normal-style-one li a:hover {
	color: #bf3d58;
}
.rt-social.rt-circle-style li a {
	font-size: 14px;
	line-height: 27px;
	width: 27px;
	height: 27px;
	text-align: center;
	border: 1px solid #d9e0fd;
	padding: 0 6px !important;
	border-radius: 50%;
}
.rt-social.rt-circle-style li a:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.34s ease-in-out;
	transition: all 0.34s ease-in-out;

	opacity: 0;
	border-radius: 50%;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.rt-social.rt-circle-style li a:hover {
	color: #fff !important;
	border: transparent;
}
.rt-social.rt-circle-style li a:hover:after {
	visibility: visible;

	-webkit-animation: zoomIn 0.34s ease-in-out;
	animation: zoomIn 0.34s ease-in-out;

	opacity: 1;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.rt-social.rt-circle-style2 li a {
	font-size: 16px;
	line-height: 43px;

	width: 43px;
	height: 43px;

	text-align: center;

	color: #bf3d58;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
}
.rt-social.rt-circle-style2 li a:hover {
	color: #fff !important;
	background: #ff8665;
}
.rt-social.rt-circle-style2 li a:hover i {
	-webkit-animation: zoomIn 400ms ease-in-out;
	animation: zoomIn 400ms ease-in-out;
}

/*4.6 modal css*/
.rt-lgoinmodal .modal-content {
	border-radius: 12px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}
.rt-lgoinmodal .modal-content .modal-body {
	padding: 0;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr {
	padding-top: 20px;

	text-align: center;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr h4 {
	font-size: 20px;
	font-weight: 700;

	margin: 0 0 15px;

	text-transform: uppercase;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;

	color: #3d446f;
}
@media (max-width: 991.98px) {
	.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr p {
		width: 100%;
	}
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.one.hide-cac {
	display: none;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two {
	display: none;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-headr.two.show-cac {
	display: block;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input {
	padding-right: 30px;
	padding-left: 30px;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input input[type="submit"],
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input button {
	margin-top: 30px;
}
.rt-lgoinmodal
	.modal-content
	.modal-body
	.rt-modal-input
	input[type="submit"]:hover,
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input button:hover {
	-webkit-box-shadow: 0 10px 36px 0 rgba(73, 105, 253, 0.8);
	box-shadow: 0 10px 36px 0 rgba(73, 105, 253, 0.8);
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register {
	margin-top: 25px;

	text-align: center;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span {
	font-size: 14px;

	color: #0d154b;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input .ac-register span a {
	font-size: 16px;
	font-weight: 700;

	color: red;
	color: #000;
}
.rt-lgoinmodal
	.modal-content
	.modal-body
	.rt-modal-input
	.ac-register
	span
	a:hover {
	color: #bf3d58;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.one.hide-cac {
	display: none;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two {
	display: none;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-input.two.show-cac {
	display: block;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer {
	position: relative;

	margin-top: 40px;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;

	text-align: center;

	background-image: -webkit-linear-gradient(
		98deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background-image: linear-gradient(
		-8deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer h4 {
	font-size: 20px;
	font-weight: 700;

	margin: 0 0 25px;

	text-transform: capitalize;

	color: #fff;
}
.rt-lgoinmodal .modal-content .modal-body .rt-modal-footer span {
	font-size: 16px;
	font-size: 13px;
	font-weight: 600;
	line-height: 45px;

	position: absolute;
	top: -25px;
	left: 50%;

	display: inline-block;

	width: 45px;
	height: 45px;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	text-transform: uppercase;

	color: #bf3d58;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
	box-shadow: 0 13px 20px 0 rgba(13, 21, 75, 0.4);
}

/*4.7 form css*/
.rt-form [type="color"],
.rt-form [type="date"],
.rt-form [type="datetime"],
.rt-form [type="datetime-local"],
.rt-form [type="email"],
.rt-form [type="month"],
.rt-form [type="number"],
.rt-form [type="password"],
.rt-form [type="search"],
.rt-form [type="tel"],
.rt-form [type="text"],
.rt-form [type="time"],
.rt-form [type="url"],
.rt-form [type="week"],
.rt-form input:not([type]),
.rt-form textarea,
.rt-form .form-control {
	font-size: 16px;

	display: block;

	width: 100%;
	min-height: 51px;
	padding: 20px;

	border: 1px solid rgba(90, 90, 90, 0.5);
}
.rt-form [type="color"].pill,
.rt-form [type="date"].pill,
.rt-form [type="datetime"].pill,
.rt-form [type="datetime-local"].pill,
.rt-form [type="email"].pill,
.rt-form [type="month"].pill,
.rt-form [type="number"].pill,
.rt-form [type="password"].pill,
.rt-form [type="search"].pill,
.rt-form [type="tel"].pill,
.rt-form [type="text"].pill,
.rt-form [type="time"].pill,
.rt-form [type="url"].pill,
.rt-form [type="week"].pill,
.rt-form input:not([type]).pill,
.rt-form textarea.pill,
.rt-form .form-control.pill {
	border-radius: 999px;
}
.rt-form [type="color"]::-webkit-input-placeholder,
.rt-form [type="date"]::-webkit-input-placeholder,
.rt-form [type="datetime"]::-webkit-input-placeholder,
.rt-form [type="datetime-local"]::-webkit-input-placeholder,
.rt-form [type="email"]::-webkit-input-placeholder,
.rt-form [type="month"]::-webkit-input-placeholder,
.rt-form [type="number"]::-webkit-input-placeholder,
.rt-form [type="password"]::-webkit-input-placeholder,
.rt-form [type="search"]::-webkit-input-placeholder,
.rt-form [type="tel"]::-webkit-input-placeholder,
.rt-form [type="text"]::-webkit-input-placeholder,
.rt-form [type="time"]::-webkit-input-placeholder,
.rt-form [type="url"]::-webkit-input-placeholder,
.rt-form [type="week"]::-webkit-input-placeholder,
.rt-form input:not([type])::-webkit-input-placeholder,
.rt-form textarea::-webkit-input-placeholder,
.rt-form .form-control::-webkit-input-placeholder {
	font-size: 16px;

	color: #727799;
}
.rt-form [type="color"]::-moz-placeholder,
.rt-form [type="date"]::-moz-placeholder,
.rt-form [type="datetime"]::-moz-placeholder,
.rt-form [type="datetime-local"]::-moz-placeholder,
.rt-form [type="email"]::-moz-placeholder,
.rt-form [type="month"]::-moz-placeholder,
.rt-form [type="number"]::-moz-placeholder,
.rt-form [type="password"]::-moz-placeholder,
.rt-form [type="search"]::-moz-placeholder,
.rt-form [type="tel"]::-moz-placeholder,
.rt-form [type="text"]::-moz-placeholder,
.rt-form [type="time"]::-moz-placeholder,
.rt-form [type="url"]::-moz-placeholder,
.rt-form [type="week"]::-moz-placeholder,
.rt-form input:not([type])::-moz-placeholder,
.rt-form textarea::-moz-placeholder,
.rt-form .form-control::-moz-placeholder {
	font-size: 16px;

	color: #727799;
}
.rt-form [type="color"]::-ms-input-placeholder,
.rt-form [type="date"]::-ms-input-placeholder,
.rt-form [type="datetime"]::-ms-input-placeholder,
.rt-form [type="datetime-local"]::-ms-input-placeholder,
.rt-form [type="email"]::-ms-input-placeholder,
.rt-form [type="month"]::-ms-input-placeholder,
.rt-form [type="number"]::-ms-input-placeholder,
.rt-form [type="password"]::-ms-input-placeholder,
.rt-form [type="search"]::-ms-input-placeholder,
.rt-form [type="tel"]::-ms-input-placeholder,
.rt-form [type="text"]::-ms-input-placeholder,
.rt-form [type="time"]::-ms-input-placeholder,
.rt-form [type="url"]::-ms-input-placeholder,
.rt-form [type="week"]::-ms-input-placeholder,
.rt-form input:not([type])::-ms-input-placeholder,
.rt-form textarea::-ms-input-placeholder,
.rt-form .form-control::-ms-input-placeholder {
	font-size: 16px;

	color: #727799;
}
.rt-form [type="color"]::placeholder,
.rt-form [type="date"]::placeholder,
.rt-form [type="datetime"]::placeholder,
.rt-form [type="datetime-local"]::placeholder,
.rt-form [type="email"]::placeholder,
.rt-form [type="month"]::placeholder,
.rt-form [type="number"]::placeholder,
.rt-form [type="password"]::placeholder,
.rt-form [type="search"]::placeholder,
.rt-form [type="tel"]::placeholder,
.rt-form [type="text"]::placeholder,
.rt-form [type="time"]::placeholder,
.rt-form [type="url"]::placeholder,
.rt-form [type="week"]::placeholder,
.rt-form input:not([type])::placeholder,
.rt-form textarea::placeholder,
.rt-form .form-control::placeholder {
	font-size: 16px;

	color: #727799;
}
.rt-form [type="color"]:focus,
.rt-form [type="date"]:focus,
.rt-form [type="datetime"]:focus,
.rt-form [type="datetime-local"]:focus,
.rt-form [type="email"]:focus,
.rt-form [type="month"]:focus,
.rt-form [type="number"]:focus,
.rt-form [type="password"]:focus,
.rt-form [type="search"]:focus,
.rt-form [type="tel"]:focus,
.rt-form [type="text"]:focus,
.rt-form [type="time"]:focus,
.rt-form [type="url"]:focus,
.rt-form [type="week"]:focus,
.rt-form input:not([type]):focus,
.rt-form textarea:focus,
.rt-form .form-control:focus {
	border-color: #bf3d58;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rt-form select {
	width: 100%;
	height: 51px;

	color: #727799;
	border: 1px solid rgba(90, 90, 90, 0.5);
	background-color: transparent;
}
.rt-form select:focus {
	outline: none;
}

.rt-form [type="color"]:focus,
.rt-form [type="date"]:focus,
.rt-form [type="datetime"]:focus,
.rt-form [type="datetime-local"]:focus,
.rt-form [type="email"]:focus,
.rt-form [type="month"]:focus,
.rt-form [type="number"]:focus,
.rt-form [type="password"]:focus,
.rt-form [type="search"]:focus,
.rt-form [type="tel"]:focus,
.rt-form [type="text"]:focus,
.rt-form [type="time"]:focus,
.rt-form [type="url"]:focus,
.rt-form [type="week"]:focus,
.rt-form input:not([type]):focus,
.rt-form textarea:focus,
.rt-form .form-control:focus {
	border-color: #bf3d58 !important;
	outline: none;
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.rt-form [type="color"]:hover,
.rt-form [type="date"]:hover,
.rt-form [type="datetime"]:hover,
.rt-form [type="datetime-local"]:hover,
.rt-form [type="email"]:hover,
.rt-form [type="month"]:hover,
.rt-form [type="number"]:hover,
.rt-form [type="password"]:hover,
.rt-form [type="search"]:hover,
.rt-form [type="tel"]:hover,
.rt-form [type="text"]:hover,
.rt-form [type="time"]:hover,
.rt-form [type="url"]:hover,
.rt-form [type="week"]:hover,
.rt-form input:not([type]):hover,
.rt-form textarea:hover,
.rt-form .form-control:hover {
	border-color: #bf3d58 !important;
	background: transparent;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.rt-form .forgot-pass label {
	font-size: 14px;

	padding-left: 10px;
}

.rt-form.rt-line-form [type="color"],
.rt-form.rt-line-form [type="date"],
.rt-form.rt-line-form [type="datetime"],
.rt-form.rt-line-form [type="datetime-local"],
.rt-form.rt-line-form [type="email"],
.rt-form.rt-line-form [type="month"],
.rt-form.rt-line-form [type="number"],
.rt-form.rt-line-form [type="password"],
.rt-form.rt-line-form [type="search"],
.rt-form.rt-line-form [type="tel"],
.rt-form.rt-line-form [type="text"],
.rt-form.rt-line-form [type="time"],
.rt-form.rt-line-form [type="url"],
.rt-form.rt-line-form [type="week"],
.rt-form.rt-line-form input:not([type]),
.rt-form.rt-line-form textarea,
.rt-form.rt-line-form .form-control {
	border: none;
	border-bottom: 1px solid rgba(90, 90, 90, 0.5);
}
.rt-form.rt-line-form [type="color"]:focus,
.rt-form.rt-line-form [type="date"]:focus,
.rt-form.rt-line-form [type="datetime"]:focus,
.rt-form.rt-line-form [type="datetime-local"]:focus,
.rt-form.rt-line-form [type="email"]:focus,
.rt-form.rt-line-form [type="month"]:focus,
.rt-form.rt-line-form [type="number"]:focus,
.rt-form.rt-line-form [type="password"]:focus,
.rt-form.rt-line-form [type="search"]:focus,
.rt-form.rt-line-form [type="tel"]:focus,
.rt-form.rt-line-form [type="text"]:focus,
.rt-form.rt-line-form [type="time"]:focus,
.rt-form.rt-line-form [type="url"]:focus,
.rt-form.rt-line-form [type="week"]:focus,
.rt-form.rt-line-form input:not([type]):focus,
.rt-form.rt-line-form textarea:focus,
.rt-form.rt-line-form .form-control:focus {
	border-color: #bf3d58;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rt-form.rt-line-form select {
	width: 100%;

	border: none;
	border-bottom: 1px solid rgba(90, 90, 90, 0.5);
}

/*4.8 select2 css*/
.select1_inner {
	position: relative;
	position: relative;

	height: 42px;

	border: 1px solid #ebebeb;
	background: #fff;
}

.select1_inner:after {
	position: absolute;
	top: 17px;
	right: 10px;

	display: block;

	width: 10px;
	height: 7px;

	content: "";

	background: url(../images/a1.png) 0 0 no-repeat;
}

.select2 {
	width: 100%;
}

.select2 *:focus {
	outline: none !important;
}

.select2-container--default .select2-results > .select2-results__options {
	overflow: hidden;

	max-height: 500px;
}

.select2-container--default .select2-selection--single {
	font-size: 16px;

	position: relative;

	height: 53px;

	border: 1px solid rgba(79, 79, 79, 0.1);
	border-radius: 999px;
	background: none;
	-webkit-box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
	box-shadow: 0 5px 10px 0 rgba(55, 94, 246, 0.2);
}
@media (max-width: 767.98px) {
	.select2-container--default .select2-selection--single {
		height: 46px;
	}
}

.dark-search .select2-container--default .select2-selection--single {
	border-color: rgba(42, 56, 76, 0.15);
	background: #343d60;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.dark-search
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: rgba(106, 121, 185, 0.8);
}

.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom-right-radius: 999px;
	border-bottom-left-radius: 999px;
}

.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top-left-radius: 999px;
	border-top-right-radius: 999px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 16px;
	line-height: 53px;

	padding-left: 40px;

	color: rgba(79, 79, 79, 0.8);
}
@media (max-width: 767.98px) {
	.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		line-height: 46px;
	}
}

.select2_inner
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	padding-left: 0;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	display: none;
}

.select2-dropdown {
	z-index: 10;

	min-width: 0;

	border-radius: 0;
	background: none;
}

.select2-container--open .select2-dropdown--below {
	border: none;
}

.select2-results__option {
	font-size: 14px;
	line-height: 20px;

	padding: 10px 5px 10px 15px;

	color: #fff;
	border-top: 1px solid #bf3d58;
	background: #bf3d58;
}

.select2-results__option:first-child {
	border-top: none;
}

.small .select2-results__option {
	padding-left: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #bf3d58;
	background: #fff;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	color: #bf3d58;
	background: #fff;
}

.flight-list-box
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	display: block;
}

.flight-list-box
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 13px;
	right: 20px;
}

.flight-list-box
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #4f4f4f transparent transparent transparent;
}

/* .rt-widget .ui-slider {
	position: relative;
}

.rt-widget .ui-widget.ui-widget-content {
	height: 3px;

	border: medium none;
	border-radius: 0;
	background: #eee;
}

.rt-widget .ui-state-default,
.rt-widget .ui-widget-content .ui-state-default,
.rt-widget .ui-widget-header .ui-state-default,
.rt-widget .ui-button {
	width: 20px;
	height: 20px;

	border: medium none;
	border-radius: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#9932f5),
		to(#4968fd)
	);
	background: -webkit-linear-gradient(left, #9932f5 0%, #4968fd 100%);
	background: linear-gradient(90deg, #9932f5 0%, #4968fd 100%);
} */

.rt-widget html .ui-button.ui-state-disabled:hover,
.rt-widget html .ui-button.ui-state-disabled:active {
	border: medium none;
	border-radius: 100%;
	background: #000 none repeat scroll 0 0;
}

.rt-widget .ui-widget-header {
	background: #3681ff;
}

.rt-widget .ui-slider-range.ui-corner-all.ui-widget-header {
	background: pink;
}

.rt-widget .price_slider_amount {
	margin-top: 30px;
	margin-bottom: 20px;
}

.rt-widget .price_slider_amount input {
	display: inline-block;
}

.slick-loading .slick-track {
	visibility: visible !important;
	opacity: 1 !important;
}
.slick-loading .slick-current {
	visibility: visible;
}
.rt-widget .ui-slider-horizontal .ui-slider-handle:focus {
	outline: none;
}

.rt-widget .price_slider_amount input.amount {
	font-size: 14px;

	width: 100px;

	color: #bf3d58;
	border: medium none;
}
.rt-widget .price_slider_amount input.amount:focus {
	border: none;
	outline: none;
}

.rt-widget .price_slider_amount span {
	font-size: 14px;
}

.rt-widget .ui-slider-horizontal .ui-slider-range {
	top: 0;

	height: 100%;
}

.tippy-tooltip {
	font-family: "Lato", sans-serif !important;
	font-size: 14px !important;

	padding: 8px 20px !important;
}

.ui-datepicker .ui-datepicker-header {
	color: #fff;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
	color: #fff;
	border: 1px solid #bf3d58;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
	opacity: 0.7;
	border: 1px solid #bf3d58;
	background: -webkit-linear-gradient(
		82deg,
		#9932f5 0%,
		#4933f1 53%,
		#4950f8 70%,
		#bf3d58 100%
	);
	background: #bf3d58;
}

/*4.9 datepicker css*/
/*4.10 alert css*/
.rt-alrt-1 {
	position: relative;
	z-index: 1;

	color: #555;
	-webkit-box-shadow: 0 4px 20px 0 rgba(46, 70, 198, 0.2);
	box-shadow: 0 4px 20px 0 rgba(46, 70, 198, 0.2);
}
.rt-alrt-1:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";

	opacity: 0.2;
	background-image: -webkit-linear-gradient(
		82deg,
		#bf3d58 0%,
		#4950f8 29%,
		#4933f1 55%,
		#7133f3 83%,
		#9932f5 100%
	);
	background-image: linear-gradient(
		8deg,
		#bf3d58 0%,
		#4950f8 29%,
		#4933f1 55%,
		#7133f3 83%,
		#9932f5 100%
	);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
}
.rt-alrt-1 i {
	font-size: 25px;

	color: #000;
}

.alert {
	padding: 30px;

	border: medium none;
	border-radius: 0;
}

/*4.11 badge css*/
.rt-gradinet-badge {
	font-size: 16px;
	font-weight: 400;

	padding: 6px 16px;

	color: #fff;
	background: #ef8a60;
}
.rt-gradinet-badge.pill {
	border-radius: 999px;
}

/*4.12 icon css*/
.rt-hw-0 {
	line-height: 0;

	width: 0;
	height: 0;
}

.rt-hw-1 {
	line-height: 1px;

	width: 1px;
	height: 1px;
}

.rt-hw-2 {
	line-height: 2px;

	width: 2px;
	height: 2px;
}

.rt-hw-3 {
	line-height: 3px;

	width: 3px;
	height: 3px;
}

.rt-hw-4 {
	line-height: 4px;

	width: 4px;
	height: 4px;
}

.rt-hw-5 {
	line-height: 5px;

	width: 5px;
	height: 5px;
}

.rt-hw-6 {
	line-height: 6px;

	width: 6px;
	height: 6px;
}

.rt-hw-7 {
	line-height: 7px;

	width: 7px;
	height: 7px;
}

.rt-hw-8 {
	line-height: 8px;

	width: 8px;
	height: 8px;
}

.rt-hw-9 {
	line-height: 9px;

	width: 9px;
	height: 9px;
}

.rt-hw-10 {
	line-height: 10px;

	width: 10px;
	height: 10px;
}

.rt-hw-11 {
	line-height: 11px;

	width: 11px;
	height: 11px;
}

.rt-hw-12 {
	line-height: 12px;

	width: 12px;
	height: 12px;
}

.rt-hw-13 {
	line-height: 13px;

	width: 13px;
	height: 13px;
}

.rt-hw-14 {
	line-height: 14px;

	width: 14px;
	height: 14px;
}

.rt-hw-15 {
	line-height: 15px;

	width: 15px;
	height: 15px;
}

.rt-hw-16 {
	line-height: 16px;

	width: 16px;
	height: 16px;
}

.rt-hw-17 {
	line-height: 17px;

	width: 17px;
	height: 17px;
}

.rt-hw-18 {
	line-height: 18px;

	width: 18px;
	height: 18px;
}

.rt-hw-19 {
	line-height: 19px;

	width: 19px;
	height: 19px;
}

.rt-hw-20 {
	line-height: 20px;

	width: 20px;
	height: 20px;
}

.rt-hw-21 {
	line-height: 21px;

	width: 21px;
	height: 21px;
}

.rt-hw-22 {
	line-height: 22px;

	width: 22px;
	height: 22px;
}

.rt-hw-23 {
	line-height: 23px;

	width: 23px;
	height: 23px;
}

.rt-hw-24 {
	line-height: 24px;

	width: 24px;
	height: 24px;
}

.rt-hw-25 {
	line-height: 25px;

	width: 25px;
	height: 25px;
}

.rt-hw-26 {
	line-height: 26px;

	width: 26px;
	height: 26px;
}

.rt-hw-27 {
	line-height: 27px;

	width: 27px;
	height: 27px;
}

.rt-hw-28 {
	line-height: 28px;

	width: 28px;
	height: 28px;
}

.rt-hw-29 {
	line-height: 29px;

	width: 29px;
	height: 29px;
}

.rt-hw-30 {
	line-height: 30px;

	width: 30px;
	height: 30px;
}

.rt-hw-31 {
	line-height: 31px;

	width: 31px;
	height: 31px;
}

.rt-hw-32 {
	line-height: 32px;

	width: 32px;
	height: 32px;
}

.rt-hw-33 {
	line-height: 33px;

	width: 33px;
	height: 33px;
}

.rt-hw-34 {
	line-height: 34px;

	width: 34px;
	height: 34px;
}

.rt-hw-35 {
	line-height: 35px;

	width: 35px;
	height: 35px;
}

.rt-hw-36 {
	line-height: 36px;

	width: 36px;
	height: 36px;
}

.rt-hw-37 {
	line-height: 37px;

	width: 37px;
	height: 37px;
}

.rt-hw-38 {
	line-height: 38px;

	width: 38px;
	height: 38px;
}

.rt-hw-39 {
	line-height: 39px;

	width: 39px;
	height: 39px;
}

.rt-hw-40 {
	line-height: 40px;

	width: 40px;
	height: 40px;
}

.rt-hw-41 {
	line-height: 41px;

	width: 41px;
	height: 41px;
}

.rt-hw-42 {
	line-height: 42px;

	width: 42px;
	height: 42px;
}

.rt-hw-43 {
	line-height: 43px;

	width: 43px;
	height: 43px;
}

.rt-hw-44 {
	line-height: 44px;

	width: 44px;
	height: 44px;
}

.rt-hw-45 {
	line-height: 45px;

	width: 45px;
	height: 45px;
}

.rt-hw-46 {
	line-height: 46px;

	width: 46px;
	height: 46px;
}

.rt-hw-47 {
	line-height: 47px;

	width: 47px;
	height: 47px;
}

.rt-hw-48 {
	line-height: 48px;

	width: 48px;
	height: 48px;
}

.rt-hw-49 {
	line-height: 49px;

	width: 49px;
	height: 49px;
}

.rt-hw-50 {
	line-height: 50px;

	width: 50px;
	height: 50px;
}

.rt-hw-51 {
	line-height: 51px;

	width: 51px;
	height: 51px;
}

.rt-hw-52 {
	line-height: 52px;

	width: 52px;
	height: 52px;
}

.rt-hw-53 {
	line-height: 53px;

	width: 53px;
	height: 53px;
}

.rt-hw-54 {
	line-height: 54px;

	width: 54px;
	height: 54px;
}

.rt-hw-55 {
	line-height: 55px;

	width: 55px;
	height: 55px;
}

.rt-hw-56 {
	line-height: 56px;

	width: 56px;
	height: 56px;
}

.rt-hw-57 {
	line-height: 57px;

	width: 57px;
	height: 57px;
}

.rt-hw-58 {
	line-height: 58px;

	width: 58px;
	height: 58px;
}

.rt-hw-59 {
	line-height: 59px;

	width: 59px;
	height: 59px;
}

.rt-hw-60 {
	line-height: 60px;

	width: 60px;
	height: 60px;
}

.rt-hw-61 {
	line-height: 61px;

	width: 61px;
	height: 61px;
}

.rt-hw-62 {
	line-height: 62px;

	width: 62px;
	height: 62px;
}

.rt-hw-63 {
	line-height: 63px;

	width: 63px;
	height: 63px;
}

.rt-hw-64 {
	line-height: 64px;

	width: 64px;
	height: 64px;
}

.rt-hw-65 {
	line-height: 65px;

	width: 65px;
	height: 65px;
}

.rt-hw-66 {
	line-height: 66px;

	width: 66px;
	height: 66px;
}

.rt-hw-67 {
	line-height: 67px;

	width: 67px;
	height: 67px;
}

.rt-hw-68 {
	line-height: 68px;

	width: 68px;
	height: 68px;
}

.rt-hw-69 {
	line-height: 69px;

	width: 69px;
	height: 69px;
}

.rt-hw-70 {
	line-height: 70px;

	width: 70px;
	height: 70px;
}

.rt-hw-71 {
	line-height: 71px;

	width: 71px;
	height: 71px;
}

.rt-hw-72 {
	line-height: 72px;

	width: 72px;
	height: 72px;
}

.rt-hw-73 {
	line-height: 73px;

	width: 73px;
	height: 73px;
}

.rt-hw-74 {
	line-height: 74px;

	width: 74px;
	height: 74px;
}

.rt-hw-75 {
	line-height: 75px;

	width: 75px;
	height: 75px;
}

.rt-hw-76 {
	line-height: 76px;

	width: 76px;
	height: 76px;
}

.rt-hw-77 {
	line-height: 77px;

	width: 77px;
	height: 77px;
}

.rt-hw-78 {
	line-height: 78px;

	width: 78px;
	height: 78px;
}

.rt-hw-79 {
	line-height: 79px;

	width: 79px;
	height: 79px;
}

.rt-hw-80 {
	line-height: 80px;

	width: 80px;
	height: 80px;
}

.rt-hw-81 {
	line-height: 81px;

	width: 81px;
	height: 81px;
}

.rt-hw-82 {
	line-height: 82px;

	width: 82px;
	height: 82px;
}

.rt-hw-83 {
	line-height: 83px;

	width: 83px;
	height: 83px;
}

.rt-hw-84 {
	line-height: 84px;

	width: 84px;
	height: 84px;
}

.rt-hw-85 {
	line-height: 85px;

	width: 85px;
	height: 85px;
}

.rt-hw-86 {
	line-height: 86px;

	width: 86px;
	height: 86px;
}

.rt-hw-87 {
	line-height: 87px;

	width: 87px;
	height: 87px;
}

.rt-hw-88 {
	line-height: 88px;

	width: 88px;
	height: 88px;
}

.rt-hw-89 {
	line-height: 89px;

	width: 89px;
	height: 89px;
}

.rt-hw-90 {
	line-height: 90px;

	width: 90px;
	height: 90px;
}

.rt-hw-91 {
	line-height: 91px;

	width: 91px;
	height: 91px;
}

.rt-hw-92 {
	line-height: 92px;

	width: 92px;
	height: 92px;
}

.rt-hw-93 {
	line-height: 93px;

	width: 93px;
	height: 93px;
}

.rt-hw-94 {
	line-height: 94px;

	width: 94px;
	height: 94px;
}

.rt-hw-95 {
	line-height: 95px;

	width: 95px;
	height: 95px;
}

.rt-hw-96 {
	line-height: 96px;

	width: 96px;
	height: 96px;
}

.rt-hw-97 {
	line-height: 97px;

	width: 97px;
	height: 97px;
}

.rt-hw-98 {
	line-height: 98px;

	width: 98px;
	height: 98px;
}

.rt-hw-99 {
	line-height: 99px;

	width: 99px;
	height: 99px;
}

.rt-hw-100 {
	line-height: 100px;

	width: 100px;
	height: 100px;
}

.rt-hw-101 {
	line-height: 101px;

	width: 101px;
	height: 101px;
}

.rt-hw-102 {
	line-height: 102px;

	width: 102px;
	height: 102px;
}

.rt-hw-103 {
	line-height: 103px;

	width: 103px;
	height: 103px;
}

.rt-hw-104 {
	line-height: 104px;

	width: 104px;
	height: 104px;
}

.rt-hw-105 {
	line-height: 105px;

	width: 105px;
	height: 105px;
}

.rt-hw-106 {
	line-height: 106px;

	width: 106px;
	height: 106px;
}

.rt-hw-107 {
	line-height: 107px;

	width: 107px;
	height: 107px;
}

.rt-hw-108 {
	line-height: 108px;

	width: 108px;
	height: 108px;
}

.rt-hw-109 {
	line-height: 109px;

	width: 109px;
	height: 109px;
}

.rt-hw-110 {
	line-height: 110px;

	width: 110px;
	height: 110px;
}

.rt-hw-111 {
	line-height: 111px;

	width: 111px;
	height: 111px;
}

.rt-hw-112 {
	line-height: 112px;

	width: 112px;
	height: 112px;
}

.rt-hw-113 {
	line-height: 113px;

	width: 113px;
	height: 113px;
}

.rt-hw-114 {
	line-height: 114px;

	width: 114px;
	height: 114px;
}

.rt-hw-115 {
	line-height: 115px;

	width: 115px;
	height: 115px;
}

.rt-hw-116 {
	line-height: 116px;

	width: 116px;
	height: 116px;
}

.rt-hw-117 {
	line-height: 117px;

	width: 117px;
	height: 117px;
}

.rt-hw-118 {
	line-height: 118px;

	width: 118px;
	height: 118px;
}

.rt-hw-119 {
	line-height: 119px;

	width: 119px;
	height: 119px;
}

.rt-hw-120 {
	line-height: 120px;

	width: 120px;
	height: 120px;
}

.rt-hw-121 {
	line-height: 121px;

	width: 121px;
	height: 121px;
}

.rt-hw-122 {
	line-height: 122px;

	width: 122px;
	height: 122px;
}

.rt-hw-123 {
	line-height: 123px;

	width: 123px;
	height: 123px;
}

.rt-hw-124 {
	line-height: 124px;

	width: 124px;
	height: 124px;
}

.rt-hw-125 {
	line-height: 125px;

	width: 125px;
	height: 125px;
}

.rt-hw-126 {
	line-height: 126px;

	width: 126px;
	height: 126px;
}

.rt-hw-127 {
	line-height: 127px;

	width: 127px;
	height: 127px;
}

.rt-hw-128 {
	line-height: 128px;

	width: 128px;
	height: 128px;
}

.rt-hw-129 {
	line-height: 129px;

	width: 129px;
	height: 129px;
}

.rt-hw-130 {
	line-height: 130px;

	width: 130px;
	height: 130px;
}

.rt-hw-131 {
	line-height: 131px;

	width: 131px;
	height: 131px;
}

.rt-hw-132 {
	line-height: 132px;

	width: 132px;
	height: 132px;
}

.rt-hw-133 {
	line-height: 133px;

	width: 133px;
	height: 133px;
}

.rt-hw-134 {
	line-height: 134px;

	width: 134px;
	height: 134px;
}

.rt-hw-135 {
	line-height: 135px;

	width: 135px;
	height: 135px;
}

.rt-hw-136 {
	line-height: 136px;

	width: 136px;
	height: 136px;
}

.rt-hw-137 {
	line-height: 137px;

	width: 137px;
	height: 137px;
}

.rt-hw-138 {
	line-height: 138px;

	width: 138px;
	height: 138px;
}

.rt-hw-139 {
	line-height: 139px;

	width: 139px;
	height: 139px;
}

.rt-hw-140 {
	line-height: 140px;

	width: 140px;
	height: 140px;
}

.rt-hw-141 {
	line-height: 141px;

	width: 141px;
	height: 141px;
}

.rt-hw-142 {
	line-height: 142px;

	width: 142px;
	height: 142px;
}

.rt-hw-143 {
	line-height: 143px;

	width: 143px;
	height: 143px;
}

.rt-hw-144 {
	line-height: 144px;

	width: 144px;
	height: 144px;
}

.rt-hw-145 {
	line-height: 145px;

	width: 145px;
	height: 145px;
}

.rt-hw-146 {
	line-height: 146px;

	width: 146px;
	height: 146px;
}

.rt-hw-147 {
	line-height: 147px;

	width: 147px;
	height: 147px;
}

.rt-hw-148 {
	line-height: 148px;

	width: 148px;
	height: 148px;
}

.rt-hw-149 {
	line-height: 149px;

	width: 149px;
	height: 149px;
}

.rt-hw-150 {
	line-height: 150px;

	width: 150px;
	height: 150px;
}

.rt-hw-151 {
	line-height: 151px;

	width: 151px;
	height: 151px;
}

.rt-hw-152 {
	line-height: 152px;

	width: 152px;
	height: 152px;
}

.rt-hw-153 {
	line-height: 153px;

	width: 153px;
	height: 153px;
}

.rt-hw-154 {
	line-height: 154px;

	width: 154px;
	height: 154px;
}

.rt-hw-155 {
	line-height: 155px;

	width: 155px;
	height: 155px;
}

.rt-hw-156 {
	line-height: 156px;

	width: 156px;
	height: 156px;
}

.rt-hw-157 {
	line-height: 157px;

	width: 157px;
	height: 157px;
}

.rt-hw-158 {
	line-height: 158px;

	width: 158px;
	height: 158px;
}

.rt-hw-159 {
	line-height: 159px;

	width: 159px;
	height: 159px;
}

.rt-hw-160 {
	line-height: 160px;

	width: 160px;
	height: 160px;
}

.rt-hw-161 {
	line-height: 161px;

	width: 161px;
	height: 161px;
}

.rt-hw-162 {
	line-height: 162px;

	width: 162px;
	height: 162px;
}

.rt-hw-163 {
	line-height: 163px;

	width: 163px;
	height: 163px;
}

.rt-hw-164 {
	line-height: 164px;

	width: 164px;
	height: 164px;
}

.rt-hw-165 {
	line-height: 165px;

	width: 165px;
	height: 165px;
}

.rt-hw-166 {
	line-height: 166px;

	width: 166px;
	height: 166px;
}

.rt-hw-167 {
	line-height: 167px;

	width: 167px;
	height: 167px;
}

.rt-hw-168 {
	line-height: 168px;

	width: 168px;
	height: 168px;
}

.rt-hw-169 {
	line-height: 169px;

	width: 169px;
	height: 169px;
}

.rt-hw-170 {
	line-height: 170px;

	width: 170px;
	height: 170px;
}

.rt-hw-171 {
	line-height: 171px;

	width: 171px;
	height: 171px;
}

.rt-hw-172 {
	line-height: 172px;

	width: 172px;
	height: 172px;
}

.rt-hw-173 {
	line-height: 173px;

	width: 173px;
	height: 173px;
}

.rt-hw-174 {
	line-height: 174px;

	width: 174px;
	height: 174px;
}

.rt-hw-175 {
	line-height: 175px;

	width: 175px;
	height: 175px;
}

.rt-hw-176 {
	line-height: 176px;

	width: 176px;
	height: 176px;
}

.rt-hw-177 {
	line-height: 177px;

	width: 177px;
	height: 177px;
}

.rt-hw-178 {
	line-height: 178px;

	width: 178px;
	height: 178px;
}

.rt-hw-179 {
	line-height: 179px;

	width: 179px;
	height: 179px;
}

.rt-hw-180 {
	line-height: 180px;

	width: 180px;
	height: 180px;
}

.rt-hw-181 {
	line-height: 181px;

	width: 181px;
	height: 181px;
}

.rt-hw-182 {
	line-height: 182px;

	width: 182px;
	height: 182px;
}

.rt-hw-183 {
	line-height: 183px;

	width: 183px;
	height: 183px;
}

.rt-hw-184 {
	line-height: 184px;

	width: 184px;
	height: 184px;
}

.rt-hw-185 {
	line-height: 185px;

	width: 185px;
	height: 185px;
}

.rt-hw-186 {
	line-height: 186px;

	width: 186px;
	height: 186px;
}

.rt-hw-187 {
	line-height: 187px;

	width: 187px;
	height: 187px;
}

.rt-hw-188 {
	line-height: 188px;

	width: 188px;
	height: 188px;
}

.rt-hw-189 {
	line-height: 189px;

	width: 189px;
	height: 189px;
}

.rt-hw-190 {
	line-height: 190px;

	width: 190px;
	height: 190px;
}

.rt-hw-191 {
	line-height: 191px;

	width: 191px;
	height: 191px;
}

.rt-hw-192 {
	line-height: 192px;

	width: 192px;
	height: 192px;
}

.rt-hw-193 {
	line-height: 193px;

	width: 193px;
	height: 193px;
}

.rt-hw-194 {
	line-height: 194px;

	width: 194px;
	height: 194px;
}

.rt-hw-195 {
	line-height: 195px;

	width: 195px;
	height: 195px;
}

.rt-hw-196 {
	line-height: 196px;

	width: 196px;
	height: 196px;
}

.rt-hw-197 {
	line-height: 197px;

	width: 197px;
	height: 197px;
}

.rt-hw-198 {
	line-height: 198px;

	width: 198px;
	height: 198px;
}

.rt-hw-199 {
	line-height: 199px;

	width: 199px;
	height: 199px;
}

.rt-hw-200 {
	line-height: 200px;

	width: 200px;
	height: 200px;
}

.rt-circle {
	border-radius: 50%;
}
.rt-circle:after {
	border-radius: 50%;
}

.rt-icon {
	position: relative;
	z-index: 1;

	text-align: center;
}

.icon-gradinet-1 {
	position: relative;
	z-index: 1;

	color: #fff;

	background: #f7a569;
}
.icon-gradinet-1:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: "";
	-webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);

	opacity: 0;
	color: #fff;
	background-image: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#7040ff),
		to(#5a33ff)
	);
	background-image: -webkit-linear-gradient(right, #7040ff 0%, #5a33ff 100%);
	background-image: linear-gradient(-90deg, #7040ff 0%, #5a33ff 100%);
}
.icon-gradinet-1:hover {
	color: #fff;
}
.icon-gradinet-1:hover:after {
	visibility: visible;

	opacity: 1;
}

.icon-glow-1 {
	-webkit-animation: pulseservices2 0.9s infinite ease-in-out;
	animation: pulseservices2 0.9s infinite ease-in-out;

	-webkit-box-shadow: 0 0 0 0 rgba(152, 93, 221, 0.7);
	box-shadow: 0 0 0 0 rgba(152, 93, 221, 0.7);
}

@-webkit-keyframes pulseservices2 {
	to {
		-webkit-box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
		box-shadow: 0 0 0 15px rgba(152, 93, 221, 0);
	}
}

/*4.13 progress css*/
.single-progress .progress {
	height: 10px;

	border-radius: 999px;
	background: #e1e1e4;
}

/*5.0 Blog Css*/
.single-blg-post {
	position: relative;

	margin-bottom: 30px;
	padding: 8px;

	-webkit-transition: all 0.34s ease-in-out;
	transition: all 0.34s ease-in-out;

	border: 1px solid rgba(15, 54, 97, 0.2);
}
.single-blg-post .post-thumbnail {
	position: relative;
	z-index: 1;

	display: block;
}
.single-blg-post .post-thumbnail .meta-date {
	font-family: "Poppins", sans-serifs;
	font-weight: 200;

	position: absolute;
	top: -3px;
	right: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 87px;
	height: 87px;

	color: #fff;
	background-image: url(../images/all-img/blog-meta.png);

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.single-blg-post .post-thumbnail .meta-date span {
	padding-left: 10px;
}
.single-blg-post .post-thumbnail .meta-date span:nth-child(1) {
	font-size: 30px;
}
.single-blg-post .post-thumbnail .meta-date span:nth-child(2) {
	font-size: 16px;

	margin-top: 5px;
}
.single-blg-post .entry-content {
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.single-blg-post .entry-content .entry-header .entry-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;

	margin: 30px 0 20px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	word-break: break-word;

	color: #000;
}
@media (max-width: 1199.98px) {
	.single-blg-post .entry-content .entry-header .entry-title {
		font-size: 24px;
		line-height: 36px;
	}
}
.single-blg-post .entry-content .entry-header .entry-title a {
	color: #000;
}
.single-blg-post .entry-content .entry-header .entry-title a:hover {
	color: #bf3d58;
}
.single-blg-post .entry-content .entry-header .entry-meta {
	margin-bottom: 20px;
}
.single-blg-post .entry-content .entry-header .entry-meta span {
	font-size: 14px;

	display: inline-block;

	margin-right: 27px;
}
@media (max-width: 1199.98px) {
	.single-blg-post .entry-content .entry-header .entry-meta span {
		margin-right: 20px;
	}
}
.single-blg-post .entry-content .entry-header .entry-meta span a {
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #3d446f;
}
.single-blg-post .entry-content .entry-header .entry-meta span a i {
	padding-right: 5px;

	color: #3d446f;
}
.single-blg-post .entry-content .entry-header .entry-meta span a:hover {
	color: #bf3d58;
}
.single-blg-post .entry-content .entry-header .entry-meta span a:hover i {
	color: #bf3d58;
}
.single-blg-post .entry-content .entry-header .entry-meta span:last-child {
	margin-right: 0;
}
.single-blg-post .entry-content p {
	font-size: 15px;
	line-height: 26px;

	color: #3d446f;
}
.single-blg-post .entry-content .entry-footer {
	margin-top: 24px;
	padding-top: 24px;

	border-top: 1px solid rgba(15, 54, 97, 0.2);
}
.single-blg-post .entry-content .entry-footer a {
	font-size: 14px;
	font-weight: 700;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-transform: uppercase;

	color: #0d154b;
}
.single-blg-post .entry-content .entry-footer a:hover {
	color: #bf3d58;
}
.single-blg-post:hover {
	border-color: rgba(73, 108, 254, 0.5);
	-webkit-box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
	box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
}

@media (max-width: 991.98px) {
	.sidebar-group {
		margin-top: 30px;
	}
}

.sidebar-group.extra-margin1 {
	padding-left: 100px;
}
@media (max-width: 991.98px) {
	.sidebar-group.extra-margin1 {
		padding-left: 0;
	}
}

.sidebar-group.extra-margin2 {
	padding-left: 50px;
}
@media (max-width: 991.98px) {
	.sidebar-group.extra-margin2 {
		padding-left: 0;
	}
}

.widget {
	margin: 0 0 30px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;

	border: 1px solid rgba(73, 108, 254, 0.5);
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
	box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
}
.widget:last-child {
	margin-bottom: 0;
}
.widget .widget-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 18px;

	position: relative;
	z-index: 1;

	margin: 0 0 25px;
	padding: 0 0 25px;

	text-align: center;
	text-transform: capitalize;

	color: #000;
	border-bottom: 1px solid rgba(32, 32, 32, 0.078);
}
.widget .widget-title span {
	font-size: 16px;

	display: block;

	margin-bottom: 15px;

	color: #0084ff;
}
.widget select {
	font-family: "Poppins", sans-serifs;
	font-weight: 500;

	display: block;

	width: 100%;
	padding: 1em;

	border: 1px solid #ccc;
}
.widget select:focus {
	outline: none;
}
.widget.widget_search .btn {
	font-size: 18px;

	padding-right: 15px;
	padding-left: 15px;
}
.widget.widget_search .form-control:focus {
	border-color: #9932f5 !important;
}
.widget.widget_add {
	padding: 0;

	border: none;
}

.widget .widget-title:empty {
	margin: 0;
}

.widget > ul,
.widget .menu-header-menu-container ul {
	margin-left: 0;
	padding-left: 0;

	list-style: outside none none;
}
.widget > ul > li,
.widget .menu-header-menu-container ul > li {
	font-size: 14px;
	line-height: 1.42857;

	margin: 0 0 5px;
	padding: 9px 0 0;

	color: #717584;
}
.widget > ul > li span,
.widget .menu-header-menu-container ul > li span {
	float: right;
}
.widget > ul:not(.children):not(.sub-menu) > li:last-child,
.widget
	.menu-header-menu-container
	ul:not(.children):not(.sub-menu)
	> li:last-child {
	margin: 0;
	padding: 9px 0 10px;

	border-bottom: 1px solid transparent;
}
.widget > ul.children,
.widget > ul.sub-menu,
.widget .menu-header-menu-container ul.children,
.widget .menu-header-menu-container ul.sub-menu {
	margin: 9px 0 0;
}
.widget > ul.children li,
.widget > ul.sub-menu li,
.widget .menu-header-menu-container ul.children li,
.widget .menu-header-menu-container ul.sub-menu li {
	position: relative;

	margin: 0 0 10px 15px;
}
.widget > ul.children li:before,
.widget > ul.sub-menu li:before,
.widget .menu-header-menu-container ul.children li:before,
.widget .menu-header-menu-container ul.sub-menu li:before {
	position: absolute;
	top: 17px;
	left: -15px;

	width: 4px;
	height: 4px;

	content: "";

	border-radius: 50%;
	background-color: #bf3d58;
}
.widget > ul li > a,
.widget .menu-header-menu-container ul li > a {
	font-size: 14px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-decoration: none;

	color: #717584;
}
.widget > ul li > a:hover,
.widget > ul li > a:focus,
.widget .menu-header-menu-container ul li > a:hover,
.widget .menu-header-menu-container ul li > a:focus {
	text-decoration: none;

	color: #bf3d58;
}

/* Calendar widget */
.site-footer .widget_calendar {
	padding: 0;

	border-width: 0;
	background-color: transparent;
}

.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;

	padding: 0;

	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;

	margin: 0 0 10px;
}

.widget_calendar tbody a {
	font-weight: bold;

	display: block;

	color: #fff;
	background-color: #bf3d58;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	text-decoration: none;

	color: #fff;
	background-color: #3d446f;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	font-size: 13px;

	display: block;

	margin-top: 3px;
}

/* Recent Comments widget */
.widget_recent_comments ul li {
	font-size: 13px;
}
.widget_recent_comments ul li .comment-author-link {
	line-height: 1.42857;
}
.widget_recent_comments ul li .comment-author-link a {
	font-size: 13px;

	display: inline !important;

	margin-top: 0 !important;

	text-decoration: underline;

	color: #a7a7b3;
}
.widget_recent_comments ul li .comment-author-link a:hover,
.widget_recent_comments ul li .comment-author-link a:focus {
	text-decoration: underline;

	color: #757579;
}
.widget_recent_comments ul li a {
	font-size: 14px;

	display: block !important;

	margin-top: 3px !important;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -3px;
	margin-right: 3px;
}

.widget_rss ul li .rsswidget {
	font-weight: bold;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 13px;

	display: block;

	margin: 5px 0 0;
}

.widget_rss .rssSummary {
	margin: 5px 0 0;
}

/* Tag Cloud widget */
.site-footer .widget_tag_cloud {
	padding: 0;

	text-align: center;

	border-width: 0;
	background-color: transparent;
}

.tagcloud .tag-cloud-link {
	font-size: 13px;
	line-height: 1;

	display: inline-block;

	margin: 0 5px 10px 0;
	padding: 6px 8px 8px;

	text-transform: uppercase;

	color: #1f2732;
	border-radius: 999px;
	background-color: #f1f2f6;
}
.tagcloud .tag-cloud-link:hover,
.tagcloud .tag-cloud-link:focus {
	text-decoration: none;

	color: #fff;
	outline: 0;
	background-color: #bf3d58;
}

.instra-item {
	position: relative;
	z-index: 1;

	display: block;
	overflow: hidden;

	border-radius: 3px;
}
.instra-item img {
	-webkit-transition: all 0.64s ease-in-out;
	transition: all 0.64s ease-in-out;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

	border-radius: 3px;
}
.instra-item:after {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	content: "";

	border-radius: 3px;
	background: rgba(0, 0, 0, 0);
}
.instra-item .instra-hover {
	position: absolute;
	top: 0;
	left: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	height: 100%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.instra-item .instra-hover i {
	font-size: 30px;

	z-index: 2;

	visibility: hidden;

	opacity: 0;
	color: #fff;
}
.instra-item:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.instra-item:hover:after {
	background: rgba(0, 0, 0, 0.5);
}
.instra-item:hover .instra-hover i {
	visibility: visible;

	-webkit-animation: zoomIn 400ms ease-in-out;
	animation: zoomIn 400ms ease-in-out;

	opacity: 1;
}

#instragramslider_active .owl-dots {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 50%;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#instragramslider_active .owl-dot {
	display: inline-block;

	width: 7px;
	height: 7px;
	margin: 0 7px;

	-webkit-transition: all 0.19s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition: all 0.19s cubic-bezier(0.47, 0, 0.745, 0.715);

	border: 1px solid #ccc;
	border-radius: 50%;
	background: #fff;
}

#instragramslider_active .owl-dot.active {
	-webkit-animation: pulseservices23 0.8s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulseservices23 0.8s infinite cubic-bezier(0.66, 0, 0, 1);

	border: 1px solid #bf3d58;
	border-radius: 50%;
	background: #bf3d58;
	-webkit-box-shadow: 0 0 0 0 rgba(73, 108, 254, 0.6);
	box-shadow: 0 0 0 0 rgba(73, 108, 254, 0.6);
}

@-webkit-keyframes pulseservices23 {
	to {
		-webkit-box-shadow: 0 0 0 8px rgba(73, 108, 254, 0);
		box-shadow: 0 0 0 8px rgba(73, 108, 254, 0);
	}
}

@keyframes pulseservices23 {
	to {
		-webkit-box-shadow: 0 0 0 8px rgba(73, 108, 254, 0);
		box-shadow: 0 0 0 8px rgba(73, 108, 254, 0);
	}
}

.widget.widget_social_media ul {
	margin: 0;
	padding: 0;

	text-align: left;
}
.widget.widget_social_media ul li {
	display: inline-block;

	margin: 0 !important;
	padding: 0 !important;

	border: none;
}
.widget.widget_social_media ul li a {
	font-size: 20px;
	line-height: 36px;

	display: inline-block;

	margin-right: 15px;

	color: #9932f5;
}
.widget.widget_social_media ul li a.facebook {
	color: #3667ed;
}
.widget.widget_social_media ul li a.facebook:hover {
	color: #1f55eb;
}
.widget.widget_social_media ul li a.twitter {
	color: #369eff;
}
.widget.widget_social_media ul li a.twitter:hover {
	color: #1d92ff;
}
.widget.widget_social_media ul li a.g-pluse {
	color: #ff364e;
}
.widget.widget_social_media ul li a.g-pluse:hover {
	color: #ff1d38;
}
.widget.widget_social_media ul li a.instra {
	color: #5b3dfe;
}
.widget.widget_social_media ul li a.instra:hover {
	color: #4624fe;
}
.widget.widget_social_media ul li a:last-child a {
	margin-right: 0;

	border-bottom: none !important;
}

.widget.widget_authour_bio .author-bio-data {
	font-size: 14px;
	line-height: 24px;

	text-align: center;
}
.widget.widget_authour_bio .author-bio-data .img-thumbnail {
	border-width: 3px;
	border-color: #bf3d58;
}

.widget.widget_authour_bio .author-social ul {
	margin: 0;
	padding: 0;

	list-style: none;
}
.widget.widget_authour_bio .author-social ul li {
	display: inline-block;
}
.widget.widget_authour_bio .author-social ul li a {
	display: block;

	margin: 0 5px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #999;
}
.widget.widget_authour_bio .author-social ul li a:hover {
	color: #bf3d58;
}
.widget.widget_authour_bio .author-social ul li a:first-child {
	margin-left: 0;
}

.widget.widget_subscribe .form-control {
	height: 56px;

	border: none;
	border-bottom: 1px solid rgba(13, 21, 75, 0.4);
}
.widget.widget_subscribe .form-control::-webkit-input-placeholder {
	font-size: 14px;

	color: #676f7a;
}
.widget.widget_subscribe .form-control::-moz-placeholder {
	font-size: 14px;

	color: #676f7a;
}
.widget.widget_subscribe .form-control::-ms-input-placeholder {
	font-size: 14px;

	color: #676f7a;
}
.widget.widget_subscribe .form-control::placeholder {
	font-size: 14px;

	color: #676f7a;
}
.widget.widget_subscribe .form-control:focus {
	border-color: #bf3d58;
	outline: none;
}

.widget.widget_subscribe button,
.widget.widget_subscribe input[type="submit"] {
	margin-top: 40px;
}

.widget.widget_subscribe .rt-btn {
	padding: 17px 58px;
}

/* Recent Posts */
.rt-widget-recent-posts ul {
	margin: 0;
	padding: 0;
}
.rt-widget-recent-posts ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin-bottom: 15px;
}
.rt-widget-recent-posts ul li a {
	margin: 0;
}
.rt-widget-recent-posts ul li img {
	display: block;

	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 15px;

	-o-object-fit: cover;
	object-fit: cover;
}
.rt-widget-recent-posts ul li .widget-posts-descr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	height: auto;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rt-widget-recent-posts ul li .widget-posts-descr .title {
	font-family: "Poppins", sans-serifs;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;

	display: block;

	margin: 0;
	margin-top: 0;

	text-decoration: none;

	color: #000;
	border: 0;
}
.rt-widget-recent-posts ul li .widget-posts-descr .title:hover {
	color: #bf3d58;
}
.rt-widget-recent-posts ul li .widget-posts-descr .date {
	font-size: 12px;

	display: block;

	color: #646262;
}

/* Flickr Widget */
.rt_flickr_widget ul,
.rt_instagram_widget ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	margin: 0 -5px;

	list-style-type: none;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.rt_flickr_widget ul li,
.rt_instagram_widget ul li {
	position: relative;

	display: block;

	width: 33.3%;
	padding: 5px;
}
.rt_flickr_widget ul li:after,
.rt_instagram_widget ul li:after {
	display: block;

	padding-bottom: 100%;

	content: "";
}
.rt_flickr_widget ul li a,
.rt_instagram_widget ul li a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: block;

	width: calc(100% - 10px);
	height: calc(100% - 10px);
	margin: auto;
	padding: 0;
}
.rt_flickr_widget ul li a img,
.rt_instagram_widget ul li a img {
	display: block;

	min-width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;

	-o-object-fit: cover;
	object-fit: cover;
}
.rt_flickr_widget ul li a video,
.rt_instagram_widget ul li a video {
	display: block;

	max-width: 100%;
	height: auto;
}
.rt_flickr_widget ul li a .hover,
.rt_instagram_widget ul li a .hover {
	font-size: 20px;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	height: 100%;

	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	text-align: center;

	opacity: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.75);

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.rt_flickr_widget ul li a .hover i,
.rt_instagram_widget ul li a .hover i,
.rt_flickr_widget ul li a .hover .fa,
.rt_instagram_widget ul li a .hover .fa,
.rt_flickr_widget ul li a .hover .fab,
.rt_instagram_widget ul li a .hover .fab {
	-webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);

	opacity: 0.3;
}
.rt_flickr_widget ul li a:hover .hover,
.rt_instagram_widget ul li a:hover .hover {
	opacity: 1;
}
.rt_flickr_widget ul li a:hover .hover i,
.rt_instagram_widget ul li a:hover .hover i,
.rt_flickr_widget ul li a:hover .hover .fa,
.rt_instagram_widget ul li a:hover .hover .fa,
.rt_flickr_widget ul li a:hover .hover .fab,
.rt_instagram_widget ul li a:hover .hover .fab {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

	opacity: 1;
}

/* Instagram Widget */
.comments-area {
	margin: 0 0 30px;
	padding: 0;

	background-color: transparent;
}
.comments-area h1,
.comments-area h2,
.comments-area h3,
.comments-area h4,
.comments-area h5,
.comments-area h6,
.comments-area p {
	color: #3d446f;
}

.comments-area {
	margin-top: 40px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding: 30px 0 0;
}

.comments-title,
.comment-reply-title {
	font-size: 26px;
	font-weight: 700;

	margin: 0 0 30px;

	text-transform: capitalize;
}

.comments-title {
	margin: 0 0 30px;

	color: #333;
}

.comment-list {
	margin: 0;

	list-style: none;
}
.comment-list::after {
	display: block;
	clear: both;

	content: "";
}
.comment-list .comment-body,
.comment-list .pingback,
.comment-list .trackback {
	position: relative;

	margin: 0;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;

	border-width: 1px 0 0;
	border-style: solid;
	border-color: rgba(73, 108, 254, 0.5);
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
	box-shadow: 0 5px 20px 0 rgba(46, 25, 167, 0.5);
}
.comment-list .children {
	margin: 0;

	list-style: none;
}
.comment-list .children > li {
	padding: 0 0 0 15px;
}

.comment-list li::after {
	display: block;
	clear: both;

	content: "";
}

.comment-author {
	font-size: 14px;
	line-height: 1.42857;

	margin: 0 0 5px;

	color: #333;
}
.comment-author .fn {
	font-weight: bold;
}
.comment-author .avatar {
	position: relative;

	float: left;

	width: 65px;
	height: 65px;
	margin: 0 30px 0 0;
}

.bypostauthor > article .fn {
	padding-left: 7px;

	background: #feffa3;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feffa3+0,000000+100&1+0,0+100 */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#feffa3),
		to(transparent)
	);
	background: -webkit-linear-gradient(left, #feffa3 0%, transparent 100%);
	background: linear-gradient(to right, #feffa3 0%, transparent 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffa3', endColorstr='#00000000',GradientType=1 );
	/* IE6-9*/
}

.comment-author .url {
	font-family: "Poppins", sans-serifs;
	font-size: 18px;
	font-weight: 700;

	text-decoration: none;
	letter-spacing: 1px;

	color: #000;
}
.comment-author .url:hover,
.comment-author .url:focus {
	text-decoration: underline;

	color: #bf3d58;
}

.comment-metadata,
.pingback .edit-link {
	font-size: 13px;
	line-height: 1.42857;

	color: #a7a7b3;
}

.comment-metadata {
	margin: 0 0 15px;
}
.comment-metadata a {
	color: #a7a7b3;
}

.pingback .comment-edit-link {
	color: #a7a7b3;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	color: #bf3d58;
}

.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #7e7e90;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	display: inline-block;

	padding: 0 8px 0 4px;

	content: "\002f";

	opacity: 0.7;
}

.comment-content {
	padding-left: 100px;
}
@media (max-width: 991.98px) {
	.comment-content {
		padding-left: 0;
	}
}
.comment-content p {
	font-size: 14px;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 20px 20px;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 0;
}

.comment-reply-link {
	font-size: 14px;
	line-height: 1;

	position: absolute;
	top: 20px;
	right: 30px;

	display: inline-block;

	text-transform: uppercase;

	color: #bf3d58;
}
@media (max-width: 991.98px) {
	.comment-reply-link {
		position: static;
	}
}
.comment-reply-link:hover,
.comment-reply-link:focus {
	text-decoration: none;

	color: #1643fe;
}

.comment-list .comment-respond {
	padding: 20px 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-size: 14px;

	margin: 0 0 20px;

	color: #a7a7b3;
}

.no-comments {
	font-weight: bold;

	margin: 20px 0 0;
	padding: 20px 0 0;

	border-width: 1px 0 0;
	border-style: solid;
	border-color: #e7e7e7;
}

.comment-navigation + .no-comments {
	padding: 0;

	border-width: 0;
}

.form-allowed-tags code {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
		monospace;
}

.form-submit {
	margin: 0;
}
.form-submit:before,
.form-submit:after {
	display: table;
	clear: both;

	content: "";
}

.required {
	font-family: Georgia, Times, serif;

	color: #bf3d58;
}

.comment-reply-title small {
	font-size: 100%;

	margin: 0 0 0 5px;
}
.comment-reply-title small a {
	display: inline-block;
	overflow: hidden;

	width: 20px;
	height: 20px;

	color: #a7a7b3;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #7e7e90;
}
.comment-reply-title small a::before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	font-size: 14px;

	position: relative;
	top: 0;

	display: inline-block;

	content: "\f00d";
	vertical-align: text-top;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.comment-author.vcard img {
	border: 2px solid #bf3d58;
	border-radius: 50%;
}

.post-navigation {
	padding-top: 30px;

	border-top: 2px solid #3d446f;
}

.nav-links a {
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	word-break: break-all;

	color: #3d446f;
}
.nav-links a:hover {
	color: #bf3d58;
}

pre {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-style: italic;

	position: relative;
	z-index: 1;

	padding: 2em;

	color: #a4b6ff;
	background: #36353b !important;
}
@media (max-width: 767.98px) {
	pre {
		padding: 1em;
	}
}

.comment-form .form-control,
.comment-respond .form-control {
	font-size: 16px;

	height: 79px;
	padding-left: 40px;

	border: none;
	border-bottom: 1px solid #d5d6d9;
}
@media (max-width: 991.98px) {
	.comment-form .form-control,
	.comment-respond .form-control {
		height: 45px;
	}
}
.comment-form .form-control::-webkit-input-placeholder,
.comment-respond .form-control::-webkit-input-placeholder {
	font-size: 14px;

	color: rgba(66, 67, 93, 0.6);
}
.comment-form .form-control::-moz-placeholder,
.comment-respond .form-control::-moz-placeholder {
	font-size: 14px;

	color: rgba(66, 67, 93, 0.6);
}
.comment-form .form-control::-ms-input-placeholder,
.comment-respond .form-control::-ms-input-placeholder {
	font-size: 14px;

	color: rgba(66, 67, 93, 0.6);
}
.comment-form .form-control::placeholder,
.comment-respond .form-control::placeholder {
	font-size: 14px;

	color: rgba(66, 67, 93, 0.6);
}
.comment-form .form-control:focus,
.comment-respond .form-control:focus {
	border-color: #bf3d58 !important;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.comment-form textarea,
.comment-respond textarea {
	height: 140px !important;
	margin-bottom: 30px;
	padding-top: 40px;
}
@media (max-width: 991.98px) {
	.comment-form textarea,
	.comment-respond textarea {
		height: 100px !important;
	}
}

.author-box .author-title {
	font-size: 26px;
	font-weight: 700;

	margin: 60px 0 60px;

	text-transform: capitalize;
}

.author-box .bio-thumb img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 5px 10px 0 rgba(46, 25, 167, 0.24);
	box-shadow: 0 5px 10px 0 rgba(46, 25, 167, 0.24);
}

.author-box .auhor-bio-data {
	font-size: 15px;

	padding: 30px 0;

	border-color: rgba(15, 54, 97, 0.5);
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.author-box .auhor-bio-data h5 {
	font-size: 18px;
	font-weight: 700;

	margin: 0 0 20px;

	color: #000;
}

/*6.0 Header Css*/
.top-header {
	padding: 7px 0 7px;
	background: #4a1b3d;
}

.top-message {
	margin: 0;
	padding: 0;

	list-style: none;
}
.top-message li {
	font-size: 14px;

	display: inline-block;

	padding-right: 15px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #d9e0fd;
}
.top-message li:last-child {
	padding-right: 0;
}
.top-message li i {
	font-size: 16px;
	margin-right: 8px;
	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	color: #d9e0fd;
}
.top-message li a {
	display: block;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #d9e0fd;
}
.top-message li a i {
	color: #d9e0fd;
}
.top-message li a:hover {
	color: #d9e0fd;
}
.top-message li a:hover i {
	color: #d9e0fd;
}

.top-social {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.top-social li {
	display: inline-block;

	padding-right: 30px;
}
.top-social li:last-child {
	padding-right: 0;
}
.top-social li a {
	font-size: 14px;

	display: block;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
	text-align: center;

	color: #ccc;
	color: #d9e0fd;
}

.top-header.rt-light-text .top-message li a,
.top-header.rt-light-text .top-message li,
.top-header.rt-light-text .top-message li i {
	color: #fff;
}

.top-header.rt-light-text .top-message li:hover {
	color: #bf3d58;
}
.top-header.rt-light-text .top-message li:hover i {
	color: #bf3d58;
}
.top-header.rt-light-text .top-message li:hover a {
	color: #bf3d58;
}

.rt-site-header,
.main-header {
	position: relative;
}
.rt-site-header .navbar,
.main-header .navbar {
	padding: 0;
}
.rt-site-header.rt-fixed-top,
.main-header.rt-fixed-top {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;

	width: 100%;
}
.rt-site-header.rt-sticky.rt-sticky-active,
.main-header.rt-sticky.rt-sticky-active {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;

	width: 100%;

	background: #fff;
	-webkit-box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);
	box-shadow: 0 1px 10px 0 rgba(55, 94, 246, 0.1);
}
.rt-site-header.rt-sticky.rt-sticky-active .sticky-logo,
.main-header.rt-sticky.rt-sticky-active .sticky-logo {
	display: block;
}
.rt-site-header.rt-sticky.rt-sticky-active .brand-logo,
.main-header.rt-sticky.rt-sticky-active .brand-logo {
	display: none;
}
.rt-site-header .sticky-logo,
.main-header .sticky-logo {
	display: none;
}
.rt-site-header .main-header,
.main-header .main-header {
	padding: 10px 0;
	background: #fff;
}

.rt-preloder {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 100%;
	height: 100vh;

	background-color: #fff;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rt-preloder .preloder-box {
	width: 80px;
	height: 80px;
}

/*6.0 Footer Css*/
.rt-site-footer {
	position: relative;

	margin-top: 25px;
	background: #000;
}
@media (max-width: 767.98px) {
	.rt-site-footer {
		margin-top: 70px;
	}
}
.rt-site-footer .rt-shape-emenetns-1 {
	position: absolute;
	top: 100px;
	left: -200px;

	width: 522px;
	height: 558px;
}
@media (max-width: 1600px) {
	.rt-site-footer .rt-shape-emenetns-1 {
		line-height: 400px;

		width: 400px;
		height: 400px;
	}
}
@media (max-width: 991.98px) {
	.rt-site-footer .rt-shape-emenetns-1 {
		line-height: 300px;

		left: -100px;

		width: 300px;
		height: 300px;
	}
}
@media (max-width: 767.98px) {
	.rt-site-footer .rt-shape-emenetns-1 {
		display: none;
	}
}
.rt-site-footer .footer-top {
	padding-top: 30px;
	padding-bottom: 0;
}
@media (max-width: 767.98px) {
	.rt-site-footer .footer-top {
		padding-top: 70px;
		padding-bottom: 30px;
	}
}
.rt-dot-divider {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted rgba(204, 204, 205, 0.2);
}
@media (max-width: 767.98px) {
	.rt-dot-divider {
		margin-bottom: 70px;
	}
}
.rt-site-footer .footer-top .footer-subscripbe-box .btn {
	font-family: "Poppins", sans-serifs;
	font-size: 20px;
	font-size: 14px;
	font-weight: 600;

	position: absolute;
	top: 3px;
	right: 3px;

	height: 51px;
	padding: 0 40px;

	text-transform: uppercase;

	border-radius: 999px;
}
.rt-site-footer .footer-top .footer-subscripbe-box .btn:after {
	border-radius: 999px;
}
.rt-site-footer .footer-top .footer-subscripbe-box .form-control {
	position: relative;

	height: 57px;
	padding-left: 28px;

	border-color: rgba(255, 255, 255, 0.4);
	border-radius: 999px;
	background: transparent;
}
.rt-site-footer .footer-top .footer-subscripbe-box .form-control:focus {
	border-color: #bf3d58;
}
.rt-site-footer
	.footer-top
	.footer-subscripbe-box
	.form-control::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;

	color: rgba(212, 212, 216, 0.7);
}
.rt-site-footer
	.footer-top
	.footer-subscripbe-box
	.form-control::-moz-placeholder {
	font-size: 14px;
	font-weight: 300;

	color: rgba(212, 212, 216, 0.7);
}
.rt-site-footer
	.footer-top
	.footer-subscripbe-box
	.form-control::-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;

	color: rgba(212, 212, 216, 0.7);
}
.rt-site-footer .footer-top .footer-subscripbe-box .form-control::placeholder {
	font-size: 14px;
	font-weight: 300;

	color: rgba(212, 212, 216, 0.7);
}
.rt-site-footer .footer-bottom {
	padding: 8px 0 0 0;

	background-color: #000;
}
.rt-site-footer .footer-bottom .copy-text {
	font-size: 14px;

	color: #fff;
}
.rt-site-footer .footer-bottom .copy-text a {
	color: #bf3d58;
}

.rt-single-widget {
	margin-bottom: 15px;
}
.rt-single-widget .rt-footer-title {
	font-size: 24px;
	font-weight: 600;

	margin-bottom: 25px;

	color: #fff;
}
.rt-single-widget ul {
	margin-top: 35px;
	padding: 0;
	list-style: none;
}
.rt-single-widget ul li {
	position: relative;
	display: -webkit-box;
	margin-bottom: 14px;
}
.rt-single-widget ul li:after {
	position: absolute;
	top: 50%;
	left: -10px;
	content: "\f111";
	font-size: 10px;
	font-family: "FontAwesome";
	transition: all 0.24s ease-in-out;
	transform: translateY(-50%);
	color: #fff;
}
.rt-single-widget ul li:last-child {
	margin-bottom: 0;
}
.rt-single-widget ul li a {
	font-size: 13.5px;

	display: inline-block;

	padding-left: 10px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;

	color: #fff;
}
.rt-single-widget ul li a:hover {
	padding-left: 12px;

	color: #ccc;
}
.rt-single-widget ul li:hover:after {
	color: #ccc;
}

.rt-footer-social ul {
	margin: 0;
	padding: 0;

	list-style: none;
}
.rt-footer-social ul li {
	display: inline-block;

	margin-right: 8px;
}
.rt-footer-social ul li:last-child {
	margin-right: 0;
}
.rt-footer-social ul li a {
	font-size: 18px;

	display: block;

	-webkit-transition: all 0.24sç ease-in-out;
	transition: all 0.24sç ease-in-out;

	color: #9932f5;
}
.rt-footer-social ul li a img {
	height: 25px;

	-webkit-transition: all 0.24s ease-in-out;
	transition: all 0.24s ease-in-out;
}
.rt-footer-social ul li a:hover {
	color: #bf3d58;
}
.rt-footer-social ul li a:hover img {
	-webkit-transform: translateY(-5px) skewX(2deg);
	-ms-transform: translateY(-5px) skewX(2deg);
	transform: translateY(-5px) skewX(2deg);
}

/*# sourceMappingURL=app.css.map */
.counter-area {
	top: 100px;
	position: relative;
}
.emigr-services-area {
	margin-top: 60px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	/* margin-top: 10px; */
	position: relative;
	top: -40px;
}
#homeSlider .owl-dots .owl-dot span {
	width: 20px !important;
	height: 20px !important;
	margin: 5px 7px;
}
#homeSlider .owl-dots .owl-dot.active span {
	background: #bf3d58 !important;
}
.services-thumb {
	border-radius: 50%;
	border: 1px solid #eceffe;
	padding: 0;
	line-height: 0;
	height: 100px;
	width: 100px;
}
.services-box-1 .services-thumb i {
	color: #bf3d58;
	font-size: 29px;
	border-radius: 50%;
	padding: 10px;
	line-height: 55px;
	background: #eceffe;
	width: 75px;
	height: 75px;
}

div#system-credit img {
	margin-left: 0 !important;
}
a.brand-logo img {
	max-width: 200px;
}

/*
CSS BY MOSTAFA
*/

.rtbgprefix-contain {
	background-image: url(../images/dotbg.png);
}
.icofont-building-alt:before {
	content: "\e98a";
}
.icofont-airplane-alt:before {
	content: "\ee0d";
}
.icofont-lamp-light:before {
	content: "\eae1";
}

.flight-box1 {
	background-image: url(../images/flt_1.jpg);
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.02s;
	animation-name: fade-in-bottom;
}

.flight-box2 {
	background-image: url(../images/flt_2.jpg);
	visibility: visible;
	animation-duration: 1.3s;
	animation-delay: 0.04s;
	animation-name: fade-in-bottom;
}

.flight-box3 {
	background-image: url(../images/flt_3.jpg);
	visibility: visible;
	animation-duration: 1.6s;
	animation-delay: 0.06s;
	animation-name: fade-in-bottom;
}

.flight-box4 {
	background-image: url(../images/flt_4.jpg);
	visibility: visible;
	animation-duration: 1.9s;
	animation-delay: 0.08s;
	animation-name: fade-in-bottom;
}

.flight-box5 {
	background-image: url(../images/flt_5.jpg);
	visibility: visible;
	animation-duration: 2.2s;
	animation-delay: 0.01s;
	animation-name: fade-in-bottom;
}

.flight-box6 {
	background-image: url(../images/flt_6.jpg);
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.02s;
	animation-name: fade-in-bottom;
}

.inner-bg1 {
	background-image: url(../images/t_1.png);
}

.inner-bg2 {
	background-image: url(../images/t_2.png);
}

.inner-bg3 {
	background-image: url(../images/t_3.png);
}

.inner-bg4 {
	background-image: url(../images/t_4.png);
}

.inner-bg5 {
	background-image: url(../images/t_5.png);
}

.inner-bg6 {
	background-image: url(../images/t_6.png);
}

.inner-bg7 {
	background-image: url(../images/t_7.png);
}

.inner-bg8 {
	background-image: url(../images/t_8.png);
}

.inner-bg9 {
	background-image: url(../images/t_9.png);
}
.inner-bg10 {
	background-image: url(../images/t_10.png);
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd !important;
	height: 55px !important;
	border-radius: 40px !important;
	padding: 12px !important;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #fff !important;
	color: #333 !important;
}
.top-away #back-to-top {
	display: none !important;
}
.rt-shape-emenetns-1 {
	background-image: url(../images/shape-5.png);
	transform: translateZ(0px) translateY(-17.8048px);
	background-size: 615px auto;
	background-repeat: no-repeat;
}
div#t4-section-6:before {
	position: absolute;
	content: "";
	background: rgb(255 255 255 / 75%);
	width: 100%;
	height: 100%;
	top: 0;
	display: inline-block;
}
div.itemListCategory {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
div#t4-header {
	z-index: 9999;
}
.hotel-text .fa-star:before {
	color: #ffab53;
}
.details-card p {
	font-family: "Lato", sans-serif !important;
	font-size: 15px;
	line-height: 22px;
}
.card-2-info-price {
	color: #bf3d58;
	font-size: 20px;
	font-weight: 800;
}
.details-card-list-item {
	margin: 10px 0;
}
.details-card-list-label span {
	font-size: 15px;
	color: #bf3d58;
}
.rt-widget.final-booking {
	padding: 15px !important;
}
.hotel-tabs h3 {
	color: #bf3d58;
}
.details-card-list-item ul {
	padding: 0;
}
.trip-to h3 {
	color: #fff;
}
#t4-section-9 {
	margin: 60px 0;
}
.itemBackToTop {
	display: none;
}
.rsform-block.rsform-block-arrivaldate {
	position: relative;
}
input#btn4_0 {
	position: absolute;
	top: 0;
	width: 40px;
	right: 0;
	background: url(../images/calendar.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.wrapper-gallery {
	margin-bottom: 15px;
}
.partener.section {
	margin: 50px 0 0 0;
	border-top: 1px solid #f8f9fa;
	padding: 10px 0 0 0;
}
.partener.section .t4-section-inner .rt-border-brands {
	background-image: url(../images/shape-5.png);
	transform: translateZ(0px) translateY(-17.8048px);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 80px 0 95px 0;
	background-position: right;
	position: relative;
	bottom: -70px;
}
.rsform-block-notripperyear,
.rsform-block-travelstyle {
	margin: 10px 0;
}
.joinAndJoy label {
	color: #6f3d66;
}
.formBody {
	display: block;
	float: left;
	width: 100% !important;
}

.rt-site-footer {
	position: relative;
	margin-top: 0px;
	background: #000;
}
.flight-dela-area img {
	width: 200px;
}
@media (max-width: 767.98px) {
	.flight-dela-area img {
		width: 320px;
	}
}
.teamMembers img {
	width: 250px;
}
.t4-footer img {
	max-width: 70%;
}
.services-thumb img {
	max-width: 70%;
	margin: 15px 0;
}
.contact-info ::after {
	display: none;
}
div.itemAttachmentsBlock {
	padding: 4px;
	border-bottom: none !important;
}
.itemAttachments a {
	border: 2px solid #5c154f;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
}

#e-mailit_mobileToolBox {
	display: none !important;
}
.itemContainer {
	width: 100%;
}
h3.dayTitle {
	font-size: 20px;
}
span.__cf_phone__ {
	padding-left: 3px;
}
.box-style__1 .details-card-list-label {
	color: #bf3d58;
	font-weight: 800;
}
.item-130 .e-mailit_toolbox.square.size24 {
	display: none!important;
}
#whatsappWedgit{
	padding: 10px;
	background-color: #25D366;
	color: #fff;
	position: fixed;
	bottom: 85px;
	right: 30px;
	width: 65px;
	border-radius: 50%;
	}
#whatsappWedgit img{
	width: 100%;
	max-width: 100%;
}