@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
	--color-1: #eef2ff;
	--color-2: #fff;
	--color-3: #000;
	--color-4: #202020;
	--color-5: #266849;
	--color-6: #1c563b;
	--color-7: #8d6651;
	--color-8: rgb(38, 104, 73, .15)
}

html #appDashboard {
	--color-1: #21252e;
	--color-2: #121212;
	--color-3: #fff;
	--color-4: #8b98b8;
	--color-5: #266849;
	--color-6: #1c563b;
	--color-7: #8d6651;
	--color-8: rgb(38, 104, 73, .15)
}

html.dark #appDashboard {
	--color-1: #eef2ff;
	--color-2: #fff;
	--color-3: #000;
	--color-4: #202020;
	--color-5: #266849;
	--color-6: #1c563b;
	--color-7: #8d6651;
	--color-8: rgb(38, 104, 73, .15)
}

body {
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	letter-spacing: -.015em;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	min-width: 375px;
	color: var(--color-5);
	background-color: var(--color-2)
}

#appDashboard {
	background-color: var(--color-2)
}

a {
	text-decoration: none !important;
	color: var(--color-3) !important
}

a,
[type="checkbox"] {
	cursor: pointer
}

a:hover {
	color: var(--color-6) !important
}

button,
input {
	background-color: transparent;
	line-height: 0;
	border: 0;
	padding: 0
}

button:focus,
input:focus {
	outline: 0 !important;
	border: none !important
}

b,
strong {
	letter-spacing: -.01em;
	font-weight: 700;
	line-height: 1.6;
	transition: all 0.15s ease
}

.hidden {
	display: none !important
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px
}

::-webkit-scrollbar-thumb {
	background: var(--color-6);
	border-radius: 5px
}

::-webkit-scrollbar-track {
	background: transparent
}

.primary-color {
	color: var(--color-5) !important;
	font-weight: 700
}

.alert {
	border-radius: 15px;
	border: none !important
}

.alert.alert-success {
	color: #09b797 !important;
	background: #2dfad431 !important
}

.alert.alert-danger {
	color: #EE5B5B !important;
	background: #ee5b5b41 !important
}

.badge {
	background: var(--color-6) !important;
	color: #fff !important
}

.cursor-pointer {
	cursor: pointer !important
}

.h-section {
	margin: 100px 0
}

.h-section.section-50 {
	margin: 50px 0
}

.h-section h2,
.music-section h2 {
	font-style: normal;
	font-size: 28px;
	font-weight: 700;
	line-height: 128.5%;
	letter-spacing: -1px;
	margin-bottom: 15px;
	color: #202020
}

.h-section h2 span,
.music-section h2 span {
	position: relative;
	display: inline-block;
	color: #266849
}

.h-section h2 span::after,
.music-section h2 span::after {
	content: '';
	background-image: url(https://storage.perfectcdn.com/966zjr/1pr48x93jazq9a3y.png);
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: -5px;
	bottom: -18px;
	width: calc(100% + 10px);
	height: 20px
}

.c-pointer {
	cursor: pointer
}

.p-relative {
	position: relative
}

.p-absolute {
	position: absolute
}

.transition {
	transition: all 0.15s ease
}

.btn {
	position: relative;
	font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    border-radius: 15px;
	padding: 10px 25px;
	border: none;
	color: var(--color-2) !important
}

#appDashboard .btn {
	padding: 17px 35px
}

.btn:hover,
btn:focus {
	color: #fff !important
}

.btn-sm {
	font-size: 14px !important;
	padding: 6px 12px
}

.btn-rounded {
	border-radius: 50px
}

.btn-border {
	border: 1px solid #4f75ff !important
}

.btn-100 {
	display: block;
	width: 100%
}

.btn-100.btn-icon {
	display: flex
}

.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
	background: #44f5a3 !important;
	color: #fff !important;
	font-weight: 500;
	font-size: 16px;
  	text-transform: uppercase
}

.btn-white,
.btn-white:hover,
.btn-white:focus {
	background: #fff !important;
	color: var(--color-5) !important;
	font-weight: 700;
	font-size: 16px;
	border-radius: 10px;
	padding: 15px 30px;
	transition: 300ms all
}

.btn-white:hover {
	opacity: .7
}

.btn-white:hover i {
	transform: translateX(.5rem);
	transition: 300ms all
}

.btn-white.green,
.btn-white.green:hover,
.btn-white.green:focus {
	background: var(--color-6) !important;
	color: #fff !important
}

.btn-primary {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(180deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	font-size: 16px;
	color: #fff !important;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
  
}
.btn-primary:hover,
.btn-primary:focus {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(360deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
}

.btn-secondary {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(180deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
	font-size: 16px
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(360deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
}

.btn-secondary a,
.btn-secondary a:hover,
.btn-secondary a:focus {
	color: #fff !important
}

.btn-rounded {
	color: #fff !important
}

.btn-danger {
	background: #bb2d3b;
	color: #fff;
	font-size: 16px
}

body.stop-body {
	overflow: hidden
}

.head-out {
	position: fixed;
	top: 0;
	background-color: transparent;
	width: 100%;
	z-index: 1030
}

.head-out.fixed {
	border: 1px solid var(--color-2);
	border-top: none;
	background: rgba(207, 207, 207, .8);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px
}

.head-out.fixed .hm-wrapper .home-logo img {
	height: 70px;
	object-fit: contain;
	transition: 300ms all
}

.hm-wrapper {
	display: block;
	position: fixed;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	border-radius: 0;
	padding: 77px 10px;
	height: 60%;
	transition: 0.14s ease;
	transform: translateY(-101%);
	opacity: .4;
	background: var(--color-1);
	z-index: 1
}

.hm-wrapper.active {
	transform: translateY(0);
	opacity: 1
}

.hm-wrapper .home-logo img {
	width: 114px;
	height: 90px;
	object-fit: cover;
	transition: 300ms all
}

.sm-header {
	display: block;
	padding: 14px 0;
	transition: 0.14s ease
}

.menu-btn {
	height: 42px;
	width: 42px;
	border-radius: 10px;
	background-color: var(--color-5);
	color: var(--color-2);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.b-menu-close {
	height: 48px;
	width: 48px;
	border-radius: 15px;
	background-color: var(--color-8);
	color: var(--color-5);
	outline: none;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2000
}

.head-right-btns {
	width: 100%;
	display: block;
	margin-bottom: 20px
}

.mob-logo img {
	position: relative;
	z-index: 2;
	height: 65px;
	object-fit: cover
}

.header-btn {
	border-radius: 25px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	padding: 10px 35px;
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(180deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	color: #fff !important;
	text-decoration: none;
	transition: 0.14s ease
}

.header-btn:hover {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(360deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	color: #fff !important
}

.header-btn .text {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -.03em;
	position: relative;
	z-index: 1004;
	white-space: nowrap
}

.login-link {
	font-size: 23px;
	line-height: 125%;
	color: var(--color-7) !important;
	opacity: 1;
	padding: 7px 0;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left;
  	white-space: nowrap;
}

.login-link:hover {
	color: var(--color-7) !important;
	opacity: .7
}

.header-menu {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	gap: 10px;
	padding: 10px 0 20px 0
}

.header-menu .hm-item {
	position: relative;
	display: flex;
	justify-content: flex-start
}

.header-menu .hm-item .hm-link {
	font-weight: 700;
	font-size: 23px;
	line-height: 125%;
	color: var(--color-7) !important;
	opacity: 1;
	padding: 7px 0;
	transition: 0.14s ease;
	text-decoration: none;
	display: inline-block;
	text-align: left
}

.header-menu .hm-item .hm-link:hover {
	opacity: .7
}

.header-menu .hm-item .hm-link.active {
	opacity: 1
}

.header-menu .hm-item .hm-link.active::before {
	opacity: 1
}

.home-header {
	margin-top: -86px;
	padding-top: 86px;
	position: relative;
  	overflow: hidden
}

.home-header .home-glow {
	content: "";
    position: absolute;
    top: 0%;
    right: 30%;
    width: 50%;
    height: 50%;
    transform: translate(100%, 60%) scale(1);
    transition: .14s ease;
    background: rgb(165, 219, 199, .7);
    border-radius: 100px;
    filter: blur(60px);
    z-index: 0;
}

.home-header .header-content {
	position: relative;
	z-index: 5
}

.home-title {
     background: rgb(39, 104, 74);
   	 background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-size: 32px;
	font-weight: 700;
    position: relative
}

.home-title .ht-yellow {
	background: #facd4d;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #2a7a55;
  	padding: 0 5px; 
}

.home-title .ht-circle {
	clip-path: inset(0 0 0 0);
    width: 95px;
    height: 48px;
    transition: clip-path 1s;
    transition-timing-function: cubic-bezier(.4,.6,.4,1);
  	position: absolute;
    left: -25px;
    top: 42px;
  	z-index: -1
}

.home-title-alt {
  	color: #171717;
	font-size: 16px;
	margin-top: 20px;
	padding-bottom: 0
}

.home-text {
	display: flex;
  	gap: 20px;
  	margin-top: 20px
}

.home-text p {
  	font-size: 13px;
  	color: #171717;
	margin-bottom: .5rem
}

.home-text i {
	background: rgb(39, 104, 74);
    background: -moz-linear-gradient(320deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(320deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head-btn-alt {
	display: flex;
  	align-items: center;
  	gap: 25px;
  	margin-top: 35px
}

.head-btn-alt .btn {
  	font-size: 14px;
  	line-height: 24px;
	border-radius: 15px;
  	width: 100%
}

.head-btn-alt .btn-primary {
	box-shadow: 5px 0px 15px 5px rgba(25, 154, 95, 0.25);
}

.head-btn-alt .btn-secondary {
	box-shadow: 5px 0px 15px 5px rgba(179, 121, 88, 0.25);
}

.header-alt {
    background: url(https://storage.perfectcdn.com/966zjr/1kmt50uu6c6t440q.jpg);
	position: relative;
	background-position: center;
  	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 0
}

.h-section.header-alt h2 {
	color: #fff;
	padding: 0 0 25px 0
}

.h-section.header-alt h2 span {
	color: #fff;
	font-weight: 400
}

.h-section.header-alt h2 span::after {
	display: none
}

.header-alt .t-widget-area {
	display: flex;
	align-items: center;
	padding: 35px 0;
	gap: 75px
}

.header-alt .t-widget {
	text-align: center
}

.header-alt .t-widget img {
	height: 50px
}

.header-alt .t-widget p {
	padding-left: 7px;
	font-size: 18px;
	color: var(--color-2)
}

.ms-title h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #202020
}

.music-section img {
	max-width: 150px
}

.wwd-title {
	font-size: 36px;
	font-weight: 700
}

.wwd-text {
	color: var(--color-3)
}

.hp-bf-box {
	padding: 54px 14px 14px 14px;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: .14s ease;
	transition: .14s ease;
	text-align: left;
	transition: 500ms all;
	min-height: 100%
}

.hp-bf-box:hover {
	transform: translateY(-1rem);
	transition: 500ms all;
	cursor: pointer
}

.hp-bf-box.bg-1 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/44lpuhiwszkd5q67.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box.bg-2 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/65kuydd9pyq6gwe4.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box.bg-3 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/025x0xh8f66hrio3.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box.bg-4 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/fbfh2d6clw5xw97d.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box.bg-5 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/z3xlcrmaq06xta75.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box.bg-6 {
	background: var(--color-5);
	background-image: url(https://storage.perfectcdn.com/966zjr/p0gmf1rxr7g0rrdw.png);
	background-repeat: no-repeat;
	background-size: cover
}

.hp-bf-box:hover {
	border-color: #FA0
}

.hp-bf-box .hp-bf-title,
.hp-bf-box .hp-bf-title a {
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #fff !important
}

.hp-bf-box .hp-bf-text {
	font-size: 13px;
	line-height: 150%;
	font-weight: 400;
	letter-spacing: -.4px;
	color: #fff;
	margin-bottom: 0
}

.team-card {
	text-align: center
}

.team-card img {
	max-height: 175px;
	cursor: pointer;
	margin-bottom: 15px
}

.team-card i {
	color: var(--color-7);
	font-size: 32px
}

.team-card h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 10px
}

.team-card h4 {
	font-weight: 700;
	margin-top: 10px;
	line-height: 5px
}

.team-card h6 {
	font-size: 14px;
	font-weight: 700
}

.h-section .hsec-img {
	position: relative
}

.h-section .hsec-img .h-img3 {
	position: absolute;
	height: 85px;
	left: 30px;
	top: 225px
}

.hsec-text h3 {
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 25px
}

.hsec-text p {
	color: var(--color-3)
}

.h-section .hsec-img .h-img4 {
	position: absolute;
	height: 85px;
	right: 100px;
	top: 125px
}

#productSlide {
	position: relative
}

#productSlide .fa-angle-left,
#productSlide .fa-angle-right {
	position: absolute;
	background: #36634d;
	border-radius: 25px;
	width: 50px;
	height: 50px;
	border: none;
	color: #fff;
	font-weight: 300;
	font-size: 32px;
  	border: 1px solid #59c792
}

#productSlide .fa-angle-left {
	top: 200px;
	left: -50px
}

#productSlide .fa-angle-right {
	top: 200px;
	right: -50px
}

#productSlide .slick-track {
	display: flex;
  	gap: 75px
}

.prItem {
	overflow: hidden;
	border-radius: 25px;
	background: rgb(60, 119, 92);
    background: -moz-linear-gradient(240deg, rgba(60, 119, 92, 1) 0%, rgba(73, 203, 141, 1) 100%);
    background: -webkit-linear-gradient(240deg, rgba(60, 119, 92, 1) 0%, rgba(73, 203, 141, 1) 100%);
	border-radius: 15px;
	border: 1px solid #75fabc;
	width: 100%;
	position: relative
}

.prItem .prContent {
	padding: 15px 20px
}

.prItem .prContent {
	position: relative;
	z-index: 1;
	color: #fff;
	flex-direction: column;
	height: 100%;
	justify-content: space-between
}

.prItem .prContent>h3 {
	background: rgb(255, 255, 255, .15);
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    margin-left: -20px
}

.prItem .prContent>ul {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	padding: 10px;
	list-style-type: none;
	min-height: 200px;
	margin: 20px 0 20px
}

.prItem .prContent>ul>li:not(:last-child) {
	padding-bottom: 10px
}

.prItem .prContent>ul>li {
	font-size: 14px;
	font-weight: 400
}

.prItem .prContent>ul>li>i {
  	font-size: 13px;
	width: 20px;
	color: #ffff
}

.prItem .prContent .prTop {
	display: flex;
    align-items: center;
    justify-content: space-between;
  	margin-bottom: 25px
}

.prItem .prContent .prTop .prPrice {
	font-size: 28px
}

.prItem .prContent .prTop .prIcon {
	display: flex;
    align-items: center;
    justify-content: center;
  	width: 50px;
  	height: 50px;
  	background: rgb(255, 255, 255, .15);
  	border-radius: 5px
}

.prItem .prContent .prTop .prIcon img {
	max-width: 25px
}

.main-faq .faq-item {
	position: relative;
	cursor: pointer;
	background: transparent;
	padding: 13px 20px;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	background-color: var(--color-8);
	color: var(--color-6);
	border-radius: 5px
}

.main-faq .faq-item .fa-minus {
	display: none
}

.main-faq .faq-item.active {
	background: var(--color-8);
	color: var(--color-5)
}

.main-faq .faq-item.active .faq-head {
	color: var(--color-5)
}

.main-faq .faq-item.active .faq-head .right-p {
	color: var(--color-5)
}

.main-faq .faq-item.active .fa-minus {
	display: block
}

.main-faq .faq-item.active .fa-plus {
	display: none
}

.main-faq .faq-item .faq-head,
.main-faq .faq-item .faq-head h3 {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-3)
}

.dark .main-faq .faq-item .faq-head {
	color: var(--color-5)
}

.main-faq .faq-item .faq-head .right-p {
	color: var(--color-5);
	font-size: 14px;
	height: 30px;
	line-height: 30px
}

.main-faq .faq-item .faq-content {
	display: none;
	padding-top: 12px;
	color: var(--color-3);
	font-size: 15px;
	line-height: 170%;
	padding-bottom: 8px
}

footer {
	background: var(--color-5);
	padding: 50px 0 25px 0;
	color: #fff
}

footer .footer-links a {
	font-size: 13px;
	color: #fff !important;
	line-height: 1.5rem
}

footer .footer-links a:hover {
	color: #91e8b4!important
}

footer .footer-links a strong {
	color: #91e8b4
}

footer span {
	font-size: 14px
}

.footer-links {
	display: flex;
	flex-direction: column;
	text-align: left
}

footer .mail-link {
	color: #fff !important
}

.contact-icon {
	margin: 10px 0;
	line-height: 24px
}

.loginModal .modal-content {
	background: var(--color-5);
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 25px;
	padding: 50px 20px
}

.loginModal .login-input {
	background: var(--color-6);
	height: 60px;
	border-radius: 35px;
	border: none;
	outline: 0;
	width: 100%;
	padding: 0 20px;
	font-size: 14px;
	color: #fff
}

.loginModal .login-input::placeholder {
	color: #fff
}

.loginModal a {
	font-size: 13px;
	color: var(--color-2) !important
}

.loginModal .login-remember-me {
	font-size: 13px;
	color: var(--color-2)
}

.loginModal .close-btn {
	position: absolute;
	right: 20px;
	top: 18px;
	background: none;
	border: none;
	outline: 0;
	color: var(--color-1);
	font-size: 24px;
	background: var(--color-6);
	height: 35px;
	width: 35px;
	border-radius: 10px
}

.loginModal .btn-dark {
	padding: 15px
}

.loginModal .sign-now {
	border: 1px solid var(--color-2);
	border-radius: 25px;
	padding: 10px;
	margin-top: 25px
}

.steps-content h2 {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px
}

.pages {
	padding: 150px 0
}

.form-control,
.form-control:read-only,
.form-control:disabled {
	background: var(--color-2);
	border: 1px solid var(--color-8);
	border-radius: 35px;
	line-height: 20px;
	padding: 14px 18px;
	outline: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-3);
	height: 50px
}

.form-control:focus,
.form-control:hover {
	background: var(--color-2) !important;
	color: var(--color-3) !important
}

.reg-page .form-control,
.reg-page .form-control:read-only,
.reg-page .form-control:disabled {
	background: var(--color-1);
	border: 1px solid var(--color-8);
	border-radius: 35px;
	line-height: 20px;
	padding: 14px 18px;
	outline: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: var(--color-5);
	height: 50px
}

.reg-page .form-control:focus {
	box-shadow: none !important;
	background-color: var(--color-1);
	border: 1px solid var(--color-8);
	color: var(--color-5)
}

.form-control::placeholder {
	color: #fff
}

.dark .form-control::placeholder {
	color: #ccc
}

.form-control:disabled {
	background-color: var(--color-5);
	opacity: .7
}

.form-select,
select.form-control {
	background: var(--color-2);
	border: 1px solid var(--color-8);
	border-radius: 35px;
	line-height: 20px;
	padding: 14px 18px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, .842);
	width: 100%
}

.form-select:focus,
select.form-control:focus {
	background: var(--color-2);
	border: 1px solid var(--color-8);
	box-shadow: none !important
}

.form-select::placeholder,
select.form-control::placeholder {
	color: rgba(255, 255, 255, .5)
}

.form-label,
label {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: var(--color-3);
	margin-bottom: 12px
}

.form-control-lg {
	padding: 20px 18px
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px #f7fafc inset !important;
	-webkit-text-fill-color: #0c2447 !important
}

.form-check-label {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}

.form-check-input {
	width: 20px;
	height: 20px
}

.form-check-input:checked {
	background-color: #0258FF;
	border-color: #0258FF
}

.signin-now {
	border: 1px solid var(--color-7);
	border-radius: 25px;
	padding: 10px;
	margin-top: 25px;
	width: 100%;
	text-align: center;
	color: var(--color-7)
}

.signin-now a {
	color: var(--color-7) !important
}

.d-dropdown .dropdown-toggle::after {
	display: none
}

@media only screen and (min-width:992px) {
	.head-out.fixed {
		border: 1px solid var(--color-2);
		border-top: none;
		background: rgba(255, 255, 255, .6);
		-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px
	}

	.head-out.fixed .header-menu .hm-item .hm-link {
		padding: 20px 20px
	}

	.hm-wrapper {
		display: block;
		bottom: inherit;
		background-color: transparent;
		position: relative;
		border-radius: 0;
		padding: 0;
		width: 100%;
		transform: none;
		overflow: inherit;
		opacity: 1 !important
	}

	.sm-header {
		display: none
	}

	.b-menu-close {
		display: none
	}

	.header-menu {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		padding: 10px 0 10px 0
	}

	.header-menu .hm-item .hm-link,
	.login-link {
		padding: 34px 20px;
		display: block;
		font-size: 16px
	}

	.home-header {
		margin-top: -127px;
		padding-top: 127px
	}

	.home-header .header-content {
		padding: 175px 0 0 0
	}

	.hsec-big {
		max-width: 400px;
		margin-left: 125px
	}

	.hsec-big.hsec-first {
		margin-left: auto
	}
}

@media only screen and (max-width:991.98px) {
	.hm-wrapper .row.row-btn {
		display: unset !important
	}

	.home-header {
		padding: 175px 0 50px 0
	}

	.h-section {
		margin: 25px 0
	}

	.header-alt .t-widget-area {
		display: block
	}

	.header-alt .t-widget-area .t-widget {
		margin-bottom: 25px
	}

	.head-btn-alt .btn {
		width: 100%
	}

	.home-title {
		text-align: center;
		font-size: 26px
	}

	.home-title-alt,
	.home-title-alt h1 {
		text-align: center;
		font-size: 16px
	}
  
    .home-text {
        margin-top: 25px;
        flex-direction: column;
        gap: 0;
    }

	.home-text .d-flex {
		justify-content: center
	}

	.hsec-img {
		margin-top: 25px
	}

	.hsec-text h3 {
		text-align: center;
		font-size: 24px;
		margin-top: 20px
	}

	.hsec-text p {
		text-align: center
	}

	.music-section .ms-title h3 {
		font-size: 20px;
		line-height: 36px
	}

	#productSlide .ri-arrow-left-s-line,
	#productSlide .ri-arrow-right-s-line {
		display: none !important
	}

	.prItem {
		width: 100% !important
	}

	.main-faq .faq-item .faq-head {
		font-size: 16px
	}

	.footer-top .ms-title h3 {
		font-size: 20px;
		line-height: 28px;
		font-weight: 400
	}

	.faq-section {
		padding: 50px 0
	}

	.footer-top {
		margin-top: 75px
	}

	footer {
		text-align: center;
		padding: 25px 0
	}

	footer .footer-links {
		margin-top: 20px
	}

	.login-link {
   		background: rgb(39, 104, 74);
        background: -moz-linear-gradient(180deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(137, 96, 74, 1) 0%, rgba(179, 121, 88, 1) 100%);
		border-radius: 25px;
		color: #fff !important;
		text-align: center;
		padding: 10px 35px;
		font-size: 15px;
		margin-right: 5px
	}

	.header-btn {
		justify-content: center;
		margin-left: 5px
	}
}

@-webkit-keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	50% {
		box-shadow: 0 25px 15px 0 rgba(0, 0, 0, .2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px)
	}

	100% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@keyframes floating {
	0% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	50% {
		box-shadow: 0 25px 15px 0 rgba(0, 0, 0, .2);
		-webkit-transform: translatey(-20px);
		transform: translatey(-20px)
	}

	100% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	margin-top: 5px;
	box-shadow: none !important
}

.appAuth {
	position: relative;
	min-height: 100vh;
	background: var(--color-2);
	padding-left: 280px;
	padding-top: 90px;
	color: var(--color-3)
}

.appAuth .container {
	max-width: 1600px
}

.appAuth .menu-btn {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 9999
}

.appAuth .menu-btn .ri-close-line,
.appAuth .menu-btn .ri-menu-line {
	position: absolute;
	left: 50%;
	top: 50%
}

.appAuth .menu-btn .ri-close-line {
	transform: scale(0) translate(-50%, -50%);
	transition: 0.2s ease
}

.appAuth .menu-btn .ri-menu-line {
	transition: 0.2s ease;
	transform: translate(-50%, -50%)
}

@media (max-width:992px) {
	.appAuth {
		padding-left: 0
	}

	.appAuth.sidebar-active .appSidebar {
		transform: translateX(0) translateX(0)
	}

	.appAuth.sidebar-active .menu-btn {
		left: 300px
	}

	.appAuth.sidebar-active .menu-btn .ri-close-line {
		transform: scale(1) translate(-50%, -50%)
	}

	.appAuth.sidebar-active .menu-btn .ri-menu-line {
		transform: scale(0) translate(-50%, -50%)
	}

	.appAuth .appSidebar {
		transform: translateX(-110%);
		transition: 0.24s ease;
		box-shadow: 4px 0 30px rgba(0, 0, 0, .3)
	}
}

.appSidebar {
	background: var(--color-1);
	border-radius: 0;
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	z-index: 1040;
	border-right: 1px solid var(--color-8)
}

.panel-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	margin-bottom: -10px
}

.pm-wrapper {
	flex: 1;
	overflow-y: auto;
	padding: 20px 0 40px
}

.pm-wrapper::-webkit-scrollbar {
	width: 0
}

.panel-menu {
	list-style: none;
	margin: 0;
	padding: 0 30px;
	gap: 15px;
	display: flex;
	flex-direction: column
}

.panel-menu .mItem {
	display: block
}

.panel-menu .mLink {
	color: var(--color-3) !important;
	display: flex;
	align-items: center;
	padding: 5px 20px;
	transition: 0.14s ease;
	cursor: pointer;
	border-radius: 50px
}

.panel-menu .mLink .mText {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.panel-menu .mLink .mIcon {
	display: flex;
	align-items: center;
	font-size: 20px;
	width: 37px
}

.panel-menu .mLink.active {
	background: var(--color-5);
	box-shadow: 0 7.93801px 19.845px rgba(38, 104, 73, .15);
	color: var(--color-3) !important
}

.dark .panel-menu .mLink.active {
	color: var(--color-2) !important
}

.panel-menu .mLink.active:hover {
	color: var(--color-2) !important;
	background: var(--color-5)
}

.panel-menu .mLink:hover {
	background: var(--color-8)
}

.appHeader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 74px;
	z-index: 1001;
	background: var(--color-1)
}

@media (min-width:768px) {
	.appHeader {
		padding: 0 30px;
		height: 90px;
		border-bottom: 0
	}
}

.appHeader .top-box {
	height: 74px;
	align-items: center
}

.appHeader .top-box .col-auto.d-none {
	border-left: 3px solid var(--color-8)
}

@media (min-width:992px) {
	.appHeader .top-box {
		height: 90px
	}
}

@media (min-width:992px) {
	.appHeader {
		left: 280px
	}
}

.total-count {
	font-weight: 600;
	font-size: 19px;
	line-height: 22px;
	color: var(--color-3)
}

.dark .total-count {
	color: var(--color-7)
}

.total-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #8b98b8;
	margin: 0 !important
}

.curr-drop {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 7px 18px !important;
	background: #8bdb91
}

.curr-drop:hover,
.curr-drop:focus {
	background: #8bdb91 !important
}

@media (max-width:992px) {
	.curr-drop {
		width: 42px;
		height: 42px;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px
	}
}

.curr-drop::after {
	display: none
}

.acc-drop {
	position: relative;
	background-color: transparent;
	display: flex;
	gap: 14px;
	align-items: center;
	text-align: left;
	padding: 0
}

.acc-drop::after {
	display: none
}

@media (min-width:768px) {
	.acc-drop {
		padding: 9px 20px
	}
}

.acc-drop .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #036efa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8b98b8;
	font-size: 25px;
	overflow: hidden
}

.acc-drop .icon.avatar {
	background-color: transparent
}

.acc-drop .icon.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.acc-drop .title {
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	color: #8b98b8;
	overflow: hidden;
	max-width: 16ch;
	text-overflow: ellipsis;
	white-space: nowrap
}

.acc-drop .text {
	font-weight: 600;
	font-size: 13px;
	line-height: 12px;
	color: #ddd;
	margin-top: 6px
}

.dark .acc-drop .text {
	color: #8b98b85c
}

.acc-drop .arrows {
	color: #8b98b8;
	display: flex;
	align-items: center
}

.acc-drop {
	border-radius: 50px;
	padding: 5px !important;
	background: var(--color-2);
	max-width: 255px;
	overflow: hidden
}

.appContent {
	padding-bottom: 40px
}

@media (min-width:992px) {
	.appContent {
		padding: 0 30px 0
	}
}

.appPlayer {
	padding: 0 15px
}

.sidebar-player {
	background-color: var(--color-2);
	padding: 10px;
	width: 100%;
	margin: auto;
	text-align: center;
	border-radius: 15px
}

.fs-25 {
	font-size: 25px
}

.player-content {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 1;
	width: 100%;
	justify-content: center
}

.album-cover {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transition: 0.14s ease
}

.player-right {
	flex: 1
}

.album-cover img {
	object-fit: cover;
	max-width: 100%;
	height: 100%;
	border-radius: 50%
}

.player-right .song-name {
	font-size: 13px;
	color: var(--color-3);
	font-weight: 600;
	margin-bottom: 0
}

.dark .player-right .song-name {
	color: var(--color-5)
}

.sidebar-player .control-wrapper {
	margin: 4px -6px 0;
	display: flex;
	align-items: center;
	gap: 6px
}

.sidebar-player .control-btn {
	outline: none;
	border: none;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #8b98b8;
	background-color: transparent;
	border-radius: 50%
}

.dark .sidebar-player .control-btn {
	color: var(--color-8)
}

.sidebar-player .a-of-total {
	font-size: 12px;
	color: rgba(255, 255, 255, .5)
}

.control-wrapper {
	justify-content: center
}

.control-btn i {
	font-size: 24px
}

.control-btn .i-off {
	display: flex
}

.control-btn .i-on {
	display: none
}

.sidebar-player.playing .control-btn .i-play {
	display: none
}

.sidebar-player .control-btn .i-pause {
	display: none
}

.sidebar-player.playing .control-btn .i-pause {
	display: flex
}

.control-btn.enabled .i-off {
	display: none
}

.control-btn .i-off {
	display: flex
}

.control-btn.enabled .i-on {
	display: flex
}

.card {
	background: var(--color-1);
	border: 1px solid #151d4600;
	box-sizing: border-box;
	border-radius: 25px
}

#appDashboard .card {
	box-shadow: none
}

.card-body {
	padding: 31px 28px;
	border-radius: 25px !important
}

.card-header {
	background: rgb(38, 104, 73);
	background: linear-gradient(60deg, rgba(38, 104, 73, 1) 0%, transparent 100%);
	border-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #394051;
	border-radius: 25px 25px 0 0 !important;
	min-height: 80px
}

.dark .card-header {
	border-color: #f0f3ff
}

.card-header h4 {
	font-size: 18px;
	color: #fff;
	line-height: 52px
}

.nwoNav {
	background: var(--color-1);
	border: 1px solid var(--color-2);
	border-radius: 25px;
	margin: 0;
	list-style: none;
	padding: 15px 5px;
	display: flex
}

.nwoNav .nwoNavLink {
	border: none;
	outline: none;
	border-radius: 25px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	background-color: transparent;
	color: #fff;
	padding: 13px 25px;
	transition: .14s ease
}

.nwoNav .nwoNavLink.active {
	background: var(--color-7);
	color: #fff !important
}

button.nwoNavLink {
	color: var(--color-3) !important
}

.panel-body {
	background: var(--color-2);
	border: 1px solid var(--color-8);
	border-radius: 15px;
	line-height: 20px;
	padding: 14px 18px;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	min-height: 125px;
	max-height: 250px;
	overflow-y: scroll
}

.neworder-filter {
	background-color: var(--color-8);
	padding: 10px;
	width: 100%;
	margin: auto;
	text-align: center;
	border-radius: 25px;
	margin-bottom: 25px
}

.nwo-cat-btn {
	background: none;
	border: none;
	outline: 0
}

.nwo-cat-btn i {
	font-size: 24px;
	cursor: pointer;
	opacity: 1;
	padding: 0 10px;
	color: var(--color-5)
}

.select2-results__option a {
	color: var(--color-3) !important;
	font-size: 13px !important;
	border-bottom: 1px solid var(--color-1) !important;
	padding: 10px !important
}

.select2-results__option a:hover {
	background: var(--color-8);
	color: var(--color-3) !important
}

.select2-container--default .select2-results>.select2-results__options,
.select2-container--open .select2-dropdown--below,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
	background-color: var(--color-2) !important
}

.select2-container--default .select2-selection--single {
	height: 45px;
	line-height: 24px
}

.select2-container .badge-secondary {
	background: var(--color-5);
	color: #fff
}

.s-row {
	display: flex;
	align-items: center;
	gap: 10px
}

.s-row.s-title {
	font-weight: 600;
	display: none
}

@media (min-width:992px) {
	.s-row.s-title {
		display: flex
	}
}

.s-col {
	flex: 0 0 auto
}

@media (min-width:992px) {
	.s-col {
		flex: 0 0 50px;
		width: 50px
	}

	.s-col.s-col-sm {
		flex: 0 0 70px;
		width: 70px
	}

	.s-col.s-col-md {
		flex: 0 0 100px;
		width: 100px
	}

	.s-col.s-col-lg {
		flex: 0 0 180px;
		width: 180px
	}

	.s-col.s-title {
		flex: 1 0 0%;
		width: auto
	}
}

.category-card {
	margin-bottom: 10px
}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-radius: 15px;
	background: var(--color-1);
	border: 1px solid var(--color-8);
	box-sizing: border-box;
	border-radius: 15px;
	font-size: 13px
}

@media (min-width:992px) {
	.services-wrapper {
		flex-direction: column
	}
}

.si-wrapper {
	flex: 0 0 auto;
	width: 100%;
	position: relative
}

@media (min-width:768px) {
	.si-wrapper {
		flex: 0 0 auto;
		width: 100%
	}
}

@media (min-width:992px) {
	.si-wrapper {
		width: 100%
	}
}

.service-item {
	padding: 5px 30px;
	border-bottom: 1px solid var(--color-8);
	box-sizing: border-box;
	font-size: 13px
}

@media (max-width:992px) {
	.service-item {
		padding: 15px 10px
	}
}

.service-item .avgtime {
	font-size: 11px;
	color: var(--color-5)
}

.service-item .btn.btn-sm {
	border-radius: 10px;
	padding: 5px 10px !important;
	font-size: 12px;
	font-weight: 400
}

.service-item:last-child {
	border: none
}

@media (max-width:992px) {
	.service-item .s-row {
		flex-wrap: wrap;
		align-items: center
	}

	.service-item .s-col-avtime {
		width: 100%;
		text-align: center
	}

	.service-item .s-col-btn {
		flex: 1
	}

	.service-item .s-col {
		padding: 0
	}

	.service-item .s-col::before {
		content: attr(data-title);
		display: block;
		padding-bottom: 6px;
		font-weight: 600;
		font-size: 13px
	}

	.service-item .s-col-fav {
		order: 100
	}

	.service-item .s-col-id {
		width: 100%;
		text-align: center
	}

	.service-item .s-title {
		width: 100%;
		text-align: center
	}

	.service-item .s-col-c {
		width: 30%;
		text-align: center
	}
}

.g-sheader .service-item {
	background-color: transparent;
	border: none
}

.sp-serv-title {
	line-height: 17px
}

.sp-serv-sm {
	font-weight: 600;
	font-size: 16px;
	line-height: 17px
}

@media (min-width:992px) {
	.sp-serv-sm {
		font-size: 14px
	}
}

.service-item .min {
	color: #0a977e
}

.service-item .max {
	color: #ff3565
}

.sp-services .gcard {
	margin-bottom: 30px
}

.service-item .btn-favorite {
	background: #1a1e26;
	border: 1px solid var(--color-8);
	color: #fff !important
}

.dark .service-item .btn-favorite {
	background: var(--color-2);
	color: var(--color-8) !important
}

.service-item .btn-favorite.active {
	background: var(--color-6);
	border: 1px solid var(--color-6);
	color: var(--color-3) !important
}

.dark .service-item .btn-favorite.active {
	background: var(--color-6) !important;
	border: 1px solid var(--color-6);
	color: var(--color-2) !important
}

@media (min-width:992px) {
	.sp-services .card {
		background-color: #fff;
		border: 1px solid #eee;
		overflow: hidden
	}
}

.si-header {    
 	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 15px 30px;
	background: var(--color-6);
	border-radius: 25px;
  	cursor: pointer
}

.si-header .si-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	margin-bottom: 0
}

.si-header .fa-chevron-down {
    background: #367b5b;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    flex-shrink: 0;
  	color: #fff;
    font-weight: 400;
}

.si-header.active .fa-chevron-down {
    transform: rotate(180deg);
}

.search-services {
	background: var(--color-2);
	height: 55px;
	border-radius: 25px;
	line-height: 55px;
	padding-left: 15px;
	position: relative
}

.dark .search-services {
	background: rgb(238, 242, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 242, 255, 1) 100%)
}

.dark .search-services i {
	color: #92969d
}

.search-services .icon {
	width: 30px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: var(--color-3);
	transition: .14s ease
}

.search-services .textbox {
	width: calc(100% - 40px);
	margin-left: 40px;
	height: 40px;
	background-color: transparent;
	outline: none;
	border: none;
	color: var(--color-4);
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.search-services .textbox::placeholder {
	color: #92969d
}

.btn-filter {
	background-color: #fff;
	display: flex;
	align-items: center;
	border: 1px solid #ebf2fa
}

.btn-filter .icon {
	color: #0258FF
}

.modal-wrapper {
	margin: auto;
	background-color: rgba(0, 0, 0, .5);
	backdrop-filter: blur(5px);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px #000
}

.modal-wrapper.active {
	display: flex
}

.mbo-wrapper {
	height: 100%;
	width: 100%;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	overflow-y: auto
}

.modal-box {
	margin: auto 0;
	max-width: 560px;
	width: 100%;
	border-radius: 25px;
	background: var(--color-1);
	border: 2px solid var(--color-2);
	text-align: left;
	position: relative;
	overflow: hidden
}

@media (max-width:991.98px) {
	.modal-box {
		max-width: 100%;
		height: 65%
	}

	.btn-new.active i,
	.btn-fav.active i {
		margin-right: 0
	}
}

.m-header {
	padding: 15px;
	background-color: var(--color-1);
	border-radius: 25px
}

.m-body {
	padding: 10px;
	white-space: normal
}

.m-body #serviceModalText {
	background: #00000050;
	border-radius: 15px;
	padding: 15px;
	font-size: 13px
}

.m-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: -.005em;
	color: var(--color-3);
	margin-bottom: 0;
	background: var(--color-8);
	border-radius: 25px;
	padding: 10px;
	text-align: center
}

.dark .m-title {
	color: var(--color-6)
}

.m-close:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, .2)
}

#serviceModaltext {
	max-height: 300px;
	overflow-y: scroll
}

.op-card {
	margin-bottom: 30px
}

.op-card .op-card--top {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--color-8)
}

.op-card .op-card--bottom {
	padding-top: 10px
}

.op-stats {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 25px;
	padding: 10px 34px
}

.op-stats.op-stats-sm {
	padding: 10px 30px;
	border-color: rgba(255, 255, 255, .15) !important
}

.op-stats.op-stats-btn {
	padding: 10px 10px;
	display: inline-block;
	background: #0258FF;
	border: none;
	color: #566676;
	transition: 0.14s ease;
	color: #fff
}

.op-stats.op-stats-btn:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, .25)
}

.op-stats.op-stats-btn.cs-btn {
	font-size: 18px;
	margin-bottom: 0;
	border-radius: 10px
}

.op-stats.primary {
	background-color: #00B67A;
	border: none;
	color: #fff
}

.op-stats.secondary {
	background-color: #192149;
	border: none;
	color: #fff
}

.op-stats.info {
	background-color: #029fff;
	border: none;
	color: #fff
}

.op-stats.warning {
	background-color: #fbbc05;
	border: none;
	color: #fff
}

.op-stats.danger {
	background-color: #f65619;
	border: none;
	color: #fff
}

.op-stats.danger-btn {
	border: 1px solid var(--color-5);
	background: var(--color-8);
	color: var(--color-5) !important
}

.op-service-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: var(--color-3);
	margin-bottom: 0
}

.op-search-box.op-order-link {
	display: flex;
	width: 100%
}

.op-search-box.op-order-link .link {
	display: block;
	width: 100%;
	flex: 1 0 0%;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: #637990;
	opacity: .8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.op-date {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #566676
}

.op-date::before {
	content: "";
	width: 9px;
	height: 9px;
	background: #9aacbd;
	display: inline-block;
	border-radius: 50%;
	margin-right: 14px;
	margin-left: 0
}

.op-item {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-direction: column
}

@media (min-width:992px) {
	.op-item {
		flex-direction: row
	}
}

.op-item .title {
	font-size: 14px;
	line-height: 18px;
	color: #72879d
}

.op-item .icon {
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #fdfdfd
}

.op-item .text {
	font-weight: 700;
	font-size: 16px;
	color: var(--color-3);
	line-height: 27px
}

.gny-btn::after {
	display: none
}

.orders-nav-link {
	background: #fff;
	border: 1px solid #d5d9e6;
	box-sizing: border-box;
	border-radius: 15px;
	color: #637990;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	transition: 0.14s ease
}

.orders-nav-link:focus {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, .25)
}

.orders-nav-link.active {
	background-color: #0075ff;
	border-color: #0258FF !important;
	color: #fff
}

.orders-nav-link.active:hover {
	background-color: #0258FF;
	color: #fff;
	border-color: #0258FF
}

@media (min-width:992px) {
	.orders-nav-link {
		padding: 5px 13px
	}
}

@media (min-width:1200px) {
	.orders-nav-link {
		padding: 5px 15px
	}
}

@media (min-width:1400px) {
	.orders-nav-link {
		padding: 5px 18px
	}
}

.orders-nav-link .icon {
	font-size: 20px;
	display: flex;
	align-items: center
}

.orders-nav-link .text {
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.op-search-box {
	transition: 0.14s ease
}

.op-search-box:focus-within {
	box-shadow: 0 0 0 .25rem rgba(2, 88, 255, .25)
}

.op-search-box .icon {
	color: #637990
}

.op-search-box input {
	transition: 0.14s ease;
	background-color: transparent;
	border: none;
	outline: none;
	flex: 1;
	color: #0c2447;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px
}

.op-search-box input::placeholder {
	color: #566676
}

.op-orders-wrapper .card-body {
	padding: 15px
}

.pagination .page-item.active .page-link {
	background-color: var(--color-6);
	color: #fff!important
}

.pagination .page-item.active .page-link::before {
	content: "";
	bottom: 0;
	height: 3px;
	width: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #91e8b4
}

.pagination .page-item:first-child {
	border-right: 1px solid var(--color-5)
}

.pagination .page-item:first-child .page-link {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-weight: 400
}

.pagination .page-item:last-child {
	border-left: 1px solid var(--color-5)
}

.pagination .page-item:last-child .page-link {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 400
}

.pagination .page-item .page-link {
	background: var(--color-8);
    border: none;
    margin: 0;
    height: 50px;
    padding: 0;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-3) !important;
    position: relative;
}

.pagination .page-item .page-link:focus {
	z-index: 2
}

.modal-content {
	border-radius: 25px;
	background: var(--color-1)
}

.btn-group .dropdown-menu {
	left: auto !important;
	right: 0 !important;
	transform: translate3d(0, 50px, 0) !important;
	border-radius: 15px
}

.dropdown-menu {
	background: var(--color-1)
}

.dark .dropdown-menu {
	background: #fff
}

.dropdown-divider {
	border-color: var(--color-2)
}

.dark .dropdown-divider {
	border-color: #e9ecef
}

.dropdown-menu li a:hover {
	background: var(--color-2);
	color: var(--color-3) !important
}

.dark .dropdown-menu li a:hover {
	background: #f8f9fa;
	color: var(--color-3) !important
}

pre {
	background: var(--color-8);
	color: var(--color-5);
	border-radius: 25px;
	padding: 15px
}

.sUpd.priceDown {
	color: #f65619
}

.sUpd.newServ {
	color: #00B67A
}

.sUpd.priceUp {
	color: #fbbc05
}

.sUpd.priceActive {
	color: #029fff
}

.sUpd.priceCare {
	color: #ff3e7c
}

.payment-history {
	background: var(--color-8);
	padding: 10px;
	border-radius: 20px;
	margin: 0 15px
}

.payment-item .title {
	font-weight: 700
}

.search {
	background: var(--color-2);
	height: 55px;
	border-radius: 25px;
	line-height: 55px;
	padding-left: 30px
}

.dark .search {
	background: rgb(238, 242, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 242, 255, 1) 100%)
}

.search i {
	color: var(--color-3)
}

.colTx .title::after {
	content: "\eb80";
	color: #0083FF;
	font-family: remixicon !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	font-size: 13px;
	padding-left: 5px;
	vertical-align: middle
}

.appHeader.fixed {
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: fixed;
	z-index: 1000;
	background: #12121291;
	backdrop-filter: blur(32px)
}

.dark .appHeader.fixed {
	background: #eef2ff91
}

.desc-list {
	background: var(--color-2);
	border: 1px solid var(--color-8);
	border-radius: 35px;
	line-height: 20px;
	padding: 10px 10px 10px 7px;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center
}

.desc-list .text {
	max-height: 250px;
	overflow-y: scroll
}

.desc-list.description .text {
	min-height: 250px;
	max-height: 400px;
	overflow-y: scroll
}

.desc-list .icon {
	width: 32px;
	height: 32px;
	color: var(--color-6);
	background-color: var(--color-8);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px
}

#s_name {
	color: var(--color-3);
	line-height: 24px
}

.dark #s_name {
	color: var(--color-2)
}

.aff-item {
	background: var(--color-1);
	border-radius: 25px;
	padding: 10px 15px;
	margin-bottom: 10px
}

.aff-item span.aff-bold {
	font-weight: 600
}

.card-2 {
	border: 1px solid var(--color-1);
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgb(10 39 83 / 7%);
	border-radius: 15px;
	position: relative;
	z-index: 25
}

.card-2.card-shadow {
	background: var(--color-1);
	position: relative;
	border-radius: 25px
}

.card-2.card-shadow::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(35deg, var(--color-1) 50%, var(--color-8) 100%);
	z-index: -1;
	border-radius: 25px
}

.bs-toast {
	background: var(--color-8);
	border: 1px solid var(--color-5) !important;
	color: var(--color-5);
	padding: 10px 24px;
	border-radius: 15px;
	position: fixed;
	bottom: 30px;
	right: 40px;
	width: 100%;
	width: max-content;
	max-width: 350px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	z-index: 3000;
	text-align: center
}

.bs-toast .bs-toast-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bs-toast .toast-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	font-weight: 500
}

.bs-toast .toast-times {
	cursor: pointer;
	border: none;
	outline: 0;
	color: #fff;
	background: 0 0
}

.SidebarHelp,
.SidebarHelp:hover {
	background: var(--color-5);
	width: max-content;
	border-radius: 50px 50px 0 0;
	text-align: center;
	padding: 20px 20px 0 20px;
	margin: auto;
	position: relative;
	color: var(--color-2) !important
}

.SidebarHelp h3 {
	font-size: 24px
}

.SidebarHelp i {
	position: absolute;
	top: -25px;
	color: var(--color-3);
	font-size: 40px;
	background: var(--color-8);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}

.SidebarHelp h3 {
	color: #fff
}

.dark .SidebarHelp i,
.dark .SidebarHelp h3 {
	color: var(--color-2)
}

.tickets {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
	background: var(--color-2);
	border-radius: 15px;
	padding: 10px 15px
}

.tickets.new {
	background: var(--color-2)
}

.tickets:hover {
	background: var(--color-8);
	transition: 500ms all
}

.tickets .avatar.me-3 {
	margin-right: 15px !important
}

.tickets .avatar .tickets-img {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: var(--color-8);
	color: var(--color-2) !important;
	text-align: center;
	position: relative;
	border: 3px solid var(--color-8);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%)
}

.tickets .avatar .tickets-img span {
	font-size: 24px;
	color: var(--color-2)
}

.tickets h6 {
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-4)
}

.tickets span {
	color: #71738d;
	font-size: 12px
}

.tickets .date {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 12px;
	color: #BCC2CF
}

.ticket-status.completed {
	color: #00B67A
}

.ticket-status.pending {
	color: #fbbc05
}

.ticket-status.closed {
	color: #ff3e7c
}

input.designradio {
	position: absolute;
	z-index: 9999999;
	width: 100px;
	height: 72px;
	left: 0;
	top: 0;
	opacity: 0;
	display: none
}

.ticket .subject_box span i {
	font-size: 24px;
	color: var(--color-6)
}

.ticket-fields {
	padding-top: 20px
}

.ticket .custom-radio button {
	text-decoration: none;
	border: 1px solid var(--color-8);
	background: var(--color-8);
	display: inline-block;
	border-radius: 25px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	width: 100%
}

.ticket .custom-radio button.active {
	border-color: var(--color-5);
	background: var(--color-5)
}

.ticket .custom-radio button.active .subject_box p,
.ticket .custom-radio button.active .subject_box span i {
	color: var(--color-3)
}

.dark .ticket .custom-radio button.active .subject_box p,
.dark .ticket .custom-radio button.active .subject_box span i {
	color: var(--color-2)
}

.ticket .custom-radio button:hover {
	border: 1px solid var(--color-5)
}

.ticket .form-group {
	margin-bottom: 20px
}

.subject_box {
	margin: auto;
	text-align: center;
	padding: 12px 10px
}

.subject_box p {
	margin: 0;
	padding-top: 15px;
	color: var(--color-4);
	font-size: 16px
}

.card-3 {
	border: 1px solid var(--color-1);
	box-sizing: border-box;
	box-shadow: 0 25px 50px rgb(10 39 83 / 7%);
	border-radius: 15px;
	position: relative;
	z-index: 25;
	padding: 10px 0;
	overflow: hidden
}

.card-3.card-shadow {
	background: var(--color-1);
	position: relative;
	border-radius: 25px;
	width: 100%
}

.card-3.card-shadow::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(35deg, var(--color-1) 50%, var(--color-8) 100%);
	z-index: -1;
	border-radius: 25px
}

.card-3 .gi-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-3)
}

.dark .card-3 .gi-title {
	color: var(--color-4)
}

.card-3 .card-body.gi-card {
	background: url(https://storage.perfectcdn.com/hn456u/5dxi1plm48srj1l4.png);
	background-position: right center;
	background-repeat: no-repeat
}

.card-3 p {
	font-size: 14px
}

@media (min-width:991.98px) {
	.card-3 p {
		width: 600px
	}
}

.card-3 .card-icon {
	width: 44px;
	height: 44px;
	font-size: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.card-3 .card-icon.gi-1 {
	background-color: var(--color-8);
	color: var(--color-6)
}

@media (min-width:1440.98px) {
	.card-3 .card-icon {
		width: 82px;
		height: 82px;
		font-size: 40px
	}
}

.g-chat .g-chat-area ul.chat {
	max-height: 350px;
	min-height: 350px;
	overflow-y: scroll;
	padding-right: 20px
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar {
	width: 5px;
	border-radius: 2px
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-track {
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .2)
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background-color: #fff
}

.g-chat .g-chat-area ul.chat::-webkit-scrollbar-thumb:hover {
	background: #fff
}

.g-chat .g-chat-area ul.chat li.user {
	display: flex;
	align-items: start;
	justify-content: flex-start;
	margin-bottom: 20px
}

.g-chat .g-chat-area ul.chat li.user .r {
	text-align: end;
	margin-right: 10px
}

.g-chat .g-chat-area ul.chat li.user .r .answer {
	background-color: var(--color-8);
	color: var(--color-5);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.user .r small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: end
}

.g-chat .g-chat-area ul.chat li.user .l {
	min-width: 100px;
	max-width: 100px
}

.g-chat .g-chat-area ul.chat li.user .l span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: var(--color-8);
	border: 3px solid var(--color-8);
	box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
	margin: 0 auto;
	text-transform: uppercase
}

.g-chat .g-chat-area ul.chat li.user .l .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.g-chat .g-chat-area ul.chat li.user .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.g-chat .g-chat-area ul.chat li.web {
	display: flex;
	align-items: start;
	justify-content: end;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.web .l {
	text-align: start;
	margin-left: 10px
}

.g-chat .g-chat-area ul.chat li.web .l .answer {
	background-color: var(--color-6);
	color: var(--color-2);
	font-size: 14px;
	font-weight: 500;
	padding: 20px;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	margin-bottom: 10px
}

.g-chat .g-chat-area ul.chat li.web .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: start
}

.g-chat .g-chat-area ul.chat li.web .r {
	min-width: 100px;
	max-width: 100px
}

.g-chat .g-chat-area ul.chat li.web .r span.avatar {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	color: #3d455a;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	text-transform: uppercase
}

.g-chat .g-chat-area ul.chat li.web .l .name {
	margin-top: 8px;
	color: #dadada;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	text-align: center
}

.g-chat .g-chat-area ul.chat li.web .l small {
	color: #afbbc6;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: block
}

.g-chat .g-chat-area ul.chat {
	padding-left: 0
}

@media (max-width:991.98px) {
	.mobiledetail {
		display: block !important
	}
}

.ticket-message-block {
	display: flex
}

.ticket-message-block.ticket-message-left+.ticket-message-left {
	margin-top: -50px
}

.ticket-message-block.ticket-message-right+.ticket-message-right {
	margin-top: -50px
}

.ticket-message-block.ticket-message-right {
	justify-content: flex-end
}

.ticket-message-block.ticket-message-right .ticket-msg-container {
	text-align: right
}

.ticket-message-block.ticket-message-right .ticket-msg-container .ticket-msg {
	background: var(--color-6);
	border-radius: 20px 20px 0 20px
}

.ticket-message-block.ticket-message-left .ticket-msg-container .ticket-msg {
	border-radius: 20px 20px 20px 0
}

.ticket-message-block .ticket-msg-container {
	width: 100%;
	max-width: 400px
}

.ticket-message-block .ticket-msg-container .ticket-msg {
	background: var(--color-8);
	border-radius: 30px;
	padding: 14px 26px;
	display: inline-flex;
	margin-bottom: 12px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: .3px;
	color: var(--color-5)
}

.ticket-message-block .ticket-msg-container .date-time {
	font-size: 12px;
	line-height: 15px;
	color: #747886;
	margin-bottom: 30px;
	padding: 0 10px;
	display: block
}

.g-chat-side .g-chat {
	max-height: 553px;
	overflow-y: auto;
	margin: 0 -24px;
	padding: 0 24px
}

.g-chat-side .g-chat::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px
}

.g-chat-side .g-chat::-webkit-scrollbar-track {
	background: transparent;
	border-radius: 3px
}

.g-chat-side .g-chat::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, .2);
	border-radius: 3px
}

.g-chat-side .g-chat::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, .4)
}

.g-chat-side .schat-input {
	padding-top: 10px
}

.g-chat-input {
	position: relative;
	display: flex;
	background: var(--color-1);
	border-radius: 0 0 8px 8px;
	height: 70px;
	align-items: center
}

.g-chat-input input {
	border: none;
	outline: none;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	line-height: 17px;
	color: #fff
}

.g-chat-input input::placeholder {
	color: rgba(255, 255, 255, .6)
}

.g-ticket-box {
	background: var(--color-1);
	border: 1px solid var(--color-3);
	border-radius: 8px;
	padding: 20px 24px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	display: flex;
	align-items: center;
	gap: 10px
}

.g-ticket-box+.g-ticket-box {
	margin-top: 14px
}

.g-ticket-box .title {
	flex: 1
}

.g-ticket-box .text {
	color: var(--color-6)
}

.gi-title {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-4)
}

.gi-text {
	color: var(--color-4)
}

.dark .gi-text {
	color: var(--color-5)
}

.gi-text a {
	color: var(--color-6)
}

#picture2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%
}

.nav-custom-3 {
	background: var(--color-8);
	border-radius: 15px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 9px 12px
}

.nav-custom-3 .nav-item .nav-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 24px;
	letter-spacing: .02em;
	color: var(--color-4);
	display: block;
	background: transparent;
	border-radius: 15px;
	border: none
}

.nav-custom-3 .nav-item .nav-link.active {
	background: var(--color-5);
	color: var(--color-2)
}

.nav-custom-3 .nav-item .nav-link i {
	margin-right: 8px
}

.hw-img img {
	border-radius: 25px;
	border: 4px solid var(--color-8)
}

.more-text {
	display: none
}

.card-img {
	position: absolute;
	right: 0;
	top: -65px;
	width: auto;
  	opacity: .15
}

@media (max-width:991.98px) {
	.card-img {
		display: none
	}
}

.header-images {
	position: relative;
  	text-align: right
}

.header-images img {
	max-width: 425px
}
.header-images .hi-badge {
    background: url(https://storage.perfectcdn.com/966zjr/eni01s7h9tpua4c2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 137px;
    position: absolute;
    top: 60px;
    right: -25px;    
    text-align: center;
}


.header-images .hi-badge .hi-text {
  	position: absolute;
    top: 55px;
    left: 30px;
  	color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.header-images .hi-badge .hi-text p {
	font-size: 13px;
    font-weight: 400;
    max-width: 100px;    
  	line-height: 14px;
    margin-top: -5px
}

.blog-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

.blog-wrapper .blog-item {
	background: #fff;
  	border: 1px solid var(--color-1);
  	border-radius: 15px;
  	cursor: pointer
}

.blog-wrapper .blog-title {    
  	min-height: 75px;
	margin-top: 10px
}

.blog-wrapper .blog-title h2 {
  	color: #000;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  	margin: 5px 15px 15px 15px
}

.blog-wrapper .blog-item:hover h2 {
	color: var(--color-6)
}

.blog-wrapper .blog-title small {
  	color: #000;
	background: var(--color-8);
  	margin: 15px;
	padding: 3px 10px;
    border-radius: 100px
}

.blog-wrapper .blog-img-wrapper img {
    width: 100%;
    display: block;
    object-fit: cover;
  	border-radius: 15px 15px 0 0 
}

.blog-wrapper .blog-footer {
	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	margin: 25px 15px 10px 15px;
  	border-top: 1px solid var(--color-1);
  	padding-top: 10px
}

.blog-wrapper .blog-footer .blog-author a {
	display: flex;
  	align-items: center;
  	gap: 7px
}

.blog-wrapper .blog-footer .blog-author h4 {
	font-size: 16px;
  	color: #000;
  	margin-bottom: 0
}

.blog-wrapper .blog-footer .blog-author small {
  	color: #777;
}

.bi-head-box {
	background: var(--color-8);
	border: 1px solid var(--color-2);
	box-sizing: border-box;
	border-radius: 35px;
	position: relative
}

.bi-head-box .bi-head-bg {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: .15
}

.bi-head-box .bi-head-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.bi-head-box .bi-head-content {
	position: relative;
	z-index: 5;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

@media (min-width:992px) {
	.bi-head-box .bi-head-content {
		padding: 50px 30px
	}
}

.bi-head-box .bi-head-content .bi-cat-wrapper {
	display: flex;
	justify-content: center;
	padding-bottom: 30px
}

.bi-head-box .bi-head-content .bi-cat-wrapper .bi-cat {
	display: inline-block;
	border: 1px solid var(--color-6);
	box-sizing: border-box;
	color: var(--color-6);
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -.04em;
	padding: 15px 45px
}

.bi-head-box .bi-head-content .bi-title h1 {
	font-weight: 600;
	font-size: 35px;
	line-height: 40px
}

.bi-head-box .bi-head-content .user-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

.bi-head-box .bi-head-content .user-wrapper .blog-head {
	padding: 24px 0 0 0
}

.b-user {
	display: flex;
	align-items: center;
	gap: 20px
}

.b-user-right {
	text-align: left;
	font-weight: 600
}

.b-user-name {
	font-size: 19px;
	line-height: 22px;
	color: var(--color-5);
	margin-bottom: 3px
}

.b-user-title {
	font-size: 12px;
	line-height: 14px;
	color: var(--color-7)
}

ul.pay-meth {
	list-style-type: none
}

ul.pay-meth li {
	margin-bottom: 8px
}

details {
	background: var(--color-8);
	border-radius: 25px
}

details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	list-style: none;
	user-select: none;
	padding: 15px
}

details summary i {
	transition: 0.15s;
	color: var(--color-5)
}

details[open] summary i {
	transform: rotate(45deg)
}

details p {
	padding: 26px;
	border-top: 1px solid var(--color-5)
}

.hover-switch {
	position: relative;
	height: 175px
}

.hover-switch>img {
	position: absolute;
	top: calc(50% - 100px);
	left: calc(50% - 100px)
}

.hover-switch>img:last-of-type {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out
}

.hover-switch:hover>img:last-of-type {
	opacity: 0
}

.colBt i {
	background: var(--color-8);
	border-radius: 100%;
	margin-left: 70px;
	position: absolute;
	right: 10px;
	top: 25px;
	height: 15px;
	width: 15px;
	line-height: 16px
}

.menu-drop {
	position: relative;
	background-color: transparent;
	display: flex;
	gap: 4px;
	align-items: center;
	text-align: left;
	padding: 0
}

.menu-drop::after {
	display: none
}

@media (min-width:768px) {
	.menu-drop {
		padding: 9px 20px
	}
}

.menu-drop .icon {
	border-radius: 50%;
	background: #036efa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8b98b8;
	overflow: hidden
}

.menu-drop .icon.avatar {
	background-color: transparent
}

.menu-drop .arrows {
	color: #8b98b8;
	display: flex;
	align-items: center
}

.menu-drop {
	border-radius: 50px;
	padding: 7px 18px !important;
	background: var(--color-2)
}

h2.hsTitle {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px
}

.brandSlider {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 400px
}

.brandSlider .bShadow {
	overflow: hidden;
	position: relative
}

@-webkit-keyframes translateinfinite {
	100% {
		transform: translateY(calc(-60px * 6))
	}
}

@keyframes translateinfinite {
	100% {
		transform: translateY(calc(-60px * 6))
	}
}

#infinite .bShadow {
	box-shadow: 0 3px 10px -3px rgba(255, 255, 255, .3);
	background: var(--color-2)
}

#infinite .bShadow::before,
#infinite .bShadow::after {
	content: " ";
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100px
}

#infinite .bShadow::before {
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

#infinite .bShadow::after {
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

#infinite .bShadow div {
	width: 100%;
	-webkit-animation: translateinfinite 25s linear infinite;
	animation: translateinfinite 25s linear infinite
}

.productBox {
	background: var(--color-1);
	border-radius: 10px;
	height: 60px;
	padding: 0 25px;
	margin-bottom: 10px
}

.productBox .pbLeft {
	color: var(--color-5)
}

.productBox .pbLeft i {
	width: 35px;
	text-align: center
}

.productBox .pbRight {
	background: var(--color-7);
	border-radius: 7px;
	padding: 3px 15px;
	font-size: 12px;
	color: rgba(255, 255, 255, .8)
}

.banner-social-wrap {
	position: absolute;
	left: 15px;
	bottom: 90px;
	z-index: 2
}

.banner-social-wrap ul li {
	margin-bottom: 25px;
	border: 1px solid #F3F3F3;
	border-radius: 50px;
	width: 42px;
	display: flex;
	align-items: center
}

.banner-social-wrap ul li.is-active {
	width: auto
}

.banner-social-wrap ul li:last-child {
	margin-bottom: 0
}

.banner-social-wrap ul li a {
	font-size: 15px;
	color: #081A39;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	transition: 0s
}

@media (max-width:767.98px) {
	.banner-social-wrap {
		display: none
	}
}

.sccs {
	background-color: var(--color-8);
	padding: 10px 20px;
	width: max-content;
	border-radius: 25px
}

.sccs h5 {
	font-size: 16px
}

@media (max-width:991.98px) {
	.sccs h5 {
		font-size: 14px
	}
}

.sccs-item {
	background-color: var(--color-8);
	padding: 10px 20px;
	border-radius: 25px;
	margin-bottom: 15px
}


@media (min-width:991.98px) {
	.sccs-item {
		min-height: 100%;
	}
}

.sccs-item span {
	display: flex;
	justify-content: center;
	width: max-content;
	margin: auto;
	padding: 5px 15px;
	border-radius: 15px;
	font-weight: 600
}

.sccs-item span.sccs-basic {
	background: #fff100;
	border: 1px solid #202020
}

.sccs-item span.sccs-medium {
	background: #16c60c;
	border: 1px solid #202020
}

.sccs-item span.sccs-elite {
	background: #0078d7;
	border: 1px solid #202020
}

@media (max-width:991.98px) {
	.sccs {
		width: 100%
	}

	.top-widgets {
		text-align: center;
		margin: auto
	}
}

.dark-mode.dark {
	display: block
}

.light .dark-mode.light,
.dark-mode.light {
	display: none
}

.dark .dark-mode.dark {
	display: none
}

.dark .dark-mode.light {
	display: block
}

.modal-header {
	border-color: var(--color-2)
}

.table td,
.table th {
	color: var(--color-3)
}

.table-bordered td,
.table-bordered th {
	border: 1px solid var(--color-2)
}

.dark-mode.light {
	color: #1200ff;
	font-size: 20px
}

.dark-mode.dark {
	color: #ffca00;
	font-size: 20px
}

.mobile-balance {
	background-color: var(--color-8);
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 25px
}

.footer-social ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 0;
	padding-top: 15px
}

.footer-social ul li {
	list-style-type: none;
	margin-right: 10px
}

.footer-social ul li a {
	color: var(--color-5) !important;
	font-size: 18px;
	line-height: 1
}

footer .footer-social ul li a {
	color: #fff !important
}

footer .footer-social ul li {
    border: 1px solid #ffffff40 !important;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 100%;
    line-height: 42px;
    background: rgb(255, 255, 255, .15);
}

.banner-social-wrap ul {
	padding-left: 0
}

@media (min-width:992px) {
	.card-3 .gi-title {
		font-size: 30px
	}

	.card-3 p {
		width: auto;
		font-size: 18px
	}
}

@media (min-width:992px) and (max-width:1440px) {
	.card-3 .card-icon {
		width: 42px;
		height: 42px;
		font-size: 32px
	}

	.card-3 p {
		width: auto
	}

	.c-img-none .card-img {
		height: 100px;
		top: -15px;
		right: -40px
	}

	.sccs h5 {
		font-size: 13px
	}
}

.rate-item {
  	background: rgb(255, 255, 255, .15);
	border: 1px solid #5c9d7e;
	border-radius: 15px;
	padding: 10px 0
}

.rate-brand {
	border: none;
	border-radius: 13px;
	padding: 0
}

.rate-brand-text {
	text-align: center;
	font-size: 14px;
	color: #fff
}

.rate-brand-text p {
	margin-bottom: 0
}

.rate-brand-text p span {
	font-weight: 700;
  	font-size: 14px
}

.rate-brand-text span {
	font-size: 12px
}

.rate-item .rate-stars {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	margin: auto;
  	background: #91e8b4;
  	width: max-content;
  	border-radius: 35px;
  	padding: 1px 5px;
  	gap: 1px
}

.rate-item .rate-stars i {
	font-size: 7px;
  	color: #4b8271;
  	line-height: 10px
}

.d-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 400
}

.d-icon.i-primary {
	background-color: var(--color-8);
	color: var(--color-6)
}

#appDashboard .btn.btn-sm {
	padding: 10px 25px
}

.home-rates .trust {
	display: flex;
	align-items: center;
  	gap: 7px;
	font-size: 14px;
	padding-bottom: 15px;
  	color: #000
}

.home-rates .trust .stars {
    margin-top: -3px
}

.home-rates .trust .stars i {
    font-size: 12px;
	color: #facd4d;
	/*animation: stars-animation 2.5s ease infinite both*/
}

.home-rates .trust .stars:first-child {
    animation-delay: 0s;
}

.home-rates .trust .stars i:nth-child(2) {
    animation-delay: 0.2s;
}

.home-rates .trust .stars i:nth-child(3) {
    animation-delay: 0.4s;
}

.home-rates .trust .stars i:nth-child(4) {
    animation-delay: 0.6s;
}

.home-rates .trust .stars i:nth-child(5) {
    animation-delay: 0.8s;
}

.home-rates .trust .tpilot {
    max-height: 20px;
  	margin-top: -4px
}

.google-play img {
	margin-top: 15px;
	height: 60px
}

.h-section.signature-area {
	background: #eef2fe;
	text-align: center;
	margin: auto;
	color: #202020;
	padding: 50px 0
}

.h-section.signature-area {
	background: #eef2fe
}

.signature-content h2 {
	font-size: 34px;
	padding-bottom: 25px
}

.signature-content p {
	font-size: 18px;
	padding-top: 15px
}

.section-badge {
	width: max-content;
	margin-bottom: 15px
}

.ms-title .section-badge {
	text-align: center;
	margin: 0 auto 15px auto
}

.label {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	padding: 8px 14px;
	min-height: 35px;
	display: flex;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 20px
}

.label.label-badge {
	padding: 5px 20px 5px 8px;
	border-color: #266849;
	background: radial-gradient(68.6% 68.6% at 57.8% 96.86%, rgb(0 0 0 / 20%) 0%, rgb(248 248 248) 100%), linear-gradient(0deg, #ffffff 0%, #c5ffe4 100%), #ffffff;
	border-radius: 24px;
	display: flex;
	gap: 10px
}

.label.label-badge .label-icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #266849;
	color: #fff
}

.label.label-badge .label-text {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: -.14px;
	color: #266849
}

.s-number {
	background-color: var(--color-8);
	color: var(--color-6);
	width: 24px;
	height: 24px;
	border-radius: 5px;
	text-align: center;
	font-weight: 700
}

.s-text {
	font-weight: 700;
	font-size: 18px;
	margin-left: -20px
}

.sm-image {
	background: radial-gradient(68.6% 68.6% at 57.8% 96.86%, rgb(0 0 0 / 20%) 0%, rgb(248 248 248) 100%), linear-gradient(0deg, #ffffff 0%, #c5ffe4 100%), #ffffff;
	border-radius: 15px;
	margin-bottom: 15px
}

.steps-content p {
	color: #202020
}

.slo-section {
    background: url(https://storage.perfectcdn.com/966zjr/1kmt50uu6c6t440q.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 52px 0;
    position: relative;
}

.slo-section h2 {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	padding: 50px 0 0 0
}

.slo-texts,
.rate-brand,
.rate-brand-text {
	position: relative;
	z-index: 2
}

.slo-texts p {
	font-size: 20px;
	color: #fff;
	padding-bottom: 35px
}

.slo-texts h2 span {
	color: #fff
}

.slo-texts h2 span:after {
	display: none
}

.social-area {
	background: url(https://storage.perfectcdn.com/966zjr/ilz3pmctqo26wwo3.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: polygon(0% 0%, 0% 87.011%, 0.089% 87.014%, 0.177% 87.018%, 0.266% 87.022%, 0.355% 87.026%, 0.443% 87.03%, 0.532% 87.035%, 0.621% 87.04%, 0.709% 87.046%, 0.798% 87.051%, 0.887% 87.057%, 0.975% 87.064%, 1.064% 87.07%, 1.152% 87.077%, 1.241% 87.084%, 1.33% 87.092%, 1.418% 87.099%, 1.507% 87.107%, 1.596% 87.116%, 1.684% 87.124%, 1.773% 87.133%, 1.862% 87.143%, 1.95% 87.152%, 2.039% 87.162%, 2.128% 87.172%, 2.216% 87.182%, 2.305% 87.193%, 2.394% 87.204%, 2.482% 87.215%, 2.571% 87.227%, 2.66% 87.239%, 2.748% 87.251%, 2.837% 87.263%, 2.926% 87.276%, 3.014% 87.289%, 3.103% 87.302%, 3.191% 87.316%, 3.28% 87.33%, 3.369% 87.344%, 3.457% 87.359%, 3.546% 87.373%, 3.635% 87.388%, 3.723% 87.404%, 3.812% 87.419%, 3.901% 87.435%, 3.989% 87.451%, 4.078% 87.468%, 4.167% 87.484%, 4.255% 87.501%, 4.344% 87.519%, 4.433% 87.536%, 4.521% 87.554%, 4.61% 87.572%, 4.699% 87.59%, 4.787% 87.609%, 4.876% 87.628%, 4.965% 87.647%, 5.053% 87.666%, 5.142% 87.686%, 5.23% 87.706%, 5.319% 87.726%, 5.408% 87.747%, 5.496% 87.768%, 5.585% 87.789%, 5.674% 87.81%, 5.762% 87.832%, 5.851% 87.854%, 5.94% 87.876%, 6.028% 87.898%, 6.117% 87.921%, 6.206% 87.943%, 6.294% 87.967%, 6.383% 87.99%, 6.472% 88.014%, 6.56% 88.038%, 6.649% 88.062%, 6.738% 88.086%, 6.826% 88.111%, 6.915% 88.136%, 7.004% 88.161%, 7.092% 88.186%, 7.181% 88.212%, 7.27% 88.238%, 7.358% 88.264%, 7.447% 88.29%, 7.535% 88.317%, 7.624% 88.344%, 7.713% 88.371%, 7.801% 88.398%, 7.89% 88.426%, 7.979% 88.454%, 8.067% 88.482%, 8.156% 88.51%, 8.245% 88.538%, 8.333% 88.567%, 8.422% 88.596%, 8.511% 88.625%, 8.599% 88.655%, 8.688% 88.684%, 8.777% 88.714%, 8.865% 88.744%, 8.954% 88.774%, 9.043% 88.805%, 9.131% 88.836%, 9.22% 88.867%, 9.309% 88.898%, 9.397% 88.929%, 9.486% 88.961%, 9.574% 88.993%, 9.663% 89.025%, 9.752% 89.057%, 9.84% 89.089%, 9.929% 89.122%, 10.018% 89.155%, 10.106% 89.188%, 10.195% 89.221%, 10.284% 89.254%, 10.372% 89.288%, 10.461% 89.322%, 10.55% 89.356%, 10.638% 89.39%, 10.727% 89.424%, 10.816% 89.459%, 10.904% 89.494%, 10.993% 89.529%, 11.082% 89.564%, 11.17% 89.599%, 11.259% 89.635%, 11.348% 89.67%, 11.436% 89.706%, 11.525% 89.742%, 11.613% 89.778%, 11.702% 89.815%, 11.791% 89.851%, 11.879% 89.888%, 11.968% 89.925%, 12.057% 89.962%, 12.145% 89.999%, 12.234% 90.037%, 12.323% 90.074%, 12.411% 90.112%, 12.5% 90.15%, 12.589% 90.188%, 12.677% 90.226%, 12.766% 90.264%, 12.855% 90.302%, 12.943% 90.341%, 13.032% 90.38%, 13.121% 90.419%, 13.209% 90.458%, 13.298% 90.497%, 13.387% 90.536%, 13.475% 90.576%, 13.564% 90.615%, 13.652% 90.655%, 13.741% 90.695%, 13.83% 90.735%, 13.918% 90.775%, 14.007% 90.815%, 14.096% 90.856%, 14.184% 90.896%, 14.273% 90.937%, 14.362% 90.977%, 14.45% 91.018%, 14.539% 91.059%, 14.628% 91.1%, 14.716% 91.141%, 14.805% 91.183%, 14.894% 91.224%, 14.982% 91.266%, 15.071% 91.307%, 15.16% 91.349%, 15.248% 91.391%, 15.337% 91.433%, 15.426% 91.475%, 15.514% 91.517%, 15.603% 91.559%, 15.691% 91.601%, 15.78% 91.643%, 15.869% 91.686%, 15.957% 91.728%, 16.046% 91.771%, 16.135% 91.814%, 16.223% 91.856%, 16.312% 91.899%, 16.401% 91.942%, 16.489% 91.985%, 16.578% 92.028%, 16.667% 92.071%, 16.755% 92.115%, 16.844% 92.158%, 16.933% 92.201%, 17.021% 92.245%, 17.11% 92.288%, 17.199% 92.331%, 17.287% 92.375%, 17.376% 92.419%, 17.465% 92.462%, 17.553% 92.506%, 17.642% 92.55%, 17.73% 92.593%, 17.819% 92.637%, 17.908% 92.681%, 17.996% 92.725%, 18.085% 92.769%, 18.174% 92.813%, 18.262% 92.857%, 18.351% 92.901%, 18.44% 92.945%, 18.528% 92.989%, 18.617% 93.033%, 18.706% 93.077%, 18.794% 93.122%, 18.883% 93.166%, 18.972% 93.21%, 19.06% 93.254%, 19.149% 93.298%, 19.238% 93.343%, 19.326% 93.387%, 19.415% 93.431%, 19.504% 93.475%, 19.592% 93.519%, 19.681% 93.564%, 19.77% 93.608%, 19.858% 93.652%, 19.947% 93.696%, 20.035% 93.741%, 20.124% 93.785%, 20.213% 93.829%, 20.301% 93.873%, 20.39% 93.917%, 20.479% 93.961%, 20.567% 94.006%, 20.656% 94.05%, 20.745% 94.094%, 20.833% 94.138%, 20.922% 94.182%, 21.011% 94.226%, 21.099% 94.27%, 21.188% 94.314%, 21.277% 94.357%, 21.365% 94.401%, 21.454% 94.445%, 21.543% 94.489%, 21.631% 94.532%, 21.72% 94.576%, 21.809% 94.62%, 21.897% 94.663%, 21.986% 94.707%, 22.074% 94.75%, 22.163% 94.794%, 22.252% 94.837%, 22.34% 94.88%, 22.429% 94.923%, 22.518% 94.966%, 22.606% 95.01%, 22.695% 95.053%, 22.784% 95.095%, 22.872% 95.138%, 22.961% 95.181%, 23.05% 95.224%, 23.138% 95.266%, 23.227% 95.309%, 23.316% 95.351%, 23.404% 95.394%, 23.493% 95.436%, 23.582% 95.478%, 23.67% 95.52%, 23.759% 95.562%, 23.848% 95.604%, 23.936% 95.646%, 24.025% 95.688%, 24.113% 95.729%, 24.202% 95.771%, 24.291% 95.812%, 24.379% 95.853%, 24.468% 95.895%, 24.557% 95.936%, 24.645% 95.977%, 24.734% 96.017%, 24.823% 96.058%, 24.911% 96.099%, 25% 96.139%, 25.089% 96.18%, 25.177% 96.22%, 25.266% 96.26%, 25.355% 96.3%, 25.443% 96.34%, 25.532% 96.379%, 25.621% 96.419%, 25.709% 96.458%, 25.798% 96.498%, 25.887% 96.537%, 25.975% 96.576%, 26.064% 96.615%, 26.152% 96.654%, 26.241% 96.692%, 26.33% 96.731%, 26.418% 96.769%, 26.507% 96.807%, 26.596% 96.845%, 26.684% 96.883%, 26.773% 96.921%, 26.862% 96.958%, 26.95% 96.996%, 27.039% 97.033%, 27.128% 97.07%, 27.216% 97.107%, 27.305% 97.143%, 27.394% 97.18%, 27.482% 97.216%, 27.571% 97.253%, 27.66% 97.289%, 27.748% 97.324%, 27.837% 97.36%, 27.926% 97.396%, 28.014% 97.431%, 28.103% 97.466%, 28.191% 97.501%, 28.28% 97.536%, 28.369% 97.57%, 28.457% 97.605%, 28.546% 97.639%, 28.635% 97.673%, 28.723% 97.707%, 28.812% 97.74%, 28.901% 97.774%, 28.989% 97.807%, 29.078% 97.84%, 29.167% 97.873%, 29.255% 97.905%, 29.344% 97.938%, 29.433% 97.97%, 29.521% 98.002%, 29.61% 98.034%, 29.699% 98.065%, 29.787% 98.097%, 29.876% 98.128%, 29.965% 98.159%, 30.053% 98.19%, 30.142% 98.22%, 30.23% 98.251%, 30.319% 98.281%, 30.408% 98.31%, 30.496% 98.34%, 30.585% 98.37%, 30.674% 98.399%, 30.762% 98.428%, 30.851% 98.456%, 30.94% 98.485%, 31.028% 98.513%, 31.117% 98.541%, 31.206% 98.569%, 31.294% 98.597%, 31.383% 98.624%, 31.472% 98.651%, 31.56% 98.678%, 31.649% 98.704%, 31.738% 98.731%, 31.826% 98.757%, 31.915% 98.783%, 32.004% 98.808%, 32.092% 98.834%, 32.181% 98.859%, 32.27% 98.884%, 32.358% 98.909%, 32.447% 98.933%, 32.535% 98.957%, 32.624% 98.981%, 32.713% 99.005%, 32.801% 99.028%, 32.89% 99.051%, 32.979% 99.074%, 33.067% 99.097%, 33.156% 99.119%, 33.245% 99.141%, 33.333% 99.163%, 33.422% 99.185%, 33.511% 99.206%, 33.599% 99.227%, 33.688% 99.248%, 33.777% 99.268%, 33.865% 99.289%, 33.954% 99.309%, 34.043% 99.328%, 34.131% 99.348%, 34.22% 99.367%, 34.309% 99.386%, 34.397% 99.404%, 34.486% 99.423%, 34.574% 99.441%, 34.663% 99.459%, 34.752% 99.476%, 34.84% 99.493%, 34.929% 99.51%, 35.018% 99.527%, 35.106% 99.544%, 35.195% 99.56%, 35.284% 99.576%, 35.372% 99.591%, 35.461% 99.606%, 35.55% 99.621%, 35.638% 99.636%, 35.727% 99.651%, 35.816% 99.665%, 35.904% 99.679%, 35.993% 99.692%, 36.082% 99.706%, 36.17% 99.719%, 36.259% 99.731%, 36.348% 99.744%, 36.436% 99.756%, 36.525% 99.768%, 36.613% 99.779%, 36.702% 99.791%, 36.791% 99.802%, 36.879% 99.812%, 36.968% 99.823%, 37.057% 99.833%, 37.145% 99.843%, 37.234% 99.852%, 37.323% 99.861%, 37.411% 99.87%, 37.5% 99.879%, 37.589% 99.887%, 37.677% 99.895%, 37.766% 99.903%, 37.855% 99.911%, 37.943% 99.918%, 38.032% 99.925%, 38.121% 99.931%, 38.209% 99.937%, 38.298% 99.943%, 38.387% 99.949%, 38.475% 99.954%, 38.564% 99.96%, 38.652% 99.964%, 38.741% 99.969%, 38.83% 99.973%, 38.918% 99.977%, 39.007% 99.98%, 39.096% 99.984%, 39.184% 99.987%, 39.273% 99.989%, 39.362% 99.992%, 39.45% 99.994%, 39.539% 99.996%, 39.628% 99.997%, 39.716% 99.998%, 39.805% 99.999%, 39.894% 100%, 39.982% 100%, 40.071% 100%, 40.16% 100%, 40.248% 99.999%, 40.337% 99.998%, 40.426% 99.997%, 40.514% 99.995%, 40.603% 99.993%, 40.691% 99.991%, 40.78% 99.989%, 40.869% 99.986%, 40.957% 99.983%, 41.046% 99.98%, 41.135% 99.976%, 41.223% 99.972%, 41.312% 99.968%, 41.401% 99.963%, 41.489% 99.959%, 41.578% 99.953%, 41.667% 99.948%, 41.755% 99.942%, 41.844% 99.936%, 41.933% 99.93%, 42.021% 99.923%, 42.11% 99.916%, 42.199% 99.909%, 42.287% 99.902%, 42.376% 99.894%, 42.465% 99.886%, 42.553% 99.877%, 42.642% 99.869%, 42.73% 99.86%, 42.819% 99.85%, 42.908% 99.841%, 42.996% 99.831%, 43.085% 99.821%, 43.174% 99.81%, 43.262% 99.8%, 43.351% 99.789%, 43.44% 99.777%, 43.528% 99.766%, 43.617% 99.754%, 43.706% 99.741%, 43.794% 99.729%, 43.883% 99.716%, 43.972% 99.703%, 44.06% 99.69%, 44.149% 99.676%, 44.238% 99.662%, 44.326% 99.648%, 44.415% 99.633%, 44.504% 99.619%, 44.592% 99.604%, 44.681% 99.588%, 44.77% 99.573%, 44.858% 99.557%, 44.947% 99.541%, 45.035% 99.524%, 45.124% 99.507%, 45.213% 99.49%, 45.301% 99.473%, 45.39% 99.455%, 45.479% 99.437%, 45.567% 99.419%, 45.656% 99.401%, 45.745% 99.382%, 45.833% 99.363%, 45.922% 99.344%, 46.011% 99.325%, 46.099% 99.305%, 46.188% 99.285%, 46.277% 99.264%, 46.365% 99.244%, 46.454% 99.223%, 46.543% 99.202%, 46.631% 99.181%, 46.72% 99.159%, 46.809% 99.137%, 46.897% 99.115%, 46.986% 99.093%, 47.074% 99.07%, 47.163% 99.047%, 47.252% 99.024%, 47.34% 99%, 47.429% 98.977%, 47.518% 98.953%, 47.606% 98.928%, 47.695% 98.904%, 47.784% 98.879%, 47.872% 98.854%, 47.961% 98.829%, 48.05% 98.804%, 48.138% 98.778%, 48.227% 98.752%, 48.316% 98.726%, 48.404% 98.7%, 48.493% 98.673%, 48.582% 98.646%, 48.67% 98.619%, 48.759% 98.591%, 48.848% 98.564%, 48.936% 98.536%, 49.025% 98.508%, 49.113% 98.48%, 49.202% 98.451%, 49.291% 98.422%, 49.379% 98.393%, 49.468% 98.364%, 49.557% 98.335%, 49.645% 98.305%, 49.734% 98.275%, 49.823% 98.245%, 49.911% 98.215%, 50% 98.184%, 50.089% 98.153%, 50.177% 98.122%, 50.266% 98.091%, 50.355% 98.06%, 50.443% 98.028%, 50.532% 97.996%, 50.621% 97.964%, 50.709% 97.932%, 50.798% 97.899%, 50.887% 97.867%, 50.975% 97.834%, 51.064% 97.801%, 51.152% 97.768%, 51.241% 97.734%, 51.33% 97.7%, 51.418% 97.667%, 51.507% 97.633%, 51.596% 97.598%, 51.684% 97.564%, 51.773% 97.529%, 51.862% 97.495%, 51.95% 97.46%, 52.039% 97.424%, 52.128% 97.389%, 52.216% 97.353%, 52.305% 97.318%, 52.394% 97.282%, 52.482% 97.246%, 52.571% 97.21%, 52.66% 97.173%, 52.748% 97.137%, 52.837% 97.1%, 52.926% 97.063%, 53.014% 97.026%, 53.103% 96.989%, 53.191% 96.951%, 53.28% 96.914%, 53.369% 96.876%, 53.457% 96.838%, 53.546% 96.8%, 53.635% 96.762%, 53.723% 96.724%, 53.812% 96.685%, 53.901% 96.646%, 53.989% 96.608%, 54.078% 96.569%, 54.167% 96.53%, 54.255% 96.49%, 54.344% 96.451%, 54.433% 96.412%, 54.521% 96.372%, 54.61% 96.332%, 54.699% 96.292%, 54.787% 96.252%, 54.876% 96.212%, 54.965% 96.172%, 55.053% 96.132%, 55.142% 96.091%, 55.23% 96.051%, 55.319% 96.01%, 55.408% 95.969%, 55.496% 95.928%, 55.585% 95.887%, 55.674% 95.846%, 55.762% 95.804%, 55.851% 95.763%, 55.94% 95.721%, 56.028% 95.68%, 56.117% 95.638%, 56.206% 95.596%, 56.294% 95.554%, 56.383% 95.512%, 56.472% 95.47%, 56.56% 95.428%, 56.649% 95.386%, 56.738% 95.343%, 56.826% 95.301%, 56.915% 95.258%, 57.004% 95.216%, 57.092% 95.173%, 57.181% 95.13%, 57.27% 95.087%, 57.358% 95.045%, 57.447% 95.002%, 57.535% 94.958%, 57.624% 94.915%, 57.713% 94.872%, 57.801% 94.829%, 57.89% 94.786%, 57.979% 94.742%, 58.067% 94.699%, 58.156% 94.655%, 58.245% 94.612%, 58.333% 94.568%, 58.422% 94.524%, 58.511% 94.481%, 58.599% 94.437%, 58.688% 94.393%, 58.777% 94.349%, 58.865% 94.305%, 58.954% 94.261%, 59.043% 94.218%, 59.131% 94.174%, 59.22% 94.13%, 59.309% 94.086%, 59.397% 94.041%, 59.486% 93.997%, 59.574% 93.953%, 59.663% 93.909%, 59.752% 93.865%, 59.84% 93.821%, 59.929% 93.777%, 60.018% 93.732%, 60.106% 93.688%, 60.195% 93.644%, 60.284% 93.6%, 60.372% 93.555%, 60.461% 93.511%, 60.55% 93.467%, 60.638% 93.423%, 60.727% 93.379%, 60.816% 93.334%, 60.904% 93.29%, 60.993% 93.246%, 61.082% 93.202%, 61.17% 93.158%, 61.259% 93.113%, 61.348% 93.069%, 61.436% 93.025%, 61.525% 92.981%, 61.613% 92.937%, 61.702% 92.893%, 61.791% 92.849%, 61.879% 92.805%, 61.968% 92.761%, 62.057% 92.717%, 62.145% 92.673%, 62.234% 92.629%, 62.323% 92.585%, 62.411% 92.542%, 62.5% 92.498%, 62.589% 92.454%, 62.677% 92.41%, 62.766% 92.367%, 62.855% 92.323%, 62.943% 92.28%, 63.032% 92.236%, 63.121% 92.193%, 63.209% 92.15%, 63.298% 92.107%, 63.387% 92.063%, 63.475% 92.02%, 63.564% 91.977%, 63.652% 91.934%, 63.741% 91.891%, 63.83% 91.849%, 63.918% 91.806%, 64.007% 91.763%, 64.096% 91.72%, 64.184% 91.678%, 64.273% 91.636%, 64.362% 91.593%, 64.45% 91.551%, 64.539% 91.509%, 64.628% 91.467%, 64.716% 91.425%, 64.805% 91.383%, 64.894% 91.341%, 64.982% 91.299%, 65.071% 91.258%, 65.16% 91.216%, 65.248% 91.175%, 65.337% 91.134%, 65.426% 91.093%, 65.514% 91.052%, 65.603% 91.011%, 65.691% 90.97%, 65.78% 90.929%, 65.869% 90.888%, 65.957% 90.848%, 66.046% 90.808%, 66.135% 90.767%, 66.223% 90.727%, 66.312% 90.687%, 66.401% 90.648%, 66.489% 90.608%, 66.578% 90.568%, 66.667% 90.529%, 66.755% 90.49%, 66.844% 90.45%, 66.933% 90.411%, 67.021% 90.373%, 67.11% 90.334%, 67.199% 90.295%, 67.287% 90.257%, 67.376% 90.219%, 67.465% 90.18%, 67.553% 90.143%, 67.642% 90.105%, 67.73% 90.067%, 67.819% 90.03%, 67.908% 89.992%, 67.996% 89.955%, 68.085% 89.918%, 68.174% 89.881%, 68.262% 89.844%, 68.351% 89.808%, 68.44% 89.772%, 68.528% 89.735%, 68.617% 89.699%, 68.706% 89.664%, 68.794% 89.628%, 68.883% 89.593%, 68.972% 89.557%, 69.06% 89.522%, 69.149% 89.487%, 69.238% 89.453%, 69.326% 89.418%, 69.415% 89.384%, 69.504% 89.349%, 69.592% 89.315%, 69.681% 89.282%, 69.77% 89.248%, 69.858% 89.215%, 69.947% 89.182%, 70.035% 89.149%, 70.124% 89.116%, 70.213% 89.083%, 70.301% 89.051%, 70.39% 89.019%, 70.479% 88.987%, 70.567% 88.955%, 70.656% 88.923%, 70.745% 88.892%, 70.833% 88.861%, 70.922% 88.83%, 71.011% 88.799%, 71.099% 88.769%, 71.188% 88.739%, 71.277% 88.709%, 71.365% 88.679%, 71.454% 88.649%, 71.543% 88.62%, 71.631% 88.591%, 71.72% 88.562%, 71.809% 88.533%, 71.897% 88.505%, 71.986% 88.476%, 72.074% 88.448%, 72.163% 88.421%, 72.252% 88.393%, 72.34% 88.366%, 72.429% 88.339%, 72.518% 88.312%, 72.606% 88.285%, 72.695% 88.259%, 72.784% 88.233%, 72.872% 88.207%, 72.961% 88.181%, 73.05% 88.156%, 73.138% 88.131%, 73.227% 88.106%, 73.316% 88.082%, 73.404% 88.057%, 73.493% 88.033%, 73.582% 88.009%, 73.67% 87.986%, 73.759% 87.962%, 73.848% 87.939%, 73.936% 87.916%, 74.025% 87.894%, 74.113% 87.872%, 74.202% 87.849%, 74.291% 87.828%, 74.379% 87.806%, 74.468% 87.785%, 74.557% 87.764%, 74.645% 87.743%, 74.734% 87.723%, 74.823% 87.702%, 74.911% 87.683%, 75% 87.663%, 75.089% 87.643%, 75.177% 87.624%, 75.266% 87.605%, 75.355% 87.587%, 75.443% 87.569%, 75.532% 87.551%, 75.621% 87.533%, 75.709% 87.515%, 75.798% 87.498%, 75.887% 87.481%, 75.975% 87.465%, 76.064% 87.448%, 76.152% 87.432%, 76.241% 87.416%, 76.33% 87.401%, 76.418% 87.386%, 76.507% 87.371%, 76.596% 87.356%, 76.684% 87.341%, 76.773% 87.327%, 76.862% 87.314%, 76.95% 87.3%, 77.039% 87.287%, 77.128% 87.274%, 77.216% 87.261%, 77.305% 87.249%, 77.394% 87.237%, 77.482% 87.225%, 77.571% 87.213%, 77.66% 87.202%, 77.748% 87.191%, 77.837% 87.18%, 77.926% 87.17%, 78.014% 87.16%, 78.103% 87.15%, 78.191% 87.141%, 78.28% 87.132%, 78.369% 87.123%, 78.457% 87.114%, 78.546% 87.106%, 78.635% 87.098%, 78.723% 87.09%, 78.812% 87.083%, 78.901% 87.076%, 78.989% 87.069%, 79.078% 87.062%, 79.167% 87.056%, 79.255% 87.05%, 79.344% 87.045%, 79.433% 87.039%, 79.521% 87.034%, 79.61% 87.03%, 79.699% 87.025%, 79.787% 87.021%, 79.876% 87.017%, 79.965% 87.014%, 80.053% 87.01%, 80.142% 87.008%, 80.23% 87.005%, 80.319% 87.003%, 80.408% 87.001%, 80.496% 86.999%, 80.585% 86.997%, 80.674% 86.996%, 80.762% 86.995%, 80.851% 86.995%, 80.94% 86.995%, 81.028% 86.995%, 81.117% 86.995%, 81.206% 86.996%, 81.294% 86.997%, 81.383% 86.998%, 81.472% 87%, 81.56% 87.002%, 81.649% 87.004%, 81.738% 87.006%, 81.826% 87.009%, 81.915% 87.012%, 82.004% 87.016%, 82.092% 87.019%, 82.181% 87.023%, 82.27% 87.028%, 82.358% 87.032%, 82.447% 87.037%, 82.535% 87.042%, 82.624% 87.048%, 82.713% 87.053%, 82.801% 87.06%, 82.89% 87.066%, 82.979% 87.073%, 83.067% 87.08%, 83.156% 87.087%, 83.245% 87.094%, 83.333% 87.102%, 83.422% 87.11%, 83.511% 87.119%, 83.599% 87.128%, 83.688% 87.137%, 83.777% 87.146%, 83.865% 87.156%, 83.954% 87.166%, 84.043% 87.176%, 84.131% 87.186%, 84.22% 87.197%, 84.309% 87.208%, 84.397% 87.22%, 84.486% 87.231%, 84.574% 87.243%, 84.663% 87.256%, 84.752% 87.268%, 84.84% 87.281%, 84.929% 87.294%, 85.018% 87.308%, 85.106% 87.321%, 85.195% 87.335%, 85.284% 87.349%, 85.372% 87.364%, 85.461% 87.379%, 85.55% 87.394%, 85.638% 87.409%, 85.727% 87.425%, 85.816% 87.441%, 85.904% 87.457%, 85.993% 87.474%, 86.082% 87.491%, 86.17% 87.508%, 86.259% 87.525%, 86.348% 87.543%, 86.436% 87.561%, 86.525% 87.579%, 86.613% 87.597%, 86.702% 87.616%, 86.791% 87.635%, 86.879% 87.654%, 86.968% 87.674%, 87.057% 87.694%, 87.145% 87.714%, 87.234% 87.734%, 87.323% 87.755%, 87.411% 87.776%, 87.5% 87.797%, 87.589% 87.818%, 87.677% 87.84%, 87.766% 87.862%, 87.855% 87.884%, 87.943% 87.906%, 88.032% 87.929%, 88.121% 87.952%, 88.209% 87.975%, 88.298% 87.999%, 88.387% 88.023%, 88.475% 88.047%, 88.564% 88.071%, 88.652% 88.095%, 88.741% 88.12%, 88.83% 88.145%, 88.918% 88.17%, 89.007% 88.196%, 89.096% 88.221%, 89.184% 88.247%, 89.273% 88.274%, 89.362% 88.3%, 89.45% 88.327%, 89.539% 88.354%, 89.628% 88.381%, 89.716% 88.408%, 89.805% 88.436%, 89.894% 88.464%, 89.982% 88.492%, 90.071% 88.52%, 90.16% 88.549%, 90.248% 88.578%, 90.337% 88.607%, 90.426% 88.636%, 90.514% 88.666%, 90.603% 88.695%, 90.691% 88.725%, 90.78% 88.755%, 90.869% 88.786%, 90.957% 88.816%, 91.046% 88.847%, 91.135% 88.878%, 91.223% 88.909%, 91.312% 88.941%, 91.401% 88.973%, 91.489% 89.004%, 91.578% 89.037%, 91.667% 89.069%, 91.755% 89.101%, 91.844% 89.134%, 91.933% 89.167%, 92.021% 89.2%, 92.11% 89.233%, 92.199% 89.267%, 92.287% 89.301%, 92.376% 89.334%, 92.465% 89.368%, 92.553% 89.403%, 92.642% 89.437%, 92.73% 89.472%, 92.819% 89.507%, 92.908% 89.542%, 92.996% 89.577%, 93.085% 89.612%, 93.174% 89.648%, 93.262% 89.684%, 93.351% 89.72%, 93.44% 89.756%, 93.528% 89.792%, 93.617% 89.828%, 93.706% 89.865%, 93.794% 89.902%, 93.883% 89.939%, 93.972% 89.976%, 94.06% 90.013%, 94.149% 90.05%, 94.238% 90.088%, 94.326% 90.126%, 94.415% 90.164%, 94.504% 90.202%, 94.592% 90.24%, 94.681% 90.278%, 94.77% 90.317%, 94.858% 90.355%, 94.947% 90.394%, 95.035% 90.433%, 95.124% 90.472%, 95.213% 90.512%, 95.301% 90.551%, 95.39% 90.59%, 95.479% 90.63%, 95.567% 90.67%, 95.656% 90.71%, 95.745% 90.75%, 95.833% 90.79%, 95.922% 90.83%, 96.011% 90.871%, 96.099% 90.911%, 96.188% 90.952%, 96.277% 90.993%, 96.365% 91.033%, 96.454% 91.074%, 96.543% 91.115%, 96.631% 91.157%, 96.72% 91.198%, 96.809% 91.239%, 96.897% 91.281%, 96.986% 91.323%, 97.074% 91.364%, 97.163% 91.406%, 97.252% 91.448%, 97.34% 91.49%, 97.429% 91.532%, 97.518% 91.575%, 97.606% 91.617%, 97.695% 91.659%, 97.784% 91.702%, 97.872% 91.744%, 97.961% 91.787%, 98.05% 91.83%, 98.138% 91.872%, 98.227% 91.915%, 98.316% 91.958%, 98.404% 92.001%, 98.493% 92.044%, 98.582% 92.087%, 98.67% 92.131%, 98.759% 92.174%, 98.848% 92.217%, 98.936% 92.261%, 99.025% 92.304%, 99.113% 92.348%, 99.202% 92.391%, 99.291% 92.435%, 99.379% 92.478%, 99.468% 92.522%, 99.557% 92.566%, 99.645% 92.61%, 99.734% 92.654%, 99.823% 92.697%, 99.911% 92.741%, 100% 92.785%, 100.089% 92.829%, 100% 0%);
}

.social-area h2 {
	color: #fff
}

.h-section.phone-area {
	background: #eef2fe;
	text-align: center;
	margin: auto;
	color: #202020;
	padding: 50px 0
}

.h-section.phone-area {
	background: #eef2fe
}

.phone-area img {
	height: 275px
}

.pa-content .col-lg {
	position: relative
}

.pa-content .col-lg::after {
	content: '|';
	position: absolute;
	top: 0;
	left: 175px
}

.pa-content .col-lg::after {
	content: '|';
	position: absolute;
	top: 0
}

.pa-content .col-lg:nth-child(1)::after {
	left: 185px
}

.pa-content .col-lg:nth-child(2)::after {
	left: 195px
}

.pa-content .col-lg:nth-child(3)::after {
	left: 173px
}

.pa-content .col-lg:nth-child(4)::after {
	display: none
}

@media (max-width:991.98px) {
	.rate-brand img {
		max-width: 100%
	}

	.card-text-center {
		text-align: center
	}

	.home-rates {
      	display: flex;
		justify-content: center;
		padding-top: 15px
	}

	.rate-brand-text p {
		margin-bottom: 0
	}

	.signature-content h2 {
		font-size: 24px
	}

	.signature-content p {
		font-size: 14px
	}

	.h-section h2 {
		font-size: 20px
	}

	.hsec-text {
		text-align: center
	}

	.btns-100 .btn {
		width: 100%
	}

	.hover-switch>img {
		left: calc(50% - 70px)
	}

	.team-card img {
		max-height: 125px;
        max-width: 100%
	}

	.hover-switch {
		height: 125px
	}

	.team-card h4 {
		font-size: 18px
	}

	.team-card a {
		font-size: 12px
	}

	.header-alt::after,
	.slo-section::after {
		display: none
	}

	.pa-content .col-lg::after {
		display: none
	}

	.square:before {
		width: 250px;
		height: 250px;
		margin-left: -37%;
		margin-top: -35%
	}

	.header-images .i-1,
	.header-images .i-2,
	.header-images .i-3,
	.header-images .i-4,
	.header-images .i-5,
	.header-images .i-6,
	.header-images .i-7,
	.header-images .i-8 {
		display: none
	}

	.header-alt,
	.slo-section {
		overflow: hidden
	}

	.text-center .square:before {
		width: 200px;
		height: 200px;
		margin-left: -31%;
		margin-top: -28%
	}
}

@media (min-width:991.98px) {
	.signature-content img {
		max-width: 500px
	}

	.slo-section h2 {
		padding: 25px 100px 0 100px
	}

	.pa-content .col-lg {
		padding-left: 5px !important;
		padding-right: 5px !important
	}
}

.main-badge {
	clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
	width: 124px;
	height: 124px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	color: #000;
	background: rgb(255, 221, 87);
	background: linear-gradient(90deg, rgba(255, 221, 87, 1) 0%, rgba(255, 162, 2, 1) 100%)
}

.main-badge h6 {
	font-weight: 700;
	font-size: 26px
}

.main-badge span {
	line-height: 16px
}

.mbadge-one {
	position: absolute;
	right: 0;
	top: -100px
}

.hsec-text h3 {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--color-3)
}

#contentSlide {
	position: relative
}

#contentSlide .fa-angle-left,
#contentSlide .fa-angle-right {
	position: absolute;
	background: #8bdb91;
	border-radius: 25px;
	width: 30px;
	height: 55px;
	border: none;
	color: var(--color-5);
	font-weight: 300;
	font-size: 32px
}

#contentSlide .fa-angle-left {
	top: 200px;
	left: -60px
}

#contentSlide .fa-angle-right {
	top: 200px;
	right: -10px
}

.marks {
	background: #fff907;
	position: relative
}

.circles {
	background: #23ff55;
	position: relative
}


@media(max-width:991.98px) {

	.music-section .ms-p {
		font-size: 15px;
		line-height: 40px
	}
}

.ow-flex {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #000
}

.ow-name {
	font-weight: 600
}

.owner-sign {
	margin-bottom: 40px
}

.homeLogin {
	margin-top: 50px
}

.homeLogin .card .hlTitle {
	color: rgb(82 112 208);
	font-size: 14px
}

.homeLogin .hl-group {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 25px 0;
}

.homeLogin .hl-group .hl-item {
	width: 100%
}

.homeLogin .hl-group .hl-item:last-child {
	max-width: 200px
}

.form-check {
	display: flex;
	gap: 5px
}

.form-check .form-check-label {
	color: #000
}

@media (max-width: 991.98px) {
	.homeLogin .hl-group {
		flex-direction: column
	}

	.homeLogin .hl-group .hl-item:last-child {
		max-width: 100%
	}

	.homeLogin {
		margin-top: 0
	}
}

.hl-item input::-ms-input-placeholder {
	color: var(--color-8) !important
}

.hl-item input::placeholder {
	color: var(--color-8) !important
}

.mbadge {
	font-size: 20px;
	font-weight: bold;
	line-height: 1em !important
}

.sidebar-player.playing .album-cover {
	animation: rotating 10s linear infinite
}

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

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

.d-dropdown .btn {
	padding: 0;
	display: inline-flex;
	align-items: center;
	background-color: transparent !important;
}

.d-dropdown .btn:focus,
.d-dropdown .btn:hover {
	outline: 0;
	box-shadow: none
}

.d-dropdown {
	display: inline-block;
}

.d-dropdown .btn .icon.c-1 {
	background-color: #249a62;
	color: #fff;
	border: 2px solid var(--color-5);
}

.d-dropdown .btn .icon {
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
}

.d-dropdown .btn .title {
	font-size: 15px;
	line-height: 19px;
	color: #202020;
	align-items: center;
	gap: 6px;
	display: none;
}

.d-dropdown .btn .info {
	font-weight: 600;
	margin-top: 4px;
	font-size: 14px;
	line-height: 17px;
	color: #797d89;
	display: none !important;
}

.d-dropdown .btn .info i {
	font-size: 11px
}

.d-dropdown .dropdown-menu {
	top: 7px !important;
	border-radius: 15px
}

@media (min-width: 768px) {
	.d-dropdown .btn .title {
		display: flex;
	}

	.d-dropdown .btn {
		gap: 15px;
	}

	.d-dropdown .btn .info {
		display: flex !important;
		align-items: center
	}
}

.levelNav {
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr;
}

.levelNav .nav-link {
	width: 100%;
	text-align: left;
	padding: 15px 20px;
	background: var(--color-8);
	color: var(--color-3);
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	transition: 0.5s ease;
}

.dark .levelNav .nav-link {
	background: var(--color-8);
	color: var(--color-3);
}

.levelNav .nav-link:hover,
.levelNav .nav-link.active {
	background: var(--color-5);
	color: var(--color-3);
}

.dark .levelNav .nav-link:hover,
.dark .levelNav .nav-link.active {
	background: var(--color-5);
	color: var(--color-2);
}

.account_benifit_wrap h2 {
	font-size: 24px;
	font-weight: bold;
	color: var(--color-3);
}

.dark .account_benifit_wrap h2 {
	color: var(--color-4);
}

.acc_level_name {
	font-size: 24px;
	color: var(--color-3);
	font-weight: bold;
	margin-bottom: 10px;
}

.dark .acc_level_name {
	color: var(--color-5);
}

.acc_level_benifit ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.acc_level_benifit ul li {
	font-size: 15px;
	font-weight: normal;
	color: var(--color-3);
}

.dark .acc_level_benifit ul li {
	color: var(--color-4);
}

.level_table_wrap {
	background: var(--color-2);
	padding: 15px;
	border-radius: 15px;
}

table.level_table tr td {
	font-size: 15px;
	padding: 2px 5px;
	font-weight: bold;
}

.dahsboard_icon {
	font-size: 24px;
	color: var(--color-5);
}

.user_point_data,
.user_level_benifits .user_level {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}

.dark .user_level_benifits .user_level,
.dark .user_point_data {
	color: var(--color-5);
}

.point_note ul,
.user_benifits ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.user_point_data {
	display: flex;
	gap: 10px;
	align-items: center;
}

.point_note ul li,
.user_benifits ul li {
	font-size: 16px;
	font-weight: normal;
	color: var(--color-4);
}

.acc_sta_box {
	position: relative;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.acc_sta_box .icon {
	background: var(--color-5);
	width: 60px;
	height: 60px;
	border-radius: 50px;
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.acc_sta_box .box_info h6 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0px;
}

.acc_sta_box h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

.sidebar_userinfo {
	display: none;
}

.sidebar_userinfo h4 {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
}

@media only screen and (max-width:992px) {
	.sidebar_userinfo {
		display: block;
	}
}

@media only screen and (max-width:550px) {
	.levelNav {
		grid-template-columns: repeat(2, 1fr);
	}

	.account_benifit_wrap .tab-content {
		margin-bottom: 10px;
	}

	.acc_sta_box .icon {
		width: 50px;
		height: 50px;
		font-size: 23px;
	}

	.acc_sta_box h2 {
		font-size: 16px;
	}
}

.google-btn {
	position: absolute;
	right: 30px;
	top: 40px
}

@media only screen and (max-width:550px) {
	.google-btn {
		position: relative;
		right: auto;
		top: 10px;
		margin: auto
	}
}

.ow-profile {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
	margin-top: 20px;
	text-align: left;
}

.ow-profile img {
	border-radius: 100%;
	border: 5px solid #266849;
}

.head-review {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-top: 45px
}

.head-review .list {
	display: flex;
	align-items: center;    
  margin-bottom: 5px;
}

.head-review span {
  	font-size: 16px;
	color: #7a86a1
}

.head-review .counts {
	color: #4a5264
}

.head-review .list img {
	height: 35px;
}

.head-review .list img:first-child {
	margin-left: 0
}

.head-review .hr-rates {
	display: flex;
	align-items: center;
	gap: 10px
}

.head-review .hr-rates .fa-star {
	color: #faca15
}

.head-review .hr-rates small {
	font-size: 16px;
	color: #000
}

.head-review .hr-video {
	position: relative;
	opacity: .6
}

.head-review .hr-video:hover {
	opacity: 1;
	cursor: pointer;
	transition: 250ms all
}

.head-review .hr-video .hr-thumb {
	border-radius: 7px;
	transition: 250ms all
}

.head-review .hr-video .hr-play {
	position: absolute;
	left: 38px;
	top: 14px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: var(--color-5);
	text-align: center;
	border-radius: 100%
}

@media (max-width: 991.98px) {
	.head-review .hr-video .hr-thumb {
		border-radius: 5px;
		width: 110px;
	}

	.head-review .hr-rates {
		font-size: 12px
	}

	.head-review .hr-text span {
		font-size: 13px
	}

	.head-review .hr-video .hr-play {
		left: 33px;
		top: 14px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px
	}
}

.YouTubePopUp-Wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	z-index: 9999999999999;
}

.YouTubePopUp-animation {
	opacity: 0;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUp;
	animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes YouTubePopUp {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.YouTubePopUp-Content {
	max-width: 680px;
	display: block;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

.YouTubePopUp-Content iframe {
	max-width: 100% !important;
	width: 100% !important;
	display: block !important;
	height: 480px !important;
	border: none !important;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.YouTubePopUp-Hide {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: YouTubePopUpHide;
	animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes YouTubePopUpHide {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.YouTubePopUp-Close {
	position: absolute;
	top: 0;
	cursor: pointer;
	bottom: 528px;
	right: 0px;
	margin: auto 0;
	width: 24px;
	height: 24px;
	background: url(../images/close.png) no-repeat;
	background-size: 24px 24px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
	opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
	.YouTubePopUp-Content {
		max-width: 90%;
	}
}

@media all and (max-width: 600px) and (min-width: 10px) {
	.YouTubePopUp-Content iframe {
		height: 320px !important;
	}

	.YouTubePopUp-Close {
		bottom: 362px;
	}
}

@media all and (max-width: 480px) and (min-width: 10px) {
	.YouTubePopUp-Content iframe {
		height: 220px !important;
	}

	.YouTubePopUp-Close {
		bottom: 262px;
	}
}

.h-section.why-more {
	margin: 0
}

.why-more {
	background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 125px 0
}

.why-more h2 {
	font-style: normal;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 180.5%;
	margin-bottom: 15px;
	color: #266849;
}

.why-more h2 span {
	position: relative;
	display: inline-block;
	color: #202020;
}

.why-more h2 span.uline::after {
	content: '';
	background-image: url(https://storage.perfectcdn.com/966zjr/jtbem3n7gddq56gw.png);
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: -5px;
	bottom: -11px;
	width: calc(100% + 10px);
	height: 20px;
}

.bf-box {
	background: #f6f6f6;
	border-radius: 25px;
	padding: 25px 50px;
	position: relative;
	overflow: hidden
}

.bf-box h3 {
	font-size: 24px;
	font-weight: 700;
	color: #3c3c3c
}

.bf-box p {
	position: relative;
	z-index: 1
}

.bf-box.bg-1::before {
	content: "";
	position: absolute;
	top: 0%;
	right: 30%;
	width: 60%;
	height: 80%;
	transform: translate(100%, 60%) scale(1);
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, #a3e1a8 0%, #a3e1a8 100%);
	border-radius: 100px;
	filter: blur(60px);
	z-index: 0;
}

.box-header h2 {
	font-style: normal;
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 180.5%;
	color: #202020;
	max-width: 450px;
	text-align: center;
	margin: 0 auto 25px auto;
}

.box-header h2 span {
	position: relative;
	display: inline-block;
	color: #266849
}

.box-header h2 span::after {
	content: '';
	background-image: url(https://storage.perfectcdn.com/966zjr/1pr48x93jazq9a3y.png);
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	left: -5px;
	bottom: -8px;
	width: calc(100% + 10px);
	height: 20px;
}

.sm-box h3 span::after {
	width: calc(150% + 10px);
}

.ww-faq .faq-item {
	position: relative;
	cursor: pointer;
	background: transparent;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 14px;
	background-color: #f6f6f6;
	color: var(--color-6);
	border-radius: 10px
}

.ww-faq .faq-item .fa-minus {
	display: none
}

.ww-faq .faq-item.active {
	background: #f6f6f6;
	color: var(--color-5)
}

.ww-faq .faq-item .faq-head,
.ww-faq .faq-item .faq-head h3 {
	font-size: 20px;
	font-weight: 700;
	color: #256848;
	padding: 13px 20px;
	margin-bottom: 0;
	line-height: 12px
}

.dark .ww-faq .faq-item .faq-head {
	color: var(--color-5)
}

.ww-faq .faq-item.active .faq-head .right-p {
	color: var(--color-5)
}

.ww-faq .faq-item.active .fa-minus {
	display: block
}

.ww-faq .faq-item.active .fa-plus {
	display: none
}

.ww-faq .faq-item .faq-head .right-p {
	color: var(--color-5);
	font-size: 14px;
	height: 30px;
	line-height: 30px
}

.ww-faq .faq-item .faq-content {
	display: none;
	padding-top: 12px;
	background: rgb(243, 255, 236);
	border-radius: 10px;
	padding: 10px 20px;
	color: var(--color-6);
	font-size: 15px;
	padding-bottom: 8px
}

.ww-faq .faq-item .faq-icon {
	width: 38px;
	height: 38px;
	background: #449951;
	border-radius: 100%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 18px;
}

.cs-content {
	padding: 0 75px
}

.cs-content h2 {
	color: var(--color-5);
	font-weight: 700;
	margin-bottom: 0
}

.cs-content p {
	font-weight: 400;
	font-size: 14px;
	color: var(--color-3)
}

.cs-content .cs-max {
	max-width: 350px
}

.cs-content .cs-max {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-3)
}

.cs-content h3 {
	font-weight: 600;
	font-size: 18px;
	color: var(--color-6);
	line-height: 28px
}

.cs-content h3 span {
	color: var(--color-3)
}

.social-area {
	display: block;
	position: relative;
	width: 100%;
	padding: 50px 0 150px 0
}

.sa-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	margin-bottom: 50px
}

.sa-header h2 strong {
	font-size: 24px;
	color: #00ff84;
	margin-bottom: 0
}

.sa-header h2 {
	font-size: 42px;
	font-weight: 700;
	text-align: center
}

.sa-item {
	background: rgb(37, 104, 72);
	background: linear-gradient(180deg, rgba(37, 104, 72, 1) 0%, rgba(43, 149, 98, 1) 100%);
	border-radius: 15px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
	padding: 15px 25px;
}

.sa-item h3 {
	font-size: 20px;
	color: #00ff84;
	max-width: 250px
}

.sa-item p {
	font-size: 14px;
	line-height: 18px;
	padding-top: 7px;
	color: #fff
}

.review-container h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 600px;
	margin: auto;
	text-align: center;
	font-weight: 700;
	color: var(--color-5)
}

.review-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 15px;
	color: #222222;
	margin-top: 50px;
	padding-bottom: 25px
}

.review-item .review-img img {
	width: 150px
}

.review-item .review-name {
	font-size: 18px;
	text-transform: uppercase
}

.review-item .review-content {
	font-size: 16px;
	max-width: 500px;
	text-align: center;
	position: relative
}

.review-item .review-content::before {
	content: '';
	background: url(https://storage.perfectcdn.com/966zjr/cowtf1tb2kylb1re.png);
	background-position: center center;
	background-size: cover;
	width: 45px;
	height: 40px;
	position: absolute;
	left: -50px;
	top: -30px
}

.review-item .review-content::after {
	content: '';
	background: url(https://storage.perfectcdn.com/966zjr/p402d388wjpkxmm0.png);
	background-position: center center;
	background-size: cover;
	width: 45px;
	height: 40px;
	position: absolute;
	right: -50px;
	bottom: -20px
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	width: 12px;
	height: 12px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	background-color: var(--color-6);
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	text-align: center;
	color: red;
	border: 1px solid var(--color-6);
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: var(--color-6);
	width: 12px;
	height: 12px;
	background-color: var(--color-6);
	position: absolute;
	top: 0;
	left: 0;
}

.slick-dots li button::before {
	content: "";
}

#reviewSlide {
	position: relative
}

#reviewSlide .fa-long-arrow-left,
#reviewSlide .fa-long-arrow-right {
	position: absolute;
	background: var(--color-6);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	border: none;
	color: #fff;
	font-size: 24px;
	z-index: 100
}

#reviewSlide .fa-long-arrow-left {
	top: 200px;
	left: 75px;
}

#reviewSlide .fa-long-arrow-right {
	top: 200px;
	right: 75px;
}

.pa-content p span {
	display: none
}

@media only screen and (max-width:991.98px) {

	.pa-content h2,
	.hsec-text h2 {
		margin-top: 25px
	}

	.pa-content p span {
		display: inline-block;
		padding-right: 7px
	}

	.ww-faq .faq-item .faq-head,
	.ww-faq .faq-item .faq-head h3 {
		font-size: 14px;
		line-height: 0;
	}

	.simp-section h2 {
		text-align: center
	}

	#reviewSlide .fa-long-arrow-left,
	#reviewSlide .fa-long-arrow-right {
		width: 32px;
		height: 32px;
		font-size: 16px
	}

	#reviewSlide .fa-long-arrow-left {
		top: 100px;
		left: 15px;
	}

	#reviewSlide .fa-long-arrow-right {
		top: 100px;
		right: 15px;
	}

	.review-item .review-content::before,
	.review-item .review-content::after {
		display: none
	}

	.review-container h2 {
		font-size: 24px;
		max-width: unset
	}

	.h-section.review-section {
		margin: 0 0 75px 0
	}

	.social-area {
		padding: 15px 0;
		clip-path: none
	}

	.sa-header h2 strong {
		font-size: 18px
	}

	.sa-header h2 {
		font-size: 24px
	}

	.sa-item h3 {
		text-align: center;
		max-width: unset
	}

	.main-faq .faq-item .faq-head {
		font-size: 16px
	}

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

	.box-header h2 {
		font-size: 20px
	}

	.bf-box {
		padding: 15px;
	}

	.bf-box h3 {
		font-size: 18px
	}

	.ww-faq .faq-item .faq-head {
		font-size: 16px;
		font-weight: 600;
	}

	.ww-faq .faq-item .faq-icon {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}

	.why-more h2 {
		font-size: 20px;
		text-align: center;
	}

	.why-more {
		background-position: top right;
		padding: 20px 0 25px 0;
	}

	.cs-content {
		padding: 0;
	}

	.cs-content h2 {
		font-weight: 600;
		font-size: 20px;
		padding: 10px 0;
	}

	.cs-content h3 {
		font-weight: 600;
		font-size: 16px;
	}

	.cs-content .btn-primary,
	.wm-left .btn-primary {
		display: flex;
		margin: auto;
		max-width: max-content;
	}
}

.ugc-item {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.ugc-item .ugc-img,
.ugc-item .ugc-img img {
	border-radius: 25px
}

.ugc-item .ugc-img img {
	width: 100%;
	opacity: .8;
	transition: 250ms all
}

.ugc-item .ugc-img img:hover {
	opacity: 1;
	transition: 250ms all
}

.ugc-item .ri-play-circle-line {
	font-size: 100px;
	position: absolute;
	transition: -50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	transition: 250ms all
}

.ugc-item:hover .ri-play-circle-line {
	color: var(--color-5);
	transition: 250ms all
}

.ugc-item .ugc-text {
	position: absolute;
	inset-block-end: -2px;
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
	gap: 20px;
	align-items: center;
	inline-size: 100%;
	padding: 15px 30px;
	border-radius: 0 0 14px 14px;
	border-block-start: 1px solid rgba(0, 0, 0, .3);
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999
}

.popup.hidden {
	display: none;
}

.popup-content {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: auto;
	text-align: center;
}

.close {
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 24px;
	cursor: pointer;
	color: #fff;
	z-index: 100;
	background: var(--color-5);
	width: 32px;
	height: 32px;
	line-height: 30px;
	border-radius: 100%;
}

.video-containers {
	position: relative;
	width: 100%;
	padding-top: 177.78%;
}

.video-containers iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.ctm-section {
	margin: 0 0 50px 0;
	overflow: hidden;
}

.swiper-ugc {
	overflow: hidden
}

.career-first {
	background: url(https://storage.perfectcdn.com/966zjr/nb7h37f9hlnl04eo.jpg);
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
}

.career-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 50px 0
}

.career-content h1 {
	font-size: 32px;
	color: #00ff84
}

.career-content h2 {
	font-size: 48px;
	color: #fff
}

.career-content p {
	max-width: 575px;
	margin: 25px auto 0 auto;
	color: #fff;
	line-height: 20px
}

.career-content .btn-primary {
	background: #00ff84 !important;
	margin-top: 20px
}

.career-content .btn-primary:hover,
.career-content .btn-primary:focus {
	background: #00c767 !important
}

.career-second {
	padding: 75px 0
}

.career-comment {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative
}

.career-comment small {
	font-size: 18px;
	font-weight: 700;
	color: #010101;
	padding: 15px 0;
	text-transform: uppercase
}

.career-comment p {
	line-height: 24px;
	color: #181818;
	max-width: 500px;
	margin: auto;
	font-style: oblique
}

.career-comment .marks-left,
.career-comment .marks-right {
	position: absolute
}

.career-comment .marks-left {
	left: 225px;
	top: 200px
}

.career-comment .marks-right {
	right: 225px;
	bottom: -25px
}

.career-third {
	border-top: 3px solid #1f583d;
	border-bottom: 3px solid #1f583d;
	padding: 25px 0;
	margin-bottom: 25px
}

.career-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.career-banner small {
	font-size: 18px;
	font-weight: 600;
	color: #010101
}

.career-banner p {
	line-height: 24px;
	color: #181818;
	max-width: 400px
}

.meet-header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 15px
}

.meet-header h1 {
	background: #ddffee;
	color: #1f583d;
	width: max-content;
	font-size: 18px;
	border-radius: 15px;
	padding: 5px 15px;
	margin: auto
}

.meet-header h2 {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: 700
}

.meet-header p {
	color: #000;
  	max-width: 600px;
  	margin: 0 auto 25px auto
}

.meet-owner-area {
	display: flex;
	justify-content: space-around;
	gap: 15px
}

.meet-owner-left,
.meet-owner-right {
	display: flex;
	align-items: center;
	width: 100%
}

.mo-content-left,
.mo-content-right {
	display: flex;
	flex-direction: column;
	background: #fafafa;
	height: 305px;
	margin-top: 48px;
	padding: 35px 45px;
	width: 100%
}

.mo-img-left img,
.mo-img-right img {
	max-width: 300px
}

.meet-owner-right .mo-content-right {
	order: 1
}

.meet-owner-right .mo-img-right {
	order: 2
}

.mo-content-left small,
.mo-content-right small {
	font-size: 18px;
	font-weight: 600;
	color: #1f583d
}

.mo-content-left p,
.mo-content-right p {
	font-size: 14px;
	color: #000
}

.mo-content-left i,
.mo-content-right i {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 100%;
	background: #1f583d;
	color: #fff;
	font-size: 16px
}

.story-2 {
	padding: 75px 0
}

.story-text-1 {
	position: relative
}

.story-text-1 small {
	font-size: 18px;
	color: #1f583d
}

.story-text-1 h3 {
	font-size: 36px;
	font-weight: 700;
	color: #1f583d;
	margin-bottom: 35px
}

.story-text-1 p {
	line-height: 24px;
	color: #000
}

.story-text-1 .story-arrow-1 {
	position: absolute;
	top: -10px;
	left: 15px;
	width: 250px
}

.story-text-1 a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px
}

.story-text-1 a img {
	width: 36px
}

.story-text-1 a span {
	font-size: 16px;
	font-weight: 600;
	color: #1f583d
}

.story-2 {
	padding: 75px 0
}

.story-highlight {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	text-align: center;
	max-width: 800px;
	margin: auto
}

.story-4 {
	background: url(https://storage.perfectcdn.com/966zjr/q2mo56ywoxdcgy5h.jpg);
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 75px 0;
	margin: 75px 0
}

.story-text-4 {
	max-width: 600px
}

.story-text-4 h3 {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #29ff9a
}

.story-text-4 p {
	line-height: 20px;
	color: #fff
}

.story-text-4 a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px
}

.story-text-4 a img {
	width: 36px
}

.story-text-4 a span {
	font-size: 16px;
	font-weight: 600;
	color: #29ff9a
}

.story-table {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 40px;
	background: rgb(24, 74, 51, .8);
	border: 2px solid #29ff9a;
	border-radius: 15px;
	padding: 45px;
	width: max-content
}

.story-table .st-item {
	display: flex;
	align-items: center;
	gap: 10px
}

.story-table .st-item i {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	border-radius: 7px;
	background: #336f3f;
	color: #29ff9a;
	text-align: center
}

.story-table .st-item span {
	font-size: 18px;
	color: #fff
}

.story-5 {
	padding: 75px 0
}

.story-text-5 {
	max-width: 500px;
	text-align: right
}

.story-text-5 h3 {
	font-size: 36px;
	font-weight: 700;
	color: #1f583d;
	margin-bottom: 35px;
}

.story-text-5 p {
	line-height: 24px;
	color: #000
}

.story-img-5 img {
	max-width: 500px
}

.story-6 {
	padding: 75px 0
}

.story-img-6 {
	margin: auto;
	text-align: center
}

.story-img-6 .si6-big {
	max-width: 900px;
	margin: auto;
	text-align: center
}

.story-text-6 {
	background: #1d1d21;
	border: 2px solid #00ff84;
	border-radius: 15px;
	color: #fff;
	text-align: center;
	max-width: 600px;
	margin: -50px auto 0 auto;
	padding: 25px;
	position: relative;
	z-index: 1;
	font-size: 16px
}

.story-7 {
	padding: 50px 0
}

.story-title-7 {
	text-align: center;
	margin-bottom: 50px
}

.story-title-7 small {
	font-size: 18px;
	font-weight: 600
}

.story-title-7 h4 {
	font-size: 42px;
	font-weight: 700;
	color: #000
}

.slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	text-align: center
}

.swiper-ugc .slider__controls {
	position: relative;
	z-index: 12;
}

.swiper-ugc .slider__controls .slider__pagination {
	text-align: center;
	margin-top: 25px;
}

.swiper-ugc .slider__controls .slider__pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: var(--color-6) !important;
	opacity: 0.2;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity 0.5s, background-color 0.5s, width 0.5s;
	transition-delay: 0.5s, 0.5s, 0s;
}

.swiper-ugc .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-ugc .slider__controls .slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
	width: 100px;
	transition-delay: 0s;
}

@media (min-width: 991.98px) {
	.m-flex {
		display: none !important
	}
}

.stm-hello {
	background: var(--color-1);
	border-radius: 15px;
	border: 1px solid var(--color-8)
}

.acc_sta_box a {
	font-size: 12px;
}

.bottom-navigation {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-1);
	border-top: 1px solid var(--color-8);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0 10px;
	gap: 0;
	z-index: 50;
	box-shadow: 1px 1px 22px 10px rgb(18 18 18)
}


.bottom-navigation-out {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-1);
	border-top: 1px solid var(--color-8);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 10px;
	gap: 0;
	z-index: 50;
	box-shadow: 1px 1px 22px 10px rgb(180 211 182)
}


.dark .bottom-navigation {
	box-shadow: 1px 1px 22px 10px rgb(180 211 182)
}

.bottom-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	gap: 5px;
	line-height: 1;
	padding: 10px 0px;
	color: var(--color-3);
	border-right: 1px solid rgb(0 0 0 / 10%)
}

.bottom-item:last-child {
	border-right: none
}

.bottom-item i {
	font-size: 18px;
}

.bottom-item-name {
	white-space: nowrap;
}

.bottom-item.active {
	color: var(--color-5) !important
}

@media only screen and (min-width: 991.98px) {

	.bottom-navigation,
	.bottom-navigation-out {
		display: none !important;
	}
}

#noc-wrapper {
	display: flex;
	justify-content: center;
}

#new-order-cats .swiper-slide {
	width: auto;
}

.nwo-cat-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	background: #005121;
	border: 1px solid #00af52;
	border-radius: 100%;
	padding: 15px;
	justify-content: center;
	width: 45px;
	height: 45px;
	color: #fff !important
}

#noc-wrapper {
	display: flex;
	justify-content: center;
}

#new-order-cats .swiper-slide {
	width: auto;
}

.nwo-cat-btn i {
	font-size: 24px;
	line-height: 26px;
	cursor: pointer;
	padding: 0 15px;
	color: #fff;
}

.nwo-cat-btn[data-change-cat="deezer"] {
	background: #a238ff;
	border-color: #a238ff
}

.nwo-cat-btn[data-change-cat="apple"] {
	background: #fc3c44;
	border-color: #fc3c44
}

.nwo-cat-btn[data-change-cat="mixcloud"] {
	background: #5000FF;
	border-color: #5000FF
}

.nwo-cat-btn[data-change-cat="youtube"] {
	background: #ff0042;
	border-color: #ff0042
}

.nwo-cat-btn[data-change-cat="spotify"] {
	background: #1DB954;
	border-color: #1DB954
}

.nwo-cat-btn[data-change-cat="tiktok"] {
	background: #ff0042;
	border-color: #ff0042
}

.nwo-cat-btn[data-change-cat="soundcloud"] {
	background: #ff8800;
	border-color: #ff8800
}

.nwo-cat-btn[data-change-cat="shazam"] {
	background: #0088FF;
	border-color: #0088FF
}

.nwo-cat-btn[data-change-cat="instagram"] {
	background: #E1306C;
	border-color: #E1306C
}

.nwo-cat-btn[data-change-cat="twitter"] {
	background: #1DA1F2;
	border-color: #1DA1F2
}

.nwo-cat-btn[data-change-cat="facebook"] {
	background: #1877F2;
	border-color: #1877F2
}

.nwo-cat-btn[data-change-cat="telegram"] {
	background: #24A1DE;
	border-color: #24A1DE
}

.nwo-cat-btn[data-change-cat=""] {
	background: var(--color-5);
	border-color: var(--color-5)
}

.footer-services {
	max-width: 205px;
	height: 40px;
	padding: 12px;
	gap: 10px;
	border-radius: 30px;
	border: 1px solid #5c9d7e;
	background: rgb(255, 255, 255, .15);
	display: flex;
	align-items: center;
	justify-content: center
}

.footer-services a {
	color: #fff!important
}


.blob {
	background: #4bef2a;
	border-radius: 50%;
	margin-right: 5px;
	height: 12px;
	width: 12px;
	transform: scale(1);
	-webkit-animation: pulse-green 2s infinite;
	animation: pulse-green 2s infinite;
	display: inline-block
}

.modal .close {
	top: 15px;
	right: 30px;
	color: var(--color-5);
}

@-webkit-keyframes pulse-green {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(75, 239, 42, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(75, 239, 42, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(75, 239, 42, 0)
	}
}

@keyframes pulse-green {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(75, 239, 42, .7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(75, 239, 42, 0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(75, 239, 42, 0)
	}
}


@media (max-width: 991.98px) {
	.intercom-namespace .intercom-with-namespace-52k34s {
		bottom: 90px !important
	}

	.pay-meth {
		padding-left: 0
	}

	.appContent {
		padding-bottom: 65px;
	}

	.stm-hello .row {
		margin: auto;
	}

	.stm-hello .col-6 {
		padding-right: 5px;
		padding-left: 5px;
	}

	.acc_sta_box {
		padding: 10px 5px;
		gap: 5px;
	}

	.acc_sta_box .icon {
		width: 32px;
		height: 32px;
		font-size: 16px;
	}

	.acc_sta_box h2 {
		font-size: 16px;
	}

	.swiper-ugc {
		overflow: hidden;
	}

	.career-content {
		padding: 0
	}

	.career-content h1 {
		font-size: 18px
	}

	.career-content h2 {
		font-size: 24px
	}

	.career-content p {
		max-width: auto;
		margin: 0;
	}

	.career-second {
		padding: 50px 0;
	}

	.career-banner {
		flex-direction: column;
		text-align: center
	}

	.career-comment .marks-left,
	.career-comment .marks-right {
		display: none
	}

	.meet-owner-area {
		flex-direction: column;
	}

	.meet-owner-left,
	.meet-owner-right {
		flex-direction: column
	}

	.mo-content-left,
	.mo-content-right {
		flex-direction: column;
		margin-top: 0;
		height: auto;
		width: 88%;
		padding: 10px;
		text-align: center
	}

	.meet-owner-right .mo-content-right {
		order: 2
	}

	.meet-owner-right .mo-img-right {
		order: 1
	}

	.meet-header {
		margin-bottom: 25px
	}

	.story-img-1,
	.story-img-5 {
		margin-bottom: 35px
	}

	.story-highlight {
		font-size: 20px;
		line-height: 32px
	}

	.story-img-5 img {
		max-width: 100% !important
	}

	.story-text-4 h3 {
		font-size: 20px;
		line-height: 28px;
		text-align: center
	}

	.story-table {
		gap: 20px;
		padding: 15px;
		margin: auto;
		margin-top: 15px;
	}

	.story-text-1,
	.story-text-4,
	.story-text-5 {
		text-align: center
	}

	.story-text-4 a,
	.story-text-1 a {
		justify-content: center;
	}

	.story-text-5 h3 {
		font-size: 24px;
		margin-bottom: 15px
	}

	.story-5 {
		padding: 0;
	}

	.story-4 {
		margin: 0;
	}

	.story-text-1 .story-arrow-1 {
		top: 15px;
		left: 125px;
		width: 200px;
	}

	.story-2 {
		padding: 50px 0;
	}

	.story-6 {
		padding: 25px 0;
	}

	.story-img-6 .si6-big {
		max-width: 100%
	}

	.story-text-6 {
		max-width: 300px;
		padding: 15px;
		font-size: 13px
	}

	.story-7 {
		padding: 25px 0;
	}

	.story-title-7 {
		margin-bottom: 30px
	}

	.story-title-7 small {
		font-size: 14px;
		font-weight: 600
	}

	.story-title-7 h4 {
		font-size: 24px;
		font-weight: 700
	}

	.header-menu {
		gap: 0
	}

	.hidden-mobile {
		display: none
	}

	.card-2 h3 {
		font-size: 18px
	}

	.acc-drop .icon {
		width: 36px;
		height: 36px
	}

	.footer-services {
		margin: auto
	}

	.footer-social {
		display: flex;
		justify-content: center;
		margin: auto;
		gap: 10px
	}

	.footer-social ul li {
		margin: 0 10px
	}

	.out-pages {
		padding-bottom: 55px
	}

	.page-alt .col-lg:last-child {
		margin: auto;
	}
}

.sf-1 {
	background: rgb(165, 219, 199);
	background: linear-gradient(180deg, rgba(165, 219, 199, 1) 0%, rgba(255, 255, 255, 1) 100%);
	position: relative;
	padding: 50px 0;
}

.sf-1 h1 {
	font-family: "Outfit", sans-serif;
	background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    font-weight: 700;
	text-align: center;
}

.sf-1 p {
	color: #246546;
	text-align: center;
	max-width: 550px;
	margin: 25px auto 0 auto;
}

.sf-1 .sf-wrapper {
	display: flex;
	gap: 35px;
	margin-top: 60px;
}

.sf-1 .sf-wrapper .sf-img {
	width: 153px;
	height: 120px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.sf-1 .sf-wrapper .sf-img img {
	width: 153px;
	height: 120px;
	position: relative;
	z-index: 1
}

.sf-1 .sf-wrapper .sf-img::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 10px;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: rgb(5, 62, 41, 1);
	opacity: 0.1;
	width: 100px;
	height: 100px;
	animation: ripple 1.75s infinite ease-out;
}

.sf-1 .sf-wrapper .sf-img::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: rgb(5, 62, 41, 1);
	opacity: 0.03;
	width: 120px;
	height: 120px;
	animation: ripple 1.75s infinite ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.sf-1 .sf-form {
	width: 100%;
}

.sf-1 .sf-form .form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(5, 62, 41, .15);
	border-radius: 15px;
	padding: 50px 35px 65px 35px;
	width: 100%;
	gap: 60px;
}

.sf-1 .sf-form .form .sf-group {
	width: 100%;
}

.sf-1 .sf-form .form .sf-group label {
	color: #0c0c0c;
}

.sf-1 .sf-form .form .sf-group .form-control,
.sf-1 .sf-form .form .sf-group .form-control:hover,
.sf-1 .sf-form .form .sf-group .form-control:focus {
	background: rgb(5, 62, 41, .15) !important;
	border-radius: 10px;
	color: #246546;
}

.sf-1 .sf-form .btn-sf {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #246546;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	padding: 13px 30px;
	color: #000;
	width: 100%;
	transition: 150ms all;
	position: relative;
	overflow: hidden;
}

.sf-1 .sf-form .btn-sf:before {
	content: '';
	position: absolute;
	left: -20%;
	top: -10%;
	width: 0;
	height: 100%;
	transform: rotate(15deg) scale(1, 2);
	box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.2);
	animation: button-glow 2000ms ease-in-out infinite;
}

@keyframes button-glow {
	0% {
		left: -20%;
	}

	50% {
		left: 120%;
	}

	100% {
		left: 120%;
	}
}

.sf-1 .sf-content {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.sf-1 .sf-content .text p {
	text-align: left;
	margin: 0;
	color: #246546
}

.sf-1 .sf-content .text p i {
	color: #246546
}

.sf-1 .sf-content .sf-count {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 50px
}

.sf-1 .sf-content .sf-count small {
	font-size: 28px;
	font-weight: 700;
	color: #000
}

.sf-1 .sf-content .text p {
	text-align: left;
	margin: 0;
	color: #246546
}

.sf-1 .sf-content .sf-count p {
	font-size: 15px;
	color: #246546
}

.sf-1 .sf-bg-effects .sf-bg-1,
.sf-1 .sf-bg-effects .sf-bg-2,
.sf-1 .sf-bg-effects .sf-bg-3 {
	position: absolute
}

.sf-1 .sf-bg-effects .sf-bg-1 {
	max-width: 200px;
	top: 0;
	left: 0
}

.sf-1 .sf-bg-effects .sf-bg-2 {
	max-width: 150px;
	top: 0;
	right: 0
}

.sf-1 .sf-bg-effects .sf-bg-3 {
	max-width: 200px;
	bottom: -100px;
	right: 0
}

.sf-2 {
	margin: 100px 0;
}

.sf-2 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.sf-2 .ww-content h2 {
	font-family: "Outfit", sans-serif;
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.sf-2 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.sf-3 {
	background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 125px 0;
}

.sf-3 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.sf-3 .ww-content h2 {
	font-family: "Outfit", sans-serif;
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.sf-3 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.sf-3 .ww-boxes {
	background: url(https://storage.perfectcdn.com/966zjr/xfr4y83jol1ybf3e.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 350px 100px 25px;
	border-radius: 23px;
	position: relative
}

.sf-3 .ww-boxes .ww-boxes-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px
}

.sf-3 .ww-boxes h3 {
	font-size: 24px;
	font-weight: 500;
	color: #000
}

.sf-3 .ww-boxes p {
	color: #7a86a1
}

.sf-3 .ww-boxes img {
	position: absolute;
	top: -54px;
	right: 10px;
	max-width: 275px
}

.sf-3 .ww-boxes .btn {
	border-radius: 10px
}

.sf-4 {
	margin: 0
}

.sf-4 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.sf-4 .ww-content h2 {
	font-family: "Outfit", sans-serif;
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e;
	max-width: 500px
}

.sf-4 .ww-content p {
	font-size: 14px;
	color: #0e0e0e;
	max-width: 500px
}

.sf-5 {
	background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 135px 0 125px 0;
}

.sf-5 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.sf-5 .ww-content h2 {
	font-family: "Outfit", sans-serif;
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.sf-5 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.sf-5 .ww-boxes-2 {
	background: url(https://storage.perfectcdn.com/966zjr/t7go0d49ru4dlymp.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 23px;
	position: relative;
}

.sf-5 .ww-boxes-2 .ww-b2-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	max-width: 375px;
	padding: 75px 50px;
	text-align: center
}

.sf-5 .ww-boxes-2 h3 {
	font-size: 24px;
	color: #fff
}

.sf-5 .ww-boxes-2 p {
	font-size: 14px;
	color: #f6efff;
	max-width: 200px;
	margin: auto
}

.sf-5 .ww-boxes-2 .btn {
	background: #fff;
	border-radius: 10px;
	color: #3c7258 !important;
	height: 50px;
	line-height: 25px;
	max-width: 225px;
	margin: auto
}

.sf-5 .ww-boxes-2 .btn:hover,
.sf-5 .ww-boxes-2 .btn:focus {
	background: #ffffff90 !important;
	color: #3c7258 !important;
	opacity: .9
}

.sf-6 {
	margin: 0 0 100px 0;
}

.sf-6 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.sf-6 .ww-content h2 {
	font-family: "Outfit", sans-serif;
	font-size: 42px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e;
	max-width: 450px
}

.sf-6 .ww-content p {
	font-size: 14px;
	color: #0e0e0e;
	max-width: 500px
}

.sf-7 .sf-banner {
	background: url(https://storage.perfectcdn.com/966zjr/31a65nxkqx8ghnqa.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	position: relative;
	padding: 60px 60px 125px 60px
}

.sf-7 .sf-banner h2 {
	font-size: 42px;
	color: #dafff1;
	max-width: 525px
}

.sf-7 .sf-banner p {
	font-size: 18px;
	color: #dafff1;
	max-width: 525px
}

.sf-8 {
	margin: 125px 0
}

.sf-9 h2 {
	font-family: "Outfit", sans-serif;
	font-size: 36px;
	font-weight: 600;
	color: #0e0e0e;
	max-width: 500px;
}

.sf-10 {
	margin: 50px 0
}

.sf-10 .sf-contact {
	background: #276949;
	border-radius: 15px;
	padding: 50px
}

.sf-10 .sf-contact {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.sf-10 .sf-contact .sf-wrapper {
	display: flex;
	align-items: center;
	gap: 25px
}

.sf-10 .sf-contact .sf-wrapper .sf-arrow i {
	background: #dafff1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	color: #000
}

.sf-10 .sf-contact .sf-wrapper .sf-arrow i:before {
	transform: rotate(-30deg)
}

.sf-10 .sf-contact .sf-head {
	display: flex;
	flex-direction: column;
	gap: 0
}

.sf-10 .sf-contact .sf-head,
.sf-10 .sf-contact .sf-head a {
	font-size: 20px;
	font-weight: 600;
	color: #fff !important
}

.sf-10 .sf-contact .sf-head a:hover {
	color: #fff !important;
	opacity: .7
}

.sf-10 .sf-contact .sf-text {
	font-size: 16px;
	color: #fff
}

@media (max-width: 991.98px) {
	.sf-1 .sf-wrapper {
		gap: 40px;
		margin-top: 30px;
		flex-direction: column
	}

	.sf-1 .sf-form .form {
		gap: 15px;
		flex-direction: column;
		padding: 30px 25px
	}

	.sf-1 h1 {
		font-size: 24px
	}

	.sf-1 .sf-bg-effects .sf-bg-1 {
		width: 75px;
		left: -30px;
		top: -10px
	}

	.sf-1 .sf-bg-effects .sf-bg-2 {
		top: 175px;
		right: 0;
		width: 100px;
	}

	.sf-1 .sf-bg-effects .sf-bg-3 {
		bottom: -80px;
		width: 75px
	}

	.sf-card {
		padding-top: 25px
	}

	.sf-1 p {
		font-size: 14px;
		margin: 15px auto 0 auto;
	}

	.sf-1 .sf-content {
		margin-top: 30px;
		flex-direction: column;
	}

	.sf-1 .sf-content .text p {
		font-size: 12px;
	}

	.sf-1 .sf-content .image {
		margin-top: 30px
	}

	.sf-1 .sf-content .sf-count {
		gap: 40px;
		margin-top: 25px;
		justify-content: center;
		text-align: center
	}

	.sf-1 .sf-content .sf-count .item p {
		text-align: center
	}

	.sf-1 .sf-wrapper .sf-img {
		width: 153px;
		height: 120px
	}

	.sf-1 .sf-wrapper .sf-img img {
		width: 153px;
		height: 120px
	}

	.sf-2 {
		margin: 100px 0 0 0;
	}

	.sf-2 .ww-content {
		text-align: center
	}

	.sf-2 .ww-content h2 {
		font-size: 24px;
	}

	.sf-3 {
		padding: 50px 0 25px 0;
	}

	.sf-3 .ww-boxes {
		padding: 50px 15px;
		width: 100%;
	}

	.sf-3 .ww-boxes img {
		display: none
	}

	.sf-3 .ww-boxes .ww-boxes-text {
		text-align: center;
		max-width: 250px;
		margin: auto;
	}

	.sf-3 .ww-content {
		text-align: center;
		margin-top: 25px
	}

	.sf-3 .ww-content h2 {
		font-size: 24px;
	}

	.sf-4 .ww-content {
		text-align: center
	}

	.sf-4 .ww-content h2 {
		font-size: 24px;
	}

	.sf-5 {
		padding: 25px 0 50px 0;
	}

	.sf-5 .ww-content {
		text-align: center;
		margin-top: 25px
	}

	.sf-5 .ww-content h2 {
		font-size: 24px;
	}

	.sf-6 {
		margin: 0 0 50px 0;
	}

	.sf-6 .ww-content {
		text-align: center
	}

	.sf-6 .ww-content h2 {
		font-size: 24px;
	}

	.sf-7 .sf-banner {
		padding: 50px;
		text-align: center
	}

	.sf-7 .sf-banner h2 {
		font-size: 24px;
		max-width: 100%;
	}

	.sf-8 {
		margin: 50px 0;
	}

	.sf-9 h2 {
		font-size: 26px
	}

	.sf-9 .bf-box {
		text-align: center
	}

	.sf-10 {
		margin: 25px 0;
	}

	.sf-10 .sf-contact {
		gap: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 25px 50px
	}

	.sf-10 .sf-contact .sf-wrapper {
		gap: 10px;
		flex-direction: column;
	}
}

.fontOutfit {
	font-family: "Outfit", sans-serif;
}

.bf-card {
	font-family: "Outfit", sans-serif;
	display: flex;
	flex-direction: column;
	gap: 25px;
	text-align: center;
	position: relative;
	z-index: 2
}

.bf-card .trust {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 600;
	color: #000
}

.bf-card .trust .stars {
	max-height: 15px
}

.bf-card .trust .tpilot {
	max-height: 25px
}

.bf-card h1 {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	max-width: 900px;
	margin: auto
}

.bf-card h1 span {
	background: rgb(39, 104, 74);
	background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bf-card p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	max-width: 750px;
	margin: auto
}

.bf-1 {
	background: #fff;
	position: relative;
	padding: 50px 0 100px 0;
	overflow: hidden
}

.bf-1:before {
	content: url('https://storage.perfectcdn.com/966zjr/c73684s9fi0kgp44.png');
	position: absolute;
	z-index: 1;
	left: -100px;
	bottom: 0;
	max-height: 900px
}

.bf-1:after {
	content: url('https://storage.perfectcdn.com/966zjr/yfuuyqxre4nhhxfm.png');
	position: absolute;
	z-index: 1;
	right: -100px;
	bottom: 0;
	max-height: 900px
}

.bf-1 .sf-bg-effects .sf-bg-1,
.bf-1 .sf-bg-effects .sf-bg-2 {
	position: absolute;
	z-index: 2
}

.bf-1 .sf-bg-effects .sf-bg-1 {
	max-width: 175px;
	top: 0;
	left: 0;
}

.bf-1 .sf-bg-effects .sf-bg-2 {
	max-width: 150px;
	top: 0;
	right: 0;
}

.bf-form {
	display: flex;
	align-items: center;
	gap: 100px;
	background: #fff;
	border-radius: 15px;
	padding: 20px 35px 35px 35px;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border: 1px solid #ebebeb;
	margin-top: 35px;
	position: relative;
	z-index: 2
}

.bf-form .bf-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%
}

.bf-form .bf-wrapper .bfg-item .bf-group {
	position: relative;
	margin: 15px 0;
	width: 100%
}

.bf-form .bf-wrapper .bfg-item .bf-group span.piece {
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 11px;
	color: #7a86a1
}

.bf-form .bf-img img {
	position: relative;
	width: 250px;
	height: 145px;
	z-index: 3
}

.bf-form .bf-img {
	width: 250px;
	height: 145px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	position: relative;
	z-index: 1
}

.bf-form .bf-img::before {
	content: "";
	position: absolute;
	left: 50px;
	top: 15px;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: rgb(5, 62, 41, 1);
	opacity: 0.1;
	width: 120px;
	height: 120px;
	animation: ripple 1.75s infinite ease-out;
}

.bf-form .bf-img::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 5px;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	background: rgb(5, 62, 41, 1);
	opacity: 0.03;
	width: 140px;
	height: 140px;
	animation: ripple 1.75s infinite ease-out;
}

.bf-form .bf-wrapper .bfg-item {
	display: flex;
	gap: 50px;
	width: 100%
}

.bf-form .bf-wrapper .form-control,
.bf-form .bf-wrapper .form-control:hover,
.bf-form .bf-wrapper .form-control:focus {
	border-radius: 15px;
	border: 1px solid #ebebeb
}

.bf-form .bf-group input::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #7a86a1
}

.bf-form .bf-wrapper .bf-price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-bottom: 6px;
	font-size: 16px
}

.bf-form .bf-wrapper .bf-price .price {
	font-weight: 500
}

.bf-form .bf-wrapper .bf-price .text {
	font-weight: 500;
	color: #7a86a1
}

.bf-form .bf-wrapper .bfg-item .btn-primary {
	background: rgb(39, 104, 74);
	background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	height: 50px;
	line-height: 18px;
	width: 100%;
	transition: 150ms all;
	box-shadow: 5px 0px 15px 5px rgba(25, 154, 95, 0.31);
  	position: relative;
  	overflow: hidden
}

.bf-form .bf-wrapper .bfg-item .btn-primary:hover,
.bf-form .bf-wrapper .bfg-item .btn-primary:focus {
	background: rgb(39, 104, 74);
	background: -moz-linear-gradient(333deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%) !important;
	background: -webkit-linear-gradient(333deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%) !important;
	transition: 150ms all
}

.bf-form .bf-wrapper .bfg-item .btn-primary:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(53, 197, 129, .7);
    animation: button-glow 3000ms ease-in-out infinite;
}

.bf-alt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 35px;
	position: relative;
	z-index: 2
}

.bf-alt .head-features {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}

.bf-alt .head-features i {
	color: #97c322;
}

.bf-alt .head-review {
	justify-content: center;
	gap: 25px
}

.bf-alt .head-review .hr-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px
}

.bf-alt .head-review .hr-text img {
	max-height: 40px
}

.bf-alt .head-review .hr-text span {
	font-family: "Outfit", sans-serif;
	font-size: 16px;
	color: #7a86a1
}

.bf-alt .head-review .hr-text span>span {
	color: #4a5264
}

.bf-2 {
	position: relative;
	overflow: hidden;
	margin: -150px 0 0 0;
	padding: 100px 0 50px 0;
}

.bf-2#story .story-sliders {
	position: relative;
}

.bf-2#story .story-sliders .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
	pointer-events: none;
}

.bf-2#story .story-sliders .swiper-wrapper .swiper-slide {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.bf-2#story .story-sliders.slider {
	position: relative;
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	padding: 25px 0;
	color: #fff;
	width: 140%;
	left: -30%;
}

.bf-2#story .story-sliders.slider:first-of-type {
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	z-index: 10;
}

.bf-2#story .story-sliders.slider:last-of-type {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.bf-2#story .story-sliders.slider .swiper-slide span {
	position: relative
}

.bf-2#story .story-sliders.slider .swiper-slide span::after {
	position: absolute;
	font-family: "remixicon";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f53f";
	left: -100px;
	color: #e3ff04
}

.bf-2#story .story-sliders.slider .swiper-slide span {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}

.bf-3 {
	margin: 50px 0
}

.bf-3 .bf-login-wrapper {
	background: #e4f1eb;
	border-radius: 15px;
	padding: 50px;
}

.bf-3 .bf-login-wrapper .bf-login .bf-item .form-control {
	border-radius: 15px;
}

.bf-3 .bf-login-wrapper .bf-login .bf-item input::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #7a86a1
}

.bf-3 .bf-login-wrapper .bf-login {
	display: flex;
	align-items: center;
	gap: 30px
}

.bf-3 .bf-login-wrapper .bf-login .bf-item {
	width: 100%
}

.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-primary {
	background: rgb(39, 104, 74);
	background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	height: 50px;
	line-height: 18px;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	transition: 150ms all
}

.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-primary:hover,
.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-primary:focus {
	background: rgb(39, 104, 74);
	background: -moz-linear-gradient(333deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%) !important;
	background: -webkit-linear-gradient(333deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%) !important;
	transition: 150ms all
}

.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-secondary {
	background: rgb(137, 96, 74);
	background: -moz-linear-gradient(163deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%);
	background: -webkit-linear-gradient(163deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%);
	background: linear-gradient(163deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%);
	height: 50px;
	line-height: 18px;
	width: 100%;
	max-width: 250px;
	margin-left: auto;
	transition: 150ms all;
	margin-top: 10px
}

.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-secondary:hover,
.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-secondary:focus {
	background: rgb(137, 96, 74);
	background: -moz-linear-gradient(333deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%) !important;
	background: -webkit-linear-gradient(333deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%) !important;
	background: linear-gradient(333deg, rgba(107, 68, 47, 1) 0%, rgba(179, 121, 88, 1) 100%) !important;
	transition: 150ms all
}

.bf-3 .bf-login-wrapper .bf-login-alt .bf-item .form-check {
	padding-left: 0
}

.bf-3 .bf-login-wrapper .bf-login-alt {
	display: flex;
	gap: 240px;
	margin-top: -15px
}

.bf-3 .bf-login-wrapper .bf-title-text {
	margin-bottom: 0
}

.bf-4 {
	background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0 125px 0;
}

.bf-4 .bf-box {
	background: url(https://storage.perfectcdn.com/966zjr/07d2xlwkruh0b0cb.png), #fff;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 15px;
	padding: 25px 35px 0 35px;
	box-shadow: 0px 34px 35px rgba(160, 171, 191, 0.21);
	border: 1px solid #ebebeb;
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin-bottom: 25px;
	min-height: 265px
}

.bf-4 .bf-box h2,
.bf-4 .bf-box h3 {
	font-size: 18px;
	font-weight: 600
}

.bf-4 .bf-box p {
	line-height: 18px;
	color: #000;
	min-height: 75px
}

.bf-4 .bf-box .bf-box-1 {
	margin-top: -20px
}

.bf-4 .bf-box .bf-box-2 {
	margin-top: -10px
}

.bf-4 .bf-box .bf-box-3 {
	margin-top: -10px
}

.bf-4 .bf-box .bf-box-4 {
	margin-top: -20px
}

.bf-4 .bf-box .bf-box-5 {
	margin-top: -20px
}

.bf-4 .bf-box .bf-box-6 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 325px
}

.bf-title {
	margin-top: 100px
}

.bf-title .bf-header {
	display: flex;
	justify-content: center;
	text-align: center
}

.bf-title .bf-header h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: -1px;
	margin-bottom: 15px;
	color: #101010;
}

.bf-title .bf-header h2 span {
	position: relative;
	display: inline-block;
	color: #27684a;
	font-weight: 700;
}

.bf-title .bf-header h2 span::after {
	content: '';
	background-image: url(https://storage.perfectcdn.com/966zjr/1pr48x93jazq9a3y.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 80%;
	height: 20px;
	margin-inline: auto;
}

.bf-5 .swiper-ugc {
	overflow: hidden
}

.bf-6 {
	margin: 100px 0;
	position: relative
}

.bf-6 .bf-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 200px;
	width: 100%;
	margin-inline: auto;
	max-width: 700px;
	margin: auto
}

.bf-6 .bf-header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 50px
}

.bf-6 .bf-header h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: -1px;
	color: #101010;
}

.bf-6 .bf-header h2 span {
	position: relative;
	display: inline-block;
	color: #27684a;
	font-weight: 700;
}

.bf-6 .bf-header p {
	color: #101010
}

.bf-6 .hto-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	text-align: center
}

.bf-6 .hto-box img {
	max-width: 225px
}

.bf-6 .hto-box .number {
	background: #27684a;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	border-radius: 5px;
	color: #fff;
	margin-top: 15px
}

.bf-6 .hto-box h3 {
	font-size: 20px;
	font-weight: 700;
	color: #27684a
}

.bf-6 .hto-box p {
	max-width: 250px;
	color: #101010
}

.bf-6::before {
	content: "";
	position: absolute;
	top: 300px;
	left: -100px;
	width: 20%;
	height: 100%;
	transition: .14s ease;
	background: rgb(40, 203, 105);
	background: linear-gradient(120deg, #63ffb4 0%, #fff 100%);
	border-radius: 100px;
	filter: blur(150px);
	z-index: 0;
}

.bf-7 .main-faq .faq-item {
	background-color: #f6f6f6;
	color: #256848;
	padding: 20px;
	border-radius: 10px
}

.bf-7 .main-faq .faq-item .faq-head {
	font-weight: 600;
	color: #256848
}

.bf-7 .main-faq .faq-item .faq-content {
	color: #256848
}

.bf-7 .bf-faq-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #232323;
	max-width: 200px
}

.bf-7 .bf-faq-title h2 span {
	color: #256848
}

.bf-8 {
	margin: 100px 0;
}

.bf-8 .bf-header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 50px;
}

.bf-8 .bf-header h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: -1px;
	color: #101010;
}

.bf-8 .bf-header h2 span {
	position: relative;
	display: inline-block;
	color: #27684a;
	font-weight: 700;
}

.bf-8 .feat-table {
	display: flex;
	gap: 15px;
	background: #f6f6f6;
	border: 1px solid #4d744b;
	border-radius: 15px
}

.bf-8 .feat-table .feat-first {
	background: url(https://storage.perfectcdn.com/966zjr/nbxqj233e24nrb80.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	gap: 50px;
	width: 325px;
	padding: 15px 30px;
	color: #fff;
	border-radius: 14px 0 0 14px
}

.bf-8 .feat-table .feat-first ul {
	padding-left: 0;
	list-style-type: none
}

.bf-8 .feat-table .feat-first ul li {
	padding-top: 15px
}

.bf-8 .feat-table .feat-first small {
	font-size: 18px;
	font-weight: 600
}

.bf-8 .feat-table .feat-wrapper {
	display: flex;
	gap: 50px;
	width: 100%;
	padding: 15px 35px
}

.bf-8 .feat-table .feat-wrapper .feat-item {
	width: 100%
}

.bf-8 .feat-table .feat-wrapper .feat-item .feat-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%;
	color: #000
}

.bf-8 .feat-table .feat-wrapper .feat-item.feat-other {
	border-right: 3px solid #fff;
}

.bf-8 .feat-table .feat-wrapper .feat-item.feat-other .feat-list i {
	color: #dd4a4a
}

.bf-8 .feat-table .feat-wrapper .feat-item.feat-our .feat-list i {
	color: #258454
}

.bf-8 .feat-table .feat-wrapper .feat-item .feat-item-head {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px
}

.bf-8 .feat-table .feat-wrapper .feat-item .feat-item-head small {
	font-size: 18px;
	color: #000;
}

.bf-8 .feat-table .feat-wrapper .feat-item.feat-other .feat-item-head span {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #9e1818
}

.bf-8 .feat-table .feat-wrapper .feat-item.feat-our .feat-item-head span {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #258454
}

.bf-8 .feat-table .feat-wrapper .feat-item .feat-item-head p {
	font-size: 13px;
	color: #000
}

.bf-9 {
	background: url(https://storage.perfectcdn.com/966zjr/0c6krfeu8rdmcf2s.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px 30px 60px 30px;
	margin-bottom: 50px
}

.bf-9 .bf-header {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 35px
}

.bf-9 .bf-header h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: -1px;
	color: #fff
}

.bf-9 #userSlide {
	position: relative
}

.bf-9 #userSlide .user-item {
	background: transparent;
	border-radius: 15px;
	padding: 25px;
	position: relative;
	border: 1px solid transparent;
	background-clip: padding-box;
}

.bf-9 #userSlide .user-item::after {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: linear-gradient(to bottom right, rgb(255, 255, 255, .2), transparent);
	z-index: -1;
	border-radius: 15px;
}

.bf-9 #userSlide .slick-slide {
	transform: scale(0.85) !important;
	transition: 150ms all
}

.bf-9 #userSlide .slick-slide.slick-current+.slick-active {
	transform: scale(1) !important;
	transition: 150ms all
}

.bf-9 #userSlide .fa-chevron-left,
.bf-9 #userSlide .fa-chevron-left:focus,
.bf-9 #userSlide .fa-chevron-right,
.bf-9 #userSlide .fa-chevron-right:focus {
	position: absolute;
	background: rgb(0, 0, 0, .3);
	border: 1px solid #91e8b4 !important;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	z-index: 100;
}

.bf-9 #userSlide .fa-chevron-left {
	top: 60px;
	left: -75px;
}

.bf-9 #userSlide .fa-chevron-right {
	top: 60px;
	right: -75px;
}

.bf-9 #userSlide .slick-dots {
	display: none !important
}

.bf-9 #userSlide .user-item .ui-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-profile {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #fff
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-profile .ui-name span {
	font-weight: 600
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-profile .ui-name {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-profile img {
	width: 50px
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-stars {
	background: #91e8b4;
	color: #4b8271;
	width: max-content;
	height: 100%;
	border-radius: 25px;
	padding: 0 5px 5px 5px;
	line-height: 1
}

.bf-9 #userSlide .user-item .ui-wrapper .ui-stars i {
	font-size: 7px
}

.bf-9 #userSlide .user-item .ui-text {
	margin-top: 15px;
	color: #fff;
	font-size: 15px;
	line-height: 20px
}

.bf-10 {
	background: url(https://storage.perfectcdn.com/966zjr/ex49ldgekndb0cjw.png), #e4fff2;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px 0;
	margin-bottom: 50px;
	border-top: 1px solid #2b714f;
	border-bottom: 1px solid #2b714f
}

.bf-10 .bf-counter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.bf-10 .bf-counter .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-right: 3px solid #2b714f;
	padding-right: 85px
}

.bf-10 .bf-counter .item:last-child {
	border: none
}

.bf-10 .bf-counter .item small {
	font-size: 32px;
	font-weight: 700;
	color: #2b714f
}

.bf-10 .bf-counter .item span {
	font-size: 14px;
	color: #000
}

.bf-11 {
	margin: 100px 0;
}

.bf-11 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.bf-11 .ww-content h2 {
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.bf-11 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.bf-12 {
	padding: 0 0 100px 0;
}

.bf-12 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.bf-12 .ww-content h2 {
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.bf-12 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.bf-12 .ww-boxes {
	background: url(https://storage.perfectcdn.com/966zjr/xfr4y83jol1ybf3e.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 350px 109px 25px;
	border-radius: 23px;
	position: relative
}

.bf-12 .ww-boxes .ww-boxes-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px
}

.bf-12 .ww-boxes h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.bf-12 .ww-boxes p {
	color: #7a86a1
}

.bf-12 .ww-boxes img {
	position: absolute;
	bottom: 0;
	right: 10px;
	max-width: 275px
}

.bf-12 .ww-boxes .btn {
	border-radius: 10px
}

.bf-13 {
	background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0 125px 0;
}

.bf-13 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.bf-13 .ww-content h2 {
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e
}

.bf-13 .ww-content p {
	font-size: 14px;
	color: #0e0e0e
}

.bf-13 .ww-boxes-2 {
	background: url(https://storage.perfectcdn.com/966zjr/t7go0d49ru4dlymp.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 23px;
	position: relative;
}

.bf-13 .ww-boxes-2 .ww-b2-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	max-width: 375px;
	padding: 75px 50px;
	text-align: center
}

.bf-13 .ww-boxes-2 h3 {
	font-size: 24px;
	color: #fff
}

.bf-13 .ww-boxes-2 p {
	font-size: 14px;
	color: #f6efff;
	max-width: 200px;
	margin: auto
}

.bf-13 .ww-boxes-2 .btn {
	background: #fff;
	border-radius: 10px;
	color: #3c7258 !important;
	height: 50px;
	line-height: 25px;
	max-width: 225px;
	margin: auto
}

.bf-13 .ww-boxes-2 .btn:hover,
.bf-13 .ww-boxes-2 .btn:focus {
	background: #ffffff90 !important;
	color: #3c7258 !important;
	opacity: .9
}

.bf-14 {
	margin: 0 0 100px 0;
}

.bf-14 .ww-content small {
	font-size: 18px;
	font-weight: 600;
	color: #246546;
}

.bf-14 .ww-content h2 {
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0 15px 0;
	color: #0e0e0e;
	max-width: 450px
}

.bf-14 .ww-content p {
	font-size: 14px;
	color: #0e0e0e;
	max-width: 500px
}

.bf-15 {
	margin: 50px 0
}

.bf-15 .sf-contact {
	background: #276949;
	border-radius: 15px;
	padding: 50px
}

.bf-15 .sf-contact {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bf-15 .sf-contact .sf-wrapper {
	display: flex;
	align-items: center;
	gap: 25px
}

.bf-15 .sf-contact .sf-wrapper .sf-arrow i {
	background: #dafff1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	color: #000
}

.bf-15 .sf-contact .sf-wrapper .sf-arrow i:before {
	transform: rotate(-30deg)
}

.bf-15 .sf-contact .sf-head {
	display: flex;
	flex-direction: column;
	gap: 0
}

.bf-15 .sf-contact .sf-head,
.bf-15 .sf-contact .sf-head a {
	font-size: 20px;
	font-weight: 600;
	color: #fff !important
}

.bf-15 .sf-contact .sf-head a:hover {
	color: #fff !important;
	opacity: .7
}

.bf-15 .sf-contact .sf-text {
	font-size: 16px;
	color: #fff
}

.s-hide {
    display: none;
}

@media only screen and (max-width:991.98px) {
	.bf-1 {
		padding: 15px 0 100px 0
	}

	.bf-1 .sf-bg-effects .sf-bg-1 {
		width: 75px;
      	left: -40px;
        top: -20px;
	}

	.bf-1 .sf-bg-effects .sf-bg-2 {
		top: 210px;
		right: -35px;
		width: 100px;
	}

	.bf-form .bf-img {
		width: 175px;
		height: 101px;
	}

	.bf-form .bf-img img {
		width: 175px;
		height: 101px;
	}

	.bf-form .bf-img::before {
		left: 35px;
		top: 15px;
		width: 80px;
		height: 80px;
	}

	.bf-form .bf-img::after {
		left: 25px;
		top: 5px;
		width: 100px;
		height: 100px;
	}

	.bf-1:after {
		display: none
	}

	.bf-card {
		gap: 10px
	}

	.bf-card h1 {
		font-size: 20px
	}

	.bf-card p {
		font-size: 14px;
		line-height: 20px
	}

	.bf-card .trust {
		gap: 5px;
		font-size: 14px
	}

	.bf-card .trust .stars {
		max-height: 10px;
	}

	.bf-card .trust .tpilot {
		max-height: 20px;
	}

	.bf-form {
		flex-direction: column;
		gap: 0;
		padding: 20px 20px 10px 20px
	}

	.bf-form .bf-wrapper {
		flex-direction: column;
		gap: 0;
		margin-top: 25px;
	}

	.bf-form .bf-wrapper .bfg-item {
		flex-direction: column;
		gap: 0;
	}

	.bf-form .bf-wrapper .bf-price {
		margin: 15px 0
	}

	.bf-form .bf-wrapper .bfg-item .bf-group {
		margin: 0 0 15px 0;
	}

	.bf-img {
		order: 1
	}

	.bf-wrapper {
		order: 2
	}

	.bf-alt .head-features {
		flex-direction: column;
		gap: 10px
	}

	.bf-3 {
		margin: 0
	}

	.bf-3 .bf-login-wrapper .bf-login {
		flex-direction: column;
		gap: 15px
	}

	.bf-3 .bf-login-wrapper .bf-title-text {
		margin-bottom: 15px;
		text-align: center;
	}

	.bf-3 .bf-login-wrapper {
		padding: 25px
	}

	.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-primary,
	.bf-3 .bf-login-wrapper .bf-login .bf-item .btn-secondary {
		max-width: 100%
	}

	.bf-3 .bf-login-wrapper .bf-login-alt {
		margin-top: 15px;
		justify-content: space-between;
		gap: 0
	}

	.bf-title {
		margin-top: 25px;
	}

	.bf-title .bf-header h2 {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 0
	}

	.bf-title .bf-header h2 span::after {
		bottom: -13px
	}

	.bf-4 {
		padding: 25px 0
	}

	.bf-4 .bf-box {
		text-align: center
	}

	.bf-6 {
		margin: 25px 0
	}

	.bf-6 .bf-header {
		margin-bottom: 25px;
	}

	.bf-6 .bf-line {
		display: none
	}

	.bf-7 .bf-faq-title h2 {
		font-size: 20px;
		max-width: 100%;
		text-align: center;
		margin-bottom: 25px
	}

	.bf-8 {
		margin: 25px 0;
	}

	.bf-8 .bf-header {
		margin-bottom: 25px
	}

	.bf-8 .bf-header h2 {
		font-size: 20px;
		line-height: 24px
	}

	.bf-8 .feat-table {
		flex-direction: column;
	}

	.bf-8 .feat-table .feat-first {
		flex-direction: column;
		gap: 0;
		width: 100%;
		padding: 15px 30px;
		text-align: center;
		border-radius: 14px 14px 0 0;
	}

	.bf-8 .feat-table .feat-wrapper .feat-item .feat-list {
		gap: 5px;
	}

	.bf-8 .feat-table .feat-first ul li {
		padding-top: 7px;
	}

	.bf-8 .feat-table .feat-wrapper {
		gap: 25px;
		width: 100%;
		padding: 15px;
		flex-direction: column;
	}

	.bf-8 .feat-table .feat-wrapper .feat-item.feat-other {
		border-right: none;
		border-bottom: 3px solid #fff;
		padding-bottom: 25px;
	}

	.bf-8 .feat-table .feat-wrapper .feat-item .feat-item-head {
		margin-bottom: 0;
		text-align: center;
	}

	.bf-9 .bf-header h2 {
		font-size: 20px;
		line-height: 32px;
	}

	.bf-9 .fa-chevron-left,
	.bf-9 .fa-chevron-right {
		display: none !important
	}

	.bf-9 {
		padding: 15px 0 35px 0
	}

	.bf-9 .bf-header {
		margin-bottom: 15px;
	}

	.bf-9 #userSlide .slick-slide {
		margin: 0;
	}

	.bf-9 #userSlide .slick-dots {
		display: block !important
	}

	.bf-9 .slick-dots li.slick-active button:before {
		border: 1px solid #91e8b4;
		background-color: rgb(145, 232, 180, .15);
	}

	.bf-9 .slick-dots {
		bottom: -50px;
	}

	.bf-9 #userSlide .slick-slide {
		transform: scale(1) !important;
	}

	.bf-10 .bf-counter {
		gap: 15px;
		flex-direction: column;
	}

	.bf-10 .bf-counter .item {
		border-right: none;
		padding-right: 0;
	}

	.bf-11 {
		margin: 50px 0;
	}

	.bf-11 .ww-content h2 {
		font-size: 20px;
	}

	.bf-11 .ww-content {
		text-align: center;
	}

	.bf-12 {
		padding: 0
	}

	.bf-12 .ww-boxes {
		padding: 50px 15px;
		width: 100%;
	}

	.bf-12 .ww-boxes .ww-boxes-text {
		text-align: center;
		max-width: 250px;
		margin: auto;
	}

	.bf-12 .ww-boxes img {
		display: none;
	}

	.bf-12 .ww-content {
		text-align: center;
		margin-top: 25px;
	}

	.bf-12 .ww-content h2 {
		font-size: 20px;
	}

	.bf-13 {
		padding: 25px 0 50px 0;
	}

	.bf-13 .ww-content {
		text-align: center;
		margin-top: 25px;
	}

	.bf-13 .ww-content h2 {
		font-size: 20px;
	}

	.bf-14 {
		margin: 0;
	}

	.bf-14 .ww-content {
		text-align: center;
	}

	.bf-14 .ww-content h2 {
		font-size: 24px;
	}

	.bf-15 {
		margin: 25px 0;
	}

	.bf-15 .sf-contact {
		gap: 15px;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 25px 50px;
	}

	.bf-15 .sf-contact .sf-wrapper {
		gap: 10px;
		flex-direction: column;
	}
}


.error_login {
    display: none;
}
.login-buttons input {
    background: rgb(39, 104, 74);
    background: linear-gradient(270deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    box-shadow: 0 5px 30px rgba(25, 154, 95, .2);
    width: 100%;
    border-radius: 18px;
    letter-spacing: -.015em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    height: 48px;    
  	color: #fff
}
.form-group .g_id_signin {
    position: absolute;
    z-index: 1;
    opacity: 0
}
.login-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background-color: transparent;
    overflow: hidden;
}
.login-popup .lp-inner {
    width: 100%;
    overflow: hidden
}
.login-popup .lp-wrapper {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    position: relative;
    z-index: 1;
}
.sign-inner {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 0;
    padding: 0px
}
.sign-inner .login-popup-close {
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 15px 6px 6px;
    overflow: hidden;
    background-color: #f9f9f9;
	border: 1px solid #f0efee;
    color: #000;
    text-decoration: none;
    transition: 0.14s ease;;
	z-index: 10
}
.sign-inner .login-popup-close:hover,
.sign-inner .login-popup-close:focus {
	background: rgba(0, 0, 0, .07);
	border: 1px solid #929292!important
}
.sign-inner .login-popup-close {
	position: absolute;
    right: 25px;
	top: 25px
}
.sign-inner .login-popup-close .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.03em;
    position: relative;
    z-index: 1004;
	color: #929292
}
.sign-inner .login-popup-close .icon {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    position: relative;
	color: #929292
}
.sign-inner .login-popup-close .icon::after {
    content: "";
    z-index: 1002;
    background: rgba(0, 0, 0, .07);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s ease;
}
.lp-inner .sign-wrapper {
    margin: 0px;
    justify-content: space-between;
    display: flex;
    height: 100dvh;
    width: 100%;
}
.login-popup .sign-left, 
.login-popup .sign-right {
	position: relative;
    margin: 0px;
    padding: 20px;
    width: 50%
}
.login-popup .sign-right {
    display: flex;
	justify-content: center;
	align-items: center
}
.login-popup .sign-left {
    background-image: url(https://storage.perfectcdn.com/966zjr/xpbd7591e0crw114.webp);
	background-repeat: no-repeat;
	background-size: cover
}
.login-popup .sign-left .sign-img {
    position: absolute;
	top: 25px;
	left: 25px;
	max-width: 125px
}
.login-popup .sign-left .sign-copyright {
    position: absolute;
	bottom: 25px;
	left: 25px;
	color: #fff;
	font-size: 13px
}

.login-popup .sign-right .signin-top {
    display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 15px
}

.login-popup .sign-right .signin-top .sign-rates {
    display: flex;
	align-items: center;
	gap: 10px;
	color: #000
}
.login-popup .sign-right .signin-top .sign-rates .hr-stars i {
    font-size: 13px;
	color: #facd4d;
	animation: stars-animation 2.5s ease infinite both
}

.login-popup .sign-right .signin-top .sign-rates .hr-stars:first-child {
    animation-delay: 0s;
}

.login-popup .sign-right .signin-top .sign-rates .hr-stars i:nth-child(2) {
    animation-delay: 0.2s;
}

.login-popup .sign-right .signin-top .sign-rates .hr-stars i:nth-child(3) {
    animation-delay: 0.4s;
}

.login-popup .sign-right .signin-top .sign-rates .hr-stars i:nth-child(4) {
    animation-delay: 0.6s;
}

.login-popup .sign-right .signin-top .sign-rates .hr-stars i:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes stars-animation {
    0% {
        scale: 0;
    }

    10% {
        scale: 1.1;
    }

    15% {
        scale: 1;
    }
}

.login-popup .sign-right .signin-top .sign-rates img {
    width: 90px
}

.login-popup .sign-right .signin-top h1 {
    font-size: 32px;
	color: #000
}

.login-popup .sign-right .signin-top h1 span {
    background: linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.login-popup .sign-right .wrapper-form {
    width: 500px
}

.login-popup .sign-right .wrapper-form .signin-form {
    margin-top: 50px
}
.login-popup .sign-right .wrapper-form .signin-form .form-flex {
    display: flex;
    gap: 15px;
}
.login-popup .sign-right .wrapper-form .signin-form .form-flex .form-group {
    width: 100%;
	margin-bottom: 1rem
}
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap {
    display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0
} 
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap input[type="checkbox"] {
    display: none;
}
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    border: 2px solid #f0efee;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap input[type="checkbox"]:checked+label:before {
	width: 10px;
	top: -5px;
	left: 10px;
	border-radius: 0;
	opacity: 1;
	background: transparent;
    border-color: #2d9464;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap .forgot_link {
    color: #2d9464!important;
	font-weight: 600;
    font-size: 14px;
    line-height: 16px;
} 
.login-popup .sign-right .wrapper-form .signin-form .remember-wrap label {
	margin-bottom: 0
}
.login-popup .sign-right .wrapper-form .signin-form .form-group {
	position: relative
}
.login-popup .sign-right .wrapper-form .signin-form .form-group .form-control,
.login-popup .sign-right .wrapper-form .signin-form .form-group .form-control:hover {
	background: #f9f9f9;
	border-radius: 18px;
	border: 1px solid #f0efee
}

.login-popup .sign-right .wrapper-form .signin-form .form-group .form-control:focus {
	background: #f9f9f9;
	border-radius: 18px;
	border: 1px solid #2d9464!important;
	box-shadow: none
}

.login-popup .sign-right .wrapper-form .signin-form .form-group .show-pass {
	position: absolute;
	right: 15px;
	top: 50px;
	color: #c0bdcc;
	cursor: pointer
}
.login-popup .gny-tab {
    display: flex;
    width: 100%; 
	background: rgb(39,104,74);
	background: linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
	box-shadow: 0 5px 30px rgba(25, 154, 95, .2);
    border-radius: 18px;
}
.login-popup .tab-item {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 15px 70px;
    border-radius: 16px;
    color: #fff;
    width: 50%;
    white-space: nowrap;
}
.login-popup .tab-item.active {
    background: #f9f9f9;
    color: #000
}
.login-popup .tab-content-item {
    display: none
}
.login-popup .tab-content-item.active {
    display: block
}
.login-popup .login-buttons {
    position: relative;
    display: flex;
	align-items: center;
	gap: 10px
}
.login-popup .login-buttons .form-group {
    margin-bottom: 0;
	width: 100%
}
.login-popup .login-buttons .btn-primary {
	background: rgb(39, 104, 74);
    background: linear-gradient(270deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    box-shadow: 0 5px 30px rgba(25, 154, 95, .2);
    width: 100%;
    border-radius: 18px;
	letter-spacing: -.015em;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
	height: 48px
}
.login-popup .login-buttons .btn-primary:hover,
.login-popup .login-buttons .btn-primary:focus {
	background: rgb(39, 104, 74);
    background: linear-gradient(90deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%)!important
}
.login-popup .login-w-google {
    width: 100%;
    pointer-events: none;
}
.login-popup .login-w-google .content-google {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #f8f9f8;
    background-image: none;
    border: 1px solid #f2f1f0;
    color: #000;
    cursor: pointer;
    font-family: "Google Sans", arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    overflow: hidden;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    height: 48px;
    align-items: center;
    border-radius: 18px;
    gap: 20px;
    box-shadow: 0 5px 30px rgba(54, 62, 147, .2);
}
.login-popup .login-w-google .content-google {
    color: #2d9464
}
.login-popup .login-w-google .content-google .content-text-tn {
    color: #000
}
.login-popup .sign-again {
	display: flex;
    justify-content: center;
    gap: 5px;
    background: #f9f9f9;
    border-radius: 18px;
    padding: 10px 5px;
    margin-top: 15px;
    border: 1px dashed #e7e7e7;
    color: #000
}
.login-popup .sign-again a {
    color: #2d9464!important
}
@media screen and (max-width: 1440px) {
    .out-pages {
        padding-bottom: 0;
    }
	.lp-inner,
	.sign-inner {
		overflow: auto
	}
	.lp-inner .sign-wrapper {
		flex-direction: column;
	}
	.login-popup .sign-left, 
	.login-popup .sign-right {
		width: 100%
	}
	.login-popup .sign-right {
		display: block;       
        max-width: 380px;
        margin: auto
	}
	.login-popup .sign-right .wrapper-form {
		width: auto
	}
	.login-popup .tab-item {
		border-radius: 18px;
	}
	.login-popup .sign-right .signin-top h1 {
		font-size: 28px;
		max-width: 100%;
		text-align: center
	}
	.login-popup .sign-right .signin-top .sign-rates {
		font-size: 12px;
		justify-content: center;
	}
	.login-popup .sign-right .signin-top .sign-rates img {
		width: 70px;
	}
	.login-popup .sign-right .wrapper-form .signin-form {
		margin-top: 15px;
	}
	.login-popup .sign-left {
		padding: 100px 0;
		background-position: center -50px;
		border-radius: 0 0 25px 25px
	}
	.login-popup .sign-left:after {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgb(53, 197, 129, .5);
		top: 0;
		left: 0;
		position: absolute;
		display: inline-block;
		border-radius: 0 0 25px 25px
	}
	.login-popup .sign-left .sign-copyright {
		display: none
	}	
	.login-popup .login-buttons {
		flex-direction: column;
	}
	.sign-inner .login-popup-close {
		position: absolute;
        right: 15px;
        top: 25px
	}
	.login-popup .sign-right .wrapper-form .signin-form .form-flex {
		flex-direction: column;
		gap: 0
	}	
	.login-popup .sign-left .sign-img {
		top: 15px;
		left: 15px;
		max-width: 100px;
		z-index: 1
	}
}

.home-sliders {
	padding-top: 125px
}

.hh-s1 {
	padding: 0 0 75px 0
}

.hh-s1#story .story-sliders {
	position: relative;
}

.hh-s1#story .story-sliders .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
	pointer-events: none;
}

.hh-s1#story .story-sliders .swiper-wrapper .swiper-slide {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.hh-s1#story .story-sliders.slider {
	position: relative;
    background: rgb(39, 104, 74);
    background-image: url(https://storage.perfectcdn.com/966zjr/gu33y0ipxox8oq8y.png), -webkit-linear-gradient(0deg, rgba(8, 59, 35, 1) 0%, rgba(53, 197, 129, 1) 50%, rgba(8, 59, 35, 1) 100%);
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 20px 0;
	color: #fff;
	width: 140%;
	left: -30%;
}

.hh-s1#story .story-sliders.slider:first-of-type {
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	z-index: 10;
}

.hh-s1#story .story-sliders.slider:last-of-type {
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

.hh-s1#story .story-sliders.slider .swiper-slide span {
	position: relative
}

.hh-s1#story .story-sliders.slider .swiper-slide span::after {
	position: absolute;
	font-family: "remixicon";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f53f";
	left: -100px;
	color: #e3ff04
}

.hh-s1#story .story-sliders.slider .swiper-slide span {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.hh-s2 {
	padding: 100px 0 25px 0
}

.hh-s2#story .story-sliders {
	position: relative;
}

.hh-s2#story .story-sliders .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
	pointer-events: none;
}

.hh-s2#story .story-sliders .swiper-wrapper .swiper-slide {
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
}

.hh-s2#story .story-sliders.slider {
	position: relative;
    background: rgb(39, 104, 74);
    background-image: url(https://storage.perfectcdn.com/966zjr/gu33y0ipxox8oq8y.png), -webkit-linear-gradient(0deg, rgba(47, 16, 0, 1) 0%, rgba(179, 121, 88, 1) 50%, rgba(47, 16, 0, 1) 100%);
  	background-repeat: no-repeat;
  	background-size: cover;
	padding: 20px 0;
	color: #fff;
	width: 140%;
	left: -30%;
}

.hh-s2#story .story-sliders.slider:first-of-type {
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	z-index: 10;
}

.hh-s2#story .story-sliders.slider:last-of-type {
	-webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    margin-top: -225px;
    z-index: 1;
}

.hh-s2#story .story-sliders.slider .swiper-slide span {
	position: relative
}

.hh-s2#story .story-sliders.slider .swiper-slide span::after {
	position: absolute;
	font-family: "remixicon";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f53f";
	left: -100px;
	color: #dbcbb2
}

.hh-s2#story .story-sliders.slider .swiper-slide span {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}

.h-section.header-alt {
	margin: 0 0 100px 0
}

.mtp-owner {
    background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 75px 0 0 0
}

.mtp-owner .wm-left .wm-top {
  	display: flex;
  	align-items: center;
    justify-content: space-between;
  	gap: 25px;
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    font-size: 13px;
    font-weight: 400;
  	margin: 0 auto 5px auto;
  	color: #fff;
  	width: max-content;
  	border-radius: 35px;
  	padding: 5px 10px
}

.mtp-owner .wm-left h2 {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 500;
  	margin-bottom: 15px
}

.mtp-owner .wm-left p {
	color: #0e0e0e
}

.mtp-owner .wm-right-sign {
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 25px auto 0 auto;
    text-align: center;
}

.mtp-owner .wm-right-sign h4 {
  	font-size: 20px;
  	font-weight: 600;
    color: #1e1e1e;
  	margin-bottom: 3px
}

.mtp-owner .wm-right-sign small {
  	font-size: 14px;
    color: #1e1e1e
}

.mtp-owner .wm-right-sign img {
    max-width: 150px;
    margin: 10px auto 0 auto
}

.footer-flex {
	display: flex;
}

.footer-flex .footer-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-right: 40px;
    width: 25%;
}

.footer-flex .footer-left p {
  	margin-bottom: 0;
    font-size: 12px
}

.footer-flex .footer-center {
    display: flex;
    gap: 50px;
    width: 80%;
}

.footer-flex .footer-right {
    max-width: 258px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mtp-owner .wm-left {
	text-align: center
}

.mtp-owner .wm-left .head-btn-alt {
	justify-content: center
}

.mtp-owner .wm-left .head-btn-alt .btn {
    text-align: center;
    justify-content: center;
	max-width: 300px
}

.home-smoke {
	position: absolute;
  	left: -5px;
  	top: -100px;
  	max-width: 300px!important
}

@media (min-width:991.98px) {
  .mtp-owner .wm-right {
    	margin: auto
  }
  .mtp-owner .wm-right .img-fluid {
   		display: flex;
    	justify-content: center;
    	margin: auto;
  		max-width: 350px
  }
  #productSlide .slick-dots {
      display: none!important
  }
  .prItem .prContent>h3 {
      min-height: 60px;
  }
  .home-title {
      line-height: 46px;
      width: 545px;
  }
}

@media (max-width:991.98px) {
  .home-sliders {
      padding-top: 25px;
  }
  .hh-s1 {
      padding: 25px 0;
  }
  .hh-s1#story .story-sliders.slider,
  .hh-s2#story .story-sliders.slider {
      padding: 10px 0;
  }
  .hh-s1#story .story-sliders.slider .swiper-slide span,
  .hh-s2#story .story-sliders.slider .swiper-slide span {
      font-size: 18px
  }
  .hh-s1#story .story-sliders.slider:last-of-type {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
  }
  .hh-s2 {
      padding: 50px 0 0 0;
  }
  .hh-s2#story .story-sliders.slider:last-of-type {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      margin-top: -135px;
  }
  .mtp-owner {
      padding: 0 0 50px 0
  }
  .mtp-owner .wm-left {
      margin-top: 25px;
      text-align: center
  }
  #productSlide .slick-track {
      gap: 0
  }
  #productSlide .fa-angle-left, 
  #productSlide .fa-angle-right {
      display: none!important
  }
    .footer-flex {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .footer-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 26px;
        gap: 0px;
      	width: 100%!important
    }
	.footer-center {
        display: grid!important;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
        gap: 42px 60px!important;
        justify-content: center;
        width: 100%!important
    }
      footer .footer-links a {
          font-size: 12px;
      }
    .footer-right {
        max-width: 100%!important;
        width: 100%;
        margin-top: 30px;
        align-items: center;
        justify-content: center;
    }
    .contact-icon {
        margin: 0
    }
    .mtp-owner .wm-left .wm-top {
        margin: 0px auto 10px auto;
    }
    .home-title .ht-circle {
		display: none
    }
    .mtp-owner .wm-left .head-btn-alt {
        flex-direction: column;
    }  
}

.blog-box .bb-wrapper {
    overflow: visible;
    position: relative
}

.blog-box .bb-img img {
	object-fit: cover;
    border-radius: 15px;
    width: 100%;
}

.blog-box .bb-title {
    text-align: center;
    margin-bottom: 35px
}

.blog-box .bb-title h1 {
    font-size: 36px;
  	font-weight: 600;
  	line-height: 52px;
    color: #000
}

.blog-box .bb-wrapper {
	display: flex;
  	justify-content: center;
  	gap: 30px;
  	margin-top: 25px
}

.blog-box .bb-wrapper .bb-social {
	max-width: 65px
}

.blog-box .bb-wrapper .bb-social ul {
  	background: var(--color-1);
    border: 1px solid var(--color-8);
    border-radius: 15px;
    padding: 12px 12px 5px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 0;
    list-style: none;
}

.blog-box .bb-wrapper .bb-social ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.03px;
    text-align: center;
}

.blog-box .bb-wrapper .bb-social ul li a {
    max-width: 24px;
    height: 24px;
    display: inline-block;
}

.blog-box .bb-wrapper .bb-social ul li svg {
    width: 24px;
    height: 24px;
}

.blog-box .bb-wrapper .bb-content {
    width: 900px;
    color: #000
}

.blog-box .bb-wrapper .bb-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 35px 0 35px;
}

.blog-box .bb-wrapper .bb-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 25px 0 12px;
}

.blog-box .bb-wrapper .bb-key {
    background: #f8faff;
    border: 1px solid rgb(150 230 193 / 15%);
    border-radius: 15px;
    position: sticky;
    top: 100px;
    z-index: 100;
    transition: .14s ease all;  
    width: 400px;
  	height: max-content
}

.blog-box .bb-wrapper .bb-key h3 {
  	color: var(--color-7);
	font-size: 20px;
    padding: 15px 15px 0 15px;
}

.blog-box .bb-wrapper .bb-key ul {
    padding: 0;
    margin-top: 10px;
    max-width: 400px;
    list-style: none;
}

.blog-box .bb-wrapper .bb-key ul li {
    padding-left: 15px;
}

.blog-box .bb-wrapper .bb-key>ul>li {
    counter-increment: item;
    position: relative;
}

.blog-box .bb-wrapper .bb-key ul li {
    margin-bottom: 5px
}

.blog-box .bb-wrapper .bb-key ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none !important;
    position: relative;
}

.blog-box .bb-wrapper .bb-key ul li.active>a {
    color: var(--color-5)!important
}

.blog-box .bb-wrapper .bb-key ul li.active>a::after {
    display: block;
}

.blog-box .bb-wrapper .bb-key ul li ul a::after {
    left: -20px;
}

.blog-box .bb-wrapper .bb-key ul li a::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 2px;
    height: 100%;
    display: none;
    background-color: var(--color-5);
}

.bb-author {
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
  	gap: 10px;
    background: var(--color-1);
    border: 1px solid var(--color-8);
    border-radius: 15px;
    padding: 10px;
    text-align: center;
  	margin-top: 100px
}

.bb-author img {
	max-width: 125px;
  	margin-top: -50px
}

.bb-author h4 {
  	font-size: 20px;
  	font-weight: 600;
  	margin-bottom: 0
}

.bb-author small {
  	font-size: 14px;
  	font-weight: 400;
  	color: #8a9acd
}

.ac-left,
.ac-right {
    display: flex;
    width: 100%;
}

.ac-left .author-img img {
  	border-radius: 15px 0 0 15px;
}

.ac-left .author-img img {
    max-width: 300px;
}

.ac-right {
    display: flex;
  	align-items: flex-start;
    flex-direction: column;
	background: var(--color-1);
    border: 1px solid var(--color-8);
    height: auto;
    margin-top: 48px;
    padding: 35px 45px;
    width: 100%;
  	border-radius: 0 15px 15px 15px 
}

.ac-right p {
    color: #000;
  	margin-bottom: 0;
  	margin-top: 25px
}

.ac-right a {
  	margin-top: 10px
}

.ac-right small {
    font-size: 24px;
    font-weight: 600;
  	color: #000
}

.ac-right span {
    font-size: 14px;
    font-weight: 400;
    color: #8a9acd;
}

#author .blog-buttons {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin-top: 35px
}

#author .blog-footer {
	display: none
}

#author .ms-title h2 {
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    line-height: 128.5%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    color: #202020;
}

#author .ms-title h2 span {
    position: relative;
    display: inline-block;
    color: #266849;
}

#author .ms-title h2 span::after {
    content: '';
    background-image: url(https://storage.perfectcdn.com/966zjr/1pr48x93jazq9a3y.png);
    position: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    left: -5px;
    bottom: -18px;
    width: calc(100% + 10px);
    height: 20px;
}

.files-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 29px;
    background: var(--color-2);
    padding: 5px;
    border-radius: 10px;
    width: max-content;
}

.files-wrapper a {
    color: var(--color-6);
}

.files-wrapper .files-label {
    color: var(--color-3);
}

.bf-10-1 .ww-content small {
    font-size: 18px;
    font-weight: 600;
    color: #246546;
}

.bf-10-1 .ww-content h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    color: #0e0e0e;
}

.bf-10-1 .ww-content p {
    font-size: 14px;
    color: #0e0e0e;
}

.bf-10-2 {
    background: url(https://storage.perfectcdn.com/966zjr/ncry4wkx1jpnccfx.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 125px 0;
}

.bf-10-2 .ww-boxes {
	background: url(https://storage.perfectcdn.com/966zjr/xfr4y83jol1ybf3e.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 350px 109px 25px;
	border-radius: 23px;
	position: relative
}

.bf-10-2 .ww-boxes .ww-boxes-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px
}

.bf-10-2 .ww-boxes h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.bf-10-2 .ww-boxes p {
	color: #7a86a1
}

.bf-10-2 .ww-boxes img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 275px
}

.bf-10-2 .ww-boxes .btn {
	border-radius: 10px
}

.bf-10-2 .ww-content small {
    font-size: 18px;
    font-weight: 600;
    color: #246546;
}

.bf-10-2 .ww-content h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    color: #0e0e0e;
}

.bf-10-2 .ww-content p {
    font-size: 14px;
    color: #0e0e0e;
}

.bf-10-3 .ww-content small {
    font-size: 18px;
    font-weight: 600;
    color: #246546;
}

.bf-10-3 .ww-content h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    color: #0e0e0e;
}

.bf-10-3 .ww-content p {
    font-size: 14px;
    color: #0e0e0e;
}

.bf-10-3 .ww-img {
  	margin-left: auto
}

.bf-10-3 .ww-img img {
    max-width: 400px
}

.bf-10-4 {
	padding: 100px 0 50px 0
}

.bf-10-4 .ww-boxes {
	background: url(https://storage.perfectcdn.com/966zjr/xfr4y83jol1ybf3e.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15px;
	border-radius: 23px;
	position: relative;
  	display: flex;
  	align-items: center;
  	gap: 30px
}

.bf-10-4 .ww-boxes .ww-boxes-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px
}

.bf-10-4 .ww-boxes h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.bf-10-4 .ww-boxes p {
	color: #7a86a1
}

.bf-10-4 .ww-boxes img {
	max-width: 250px
}

.bf-10-4 .ww-boxes .btn {
	border-radius: 10px
}

.bf-10-4 .ww-content small {
    font-size: 18px;
    font-weight: 600;
    color: #246546;
}

.bf-10-4 .ww-content h2 {
    font-size: 36px;
    font-weight: 600;
    padding: 10px 0 15px 0;
    color: #0e0e0e;
}

.bf-10-4 .ww-content p {
    font-size: 14px;
    color: #0e0e0e;
}

.why-more .ww-boxes {
	background: url(https://storage.perfectcdn.com/966zjr/xfr4y83jol1ybf3e.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 300px 30px 25px;
	border-radius: 23px;
	position: relative
}

.why-more .ww-boxes .ww-boxes-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	max-width: 200px
}

.why-more .ww-boxes h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000
}

.why-more .ww-boxes p {
	color: #7a86a1
}

.why-more .ww-boxes img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 275px
}

.why-more .ww-boxes .btn {
	border-radius: 10px
}

.deg1 {
    background: rgb(36, 154, 98, .6);
    padding: 0 4px
}

.deg2 {
    background: rgb(250, 205, 77, 1);
    padding: 0 4px
}

.ms-title h3 {
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    line-height: 128.5%;
    letter-spacing: -1px;
    margin-bottom: 15px;
    color: #202020;
}

.bf-4-1 .bf-header,
.bf-5 .bf-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
}

.bf-4-1 .bf-header h2,
.bf-5 .bf-header h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -1px;
    color: #101010;
}

.bf-4-1 .bf-header h2 span,
.bf-5 .bf-header h2 span {
    position: relative;
    display: inline-block;
    color: #27684a;
    font-weight: 700;
}

@media (max-width:991.98px) {
    .ms-title h3 {
        font-size: 20px;
    }  
  .blog-box .bb-wrapper .bb-social {
        width: 100%;
        max-width: 100%;
  }  
  .blog-box .bb-wrapper .bb-social ul {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    	max-width: max-content;
        margin: 0px auto;
   }
  .blog-box .bb-wrapper {
      flex-direction: column;
  }
  .blog-box .bb-wrapper .bb-content {
      width: auto
  }  
  .blog-box .bb-title {
      margin-bottom: 15px;
  }  
  .blog-box .bb-title h1 {
      font-size: 24px;
      line-height: 32px
  }  
  .blog-box .bb-wrapper .bb-key {
      position: relative;
      width: auto;
      order: 1;
      top: 0;
      z-index: 1;
  }  
  .blog-box .bb-wrapper .bb-content {
  	  order: 2
  }
  .blog-box .bb-wrapper .bb-content h2 {
      font-size: 18px;
      margin: 15px 0 15px;
  }
  .blog-box .bb-wrapper .bb-content h3 {
      font-size: 16px;
      margin: 10px 0 10px;
  }  
  .blog-wrapper {
      grid-template-columns: 1fr;
      gap: 15px
  }  
  .ac-left {
      flex-direction: column;
  }  
  .ac-left .author-img img {
      max-width: 100%;
      border-radius: 0 
  }  
  .ac-right {
      margin-top: 0;
      border-radius: 0 0 15px 15px;
      text-align: center;
      align-items: center;
      padding: 15px;
      height: auto
  }  
  .bf-10-1 .ww-content,
  .bf-10-2 .ww-content,
  .bf-10-3 .ww-content,
  .bf-10-4 .ww-content {
        text-align: center;
    	margin-top: 15px
   }
  .bf-10-1 .ww-content h2,
  .bf-10-2 .ww-content h2,
  .bf-10-3 .ww-content h2,
  .bf-10-4 .ww-content h2 {
        font-size: 20px;
   }
  .bf-10-2 .ww-boxes {
        padding: 50px 15px;
        width: 100%;
  }
  .bf-10-2 .ww-boxes .ww-boxes-text {
        text-align: center;
        max-width: 250px;
        margin: auto;
    }
  .bf-10-2 .ww-boxes img {
  		display: none
  }
  .bf-10-3 .ww-img img {
  		max-width: 100%
  }
  .bf-10-4 .ww-boxes {
      gap: 15px;
      flex-direction: column;
      width: 100%;
  }
  .bf-10-4 .ww-boxes .ww-boxes-text {
      text-align: center
  }
  .bf-10-1 .btn,
  .bf-10-2 .btn,
  .bf-10-3 .btn,
  .bf-10-4 .btn,
  .bf-11 .btn,
  .bf-12 .btn {
        width: 100%;
   }
  .bf-10-2 {
      padding: 115px 0 50px 0;
  }  
  .bf-10-4 {
      padding: 60px 0 0 0;
  }  
  .why-more .ww-boxes {
        padding: 50px 15px;
        width: 100%;
    	margin-bottom: 25px
  }
  .why-more .ww-boxes .ww-boxes-text {
        text-align: center;
        max-width: 250px;
        margin: auto;
    }
  .why-more .ww-boxes img {
  		display: none
  }
  .why-more .btn {
        width: 100%;
   }
    .bf-title .bf-header h2,
    .bf-4-1 .bf-header h2, 
    .bf-5 .bf-header h2, 
    .bf-6 .bf-header h2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0;
   }
}