body{
	font-family: 'Questrial',
	sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding-bottom: auto;
}
/*Menu Css*/
.navbar-nav .nav-link {
	color: #2D2D2D;
} 
.login-btn{
	border: 1.5px solid #E352EF;
	box-sizing: border-box;
	border-radius: 5px;
	color: #E352EF;
	font-weight: 500;
	padding: .355rem 1.5rem;
	margin-right: 1.5rem;
}

.nav-item  .login-btn:hover
{
   /* border: 1.5px solid #000; */
}
.nav-item .login-btn:focus, .demo-btn:focus {
	/* border: 0px solid #000; */
	box-shadow: 0 0 0 0.1rem rgb(227 82 239);
}
.nav-item .detail-login-btn:focus,
.demo-btn:focus {
	/* border: 0px solid #000; */
	box-shadow: 0 0 0 0.1rem rgb(227 82 239);
}
.nav-item 
.apply-btn:focus {
	/* border: 0px solid #000; */
	box-shadow: 0 0 0 0.1rem #000;
}


.dropdown-menu .dropdown-item
{
	font-size: 14px;
}
.dropdown-menu .dropdown-item:active
{
 background-color: #000;
 color: white;
}
.demo-btn{
	background: #E352EF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .355rem 1.5rem;
	border: 1.5px solid #E352EF;

}
.apply-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .355rem 1.5rem;
	border: 1.5px solid #E352EF;

}
.casestudy-menu:hover > .dropdown-menu {
	display: block;
	top: 90%;
}

/*Banner Css*/
.banner-section{
	background-image: url('../../assets/images/home/indexbanner.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
    margin-top: -6rem;
    padding-top: 10rem;
}
 .homebanner
{
	height: 500px !important;
	
}
.homedivider
{
	margin-top: -50px !important;
}


.banner-section h2{
	font-style: normal;
    font-weight: 900;
    font-size: 67px;
	font-family: Lato;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #202305;
}
.banner-section h2 img{
	width: 25%;
}
/*.banner-section h2 span{
	width: 30px;
	height: 30px;
	font-size: 20px;
    border-radius: 50%;
    color: #D9EF00;
    background-color: #D9EF00;
}*/
.banner-section h2 .circle-green{
	width: 30px;
	height: 30px;
	font-size: 20px;
    border-radius: 50%;
    color: #D9EF00;
    background-color: #D9EF00;
    position: absolute;
    right: 19%;
    top: 61%;
}
.divider-section{
	background-image: url('../../assets/images/home/divider.png');
	height: 100px;
    /* position: absolute; */
    margin-top: -4rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-works{
	padding-top: 5rem;
    padding-bottom: 5rem;
}
.how-works-start{
	padding-top: 5rem;
	height: 100%;
    padding-bottom: 5rem;
}
.text-left {
	text-align: left !important;
	font-family: 'Lato';
}
 h3{
	font-family: Mulish;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 117.3%;
	/* identical to box height, or 54px */

	text-align: center;
	letter-spacing: 0.02em;

	color: #393939;
}
.resources-number
{
	font-family: 'Lato';
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.resources-number:hover
{
	font-family: 'Lato';
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #E352EF;
}
.productbox-info
{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #393939;
}
.productbox-info:hover {
	font-family: 'Lato';
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #393939;
}
.sub-heading{
	font-family: 'Questrial',
	sans-serif;
	font-weight: normal;
	line-height: 27px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
}
/*Partners*/
.partners{
	background: #F7F7F7;
	padding-top: 5rem;
    padding-bottom: 5rem;
}
.partners .row .col-sm-2{
	flex: 1 0 20%;
    max-width: 20%;
    text-align: center;
}
/*Products*/
.products h3{
	font-family: Lato;
	font-weight: 700;
	font-size: 46px;
}
.product-title {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	font-family: Lato;
	line-height: 26px;
	/* or 26px */
	letter-spacing: 0.02em;
	color: #181818;
}
.product-cat{
	font-style: normal;
	font-weight: 600;
	font-family: Lato;
	font-size: 18px;
	line-height: 20px;
	/* or 20px */
	letter-spacing: 0.02em;
	color: #2C2B2B;
}
.product-desc{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	font-family: Questrial;
	line-height: 24px;
	/* or 24px */
	letter-spacing: 0.02em;
	color: #000000;
	padding-right: 4rem;
}
.read-more{
	color: #E352EF;
}
/*Design*/
.design-section{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.design-section h3
{
  font-family: Lato;
  font-size: 36px;
  font-weight: 700;
}
.design-section p {
	/* font-family: Lato1; */
	font-size: 14px;
}
.design-section h6 {
	font-family: Lato;
	
}
.coming-soon .form-group input:focus {
	box-shadow: none !important;
}

.design-section .user-desc p{
	/* font-family: Lato; */
}
.bg-pink{
	background-color: #E352EF;
}
.design-tab{
	border-radius: 4px;
    padding: 20px;
    margin-bottom: 2rem;
}
.yellow-box{
	background: #FFFFFF;
	border: 1px solid #D9EF00;
	box-sizing: border-box;
	border-radius: 5px;
}
.yellow-box .user-header{
	background: #D9EF00;
}
.user-header{
	height: 140px;
	border-radius: 5px 5px 0px 0px;
}
.user-box h6{
	padding-top: 2.5rem;
}
.yellow-box .user-img,.user-box .user-img{
	position: absolute;
    top: 18%;
    left: 32%;
    text-align: center;
}
.user-desc{
	padding-top: 2rem !important;
}
.user-desc p{
	font-family: Lato;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	/* or 24px */

	text-align: center;
	letter-spacing: 0.02em;

	color: #000000;
}
/*Testimonial Slider*/
.testmonial-item{
	background: #FFFFFF;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
	border-radius: 5px;
	/*padding: 15px;*/
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.user-section .text-img{
	width: 20%;
}
.testmonial-slider .slick-dots li button:before ,.resource-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    color: #C4C4C4;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #E0B0FF;
}
.resource{
	/*padding-left: 8rem;*/
}
.resource-slider .testmonial-item{
	/*padding-right: 2rem;*/
}
.slider-eclipse{
	background-image: url(../../assets/images/home/Ellipse.png);
    height: 103px;
    background-repeat: no-repeat;
    width: 110px;
    background-size: cover;
    margin-left: auto;
    position: absolute;
    top: -7px;
    right: 27px;
}
.contact-box{
	display: flex;
    width: 97%;
    background-color: rgba(217, 239, 0, 1);
    padding: 3rem;
	margin-top: 5rem
}
/* index page */
.how-works h3 {
    font-family: Lato;
	font-weight: 700;
	font-size: 46px;
}
.how-works p {
	/* font-family: Eino01; */
	font-size: 16px;
}
.partners h3{
	font-family: Lato;
	font-weight: 700;
	font-size: 46px;
}
/*FAQ Page*/
.faq-banner{
	height: 340px;
}
.contact-us h3 {
	font-family: Lato;
	font-weight: 700;
	
}

.contact-us p {
	/* font-family: Eino01; */
}

.has-search{
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	height: 70px;
	/* font-family: Eino01; */
	padding: 10px;
    position: relative;
    background: white;
}
.has-search .form-control {
    padding-left: 3.375rem !important;
    height: calc(2.5em + .75rem + 2px);
    border: 0;
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 3rem;
	
    text-align: center;
    pointer-events: none;
    color: #aaa;
    top: 35%;
    left: 2%;
}
.search-box form .form-control{
	border-radius: 2.25rem;
	padding: 1.5rem 0.75rem;
	border: 0;
	border-color: transparent;
}
.has-search .input-group-text{
	padding: .375rem 2.5rem;
	color: #ffffff;
	/* font-family: Eino01; */
    text-align: center;
    white-space: nowrap;
    background-color: #e352ef;
    border: 1px solid #e352ef;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
    margin-bottom: 3rem;
}
.panel-default{
	border-bottom: 1px solid #CDCDCD
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: transparent;
    border-color: #EEEEEE;
}
.products h4{
	font-family: Lato;
	font-weight: 700;
}

.panel-title {
    font-size: 14px;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 19px */

    letter-spacing: 0.02em;

    color: #393939
}

.panel-title > a {
    display: block;
    padding: 15px;
	font-family: Lato;
    text-decoration: none;
    color: #393939
}

.more-less {
    float: right;
    color: #393939;
    font-size: 14px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
	/* font-family: Eino01; */
    letter-spacing: 0.02em;
    color: #000000;
    padding-left: 1rem;
    padding-bottom: 1rem;
}
.dot {
  height: 7px;
  width: 7px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}
.product-box{
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 2rem;
	text-align: center;
}
.product-box p{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #393939;
}
/*Footer*/
.footer{
	background-color: rgb(251, 251, 238);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 4rem;
}
.footer .row{
	padding-top: 5rem;
}

    /*How It works banner*/
.worksub-heading
{
  font-size: 20px;
  /* font-family: Eino01; */
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.02em;

  color: #000000;
}
.design-section
{
	padding-top: 3rem;
	/* font-family: Mulish; */
	padding-bottom: 3rem;
	
}
.project-title
{
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	font-family: Lato;
	letter-spacing: 0.02em;
	color: #393939;
}
.project-desc
{
	font-style: normal;
	font-size: 16px;
	font-family: Questrial;
	line-height: 148.3%;
	padding-right: 20px;
	letter-spacing: 0.02em;
	color: #393939;
}
.fa-ul
{
	padding-top: 30px;
}
.fa-li
{

	height: 20px;
	width:20px;
	color: #E352EF;
	font-family: Questrial;
	font-style: normal;
	font-weight: normal;
	line-height: 148.3%;
	/* or 24px */

	letter-spacing: 0.02em;
	
}
.fa-ul>li {
	font-size: 16px;
	margin-top: 20px;
	font-family: Questrial;
}

.assigned-designer
{
	background: #FBFBFB;
	padding-bottom: 40px;
}
.assigned-designer-heading
{
	margin-top: 70px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	font-size: 46px;
	font-family: Lato;
	letter-spacing: 0.02em;
	color: #393939;
}
.assigned-designer-sub-heading
{
	font-size: 16px;
	text-align: center;
	font-family: Questrial;

	
}
.numbering
{
	background: #E9EBDE;
	width: 30px;
	border-radius: 50%;
	/* margin-bottom: 30px; */

	height: 30px;
}
.number
{
	position: relative;
    font-family: Questrial;
	font-style: normal;
	padding: 5px 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	/* or 17px */

	letter-spacing: 0.03em;

	color: #000000;
	
}

.steps_number
{
	font-family: Questrial;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 117.3%;
	/* or 28px */

	letter-spacing: 0.02em;

	color: #393939;
}
.stepsub-heading
{
	font-family: Questrial;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 148.3%;
	/* or 24px */

	letter-spacing: 0.02em;

	color: #000000;
	padding-right: 30px;
	padding-bottom: 5px;
}
.review-drafts
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.download-instant-file
{
	background: #FBFBFB;
	padding-bottom: 90px;
}
.w-1001
{
	height: 360px;
	width: 452px;
}
.project-title-download
{
	
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	font-family: Lato;
	letter-spacing: 0.02em;
	color: #393939;
}
.get-started-discription
{
  
  font-family: Questrial;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 148.3%;
  /* or 24px */

  letter-spacing: 0.02em;

  color: #000000;
}
/* .contact-box {
	display: flex;
	width: 97%;
	padding-bottom: 40px;
	align-items: center;
	background-color: rgba(217, 239, 0, 1);
	padding: 3rem;
} */
.contact-uss
{
	padding-top: 90px;
}
.benefits
{
	padding-top: 40px;
}
.benefits-heading
{
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align: start;
	line-height: 117.3%;
	/* identical to box height, or 28px */

	letter-spacing: 0.02em;

	color: #393939;
}
.benefits-desc
{
	font-family: Questrial;
	font-style: normal;
	font-size: 14px;
	text-align: start;
	line-height: 117.3%;
	/* identical to box height, or 28px */

	letter-spacing: 0.02em;

	color: #393939;
}
.benefits-div
{
	padding-bottom: 24px;
	padding-right: 5px;

}
.finding
{
	background: #E352EF;
	padding: 40px;
	width: 360px;
	height: 221px;
	border-radius: 10px;
}
.not-finding-heading
{
	font-family: Lato;
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 130%;
	/* or 39px */

	letter-spacing: 0.03em;

	color: #FFFFFF;
}
.not-finding-desc
{
	font-family: Questrial;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */

	letter-spacing: 0.03em;

	color: #FFFFFF;
}


/* why diffrent page */
.why-banner-text
{
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	margin-top: 25px;
	font-size: 50px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #202305;
}
.ux
{
	color: #E352EF;
}
.w-1002
{
	width: 400px;
	height: 350px;
}
.quality_design-section
{
	padding-top: 2.5rem;

}
.w-1003
{
	width: 490px;
	height: 490px;
}
.high_quality_design
{
  margin-top: -80px;
}
.w-1004
{
	width: 470px;
	height: 330px;
}
.save-time
{
	padding-bottom: 60px;
}
/* 404 page */

.whoops-404 
{
	padding-top: 40px;
	padding-bottom: 150px;
	vertical-align: middle;
	
}

.whoops-404 .container {
	/* padding-top: 40px;
	padding-bottom: 150px; */
	vertical-align: middle;

}
.whoops-404 .whoopproduct-title
{
	
	font-size: 46px;
	font-family: Lato;
	font-weight: 900;
	

}


.whoops-404 .whooproduct-desc
{
	font-size: 16px;
	/* font-family: Eino 01; */
	
}
.back-to-home-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	font-family: Questrial;
	font-weight: 500;
	padding: .355rem 1.5rem;
	border: 1.5px solid #E352EF;

}
/* coming soon */

.coming-soon
{
	margin-top: 30px;
}

 .arrow {
	width: 47px;
	}
 .coming-soon h6{
	 font-family: Lato;
	 font-size: 17px;
 }
.coming-100
{
	width: 600px;
	height: 360px;
	
}
.coming-soon h1{
	font-size: 67px;
	font-weight: 900;
	font-family: Lato;
	line-height: 87px;
	margin-top: 5px;
}
.coming-soon .form-control {
	padding-left: 1rem !important;
	height: calc(2.5em + 1.2rem + 3px);
	font-family: Questrial;
	border: 0;
}
.coming-soon .has-search {
	border: 1px solid #CDCDCD;
	border-radius: 2px;
	height: 70px;
	padding: 5px;
	position: relative;
	/* background: white; */
}

.coming-soon .input-group-text {
	border-radius: 0px;
}
.coming-footer
{
	margin-top: 80px;
}


/* case study page */
.casestudybanner-section
{
	height: 400px;
}

.casestudy1-section
{
	margin-top: 70px;
	margin-bottom: 70px
}
.casestudy4-section
{
	margin-bottom: 80px;
}
.casestudy2-section
{
  margin-top: 15px;
}
.casestudyimage
{
	width: 550px;
	height: 540px;
}
.casestudyimage4
{
	width: 500px;
	height: 330px;
}
.viewmore-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .355rem 1.5rem;
	border: 1.5px solid #E352EF;

}

/* //About Page */

.pure-subheading
{
	font-size: 26px;
	font-weight: 400;
	text-align: center;
	font-family: Questrial;

}
.casestudy1-section h3
{
	font-family: Lato;
}
.design-tabb {
	border-radius: 4px;
	padding: 20px 0px;
	margin-bottom: 2rem;
}
.design-section h6 {
	font-size: 20px;
	font-family: Lato;
}

/* our team  */
.team {
	
	padding-top: 1rem;
	padding-bottom: 5rem;
}

.team .row .col-sm-2 {
	flex: 1 0 20%;
	max-width: 20%;
	text-align: center;
}
.team h3{
	font-family: Lato;
	font-size: 45px;
	font-weight: bold;
}
.team h5{
	font-family: Lato;
	font-size: 16px;
	color: #212121;
}
.team .role{
	font-family: Questrial;
	font-size: 13px;
	color: #727272;
}
.nuturing-future-design h3
{
	font-family: Lato;
	font-size: 35px;
	font-weight: bold;
}
.nuturing-future-design .d-block
{
	height: 611px;
}

.bottombox
{
	height: 100px;
	width: full-width;
	background-color:#E352EF;
	text-align: center;
	/* position: relativ; */
	margin-top: -178px;

}
.child {
	width: 120px;
	height: 50px;
	background-color: white;
	/* Center vertically and horizontally */
	position: absolute;
	/* top: 50%; */
	vertical-align: middle;
	border: 1px solid #fff;
	left: 50%;
	
	margin: 25px 0 0 -50px;
	/* apply negative top and left margins to truly center the element */
}

/* copyright */


.carousel-control-next-icon {
	background-image:url(../../assets/images/arrow17.png);
	
	right: 20px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	/* margin-left: 20px; */
}
.carousel-control-prev-icon
{
	background-image:url(../../assets/images/arrow18.png);
	/* width: 120px;
	height: 12px; */
	left: 20px;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.carousel-control-prev {
	left: 20px;
	opacity: 1;
}

.carousel-control-next {
	right: 20px;
	opacity: 1;
}


.copyright {
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	color: #757575;

}

.fellowship-section
{
	padding-top: 3rem;
}

/* cirrculam page */
.fellowship-section h4
{
  font-size: 84px;
  font-family: Lato;
  font-style: normal;
  font-weight: 900;
 
  letter-spacing: 0.02em;
  color: #202305;
  position: absolute;
  z-index: 1;
  width: 70%;
  left: 6.3%;
}

.aspiring-designer
{
	padding-top: 4rem;
}
.aspiring-designer .valley-designers
{
	font-size: 22px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #202305;
}


/* you will section */
.you-will-section
{
	padding-top: 5rem;
}

.you-will-section .valley-designers {
	font-size: 22px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #202305;
}
.you-will-section .youwill-desc
{
	text-align: center;
	font-size: 14px;
	font-family: Questrial;
	font-style: normal;
	font-weight: 700;
	
	letter-spacing: 0.02em;
	color: #202305;
}
.youwill-div
{
	padding-bottom: 10px;
	padding-right: 5px;
}

.intersted-in-section
{
	padding-top: 4rem;
}

.intersted-in-section .valley-designers {
	font-size: 22px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #202305;
}
.intersted-in-section .intested1
{
	width: 341px;
	height: 301px;
}

/* footer */

.circulam-footer {
	margin-top: 60px;
	background-color: #F6F6F6;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 1rem;
	margin-bottom: 0px;

}
.circulam-footer .row {
	padding-top: 1rem;
	
}
.fellow-section
{
	margin-top: 50px;
}

/* //fellowship page */
.fellow-section h4
{
	 font-size: 77px;
	 font-family: Lato;
	 font-style: normal;
	 font-weight: 900;

	 letter-spacing: 0.02em;
	 color: #202305;
	 position: absolute;
	 z-index: 1;
	 width: 70%;
	 left: 9%;
}

.pridi img{
	height: 70px;
}

.app-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 2px;
	color: #fff;
	/* height: 50px; */
	font-family: Lato;
	font-weight: 500;
	padding: .655rem 1.5rem;
	border: 1.5px solid #E352EF;
}
.signup
{
	color: #E352EF;
}

strong {
	font-weight: bold;
}
.aspiring-designer h6{
	font-size: 16px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	
	letter-spacing: 0.02em;
	color: #202305;
}
.percentage
{
	height: 170px;
	background-color: #FDFFED;
	width: 470px;
	padding-left: 15px;
	border-left: 5px solid #D9EF00;
}
.aspiring-designer span{
	color: #E352EF;
	font-size: 20px;
}

.stats-section .valley-designers {
	font-size: 22px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #202305;
}

.stats-section h4{
	font-size: 20px;
	font-family: Lato;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #000000;
}
.stats-percentage
{
	height: 170px;
	background-color: #FDFFED;
	padding-left: 15px;
	padding-top: 40px;
	border-left: 5px solid #D9EF00;
}
.stats-percentage2
{
	height: 170px;
	background-color: #FDE9FF;
	padding-left: 15px;
	padding-top: 40px;
	border-left: 5px solid #E352EF;
}
.stats-section span {
	color: #E352EF;
	font-size: 20px;
}

.sats-below-section
{
	margin-top: 60px;
}

/* Detail page css */
#detailnavbarDropdownProduct,
#detailnavbarDropdownUse,
#detailcompany
{
	color: white;
}
.detail-login-btn
{
	border: 1.5px solid #E352EF;
	box-sizing: border-box;
	border-radius: 5px;
	color: #E352EF;
	font-weight: 500;
	padding: .355rem 1.5rem;
	margin-right: 1.5rem;
}
.detail-login-btn:hover {
	border: 1.5px solid #E352EF;
	box-sizing: border-box;
	border-radius: 5px;
	color: white;
	font-weight: 500;
	padding: .355rem 1.5rem;
	margin-right: 1.5rem;
}
.detail-banner-text
{
	color: white;
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	margin-top: 25px;
	font-size: 70px;
	text-align: center;
	letter-spacing: 0.03em;
}
.detail-banner-subtext
{
	color: white;
	font-style: italic;
}
.detail-project-desc
{
	font-style: normal;
	font-size: 14px;
	font-family: Questrial;
	line-height: 148.3%;
	padding-right: 20px;
	letter-spacing: 0.02em;
	color: #000;
}
.problem-soulation-section
{
	 background: #F6F6F6;
	 margin-top: 70px;
	 padding-top: 4rem;
	 padding-bottom: 4rem;
	
}
.problem-soulation-project-title
{
	font-size: 24px;
	font-family: Lato;
	font-weight: 700;
}
#detailnavbartoogle
{
	color: #ECFE3F;
	border: none;
	background: transparent;
}
.problem-soulation-section .line
{
	width: 2px;
	opacity: 0.2;
	position:absoluate;
	background-color:#000000;
	
}
.d-project-desc {
	font-style: normal;
	font-size: 14px;
	font-family: Questrial;
	line-height: 148.3%;
	letter-spacing: 0.02em;
	color: #000000;
}

.img-rect
{
	position:absoluate;
	margin-left: 33px;
}
.quote-section .quoteimage
{
	width: 130px;
	height: 100px;
}
.quote-title
{
font-style: normal;
font-weight: 700;
font-size: 46px;
margin-top: -50px;
font-family: Lato;
letter-spacing: 0.02em;
color: #393939;
}
.quote-heading
{
	
	font-weight: normal;
	line-height: 27px;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
}
.web-btn
{
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 2px;
	color: #fff;
	margin-top: 80px;
	/* height: 50px; */
	font-family: Lato;
	font-weight: 500;
	padding: .555rem 3.5rem;
	border: 1.5px solid #E352EF;
}
.hrrr
{
	height: 1px;
	background: #DCDCDC;
	opacity: 0.5;
}
.usecase-title
{
	font-size: 34px;
	font-family: Lato;
	font-weight: 700;
	color: #393939;
}
.problem-solve
{
	margin-top: 30px;
}

.casestudy-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 2px;
	color: #fff;
	/* height: 50px; */
	font-family: Lato;
	font-weight: 500;
	padding: .455rem 1.5rem;
	border: 1.5px solid #E352EF;
}

/* Carrer page */
.card
{
	width: 100%;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
	border: 1px solid #F5F5F5;
	box-sizing: border-box;
}
.opportunity-title
{
	font-size: 18px;
	font-family: Lato;
	font-weight: 700;
}
.opprtunity-subheading
{
	font-family: 'Questrial',
	sans-serif;
	font-weight: normal;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 0;
}
/* contact us page */

.contactus-text {
	font-style: normal;
	font-weight: 900;
	font-size: 67px;
	font-family: Lato;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #202305;
}

.form-group label
{
	font-family: 'Questrial',
	sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 0;
}
.form-group input
{
	height: 47px;
	 border:1px solid #CDCDCD; 
	box-sizing: border-box;
	font-size: 14px;
	
	border-radius: 5px;
}
.form-group input::placeholder {
	height: 47px;
	/* border:1px solid #CDCDCD; */
	box-sizing: border-box;
	opacity: 0.4;
	font-size: 14px;

	border-radius: 5px;
}
.form-group textarea {
	min-height: 180px;
	border: 1px solid #CDCDCD;
	box-sizing: border-box;
	border-radius: 5px;
}
.form-group input:focus {
	box-shadow: 0 0 0 0.1rem rgb(227 82 239);
}
.form-group textarea:focus
{
	box-shadow: 0 0 0 0.1rem rgb(227 82 239);
}
.send-btn
{
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .555rem 1.5rem;
	border: 1.5px solid #E352EF;
}
.send-btn:focus
{
	box-shadow: 0 0 0 0.1rem rgb(227 82 239);
}
.field-icon {
	float: right;
	/* margin-left: -40px; */
	padding-right: 10px;
	margin-top: -32px;
	position: relative;
	opacity: 0.3;
	z-index: 2;
}
/* carrer detail page */

.d-apply-btn{
	background: #E352EF;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	color: #fff;
	font-family: Lato;
	margin-top: 25px;
	font-weight: 500;
	padding: .555rem 1.9rem;
	border: 1.5px solid #E352EF;
}

.d-sub-heading {
	font-family: 'Questrial',
	sans-serif;
	font-weight: normal;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000000;
}
.d-heading
{
	text-align: left;
	font-family: Lato;
	font-weight: 700;
	font-size: 46px;
}
.d-italic-para
{
	font-family: 'Questrial',
	sans-serif;
	font-weight: normal;
	line-height: 27px;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: #000000;
	font-style: italic;
}
#fileuploadd
{
	height: 55px;
}

.submit-app-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: .778rem 3rem;
	border: 1.5px solid #E352EF;
}

/* Get a demo page */
.getdemo
{
	/* text-align: left; */
	font-family: Lato;
	font-weight: 900;
	font-size: 36px;
	margin-top: 15px;
}
.formsection
{
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 40px;
}

.get-demo-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding: .978rem 3rem;
	border: 1.5px solid #E352EF;
}

.get-demo-section .demo-btn-link
{
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding: .978rem 3rem;
	border: 1.5px solid #E352EF;
}
.get-demo-section .demo-btn-link:hover {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #000;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	padding: .978rem 3rem;
	border: 1.5px solid #E352EF;
}

.form-group select {
	font-family: Questrial;
	height: 47px;
	box-sizing: border-box;
	
	font-size: 14px;

	border-radius: 5px;
}
.form-group option{
	
	
	color: black;
	
}
.tmcc
{
	text-align: center;
	
}
.get-demo-section a{
	color: #E352EF;
}
/* Product Manger */
.pb-banner-section
{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 580px;
	margin-top: -6rem;
	padding-top: 11rem;
}
.pb-banner-image
{
	height: 431px;
	width: 500px;
}
.pb-fl-text
{
	font-family: 'Questrial',
	sans-serif;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #000000;
	
}

.pb-banner-text {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	
	letter-spacing: 0.03em;
	color: #393939;
}
.pb-ll-text
{
	font-size: 1.1rem;
}

.pb-started-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .555rem 2.5rem;
	border: 1.5px solid #E352EF;
}
.immm
{
	padding-right: 15px;
}
.dataact-section
{
	
	padding-top: 5rem;
}
.leftimage
{
	padding-right: 60px;
}
.customer-quote-section
{
	background-color: #FBFFCE;
	margin-top: 4rem;
}
.dataact-fitin-section
{background-color: #FBFFCE;
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-bottom: 4rem;
	margin-top: 4rem;}	
	
	
	

.customer-name {
	color:#8C8C8C;
}
.learn-more{
	color: #000;
}
.support-pureux {
	font-style: normal;
	font-weight: 700;
	font-family: Lato;
	font-size: 43px;
	line-height: 117.3%;

	text-align: left;
	letter-spacing: 0.02em;
	color: #393939;
}
.support-ux
{
	background: #FBFBFB;
	padding-top: 7rem;
	padding-bottom: 7rem;
}
/* Pure Ux Page */
.pureux-banner-text {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	margin-top: 25px;
	font-size: 55px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #202305;
}


.pure-heading {
	font-style: normal;
	font-weight: 700;
	font-size: 46px;
	font-family: Lato;
	letter-spacing: 0.02em;
	color: #393939;
}
.pure-quality-design
{
	padding-left: 120px;
	padding-right: 120px;
}
.pure-quality-design span {
	font-size: 46px;
	font-family: Lato;
	font-weight: 700;
	color: #D9EF00;
}
.pureux-desc
{
	font-size: 18px;
}

.pure-quality-savetime-design
{
	padding-left: 120px;
	padding-right: 120px;
	background-color:#FBFBFB;
}
/* .pureux-quality-design
{
padding-left: 120px;
padding-right: 120px;
} */

.fo-more-btn {
	background: #E352EF;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: .455rem 2.5rem;
	border: 1.5px solid #E352EF;
}
.pureux-bottombox {
	height: 100px;
	width: full-width;
	background-color: #E352EF;
	margin-top:-50px;
}
.po-card
{
	height: 400px;

	background-color: #C8DB10;
	border: 1px solid #C8DB10;
	border-radius: 10px;
}
.card-heading
{
	margin-top: 80px;
	color: white;
	font-family: Lato;
	font-weight: 700;
	font-size: 22px;
}
.card-subheading
{
	color: white;
}
.white-read-more {
	color: white;
}
.founder-card
{
	height: 400px;
	
	background-color: #E352EF;
	border: 1px solid #E352EF;
	border-radius: 10px;
	margin-top: -150px;
}
.pd-card
{
	height: 400px;
	
	background-color: #2984D9;
	border: 1px solid #2984D9;
	border-radius: 10px;
	
}
.havequesation-box {
	display: flex;
	width: 97%;
	border: 1px solid black;
	padding: 2rem;
	/* padding: 3rem; */
}
.Have-quesation
{
	font-weight: 900;
	font-family: Lato;
	font-size: 20px;
}

.purecheck-banner-text {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	margin-top: 25px;
	font-size: 56px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #202305;
}
.purecheck-subheading
{
  font-size: 17px;
  
}
.learnabout-more {
	color: #E352EF;
	font-weight: 900;
}

/* How it works */
.li-list
{
	padding-left: 10px;
	font-weight: 600;
}
.open-roles
{
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	font-family: Lato;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #202305;   
}
html {
	scroll-behavior: smooth;
}
.footer-logo{
	margin-top: -10px;
}



























/*Responsive*/
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	




}

@media (max-width: 1200px) {
	.navbar {
		flex-direction: row-reverse;
		padding: 0.5rem 0;
	}

	.coming-soon .coming-100 {
		width: 450px;
		height: 340px;
		margin-top: 40px;

	}
	.fellow-section
	{
		margin-top: 80px;
	}
	.fellow-section h4 {
		font-size: 60px;
		font-family: Lato;
		font-style: normal;
		font-weight: 900;
        letter-spacing: 0.02em;
		color: #202305;
		position: absolute;
		z-index: 1;
		width: 70%;
		left: 9%;
	}
	#detailnavbarDropdownProduct,
	#detailnavbarDropdownUse,
	#detailcompany {
		color: white;
		/* padding-bottom: 25px; */
	}
	
	.detail-login-btn:hover{
		border: 1.5px solid #E352EF;
		box-sizing: border-box;
		border-radius: 5px;
		color: black;
		font-weight: 500;
		padding: .355rem 1.5rem;
		margin-right: 1.5rem;
	}
	.detail-login-btn {
		border: 1.5px solid #E352EF;
		box-sizing: border-box;
		border-radius: 5px;
		color: black;
		margin-bottom: 10px;
		margin-top: 5px;

		font-weight: 500;
		padding: .355rem 1.5rem;
		margin-right: 1.5rem;
	}
	.formsection {
		padding-right: 40px;
		padding-left: 50px;
		padding-bottom: 40px;
	}
	.leftsideimage {
		height: 100%;
	}
	.pb-banner-section {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		height: 680px;
		margin-top: -6rem;
		padding-top: 11rem;
	}

	.pure-heading {
		font-style: normal;
		font-weight: 700;
		font-size: 40px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	


}


@media(max-width: 767px) {
	.banner-section h2 {
		font-size: 45px;
	}

	.banner-section h2 img {
		width: 40%;
	}

	.product-desc {
		padding-right: 0;
	}

	.navbar-toggler {
		padding: .7rem .9rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 1px solid #dddd2e;
		color: #dbdb20;
	}

	.footer {
		justify-items: center;
	}

	.footer .row {
		justify-content: center !important;
	}

	.login-btn {
		margin-bottom: 15px;
	}

	.partners .row-first {
		margin-bottom: 0 !important;
	}

	.partners .row .col-sm-2 {
		flex: 0 0 50%;
		max-width: 50%;
		text-align: center;
		margin-bottom: 2rem;
	}

	.slider-eclipse {
		height: 65px;
		width: 70px;
		right: 16px;
	}

	.design-section {
		padding-bottom: 3rem;
	}

	.contact-box {
		display: flex;
		width: 100%;
		align-items: center;
		background-color: rgba(217, 239, 0, 1);
		padding: 1rem;
	}
	.divider-section {
		background-image: url(../../assets/images/home/divider.png);
		height: 0px;
		/* position: absolute; */
		margin-top: -4rem;
		background-size: cover;
		background-repeat: no-repeat;
	}


	/*FAQ*/
	.faq-banner {
		height: 450px;
		padding-top: 10rem;
	}

	.product-box {
		margin-bottom: 2rem;
	}

	.has-search .form-control {
		padding-left: 2rem !important;
	}

	/*  */

	.banner-section h3 {
		font-size: 50px;
	}

	/* 404 page */

	.whoops-404 img {
		margin-top: 70px;
		width: 400px;
		height: 300px;
		justify-content: center;
	}
	/* //How it works */
	.assigned-designer-heading {
		margin-top: 70px;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		font-size: 36px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	.project-title-download {
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: rgb(57, 57, 57);
	}

	/* /coming soon */
	.coming-soon .coming-100 {
		width: 480px;
		height: 340px;
		margin-top: 40px;

	}

	.coming-soon .whoopproduct-title {
		font-size: 57px;
		line-height: 80px;
		margin-top: 13px;

	}

	.coming-soon .whoopproduct-title {
		font-size: 57px;
		line-height: 80px;
		margin-top: 13px;

	}

	.coming-footer {
		padding: 10px;
	}

	/* Case study page */
	.viewmore-btn {
		margin-bottom: 50px;
	}

	.bottombox {
		height: 100px;
		width: full-width;
		background-color: #E352EF;
		text-align: center;
		margin-top: 0px;
	}
	.child {
		width: 120px;
		height: 50px;
		background-color: white;
		/* Center vertically and horizontally */
		position: absolute;
		/* top: 50%; */
		vertical-align: middle;
		/* border: 1px solid #000; */
		left: 50%;

		margin: 25px 0 0 -80px;
		/* apply negative top and left margins to truly center the element */
	}
	.fellowship-section h4 {
		font-size: 44px;
		font-family: Lato;
		font-style: normal;
		
		font-weight: 1200;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #202305;
		position: absolute;
		z-index: 1;
		width: 70%;
		left: 6.3%;
	}
	.fellow-section
	{
		margin-top: 50px;
	}
	.fellow-section h4 {
		font-size: 40px;
		font-family: Lato;
		font-style: normal;
		font-weight: 900;

		letter-spacing: 0.02em;
		color: #202305;
		position: absolute;
		z-index: 1;
		width: 85%;
		left: 9%;
	}
	.pridi img {
		height: 40px;
	}
	.stats-percentage2 {
		height: 170px;
		background-color: #FDE9FF;
		padding-left: 15px;
		margin-top: 20px;
		padding-top: 40px;
		border-left: 5px solid #E352EF;
	}
	
	/* why different seting */
	.quality_design-section .project-title {
		font-style: normal;
		font-weight: bold;
		font-size: 35px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	 .high_quality_design .project-title-download {
		font-style: normal;
		font-weight: bold;
		padding-right: 20px;
		font-size: 35px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	.easy-communication .project-title {
		font-style: normal;
		font-weight: bold;
		font-size: 35px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	.save-time .project-title-download {
		font-style: normal;
		font-weight: bold;
		padding-right: 20px;
		font-size: 35px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}


	.banner-section .why-banner-text
	{
		font-size: 40px;
	}
	/* detail page text */
    #detailnavbarDropdownProduct,
    #detailnavbarDropdownUse,
    #detailcompany {
    	color: black;
    }
	/* .detail-container{
		background-color: #474746;
	} */
	.detail-login-btn {
		border: 1.5px solid #E352EF;
		box-sizing: border-box;
		border-radius: 5px;
		color: black;
		margin-bottom: 10px;
		margin-top: 5px;
		
		font-weight: 500;
		padding: .355rem 1.5rem;
		margin-right: 1.5rem;
	}
	#detailnavbartoogle {
		color: #ECFE3F;
		border: 1px solid #ECFE3F;
		background: transparent;
	}
	.problem-soulation-section .line {
		width: 90%;
		opacity: 0.2;
		position:absolute;
		height: 2px;
		background-color: #000000;

	}
	.img-rect {
		position: absoluate;
		margin-left: 0px;
	}
	 .quote-img {
		/* width: 85px; */
		text-align: center;

	}
	.quote-user-bio
	{
		text-align: center;
	}

	.detail-banner-text {
		color: white;
		font-family: Lato;
		font-style: normal;
		font-weight: 900;
		margin-top: 25px;
		font-size: 50px;
		text-align: center;
		letter-spacing: 0.03em;
	}
	.detail-banner-subtext {
		color: white;
		font-style: italic;
		font-size: 16px;
	}
	.project-title {
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: rgb(57, 57, 57);
	}
	.quote-title {
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		margin-top: -50px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: rgb(57, 57, 57);
	}
	/* contact us page */
	.contactus-text {
		font-style: normal;
		font-weight: 900;
		font-size: 43px;
		font-family: Lato;
		line-height: 120%;
		letter-spacing: 0.03em;
		color: #202305;
	}
	.formsection {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 40px;
	}
	.leftsideimage
	{
		display: none;
	}
		.pb-banner-section {
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center center;
			height: 880px;
			margin-top: -6rem;
			padding-top: 11rem;
		}
	.pb-banner-text {
		font-family: Lato;
		font-style: normal;
		font-weight: 900;
		font-size: 36px;
		letter-spacing: 0.03em;
		color: #393939;
	}
	.support-pureux {
		font-style: normal;
		font-weight: 700;
		font-family: Lato;
		font-size: 33px;
		line-height: 117.3%;
		text-align: left;
		letter-spacing: 0.02em;
		color: #393939;
	}
	.products h3 {
		font-family: Lato;
		font-weight: 700;
		font-size: 36px;
	}
	.pure-quality-design {
		padding-left: 20px;
		padding-right: 20px;
	}
	.banner-section .pureux-banner-text {
		font-family: Lato;
		font-style: normal;
		font-weight: 900;
		margin-top: 25px;
		font-size: 39px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #202305;
	}
	.purecheck-subheading {
		font-size: 16px;
	}


	.pure-heading {
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		font-family: Lato;
		letter-spacing: 0.02em;
		color: #393939;
	}
	.founder-card {
		height: 400px;

		background-color: #E352EF;
		border: 1px solid #E352EF;
		border-radius: 10px;
		margin-top: 0px;
	}
	.pure-quality-savetime-design
	{
		padding-left: 20px;
		padding-right: 20px;
	}




}

@media (min-width:767px) { 
	.bannerrow {
		height: 225vh;
		overflow: hidden;
	}
	/* .demobannerrow
	{
		height: 145vh;
		overflow: hidden;
	} */



	/* 14. Pricing */
.pricing-wrap {
	padding: 0px 80px;
}
.single-pricing {
	background: #fff;
	box-shadow: 0px 0px 43px 0px rgba(89, 75, 128, 0.17);
	padding-top: 40px;
	padding-bottom: 45px;
	border-radius: 10px;
	transition: .3s linear;
	transform: translateY(0);
}
.pricing-head > span {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #rgba(217, 239, 0, 1);
	margin-bottom: 10px;
}
.pricing-head h2 {
	font-size: 46px;
	color: #e352ef;
	line-height: 1;
	margin-bottom: 0;
}
.pricing-head h2 span {
	font-size: 14px;
	font-weight: 500;
	color: #58468c;
}
.pricing-list ul li {
	color: #786d99;
	margin-bottom: 11px;
}
.pricing-list ul li:last-child {
	margin-bottom: 0;
}
.single-pricing:hover {
	transform: translateY(-10px);
}
.pricing-btn .btn {
	padding: 15px 70px;
	border: 1px solid #e352ef;
	background: transparent;
	color: #e352ef;
}
.single-pricing:hover .pricing-btn .btn {
	background: #e352ef;
	color: #fff;
}
.single-pricing.active {
	transform: translateY(-10px);
}
.single-pricing.active .pricing-btn .btn {
	background: #ca15ac;
	color: #fff;
}
.s-single-pricing .pricing-head {
	padding: 0 55px;
}
.s-single-pricing .pricing-head > span {
	margin-bottom: 5px;
}
.s-single-pricing .pricing-head p {
	font-size: 14px;
	margin-bottom: 30px;
}
.s-single-pricing .pricing-list ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
}
.s-pricing-btn .btn {
	background: #e352ef;
	padding: 18px 29px;
	border-radius: 50px;
}
.s-single-pricing {
	padding-top: 45px;
}
.digi-pricing-shape {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.footer2
{margin-top: 4rem;}

.dataact-fitin-section2
{background-color: #FBFFCE;
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin-top: 4rem;}	
  
  /*------------------------------------------------ pricing-2 -------------------------------------*/
  
  .bg-pricing-2 .text-primary {
	color: #e252ef !important;
	font-family: Lato;
  }
  
  .bg-pricing-2 .text-success {
	color: #DBDB1F !important;
  }
  
  .bg-pricing-2 .btn {
	padding: 10px 30px;
	font-size: 15px;
	font-family: Lato;
  }
  
  .bg-pricing-2 .btn:focus {
	box-shadow: none;
  }
  
  .bg-pricing-2 .btn-primary {
	background: #e252ef;
	border-color: #e252ef !important;
  }
  
  .bg-pricing-2 .btn-primary:hover,
  .bg-pricing-2 .btn-primary:active,
  .bg-pricing-2 .btn-primary:focus,
  .bg-pricing-2 .btn-primary.active,
  .bg-pricing-2 .btn-primary.focus,
  .bg-pricing-2 .btn-primary:not(:disabled):not(.disabled):active,
  .bg-pricing-2 .btn-primary:not(:disabled):not(.disabled):active:focus,
  .bg-pricing-2 .btn-primary .open>.dropdown-toggle.btn-primary {
	background: #e252e1;
	border-color: #e252e1;
	box-shadow: 0px 8px 20px -6px rgba(139, 24, 106, 0.6);
  }
  
  .bg-pricing-2 .btn-outline-primary {
	color: #e252e1;
	border-color: #e252e1;
  }
  
  .bg-pricing-2 .btn-outline-primary:hover,
  .bg-pricing-2 .btn-outline-primary:focus,
  .bg-pricing-2 .btn-outline-primary:active,
  .bg-pricing-2 .btn-outline-primary.active,
  .bg-pricing-2 .btn-outline-primary.focus,
  .bg-pricing-2 .btn-outline-primary:not(:disabled):not(.disabled):active,
  .bg-pricing-2 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .bg-pricing-2 .btn-outline-primary .open>.dropdown-toggle.btn-primary {
	color: #ffffff;
	background: #e252e1;
	border-color: #e252e1;
	box-shadow: 0px 8px 20px -6px rgba(239, 72, 83, 0.6);
  }
  
  .bg-pricing-2 {
	display: flex;
	align-items: center;
	height: 100vh;
	position: relative;
	font-family: Lato;
  }
  
  .bg-pricing-2 .pricing-box {
	box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;
	transition: all 0.5s ease;
  }
  
  .bg-pricing-2 .pricing-box .price {
	border: 0px solid;
	border-color: rgba(236, 230, 230, 0.959);
	width: 80px;
	border-radius: 30px;
	margin: 0 auto;
  }
  
  .bg-pricing-2 .pricing-nav {
	background: transparent;
	display: inline-flex;
	padding: 4px 7px;
	color: #000000;
	border: 1px solid rgba(43, 41, 41, 0.858);
	border-radius: 30px;
  }
  
  .nav-item .nav-link {
	color: #666666;
	font-weight: 600;
  }
  
  .pricing-nav .nav-item .nav-link.active {
	background-color: #201f1f;
	color: #000000;
	box-shadow: rgba(107, 107, 114, 0.2) 0px 7px 29px 0px;
  
  }
  
  @media (min-width: 992px) {
	.bg-pricing-2 .pricing-active {
	  transform: scale(1.2);
	  z-index: 1;
	}
  }
  
  @media (max-width: 768px) {
	.bg-pricing-2 .bg-pricing {
	  height: auto;
	  padding: 60px 0;
	}
  }
  
 
  
  