
:root {

  --ces-theme: #f91942;
  --ces-white: #fff;
  --ces-black: #000;

    }

/*hero section start*/
.background-img {
	position: relative;
	width: 100%;
	display: block;
}

.background-img:before {
	position: absolute;
	content: '';
	background-image: linear-gradient(90deg, rgb(16 7 39), rgb(16 7 39 / 67%) 40%, rgb(16 7 39 / 0%) 70%, rgb(16 7 39 / 0%));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hero-content-left, .sign-up-form-wrap {
	z-index: 2;
padding: 100px 0px 200px 0px;
}

.hero-content-left h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 60px;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.section-shape {
	bottom: -24px;
	left: 0;
	right: 0;
}

.section-shape img {
	width: 100%;
}

.sign-up-form-wrap {
	display: block;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
	background: var(--ces-white);
}

.hero-content-left, .sign-up-form-wrap {
	z-index: 2;
}

.solid-btn {
	color: var(--ces-white);
	-webkit-box-shadow: 0 5px 12px 0 rgb(67 37 204 / 20%);
	box-shadow: 0 5px 12px 0 rgb(67 37 204 / 20%);
	background: var(--ces-theme);
	border: 2px solid var(--ces-theme);
	border-radius: 30px;
}

.sign-up-form-wrap input.form-control {
	margin-bottom: 1rem;
	height: 3rem;
	border-radius: 6px;
	border: none;
	background: #dcdcdc59;
}

/*hero section end*/

/*======================================*/


/*about start*/
.about-image-gallery {
	position: relative;
	z-index: 1;
}

.about-image-gallery img {
	border-radius: 265px 265px 5px 5px;
}

.about-image-gallery .badge-icon {
	position: absolute;
	bottom: 173px;
	left: -75px;
	width: 130px;
	height: 130px;
	background: #FFFFFF;
	border-radius: 100%;
	padding: 5px;
}

.about-image-gallery .badge-icon .badge-inner {
	padding: 5px;
	background: #FB7C56;
	border-radius: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}

.about-image-gallery .badge-icon .badge-inner img {
	animation: rotateIt 7s linear infinite;
}

.about-image-gallery img {
	border-radius: 265px 265px 5px 5px;
}

.about-image-gallery .badge-icon .badge-inner::after {
	width: 20px;
	height: 20px;
	background: var(--color-white);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
}

.about-image-gallery::after {
	position: absolute;
	content: "";
	border: 5px solid var(--ces-theme);
	width: 97%;
	height: 95%;
	left: 40px;
	bottom: -20px;
	border-radius: 265px 265px 5px 5px;
	z-index: -1;
}

p.widget-title {
	position: relative;
	padding-left: 20px;
	font-size: 17px;
	font-weight: 600;
}

p.widget-title:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin: 0 6px 0 0;
	background: url(../images/icon/ico.png) no-repeat;
}
.about-me .list-item-wrap {
	width: 100%;
}

/*about end*/

/*======================================*/

/*process start*/



.service-card-single {
	position: relative;
}

.service-card-7 {
	position: relative;
}

.service-card-7 .inner {
	text-align: center;
}

.service-card-7 .inner .icon {
	position: relative;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	background: linear-gradient(45deg, #f91942, #830d22);
	border-radius: 12%;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 35px;
}
}

.service-card-7 .inner .icon i {
	color: var(--color-white);
	font-size: 32px;
	display: flex;
}

/*.service-card-single:first-child::after {
	background-image: url(https://eduvibe.html.devsvibe.com/assets/images/shape-bg/arrow-down.png);
	content: "";
	width: 155px;
	height: 43px;
	right: -19%;
	top: 40px;
	filter: hue-rotate(104deg);
	background-size: cover;
	background-position: center center;
	position: absolute;
}*/

/*.service-card-single:nth-child(3)::after {
	background-image: url(https://eduvibe.html.devsvibe.com/assets/images/shape-bg/arrow-top.png);
	content: "";
	width: 155px;
	height: 43px;
	left: -19%;
	filter: hue-rotate(104deg);
	top: 18%;
	background-size: cover;
	background-position: center center;
	position: absolute;
}*/

.bg_pro {
	background: url(../images/home-five-hiw.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
}



/*process end*/

/*======================================*/

/*Features start*/

/*custom css*/

/*Features end*/

/*======================================*/

/*Benifits start*/

.why-choose-us-text {
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

.why-choose-us-text li {
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding-left: 90px;
}

.why-choose-us-text li img {
	border: 2.5px solid #c4e2da;
	background: linear-gradient(to top, #f91942, #f91942, #e54865, #f91942, #f91942);
	color: #ffffff;
	width: 65px;
	text-align: center;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1rem;
}
.why-choose-us-text li p {
	margin-bottom: 0;
	font-size: 14.5px;
}
.about-card {
	padding: 30px;
	background: var(--ces-white);
	overflow: hidden;
	margin-bottom: 2rem;
	transition: 0.5s all ease-in-out;
}
.about-card img{
	margin-right: 1rem;
}
/*.line-before::before {
	position: absolute;
	content: "";
	left: 0;
	width: 3px;
	height: 100%;
	background: var(--ces-theme);
	top: 50%;
	transform: translateY(-50%);
}

.line-before {
	position: relative;
	padding-left: 18px;
}*/

.dark {
	background: #221f1f;
}

/*Benifits end*/

/*======================================*/

/*Four column start*/

.history-wrapper {
	background: var(--ces-theme);
	background-image: url(http://themebuz.com/demo/panthar/assets/img/section-img/history/hone.png);
	box-shadow: -20px 6px 35px 0px rgb(186 17 17 / 39%);
	border-radius: 6px 6px 6px 6px;
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	padding: 130px 40px;
	display: flex;
	align-items: center;
	position: relative;
}
.theme-heading-title .subtitle {
	font-size: 18px;
	font-weight: 600;
	line-height: 65px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 0;
	margin-bottom: 0;
	color: var(--ces-theme);
}

.theme-heading-title .title {
	font-size: 40px;
	line-height: 65px;
	font-weight: 700;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.history-area .icon {
	width: 60px;
	height: auto;
	background: var(--ces-theme);
	padding: 1rem;
	border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
	margin-bottom: 1rem;
}

.col-lg-6:nth-child(4n+1) .content_now {
	border-right: 1px solid #00000012;
	border-bottom: 1px solid #00000012;
}

.col-lg-6:nth-child(4n+2) .content_now {
	border-left: 1px solid #00000012;
	border-bottom: 1px solid #00000012;
}

.col-lg-6:nth-child(4n+3) .content_now {
	border-right: 1px solid #00000012;
	border-top: 1px solid #00000012;
}

.col-lg-6:nth-child(4n+4) .content_now {
	border-left: 1px solid #00000012;
	border-top: 1px solid #00000012;
}

.content_now {
	padding: 2rem;
	text-align: left;
}

/*Four column end*/

/*======================================*/

/*We Offer start*/

.style-animate-dot-wrap {
	margin-top: 3px;
}

.style-animate-dot-wrap {
	height: 6px;
	width: 6px;
	background: red;
	border-radius: 50%;
	margin-right: 16px;
	display: inline-block;
	position: relative;
}

.style-animate-dot-wrap.dot-wrap-two::before {
	border: 1px solid red !important;
}

.style-animate-dot-wrap:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 1px solid var(--ces-white);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.style-animate-dot {
	height: 6px;
	width: 6px;
	background: red;
	border-radius: 50%;
	margin-right: 16px;
	display: inline-block;
	position: relative;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.style-animate-dot-wrap.dot-wrap-two::after {
	border: 1px solid red !important;
}

.style-animate-dot-wrap:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	border: 1px solid var(--ces-white);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.offer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.offer ul li {
	background: white;
	padding: 1rem;
    /* border: 1px solid; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0 0 7px 3px #0000001f;
	border-radius: 5px;
	/*width: 18%;*/
}

.offer ul li {
	transition: 0.5s all ease-in-out;
}

.offer ul li p {
	margin: auto 0;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.4;
}

.offer {
	background: linear-gradient(45deg, #70061a, #00000040),url(../images/value-bg.webp);
	background-position: center;
	background-attachment: scroll;
	background-size: cover;
	height: auto;
	background-repeat: no-repeat;
}
/*We Offer end*/
/*======================================*/
/*New about start*/
.content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-item-wrap.list-item-wrap-01 {
	padding-top: 0;
}
.list-item-wrap {
	width: 100%;
}
.list-item-wrap ul {
	margin: 0;
	padding: 0;
}
.list-item-wrap ul li {
	list-style: none !important;
	position: relative;
	padding-left: 0 !important;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
.list-item-wrap ul li .style-dot {
	height: 6px;
	width: 6px;
	background: var(--ces-theme);
	border-radius: 50%;
	margin-top: 9px;
}
.list-item-wrap ul li .style-bar {
	height: 2px;
	width: 13px;
	margin-top: 11px;
	border-radius: 5px;
	background: var(--ces-theme);
}

.list-item-wrap ul li span {
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}

.list-item-wrap ul li .content {
	font-weight: 600;
	color: var(--ces-black);
}

.animate-image-inner {
	position: relative;
}

.animate-image-inner-overlay .thumb {
	position: relative;
}

.animate-image-inner-overlay .thumb span {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: absolute;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	z-index: 1;
}

.animate-image-inner-overlay .thumb:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(235, 11, 11, 0.2);
	margin: 60px 70px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	border-radius: 6px;
}

.animate-image-inner-overlay .thumb .animate-1 {
	border-bottom: 3px solid var(--ces-theme);
	border-right: 3px solid var(--ces-theme);
	left: 90px;
	top: 80px;
}

.animate-image-inner-overlay .thumb .animate-2 {
	border-bottom: 3px solid var(--ces-theme);
	border-left: 3px solid var(--ces-theme);
	right: 90px;
	top: 80px;
}

.animate-image-inner-overlay .thumb .animate-3 {
	border-top: 3px solid var(--ces-theme);
	border-right: 3px solid var(--ces-theme);
	left: 90px;
	bottom: 80px;
}

.animate-image-inner-overlay .thumb .animate-4 {
	border-top: 3px solid var(--ces-theme);
	border-left: 3px solid var(--ces-theme);
	right: 90px;
	bottom: 80px;
}

.animate-image-inner-overlay .thumb img {
	border-radius: 6px;
	width: 100%;
}

.animate-image-inner-overlay:hover .thumb .animate-1 {
	left: 40px;
	top: 30px;
}

.animate-image-inner-overlay:hover .thumb .animate-2 {
	right: 40px;
	top: 30px;
}

.animate-image-inner-overlay:hover .thumb .animate-3 {
	left: 40px;
	bottom: 30px;
}

.animate-image-inner-overlay:hover .thumb .animate-4 {
	right: 40px;
	bottom: 30px;
}

.animate-image-inner-overlay:hover .thumb:after {
	margin: 0;
}

/*New about end*/

/*======================================*/

/*Tech Expertise start*/

.category-grid-style-01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
	-webkit-box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
	box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
	border-radius: 5px;
}

.teck .category-grid-style-01 .category-item {
	padding: 20px 10px;
	text-align: center;
	width: 16.6666%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
}

.teck .category-grid-style-01 .category-item:before {
	content: "";
	background: #ffffff;
	width: 110%;
	height: 110%;
	display: inline-block;
	position: absolute;
	left: -5%;
	top: -5%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
	transition: all 0.3s ease-in-out;
}

.teck .category-grid-style-01 .category-item .category-icon {
	color: #333333;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.teck .category-grid-style-01 .category-item .category-title {
	color: #022d62;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
}

.category-grid-style-01 .category-item:hover:before {
	-webkit-box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
	box-shadow: 5px 5px 24px 0px rgb(2 45 98 / 10%);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.bg-stack {
	background: #f1f1f1;
}

/*Tech Expertise end*/

.nft-service-solution .serviceBox{
color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 25px 25px 55px;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem!important;
    transition: 0.5s all ease-in-out;
}
.nft-service-solution .serviceBox:before, .nft-service-solution .serviceBox:after {
    content: '';
    background: linear-gradient(#f81942, #262122);
    border-radius: 20px;
    position: absolute;
    left: 10px;
    right: 0;
    top: 15px;
    bottom: 0;
    z-index: -1;
        transition: 0.5s all ease-in-out;
}
.nft-service-solution .serviceBox:after{
    background: #fff;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 15px;
    clip-path: polygon(30% 0, 100% 0, 100% 85%, 75% 100%, 0 100%, 0 20%);
        transition: 0.5s all ease-in-out;
}
.nft-service-solution .serviceBox .service-icon{
   color: #f91942;
    font-size: 35px;
    text-shadow: 4px 4px rgba(0,0,0,0.1);
    margin: 0 0 10px;
}
.nft-service-solution .serviceBox .title {
    color: #f91942;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    min-height: 32px;
}
.nft-service-solution .serviceBox .title span{ font-weight: 700;color: #0e0622; }
.nft-service-solution .serviceBox .description {
    height: 70px;
    overflow: hidden;
    min-height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0e0622;
    transition: 0.3s linear all;
}
.serviceBox.show .fa-arrow-alt-circle-down {
    transform: rotate(-180deg);
}
.serviceBox.show p.description {
    height: auto !important;
    overflow: auto !important;
    -webkit-line-clamp: initial;
    text-overflow: unset !important;
}
.nft-service-solution .serviceBox .read-more{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: 15px;
    bottom: 9px;
    transition: all 0.3s ease 0s;
}
/*.nft-service-solution .serviceBox .read-more:hover{
    color: rgba(255,255,255,0.7);
    text-shadow: 3px 3px rgba(255,255,255,0.1);
}*/
/*.nft-service-solution .serviceBox.darkgreen:before{ background: linear-gradient(#00A28D, #007385); }
.nft-service-solution .serviceBox.darkgreen .service-icon,
.nft-service-solution .serviceBox.darkgreen .title{
    color: #007385;
}
.serviceBox.blue:before{ background: linear-gradient(#00BFE9, #0170DC); }
.serviceBox.blue .service-icon,
.serviceBox.blue .title{
    color: #0170DC;
}
.serviceBox.green:before{ background: linear-gradient(#93c916, #3AB447); }
.serviceBox.green .service-icon,
.serviceBox.green .title {
    color: #3AB447;
}*/
@media only screen and (max-width:990px){
    .nft-service-solution .serviceBox{ margin: 0 0 30px; }
}


.service-card blockquote {
    font-style: italic;
    font-weight: bold;
}

.readmore_cnt {
    display: none;
}
.nft-service-solution .serviceBox .service-icon img {
    height: 70px;
}
.flow {
    padding-top: 20px;
}
.pt-50
{
	padding-top: 2rem;
}
.pb-50
{
	padding-top: 2rem;
}
.text1 {
    margin-top: 10px;
}
.footer-copyright
{
	padding: 20px 0 10px;
}
ul.social-link.float-right
{
	margin-bottom: 0px;
}
.nft-service-solution .serviceBox .description:hover {
    height: auto;
    text-overflow: unset;
    overflow: auto;
    min-height: auto;
    -webkit-line-clamp: unset;
    transition: 0.3s linear all;
    
}
.what img{
	height: 32rem;
    object-fit: cover;
    object-position: center;
}
.bnr_form{
	display: none;
}
.what .list-item-wrap ul li .content{
	color: var(--ces-white)!important;
}
/* Overlay css */

.overlay_box {
    height: 250px;
    width: auto;
    position: relative;
    z-index: 20;
    border-radius: 0.5rem;
    box-shadow: 0 0 11px 3px #00000052;
	margin-bottom: 2rem;
}

.overlay_box.b1{
	background: url(../images/nft-marketplace/art-nft-marketplace.webp);
}
.overlay_box.b2{
	background: url(../images/nft-marketplace/music-nft-marketplace.webp);
}
.overlay_box.b3{
	background: url(../images/nft-marketplace/sports-nft-marketplace.webp);
}
.overlay_box.b4{
	background: url(../images/nft-marketplace/video-nft-marketplace.webp);
}
.overlay_box.b5{
	background: url(../images/nft-marketplace/game-nft-marketplace.webp);
}
.overlay_box.b6{
	background: url(../images/nft-marketplace/fashion-nft-marketplace.webp);
}
.overlay_box.b7{
	background: url(../images/nft-marketplace/celeb-nft-marketplace.webp);
}
.overlay_box.b8{
	background: url(../images/nft-marketplace/realestate-nft-marketplace.webp);
}
.overlay_box.b9{
	background: url(../images/nft-marketplace/domain-nft-marketplace1.webp);
}
.overlay_box.b10{
	background: url(../images/nft-marketplace/collectibles-nft-marketplace.webp);
}
.overlay_box:after {
	content: "";
	position: absolute;
	z-index: 3;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, transparent 0, transparent 30%, #000);
	opacity: 0.8;
	border-radius: 0.5rem;
  }
  
  .overlay_box_text {
	position: absolute;
    width: 94%;
    display: flex;
    justify-content: center;
    z-index: 20;
    bottom: 1%;
    align-items: center;
    left: 15px;
    top: 50%;
    color: white;
    font-size: 1.5rem;
  }
  