body{
	font-family: 'Inter', sans-serif;
}
.dropdown-grid.width-half {
	width: 345px;
}
.two-grid-col {
	grid-template-columns: 1fr 1fr;
}
.side-card-image .img-fluid {
	width: 100%;
	object-position: top right;
	object-fit: cover;
	border-radius: 10px !important;
}
.side-card-image.right .img-fluid {
	object-position: top left;
	width: 90%;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4, p{
	color: rgb(29 32 38);
}
h2 {
	font-size: 2.1rem;
	margin-bottom: 16px;
}
p {
	font-size: 1rem;
	line-height: 30px;
	color: rgb(0, 0, 0, 0.7);
}
.bg-white p, .bg-white li, .bg-white span {
	color: #464646;
	font-size: 1rem;
}
.single-service h3.h5 {
	font-size: 1rem;
	white-space: nowrap;
}
.main-wrapper {
	overflow: hidden;
	overflow-y: auto;
}
.feature-section {
	overflow-x: hidden;
}
.crypto-table tbody > tr:last-child{
	border: 0;
}
.crypto-table tbody > tr:last-child td{
	padding-bottom: 15px;
}
.crypto-table thead {
	background: rgb(255, 255, 255, 0.5);
	box-shadow: 0 0 10px #ccc;
	backdrop-filter: blur(15px);
}
.crypto-table tbody {
	color: #e15e5e;
	background: #fff;
}
.bg-dark .coin-price-change {
	margin: 0;
	color: #767676;
	padding: 0;
	display: flex;
  	align-items: baseline;
	line-height: 24px;
}
.crypto-table tbody td {
	padding: 14px 18px 0;
	width: 33.3%;
	border-left: 1px solid #b7b8b8;
}
.crypto-table tbody > tr {
	border-bottom:0;
}
.bg-dark .coin-price-change i{
	padding-right: 10px;
}
.ptb-30{
padding: 30px 0;
}
.ptb-180{
	padding: 180px 0;
}
.mb-120{
	margin-bottom: 120px;
}
.page-header h1 {
	text-transform: uppercase;
	text-shadow: 0 4px 10px #353535;
}
.feature-section .bg-dark {
	background-color: #eee !important;
	border-radius: 6px !important;
}
.p-lg-4 {
	padding: 1rem !important;
}
.section-heading h2 {
	font-size: 2.3rem;
	margin-bottom: 18px;
}
.title-banner-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.25;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.side-card-image {
	width: 85%;
}
.side-card-image.right{
	margin-left: auto;
}
.side-img {
	position: absolute;
	left: -14%;
	bottom: 40px;
	background: transparent;
	width: 55%;
}
.up-down-anime{
	animation: 10s upsdown-sm linear infinite;
}
.rotate-anime{	
	animation: 8s rotate-animation linear infinite;
	width: 95%;
}
.line-clamp {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sign-up-in-section {
	min-height: calc(100vh - 15vh);
}

.crypto-table tbody td h3 {
	background: #fff;
	position: relative;
	left: -18px;
	padding: 6px 18px;
	width: 55%;
	border-radius: 0 4px 4px 0;
	font-size: 15px;
	color: #2d2d2d;
	box-shadow: 5px 0 10px #e3e3e3;
}
.footer-top .row{
	position: relative;
	z-index: 1;
}
.promo-section .promo-icon {
}
.promo-info .link-btn {
	padding: 6px 8px 6px 15px;
	color: #004dff;
}
.promo-info .link-btn:hover {
	color: #0c0faa;
}
.company-logo {
	height: 60px;
}
.story-grid {
	height: 526px;
}
.story-item {
	max-height: 260px;
}
.story-item .box-icon i {
	font-size: 42px;
	margin-bottom: 15px;
}
.story-item .box-icon.star i {
	font-size: 20px;
	margin-bottom: 24px;
}
.story-item h3 {
	font-size: 34px;
	letter-spacing: 0.05em;
	color: #0e3dc8;
}
.story-item h3 {
	font-size: 34px;
	letter-spacing: 0.05em;
	color: #111827;
	font-weight: 500;
}
.story-item h6 {
	color: #767676;
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
}
.border-right{
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-left{
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.our-story-section ul li {
	font-size: 1.1rem;
	margin-bottom: 12px;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.show {
	background: #fff;
}
.crypto-table thead th h4 {
	padding: 16px 20px;
	background: #fff;
	color: #141414 ;
	box-shadow: 0 0 10px #e6e6e6;
}

.card-benefits .single-pricing-wrap {
	background: rgba(23, 92, 255, 0.5);
	box-shadow: 0 0 10px #141414;
	height: 100%;
}
.individual-card {
	background: rgb(255,255,255,0.8);
	border-radius: 8px;
	padding: 10px;
}

.individual-card .pricing-info {
	background: #fff;
	border-radius: 8px;
	padding: 12px 12px 1px;
}

.individual-card .pricing-header {
	padding-bottom: 32px;
	border-bottom: 0;
}
.action-btns .btn.btn-primary {
	font-size: 16px;
	font-weight: 600;
}


.custom-modal {
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgb(0 0 0 / 60%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 30px;
	z-index: 10;
}
.custom-modal-dialog {
	max-width: 420px;
	width: 100%;
	position: relative;
	background: rgb(255, 255, 255, 0.1);
	padding: 11px;
	border-radius: 5px;
	transform: scale(0);
}
.custom-modal-content {
	background: #f0f0f0;
	padding: 30px 30px;
	border-radius: 5px;
}
.requst-form .submit-btn {
	width: 100%;
	background: #0f57ff;
	padding: 0.4rem 2rem;
	display: flex;
	justify-content: center;
	width: max-content;
	color: #fff;
	border-radius: 4px;
	margin: 20px auto 0;
}
.close-modal {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background: #fd2828;
	opacity: 1;
	color: #ffffff;
	border-radius: 100%;
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
	line-height: 25px;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
}
.custom-modal {
	opacity: 0;
	visibility: hidden;
}
body.modal-open .custom-modal {
	opacity: 1;
	visibility: visible;
}
body.modal-open .custom-modal .custom-modal-dialog {
	transform: scale(1);
}
.custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog{
	transition: all 0.5s;
}
.footer-list li {
	width: 100%;
	display: flex;
	align-items: baseline;
	grid-gap: 12px;
	font-size: 14px;
}
.footer-list li a span {
	display: block;
	font-size: 14px;
	margin-bottom: 12px;
	font-weight: 500;
}
.footer-list li a:hover span{
	color: #004dff;
}
.requst-form .demo-field .form-control {
	border: 1px solid #e6e6e6;
	padding: 0.55rem 1rem;
}
.requst-form .demo-field .form-control:focus, .requst-form .demo-field .form-control:hover{
	border: 1px solid #aaa9ff;
}

.choose-card {
	box-shadow: 0 0 5px #e6e6e6;
	border-radius: 6px;
	padding: 12px 10px;
	display: grid;
	grid-template-columns: 15% auto;
	grid-gap: 16px;
	align-items: center;
}
.choose-card .img-fluid.icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.85;
}
.story-grid .story-item h2 {
	font-size: 3.4rem;
}
.cyber-about-count-box .card-icon {
	box-shadow: 0 0 10px #c6c6c6;
	padding: 0 !important;
	background: #f9f9f9;
	height: 70px;
	width: 100%;
	display: grid;
	place-items: center;
	border-radius: 0 0 45% 0;
	max-width: 70px;
	position: absolute;
	left: -4px;
	top: -4px;
}
.cyber-about-count-box {
	box-shadow: 0px 0px 10px 0px rgba(187, 186, 186, 0.25);
}
.cyber-about-count-box.left .card-icon {
	border-radius: 0 0 0 45%;
	right: -4px;
	top: -4px;
	left: auto;
}
.cyber-about-count-box.left {
	border-left: 10px solid var(--bs-primary);
	border-right: none;
}
.cyber-about-count-box p {
	text-align: left;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active {
	background-color: #175cff;
}
.ev-schedule .circel-shape li:nth-child(3) {
	background-color: #175cff;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link {
	min-width: 155px;
	width: 100%;
	display: flex;
	align-items: center;
	grid-gap: 8px;
}
.navbar-toggler {
	font-size: 26px;
	color: #02133b;
	font-weight: 800 !important;
	margin-right: 12px;
}
.offcanvas-header button.close-btn {
	width: 35px;
	height: 35px;
	margin-right: 12px;
}
.offcanvas-header button.close-btn i {
	line-height: 36px;
}
.mk-sb-form input[type="number"], .mk-sb-form input[type="text"] {
	padding: 16px 21px;
	background-color: #fff;
	border: 0;
	font-size: 18px;
	width: 100%;
	outline: 0;
	border-radius: 4px 0 0 4px;
	font-weight: 500;
}
.mk-sb-form .mk-submit-btn {
	background-color: #175cff;
	width: 40%;
	height: 63.5px;
	padding: 0;
	display: grid;
	place-items: center;
}
span.mk-subtitle {
	background: rgba(75, 86, 255, 0.1);
}
.sc-cta-section .sc-cta-box {
	background: linear-gradient(101.61deg, #002D97 3.52%, #084AE3 97.73%);
	padding: 42px 90px;
}
.sc-cta-section::before {
	background-color: #fff;
}
.content-list li {
	margin-bottom: 10px;
	padding-left: 20px;
}
.dg-pricing-column .dg-pricing-amount {
	width: 95%;
	margin: 0;
	padding: 16px;
	background-color: #f2f2f2;
}
.dg-pricing-column .dg-feature-list {
	max-width: 80%;
}
.dg-pricing-column h5 {
	font-size: 1.6rem;
	text-transform: uppercase;
	color: #002b8f;
}
.dg-pricing-column h2 {
	font-size: 2.5rem;
}
.dg-pricing-column .dg-pricing-amount p {
	font-size: 16px;
	margin-bottom: 6px;
	text-align: left;
	display: grid;
	grid-template-columns: 72% auto;
	border-bottom: 1px dashed #e1e1e1;
}
.dg-pricing-column .dg-pricing-amount p:last-child{
	border: 0;
	margin: 0;
}
.dg-pricing-column h6 {
	font-size: 1.2rem;
	color: #3e3e3e;
	text-transform: uppercase;
}
.hd-pricing-section {
	background-color: #f4f5ff;
	padding-bottom: 100px;
}
.hd-pricing-single::after {
	left: auto;
	right: 19%;
}
.btn.btn-primary.outline {
	border: 2px solid #175cff;
	background: transparent;
	color: #175cff !important;
}
.btn.btn-primary.outline:hover{
	color: #fff !important;
	background-color: #175cff;
}
.game-service-bg {
	background-image: linear-gradient(#dbdbdb, #f4f5ff);
}
.process-card {
	min-height: 481px;
}
.dots-line.first {
	margin-right: -28px;
	margin-left: -22px;
}
.game-service-icon {
	display: grid;
	place-items: center;
}
.content-list li::before {
	height: 7px;
	width: 7px;
	background: #039334;
	border-radius: 2px;
	transform: rotate(45deg);
}
.dg-pricing-section {
	background: linear-gradient(#fff, #f4f5ff);
}
.promo-single.retail-promo .h5 {
	font-size: 15px;
	line-height: 18px;
}
.faq-list.active {
	background-color: #fff;
	color: #0e45c6;
	border: 1px solid #3f6ad1 !important;
}
.faq-list-group {
	scrollbar-color: indigo;
}
.side-img.ecom {
	width: 28%;
	left: -8%;
}
.side-card-image.right .side-img.ecom {
	left: auto;
	right: -14px;
}
.hero-content-wrap h1 span {
	/* border-bottom: 3px solid #ffc300; */
	background: linear-gradient(245deg, rgb(181, 255, 211) 0.02%, rgb(209, 164, 255) 39.16%, rgb(255, 165, 175) 75.82%, rgb(255, 220, 164) 112%) text;
	-webkit-text-fill-color: transparent;
}
.main-header .navbar-light .main-menu li a.nav-link{
	color: #010101;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Open sans', sans-serif;
	transition: color .4s ease;
}
.main-header .navbar-light .main-menu li a.nav-link:hover{
	color: #175cff;
}
.dropdown-grid.width-full.homepage-dropdown {
	border-radius: 12px;
	overflow: hidden;
}
.card-category .promo-info {
	text-align: left;
	padding-left: 16px;
}
.card-category .promo-single{
	padding: 2px;
	transition: 2s all;
}
.card-category .promo-single:hover{
	background-image: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg);
	transition: 2s all;
}
.card-category .promo-info p {
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
}
.card-category .promo-single h3 span{
	transition: 0.5s ease;
	position: relative;
	padding-left: 6px;
	margin-left: 6px;
}
.card-category .promo-single h3 span::before {
	content: '';
	border-left: 10px;
	width: 14px;
	height: 2px;
	background: #464646;
	position: absolute;
	left: 0;
	z-index: 12;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	transition: 0.5s ease;
}
.card-category .promo-single:hover h3 span::before{
	opacity: 1;
	transition: 0.5s ease;
	width: 17px;
	background: #175cff;
}
.card-category .promo-single:hover h3 span{
	padding-left: 10px;
	color: #175cff;
}
.card-category .promo-single:hover h3{
	color: #175cff;
}
.feature-tab-section .tab-content {
	background: #fed600;
}
.feature-tab-info h3 {
	font-size: 50px;
	font-weight: 500;
	font-family: 'Open sans', sans-serif;
	line-height: 1.2;
	margin-bottom: 20px;
}
.feature-tab-info p {
	font-size: 18px;
	line-height: 1.7;
	margin-left: 4px;
}
.feature-tab-section .tab-content .img-fluid {
	max-width: 516px;
}
.hero-content-wrap h5, .hero-content-wrap .lead  {
	font-size: 24px;
	font-family: 'Open sans', sans-serif;
	font-weight: 500;
	line-height: 38px;
}
.hero-content-wrap h1 {
	letter-spacing: -0.02em;
	font: 700 3.75rem / 4.5rem Roboto, "Helvetica Neue", "Arial Nova", sans-serif;
	line-height: 90px;
}
.promo-single.features-card .h5 {
	font-size: 18px;
	font-weight: 400;
	color: #404040;
}
.title-features {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Open sans', Sans-serif;
}
.promo-single.features-card, .promo-single.features-card > div {
	border-radius: 6px;
}
.feature-aside {
	position: sticky;
	top: 0;
	background: #fff;
	/* border: 2px solid #478bc2; */
	border-radius: 12px;
}
.feature-aside h4 {
	font-size: 24px;
	background-color: #f8d22d;
	padding: 12px;
	color: #202020;
	text-align: center;
	margin: 0;
	border-radius: 12px 12px 0 0;
	font-family: 'Open sans', sans-serif;
}
.feature-list {
	margin-bottom: 2px;
}
.nav-pills .list-link {
	color: #595959;
	position: relative;
	font-size: 16px;
	padding: 10px 22px;
	display: block;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	max-height: 50px;
}
.nav-pills .list-link.active, .nav-pills .list-link:hover {
	color: #282828;
	background: #fff;
	font-weight: 500;
	font-size: 17px;
	background-color: #d9f1ff;
}
.nav-pills .list-link .fa-chevron-right {
	font-size: 14px;
}

.nav-pills .list-link.active::before {
    opacity: 0;
}

.nav-pills .list-link::before {
	content: '';
	display: block;
	border-top: 26px solid transparent;
	border-left: 18px solid #d9f1ff;
	border-bottom: 26px solid transparent;
	position: absolute;
	top: 50%;
	right: -16px;
	transform: translateY(-50%);
	opacity: 0;
}
.tab-content .content-title {
	font-size: 26px;
	padding: 17px 25px 14px;
	color: #0738ac;
	border-bottom: 1px solid #f8d22d;
	margin: 0 28px 16px;
	width: max-content;
	position: relative;
	background: #d9f1ff;
	border-radius: 0 0 12px 12px;
	font-family: 'Open sans', sans-serif;
}
.tab-content .row h6 {
	font-size: 20px;
	font-family: 'Open sans', sans-serif;
	margin-bottom: 12px;
}

.tab-content .row p {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open sans', sans-serif;
	line-height: 30px;
	width: 95%;
	color: #464646;
}
.tab-content > .tab-pane {
	/* height: calc(100vh - 12vh); */

}
.main-content-card::before {
	content: '';
	position: absolute;
	left: -20px;
	height: 100%;
	border-right: 2px solid #53bfff;
	top: 0;
}
.feature-tab-section .tab-content > .tab-pane{
	height: auto;
}

.main-menu li.nav-item .dropdown-menu::before {
	width: 12px;
	height: 12px;
}
.dropdown-small .width-half {
	max-width: 225px;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active img, .ev-schedule .ev-schedule-btn .nav .nav-item .nav-link img.white {
	display: none;
}
.ev-schedule .ev-schedule-btn .nav .nav-item .nav-link.active img.white{
	display: inline-block;
}
.warehouse-img img {
	border-radius: 13px;
	background-color: #ffc300;
	padding: 2px;
}
.pick-card {
	background-color: #fff;
	border-radius: 12px;
	padding: 23px;
	height: 100%;
	border-bottom: 5px solid #ccc;
	box-shadow: 0 5px 10px #dfdfdf;
	transition: 0.2s all;
	text-align: center;
}
.pick-card:hover{
	border-bottom: 5px solid #ffc300;
	transform: translateY(-3px);
	transition: 0.5s all;
}
.warehouse-features .pick-card {
	border: 0;
	text-align: left;
	position: relative;
	padding: 16px;
}
.warehouse-features .pick-card .feature-icon {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 10px #e6e6e6;
	padding: 12px;
	border-radius: 16px 0 0 0;
}
.warehouse-features .pack-text h5 {
    margin-bottom: 6px;
}
.warehouse-features .pack-text p {
    font-size: 15px;
    line-height: 24px;
}
.warehouse-features .features-card{
	min-height: 72px;
	max-height: 72px;
}
.warehouse-features .features-card > div {
	min-height: 68px;
	max-height: 72px;
}
.warehouse-features .features-card .h5 {
	font-size: 16px;
}
.warehouse-reports .report-card {
	background-color: #e6e6e6;
	padding: 12px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	min-height: 156px;
	max-height: 156px;
	position: relative;
	transition: 0.2s all;
}
.warehouse-reports .report-card::before {
	content: '';
	background-color: #ffc300;
	width: 6px;
	height: 30%;
	position: absolute;
	top: 12px;
	left: 0px;
	border-radius: 0 12px 12px 0;
}
.warehouse-reports .report-card:hover{
	background-color: #ffc300;
}
.warehouse-reports .report-card:hover::before{
	background-color: #141414;
}
.warehouse-reports .report-card h5 {
	font-size: 20px;
	line-height: 31px;
	font-family: 'Open sans', sans-serif;
	font-weight: 700;
}
.warehouse-reports .report-card p {
	display: none;
    font-size: 14px;
    line-height: 18px;
    margin: 0;

}
.warehouse-reports .report-card:hover h5 {
    display: none;
}
.warehouse-reports .report-card:hover p {
    display: block;
}