/*====INDEX=====
01- General Styling code

*/
/*=============== Fonts poppins ===================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


/*=============== 
***General Styling overflow-x: hidden;
===============*/

html,
body {
	position: relative;
	scroll-behavior: smooth !important;
}

.container,
.container-fluid {
	padding: 0;
}

body {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Poppins";
}

p {
	font-size: 13px;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0;
}

ul, ol {
		/* list-style: outside none none; */
		margin-bottom: 0;
		padding-left: 0;
}

a,
a:hover,
a:focus,
a:active {
	outline: none;
	color: inherit;
	-webkit-text-decoration: none;
	-moz-text-decoration: none;
	-ms-text-decoration: none;
	-o-text-decoration: none;
	text-decoration: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
	border: 0;
	width: 100%;
	float: left;
	height: 450px;
}

.theme-layout {
	float: left;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	/* padding-top: 52px; */
}

section {
	float: left;
	position: relative;
	width: 100%;
}
.gap2{
	padding: 55px;
}
.gap {
	float: left;
	padding: 100px 0;
	position: relative;
	width: 100%;
}

.gap.no-gap {
	padding: 0;
}

.gap.no-top {
	padding-top: 0px;
}

.gap.no-bottom {
	padding-bottom: 0px;
}

.remove-ext-btom {
	float: left;
	margin-bottom: -30px;
}

.merged {
	margin: 0px;
	padding: 0;
}

.merged > div {
	padding: 0;
}

.row.merged > div {
	padding: 0;
}

.merged.row {
	margin: 0;
}
.merged.row > div {
	padding: 0;
}
.parallax-fixed {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.parallax {
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.blackish:before,
.whitish:before,
.purpal:before,
.blue:before {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.purpal:before{
	background: #182b4a;	
}
.blue:before{
	background: #1e7ed2;	
}
.whitish:before {
	background: rgba(255,255,255,.9);
}

.high-opacity:before {
	-webkit-opacity: .95;
	-moz-opacity: .95;
	-ms-opacity: .95;
	-o-opacity: .95;
	opacity: .95;
}

.medium-opacity:before {
	-webkit-opacity: .85;
	-moz-opacity: .85;
	-ms-opacity: .85;
	-o-opacity: .85;
	opacity: .85;
}

.low-opacity:before {
	-webkit-opacity: .75;
	-moz-opacity: .75;
	-ms-opacity: .75;
	-o-opacity: .75;
	opacity: .75;
}

.gray {
	float: left;
	width: 100%;
	background: #f8f8f8;
}

textarea {
	resize: none;
}

.nav-tabs > li > a {
	border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border: none;
	background: none;
	color: initial;
}

.nav-tabs > li > a:hover {
	background: none;
	border-color: transparent;
}

.nav.nav-tabs {
	border-bottom: none;
}

.facebook {
	background: #516eab;
}

.twitter {
	background: #55acee;
}

.google {
	background: #dd4b39;
}

.pinterest {
	background: #ca212a;
}

.youtube {
	background: #e62117;
}

.dribble {
	background: #fe3400;
}

.linkedin {
	background: #0077b5;
}

.tumblr {
	background: #36465d;
}

.rss {
	background: #e3a103;
}

.vk {
	background: #466991;
}

.redit {
	background: #e3a103;
}

.instagram {
	background: #87513c;
}

.behance {
	background: #d900a3;
}
/*show image under text ---*/
h1, p { margin: 0; }

.under-text {
		margin-bottom: 20px;
}
.under-text > h1 {
		background: url(../images/text-bg.png);
		font-size: 43px;
	font-weight:bold;
		width: 100%;
		text-fill-color: transparent;
		background-clip: text; 
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		-moz-text-fill-color: transparent;
		-moz-background-clip: text; 
}

/*======================/
***** Home page 1 
======================*/

#topcontrol {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	border-radius:50%;
}

.featured-area {
		float: left;
		position: relative;
		width: 100%;
	padding-bottom: 75px;
}
.featured-area::after {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 0 0 200px 1349px;
		bottom: 0;
		content: "";
		display: inline-block;
		height: 0;
		left: 0;
		position: absolute;
		width: 0;
	z-index:-1;
}
header {
		background: transparent none repeat scroll 0 0;
		display: table;
		position: relative;
		top: 50px; 
		width: 100%;
}
.logo {
		display: table-cell;
		vertical-align: middle;
}
header > nav {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
}
header .main-btn {
		display: table-cell;
		vertical-align: middle;
}
header nav > ul {
		float: left;
		width: 100%;
}
header > nav > ul li {
		display: inline-block;
		margin-right: 53px;
}
header > nav > ul li a {
	color: #ddd;
	font-size: 14px;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	position:relative;
}
header > nav > ul li a.dif-colr {
	color: #fff;
	font-weight: 600;
}
header > nav > ul li a:before{
	content:"";
	position:absolute;
	bottom: 0;
	left:0;
	width:0%;
	height:1px;
	background: #fff;
	transition: all 0.3s linear 0s;
}
header > nav > ul li a:hover:before{width: 100%;}
header > nav > ul li a:hover,
header > nav > ul li a:focus {
		color: #fff;
}
a.main-btn {
		border-radius: 30px;
		color: #fff;
		font: bold 11.29px "poppins";
		padding: 15px 35px;
		text-align: center;
		text-transform: uppercase;
}
a.main-btn:hover{
background: #1a1919; /* Old browsers */
background: -moz-linear-gradient(left, #1a1919 0%, #545352 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #1a1919 0%,#545352 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #1a1919 0%,#545352 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1919', endColorstr='#545352',GradientType=1 ); /* IE6-9 */	
}

.feature-meta {
		left: 80px;
		position: absolute;
		top: 63%;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
		width: 41%;
}

.feature-mockups {
		float: right;
		margin-top: 160px;
		position: relative;
		width: 52%;
}
.feature-mockups > span {
		display: block;
		position: relative;
		text-align: right;
	z-index:1;
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
	-webkit-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

	@-webkit-keyframes zoomInRight {
	0% {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
	}
	@keyframes zoomInRight {
	0% {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}
	60% {
	opacity: 1;
	-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
	-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
	} 
.feature-meta > h2 {
	color: #fff;
    font-size: 32px;
    letter-spacing: -0.1px;
    line-height: 50px;
		width: 83%;
}
.feature-mockups > h1 {
		bottom: -122px;
		color: #fff;
		font-size: 158px;
		font-weight: bold;
		letter-spacing: -0.2px;
		position: absolute;
		right: 30px;
		text-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
		z-index: 0;
}
.main-title {
		float: left;
		margin-bottom: 60px;
		text-align: center;
		width: 100%;
}
.main-title > h1 {
	     font-size: 50px;
         font-weight: 600;
}
.main-title > p {
	     color: #747373;
         font-size: 18px;
         margin: 0 auto;
         padding-top: 0px;
         width: 65%;
}

.gap.ext-gap {
		float: left;
		padding-top: 200px;
		width: 100%;
}
.demo-sec {
		float: left;
		text-align: center;
		width: 100%;
	margin-bottom: 80px;
}
.demo-avatar {
		-webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.21);
		-moz-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.21);
		-ms-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.21);
		-o-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.21);
		box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.21);
		display: inline-block;
		width: 95%;
}
.demo-sec > h2 {
		float: left;
		font-size: 20px;
		font-weight: 500;
		margin-top: 35px;
		width: 100%;
}

.demo-sec h2 a span {
		color: #e11021;
		float: left;
		font-size: 14px;
		line-height: 40px;
		width: 100%;
}

.features-list-bg {
		background: #fff none repeat scroll 0 0;
		-webkit-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.05);
		-ms-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.05);
		-o-box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.05);
		float: left;
		padding: 0 15px;
		width: 100%;
}
.row.border > div {
		padding: 0;
}
.featurez-box {
		border-bottom: 1px solid #eee;
		border-right: 1px solid #eee;
		display: table;
		min-height: 200px;
	height: 200px;
	max-height: 200px;
		padding: 40px 40px 30px;
		width: 100%;
}
.featurez-box > span {
		display: table-cell;
		max-width: 40px;
		vertical-align: top;
		width: 40px;
}
.featurez-box .meta {
		display: table-cell;
		padding-left: 20px;
		vertical-align: top;
	max-width: 86%;
	width: 86%;
}
.meta > h5 {
		color: #444;
    	font-size: 20px;
}
.meta > p {
		color: #888;
		float: left;
		width: 100%;
}
/*--- dark and light banner section ---*/

.feature-sec {
		float: left;
		width: 100%;
}
.avatar {
	float:left;
		vertical-align: middle;
		width: 50%;
}
.feature-sec > .avatar{display:none;}
.feature-sec > .avatar.show{display:block;}

.darknlite {
		display: inline-block;
		vertical-align: middle;
		width: 38%;
}
.darknlite > h4 {
		font-size: 35px;
		font-weight: 400;
		letter-spacing: -0.2px;
		line-height: 48px;
}
.darknlite > p {
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 55px;
		padding-top: 20px;
}
.darknlite .main-btn {
		padding: 15px 38px;
}
/*--- footer section ---*/

.footer-area {
		float: left;
		width: 100%;
}
.footer-meta {
		color: #fff;
		float: left;
		text-align: center;
		width: 100%;
}
.footer-meta > h2 {
	font-size: 37px;
	font-weight: 300;
}
.footer-meta > span {
	float: left;
	font-size: 23px;
	font-weight: 300;
	padding-bottom: 60px;
	padding-top: 15px;
	width: 100%;
}
.masonry {
		float: left;
		width: 100%;
}
.masonry > div {
		margin-bottom: 50px;
}
.masonry > div img {
		border-radius: 5px;
}
.mobile-sec {
		color: #fff;
		display: inline-block;
		text-align: center;
		width: 40%;
		padding-top: 50px;
}
.mobile-sec > img {
		border-radius: 50%;
		margin-bottom: 20px;
}
.mobile-sec > h4 {
	font-size: 32px;
    font-weight: 600;
    line-height: 39px;
}
.mobile-sec > span {
	float: left;
	font-size: 20px;
	padding-top: 0px;
	width: 100%;
}
.mobile-banner .avatar {
		float: right;
}

.main-title > span {
		display: inline-block;
		font: 200 28px "poppins";
		margin-bottom: 30px;
		width: 100%;
}
.avatar {
		display: inline-block;
		padding-right: 40px;
		text-align: right;
		vertical-align: middle;
		width: 58%;
}
.landing {
		color: #fff;
		display: inline-block;
		float: none;
		vertical-align: middle;
		width: 50%;
	margin-top: 70px;
}
.landing > span {
		font-family: poppins;
		font-size: 35px;
		letter-spacing: -0.2px;
}
.landing > h4 {
		font-size: 35px;
		font-weight: bold;
		padding-bottom: 30px;
		padding-top: 5px;
}
.landing > p {
		font-size: 16px;
		letter-spacing: 0.2px;
		line-height: 26px;
		max-width: 69%;
}
.landing .main-btn {
		display: inline-block;
		margin-top: 31px;
		padding: 20px 49px;
}
.landing .main-btn > i {
		margin-left: 8px;
}








a.main-btn,
.demo-sec > h2 {
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.1s linear 0s;
}

/*----------------------------------------
		Pre-loader
------------------------------------------*/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #eceff1;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

#loader-logo {
	display: block;
	position: absolute;
	left: 48%;
	top: 46%;
	background: url("../../../images/avatar/avatar-2.png") no-repeat center center;
	z-index: 1001;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.progress {
	background-color: rgba(255, 64, 129, 0.22);
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
	display: none;
}

/*--- responsive header ---*/
.responsive-header {
	display: none;
	float: left; 
	width: 100%;
	padding: 12px 42px;
}
.res-items-list {
	float: right;
}
.res-items {
	display: inline-block;
	vertical-align: middle;
}
.res-items-list > a {
	display: inline-block;
	vertical-align: middle;
	padding: 16px 0 16px 12px;
	color: #fff;
	font-size: 21px;
}
/* .res-items > a {
	padding: 0 12px;
	border-right: 1px solid #d3d3d3;
	color: #423838;
}
.res-items > a:last-child {
	border-right: none;
} */
.res-menu-btn {
	cursor: pointer;
	display: none;
	color: #fff;
	font-size: 21px;
	text-align: right;
	padding-right: 12px;
	position: relative;

}
.res-menu-btn:hover {
	color: #fff;
	font-size: 21px;
}
.res-logo {
	float: left;
	position: relative;
}
.res-menu-wrapper {
	background: #05091b none repeat scroll 0 0;
	bottom: 0;
	opacity: 0;
	position: fixed;
	right: -100%;
	width: 340px;
	visibility: hidden;
	top: 0;
	z-index: 999;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	text-align: left;
}
.res-menu-wrapper.slidein {
	opacity: 1;
	visibility: visible;
	right: 0;
}
.res-clos-btn {
	background-color: #fff;
	font-size: 13px;
	float: right;
	height: 35px;
	width: 35px;
	margin-right: 15px;
	margin-top: 15px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.45s;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
}
.res-clos-btn:hover {
	color: #05091b;
}
.res-clos-btn span {
	display: inline-block;
	letter-spacing: 4px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(-90deg);
	padding-bottom: 4px;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
}
.res-clos-btn i {
	font-size: 15px;
}
.res-menu-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.scroll-wrapper {
	height: 440px;
	padding-top: 70px;
}
.res-menu-list ul li a {
	color: #fff;
	display: block;
}
.res-menu-list {
	padding: 0 40px;
}
.res-menu-list ul.menu-scroll li a {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.2px;
	padding: 13px 0;
	display: block;
	position: relative;
	transition: all 0.45s;
	-moz-transition: all 0.45s;
	-webkit-transition: all 0.45s;
}
.res-menu-list ul.menu-scroll li ul li:last-child a {
	padding-bottom: 0;
}
.res-menu-list ul.menu-scroll li {
	border-bottom: 1px solid #282c3b;
}
.res-menu-list ul.menu-scroll li:last-child {
	border-bottom: none;
}
.res-menu-list ul.menu-scroll li ul li a {
	font-size: 14px;
	padding: 6px 0;
	text-transform: none;
	font-weight: normal;
}
.res-menu-list > ul li.menu-item-has-children > a::after {
	content: "\f107";
	font-family: fontawesome;
	position: absolute;
	right: 0;
	top: 15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all .3s linear 0s;
}
.res-menu-list > ul li.menu-item-has-children.active > a::after {
	transform: rotate(0deg);
}
.res-menu-list ul.menu-scroll li ul li {
	border-bottom: none;
}
.res-menu-list ul.menu-scroll li ul {
	padding-bottom: 20px;
}
.res-menu-list ul ul {
	display: none;
}
.res-menu-list ul ul.active {
	display: block;
}
.scroll-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 7px;
	border-radius: 0;
	margin: 0;
}
.scroll-wrapper .mCSB_scrollTools {
	opacity: 1;
	width: 5px;
}
.scroll-wrapper .mCSB_inside > .mCSB_container {
	margin-right: 0;
}
.res-info {
	width: 100%;
	float: left;
	background-color: #161a2a;
}
.res-info ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 32px 0;
}
.res-info ul li span.bold-info{
	font-weight: 700;
	text-align: justify;
	display: inline-block;
	width: 5%;
	vertical-align: middle;
}
.res-info ul li span.info-detail {
	display: inline-block;
	width: 16%;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
}
.res-info ul li {
	font-size: 14px;
	color: #fff;
	padding: 6px 0;
}
.res-social-icons {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.res-social-icons li {
	list-style: none;
	margin-left: -4px;
	display: inline-block;
}
.res-social-icons li a {
	font-size: 16px;
	color: #fff;
	line-height: 61px;
	width: 51px;
	display: block;
	text-align: center;
}
.res-footer-info {
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

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

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }

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

  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
/*Header*/
.site-navigation nav ul li a:hover{
	color: #95271a;
}
header{
  background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 2px 2px 24px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 2px 2px 24px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
a.loginn {
    padding: 12px 18px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
    background-color: transparent;
    color: #3d75e6;
	text-transform: capitalize;
	transition: 0.3s ease-in-out;
	color: #3d75e6;
    font-family: 'Poppins', sans-serif;
 
    font-weight: bold;
}
a.loginn:hover {
	background-color: #3d75e6 !important;
	color: white !important;
	border: 1px solid  #3d75e6 !important;
	text-decoration: none;
}
a.contact:hover,
a.loginn:hover {
    background-color: transparent;
    color: #3d75e6;
	text-decoration: none;

}

a.contact {
    padding: .66rem 2.2rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3d75e6;
	text-transform: capitalize;
	background-color: #3d75e6;

}
a.contact:hover {
	border: 1px solid #3d75e6;
}
.site-btn ul {
    margin-bottom: 0;
  
    font-family: "Arimo", sans-serif
}
header {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 24px 0px rgba(0, 0, 0, 0.1);
    z-index: 9;
}
.header-wrapper {
    padding: 1rem 0;
}
.site-navigation nav ul li {
    margin: 0 4px;
}
.site-navigation nav ul li a {
    font-size: 17px;
    font-weight: 600;
    color: #161515;
    padding: 0 15px;
    transition: all 0.35s ease-in-out;
}
header.sticky .header-wrapper {
    padding: 0.75rem 0;
}
.responsive-header {
    display: none;
}
.responsive-header {
    display: none;
}
.res-header-bar {
    padding: 15px;
}
.res-btns > a {
    background-color: #fff;
    color: #0575e6;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding: 0;
}
.close-menu {
    height: 40px;
    width: 40px;
    color: #fff;
    line-height: 40px;
    background-color: #0575e6;
}
.close-menu:hover {
    background-color: #033333;
    color: #fff;
}
.responsive-menu-wrapper {
    position: fixed;
    left: -100%;
    top: 0;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
    height: 100%;
    padding: 20px 15px;
    transition: all 0.35s ease-in-out;
}
.responsive-menu-wrapper ul {
    margin: 35px 0 20px;
}
.responsive-menu-wrapper ul li {
    margin: 4px 0;
}
.responsive-menu-wrapper ul li a:hover {
    color: #333;
}
.responsive-menu-wrapper.active {
    left: 0;
}
.hea-der nav ul {
	list-style: none;
}

.hamburger,
.crosss {
	display: none;
}

/* header move on scroll */
.slideUp {
  transform: translateY(-140px);
  -webkit-transform: translateY(-140px);
  -moz-transform: translateY(-140px);
  -o-transform: translateY(-140px);
  position: fixed;
  top: 0;
  width: 100%;
}
.slideDown {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  position: fixed;
  top: 0;
  width: 100%;

}
.slideUp,
.slideDown{
    transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
h2.mb-3.mt-n3{
	width: 61%;
    margin: auto;
	font-size: 2.5rem;
}
p.book-features-detail{
	width: 50%;
    margin: auto;
    text-align: center;
}
.site-bran svg{
  height: 55px;
    width: 192px;
}
.site-navigation nav ul li a {
  font-weight: 500;
  color: #161515;
  padding: 0 15px;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
    font-family: "Arimo", sans-serif
}
a.contact {
	color: white;
    text-decoration: none;
    transition: 0.3s all linear;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

/* <!-- Footer--> */


.logo img{
	width: auto;
  
   }
   .logo{
	text-align: center;
	margin-top: 110px;
   }
   .logo h2{
	font-size: 3.125rem;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	margin-left: 50px;
   }
   .logo p{
	font-weight: 500;
	font-size: 1.0625rem;
	width: 75%;
	margin: auto;
	color: #7a7f93;
	  font-family: "Arimo", sans-serif;
	  text-align: center;
	  margin-top: 30px;
	  margin-bottom: 20px;
   }
   .logo a{
	color: #fff;
	  font-weight: 700;
	  font-size: 0.875rem;
	  display: inline-block;
	  padding: 1.143em 3.571em;
	  font-family: 'Poppins', sans-serif;
	  border: 1px solid;
	  background-color: #e1601f;
	  text-decoration: none;
	  transition: all .3s linear;
   }
   .logo a:hover{
	color: #e1601f;
		border-color: #e1601f;
		background-color: white;
		transform: scale(1);
		text-decoration: none;
   }
   .rights{
	background-color: black;
	  color: white;
	  margin-top: 117px;
	  font-family: "Arimo", sans-serif;
   }
   .list-unstyled li a{
	color: white;
	  text-decoration: none;
	  transition: 0.3s all linear;
	  font-family: 'Poppins', sans-serif;
	  font-weight: bold;
   }
   .list-unstyled li a{
  margin-left: 20px;
   }




   .gap-testimonial {
    float: left;
    padding: 120px 0;
    position: relative;
    width: 100%;
   }
   .gap.testimonial.bg-gradient.btm-70 {
    /* margin-bottom: 80px; */
   }
   .p30-lr {
    float: left;
    padding: 0 15px
   }
   .testimonial h2 {
    color: #2f2e2e;
    text-align: center;
    font-size: 50px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 70px;
}
.testimonial .test-one {
    width: 100%;
}
.testimonial .test-one-p1 {
    float: left;
    background-color: #e7292d;
    width: 100%;
    padding: 15px 30px 15px 30px;
}
.testimonial .test-one h3 {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}
.testimonial .test-one-p1 .test-star {
    display: inline-block;
}
.testimonial .test-one p {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.test-box {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border: 5px solid white;
    border-radius: 10px;
    margin-bottom: 50px;
}
.shdw {
    box-shadow: 0px 0 30px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0 30px 0px rgb(0 0 0 / 20%);
}
.testimonial .test-one-p1 {
    float: left;
    background-color: #e7292d;
    width: 100%;
    padding: 15px 30px 15px 30px;
}
.testimonial .test-one-p1 .test-star {
    display: inline-block;
}
h3 {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}
.rating span {
    font-size: 20px;
    color: #fff600;
    line-height: 25px;
}
.test-box .test-two p {
    color: #757575;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-family: "Arimo", sans-serif;
    padding: 25px;
}
.bg-gradient{
	background-image: linear-gradient(to right, #4a6af9 0%, #b24cc5 82%, #b24cc5 100%);
}
.test-two{
	float: left;
}


@media (min-width: 992px){
.col-md-6 {
    width: 50%;
	float: left;
}
}


.inner-page-slider .page-item a {
	border-radius: 10px;
	box-shadow: 0 0 35px rgba(0,0,0,0.2);
	border: 10px solid #fff;
	display: block;
}
.purchase-btns .live-btn {
	background-color: #d92323;
	border: 1px solid;

}
.purchase-btns .live-btn:hover {
	color: #d92323;
	background-color: white;
	border: 1px solid;

}
.purchase-btns .pur-btn {
	background-color: #5b972a;
	border: 1px solid;
}
.purchase-btns .pur-btn:hover {
	color: #5b972a;
	background-color: white;
	border: 1px solid;
}
.purchase-btns a + a {
	margin-left: 15px;
}
.theme-inner-pages {
	/* padding-bottom: 100px; */
}

.inner-page-slider .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec-heading2 h1 {
	font-size: 50px;
     font-weight: 600;
	 color: #2f2e2e;
}
.sec-heading2 p {
	color: #747373;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 0px;
    width: 100%;
}
.sec-heading2 {
    max-width: 75%;
    margin: 0 auto;
}
.page-item p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
}

.purchase-btns{
    margin-top: 64px;
  }
  .lifelne2-purchaseref-wrap {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    line-height: normal;
    position: fixed;
    right: -129px;
    z-index: 999;
    transition: all 0.35s;
  }
  .lifelne2-purchaseref-wrap:hover {
    right: 1px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu {
    background: #1b1b1b none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 14px 18px;
  }
  .lifelne2-purchaseref-wrap a.link-purchase-iu img:first-child {
    margin-right: 6px;
  }
  i.fa-solid.fa-cart-shopping{
    margin-right: 14px;
    }

    
    .lifelne2-purchaseref-wrap  {
        animation:
        bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1)
      }


      @keyframes bounce {
        from {
          transform: translateY(0px);
        }
        to {
          transform: translateY(-10px);
        }
      }

	  .mslide{
		background-color: white;
		padding-bottom: 30px;
		margin-left: -8px;
		border-radius: 10px 10px 0px 0px;
	}
	.main-slidder{
		margin-top: 60px;
	}
	::marker {
		font-size: 25px;
		color: gainsboro;
	}
	.mslide h6{
		font-weight: 700;
		font-size: 20px;
		padding-left: 30px;
	}
	.buttons {
		text-align: end;
		margin-right: 5px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.buttons a{
		font-weight: 500;
		background-color: #0575e8;
		color: white;
		text-decoration: none;
		padding: 10px;
	
	}
	.rating span {
		font-size: 20px;
		color: #fff600;
		line-height: 25px;
	}
	.rating{
		margin-bottom: 7px;
		margin-left: 30px;
	}
	.mslide ul{
		padding-left: 55px;
	}
	.slider{
		background-color: #182b4b;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sliderheading h2{
		font-size: 40px;
		font-weight: bold;
		padding-bottom: 50px;
		padding-top: 50px;
		color: white;
		text-align: center !important;
	}
	.mslide h6 a{
		color: #000;
		list-style: none;
	  }
	  .mslide h6 a:hover{
		color: brown;
		text-decoration: none;
	  }
	  .buttons a:hover{
		background-color: white;
		border: 1px solid blue;
		color: blue;
	  }

	  /**********Features**********/
.featureslist{
    margin-top: 100px;
}
.feature img{
    width: 100%;
}
.featuretext h1{
    width: 100%;
    font-size: 40px;
    padding-bottom: 13px;
	font-weight: 700;
}
.featuretext h2 {
    font-weight: 700;
    margin-top: 50px;
    line-height: 1.2;
}
.featuretext p{
    color: #7a7f93;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    width: 100%;
}
.hcl-features {
    /* padding-bottom: 180px; */
}
.hcl-features .mt-200 {
    margin-top: 200px;
}
.hcl-features h1 {
    font-size: 50px;
    line-height: 76px;
	font-weight: 600;
}

.hcl-features .fea-box {
    background: rgb(254,146,38);
    background: linear-gradient(273deg, rgba(254,146,38,1) 41%, rgba(247,2,0,1) 77%);
    height: 360px;
    border-radius: 30px;
}
.hcl-features .fea-box .content-area h2 {
    font-size: 35px;
    line-height: 34px;
    font-weight: 400;
}
.hcl-features .fea-box .content-area .head-1 {
    color: white;
}
.hcl-features .fea-box .content-area .head-1 span {
    color: #ffd5d9;
}
.hcl-features .fea-box .content-area .head-2 {
    color: #97fbff;
}
.hcl-features .fea-box .content-area .head-2 span {
    color: #a4ffb5;
} 
.hcl-features .fea-box .content-area .head-3 {
    color: #fffb80;
}
.hcl-features .text-right {
    text-align: right;
}
.hcl-features .fea-box img{
    margin-top: -200px;
    margin-right: -48px;
}
.hcl-features .fea-box .content-area {
    padding-left: 50px;
    padding-top: 44px;
}
.hcl-features .services h2 {
    font-size: 29px;
    line-height: 34px;
    padding: 0px 30px;
    padding-top: 42px;
    font-weight: 400;
}
.hcl-features .services h3 span {
    color: #40a1bf;
}
.hcl-features .services {
    height: 360px;
    background: #f6f6f6;
    border-radius: 30px;
    padding: 10px;
}
.hcl-features .services img {
    width: 100%;
}
.hcl-features .services .services-img {
    margin-left: 15px;
}
.hcl-features .services.bg-black {
    background-color: #000;
}
.hcl-features .booking-sys {
    background: rgb(233,153,250);
    background: linear-gradient(246deg, rgba(233,153,250,1) 39%, rgba(70,14,213,1) 82%);
}
.hcl-features .booking-sys h2 {
    width: 60%;
}
.hcl-features .booking-sys img {
    margin-top: -125px;
}
.hcl-features .services.booking-sys img {
    width: auto;
}
.hcl-purchase {
    background-color: #6f9a37;
}
.hcl-purchase:hover {
    color: #6f9a37;
    border-color: #6f9a37;
}
.text-center.w-100 h2 {
    font-size: 36px;
    font-weight: 600;
}
.qmt-social-chat.qmt-social-wtsapp {
	position: fixed;
	right: -107px;
	top: 70%;
	z-index: 999999999;
	animation: bounce 600ms alternate infinite cubic-bezier(.2, .65, .6, 1);
	transition: .4s ease-in-out;
}
.qmt-social-chat.qmt-social-wtsapp:hover{
	right: 1px;
	animation: none;
}
.qmt-social-chat.qmt-social-wtsapp img{
	width: 30px;
}
.qmt-social-chat.qmt-social-wtsapp span{
	font-size: 15px;
	text-decoration: underline;
	color: white;
	font-weight: 600;
}
a.qmt-wtsapp {
padding: 14px 18px 20px 15px;
    box-shadow: 0px 0px 8px 0px #00000038;
    background-color: #68d743;
    border-radius: 30px;
}







.addons .dropdown {
    position: unset;
    cursor: pointer;
}

.addons-title {
    display: flex;
    justify-content: space-between;
    background-color: #ffd739;
    padding: 8px 15px;
    align-items: center;
}
.dropdown button {
    border-bottom: 2px solid !important;
    background: transparent;
    color: #0B57D0;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: 0.3s ease-in-out;
    padding: 0px 1px;
}
.addons .dropdown {
    position: unset;
	cursor: pointer;
}
.addons .dropdown a{
	position: unset;
}


.addons .dropdown-menu .row{
	background-color: white;
	margin: 0;
}
.addons .dropdown-menu .col-lg-4{
	padding: 0px;
}

.addons .dropdown-menu li a {
    display: block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
}

.addons .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}


.addons-title{
	    display: flex;
    justify-content: space-between;
    background-color: #ffd739;
    padding: 8px 15px;
	align-items: center;
}
.addons-title h2{
	font-size: 20px;
	margin: 0;
	font-family: 'quicksand';
  font-weight: 700;
}
.addons-title img{
	object-fit: contain;
    background-color: white;
    padding: 6px;
    width: auto;
}

.addons-payments-detail {
  display: flex;
	column-gap: 10px;
	height: 60px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.addons-payments-detail:hover .detail-text h3 {
  color: #007bff;
}
.addons-payments-detail:hover {
  transform: translateY(-1px);
}

.addons-payments-detail .detail-text p i {
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-payments-detail:hover .detail-text p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-payments-detail .detail-text a{
padding: 0;
}
.addons-payments-detail h3{
	    font-size: 15px;
    margin: 0;
	font-family: 'quicksand';
	 transition: color 0.3s ease;
   font-weight: 600;
}
.addons-payments-detail p{
	font-size: 14px;
	font-family: 'quicksand';
}
.addons-payments-detail h2{
	font-size: 20px;
	margin-top: 10px;
	font-family: 'quicksand';
  font-weight: 600;
}
.addons-event-detail{
	background-color: #ffdccf;
	padding: 30px;
	transition: all 0.3s ease;
}
.addons-event-detail h3 {
  transition: color 0.3s ease;
  margin: 0;
}
.addons-event-detail a{
	padding: 0 !important;
}
.addons-event-detail p i {
margin-left: 5px;

}
.addons-event-detail p i{
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-event-detail:hover p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-event-detail:hover h3 {
  color: #007bff; /* Change this to your desired hover color */
}

.addons-payments-detail .detail-text i{
	margin-left: 5px;
}
.addons-payments-detail img{
	width: 30px;
    object-fit: contain;
    height: 30px;
}
.addons-event-detail h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
  font-weight: 600;
}
.addons-event-detail p{
	font-size: 13px;
	line-height: 20px;
	font-family: 'quicksand';
	margin: 0;
}
.addons-event-detail-one p i {
margin-left: 5px;

}
.addons-event-detail-one p i{
  color: #888;
  transition: color 0.3s ease, transform 0.3s ease;
}

.addons-event-detail-one:hover p i {
  color: #007bff; /* Blue color on hover */
  transform: translateX(5px); /* Slide arrow to the right */
}
.addons-event-detail-one:hover h3 {
  color: #007bff; /* Change this to your desired hover color */
}
.addons-event-detail-one{
	background-color: #cfd5ff;
	padding: 30px;
}
.addons-event-detail-one.two{
	background-color: #cfffdc;
}
.addons-event-detail-one h3{
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'quicksand';
  font-weight: 600;
  margin: 0;
}
.addons-event-detail-one a{
	padding: 0 !important;
}
.addons-event-detail-one p{
	font-size: 13px;
	line-height: 20px;
	font-family: 'quicksand';
	margin: 0;
}
.addons-payment{
	background-color: #fffcf0;
	padding: 15px;
	padding-top: 15px;
}
ul.dropdown-menu.show{
	    transform: translate(0px, 67px) !important;
		    padding: 0;
    margin: 10px 40px !important;
    border: none;
}
.dropdown button{
	   border-bottom: 2px solid !important;
    background: transparent;
    color: #0B57D0;
    font-weight: 800;
    font-size: 16px;
    border: none;
	 transition: 0.3s ease-in-out;
    padding: 0px 1px;
}
.dropdown button.dropdown-toggle.show {
    transition: 0.3s ease-in-out;
    color: black;
    border-bottom: none !important;
}
.addons-payment.one{
	background-color: #fffcf0;
	padding-top: 65px;
}
.addons-payment.two{
	background-color: white;
	padding: 0px;
	margin-top: 0;
}
.addons-button a {
    display: inline-block;
    padding: 15px 24px !important;
    background-color: #007bff;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    width: 100%;
    text-align: center;
}

.addons-button a i {
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.addons-button a:hover {
  background-color: #0056b3; /* Darker shade on hover */
  color: #fff;
}

.addons-button a:hover i {
  transform: translateX(5px);
  color: #ffc107; /* Icon color on hover (optional) */
}
.addons-button-one a {
	font-size: 15px !important;
    
    color: black !important;
    text-decoration: underline;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    width: 100%;
    text-align: center;
	align-items: baseline;
	justify-content: center;
}

.addons-button-one a i {
  margin-left: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.addons-button-one a:hover {
  color: #ffc107; /* Darker shade on hover */
}

.addons-button-one a:hover i {
  transform: translateX(5px);
  color: #ffc107; /* Icon color on hover (optional) */
}
.drop-icon{
 text-align: center;
}
/* Default link style */
nav ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Simple hover */
nav ul li a:hover {
  color: #007bff;
}

/* FIX: Keep link blue when dropdown is active (parent li is hovered) */
nav ul li.dropdown:hover > a {
  color: #007bff;
}

.addons-payments-detail .detail-text-button a{
	background-color: #000;
}
.addons .dropdown-menu .row {
    background-color: white;
    margin: 0;
}
.addons .dropdown {
    position: unset;
    cursor: pointer;
}
.addons-payment.responsive{
    margin-top: 0;
    background-image: none;
    opacity: 1;
    background-repeat: no-repeat;
}
