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

body. *{
}
img{
	max-width: 100%;
}
section.hero-section {
	background: url(/wp-content/themes/bootstradash/images/home-page/svg/homebannernew.jpg),linear-gradient(90deg, #311D77 0%, #CD5964 100%);
    background-size: cover;
}
body .container-fluid{
	max-width: 1440px;
}

.hero-section h1{
	font-style: normal!important;
	font-weight: 700!important;
	font-size: 48px!important;
	line-height: 62px!important;
	display: flex;
	align-items: center;
	color: #FFFFFF!important;
}
.hero-section p{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}
.hero-section .hero-image-wrapper img{
	max-height: 440px;
}
.hero-section span.new-label a{
color: #ffffff;
text-decoration: none;
}
body.home strong{
	font-weight: 700;
}
.hero-section form{
	background: #FFFFFF;
	border-radius: 100px;
	position: relative;
	display: flex;
}
.hero-section input[type=search] {
	padding: 22px 30px;
	border: none;
	background: transparent;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	color: #333;
}
.hero-section input[type=search]:focus{
	background-color: transparent;
	outline: none;
	box-shadow: none;
}
.hero-section .fa-search:before {
	font-family: 'FontAwesome';
	color: #fff;
}
.hero-section button.is-search-submit{
	padding: 8px;
	border: none;
	background: transparent;
	transition: all .2s ease;
}
.hero-section button.is-search-submit:focus{
	outline: none;
	box-shadow: none;
	transition: all .2s ease;
}
.hero-section span.is-search-icon{
	background: #E36176;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	border: none;
	justify-content: center;
	transition: all .2s ease;
	    border: 2px solid #e36176;
}
.hero-section span.is-search-icon:hover{
	background-color: #fff;
	transition: all .2s ease;
}
.hero-section span.is-search-icon:hover path{
	fill:#333;
	transition: all .2s ease;
}
.hero-section .is-form-style .is-search-submit path {
	fill: #fff;
	transition: all .2s ease;
}
.search-lists {
	font-size: 14px;
	line-height: 30px;
}
.search-lists span {
	font-weight: 700;
}
.search-lists a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
.search-lists a:hover {
	color: #e36176;
}
.hero-section .new-release-template {
	background: #fff;
	box-shadow: 0px -4px 18px rgb(0 0 0 / 9%);
	border-radius: 10px 0 0 10px;
	margin-top: -50px;
	position: relative;
}
.hero-section .new-release-template h2 span.new-product-title{
	font-weight: bold;
	font-size: 25px;
	line-height: 26px;
	color: #000000;
}
.hero-section .new-release-template p{
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 0;
}
.hero-section .new-release-template a{
	text-decoration: none;
}
.hero-section span.new-label{
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	background: #EF666E;
	border-radius: 20px;
	color: #FFFFFF;
	padding: 0px 15px;
	display: inline-block;
}
.hero-section .tech-images img {
	margin: 10px;
	width: auto;
	height: 30px;
}
.quick-links-section h3{
	font-weight: 800;
	font-size: 38px;
	line-height: 48px;
	color: #000000;
	text-align: center;
}
.quick-links-section p{
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color: #000;
}
.quick-links .quick-links-wrapper p{
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	color: #222222;
	margin: 0;
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.quick-links .quick-links-wrapper h3{
	font-weight: 700;
	font-size: 17px;
	line-height: 23px;
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
	color: #222;
}

.quick-links .quick-links-wrapper{
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.quick-links .quick-links-wrapper:hover{
	background-color: rgb(227, 97, 118);
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.quick-links .quick-links-wrapper:hover h3,.quick-links .quick-links-wrapper:hover p{
	color: #fff;
	transition: all .4s cubic-bezier(0, 0, 0.2, 1);
}
.quick-links{
	border: 1px solid;
	border-color: #D6D6D6;
	border-left: none;
	border-bottom: none;
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	background-color: #fff;
}
.quick-links-wrapper{
	border: 1px solid;
	border-color: #D6D6D6;
	border-right: none;
	border-top: none;
	padding: 0!important;
}
.quick-links-wrapper a,.quick-links-wrapper a:hover{
	text-decoration: none!important;
}
.product-lists .product-list-title{
	font-weight: bold;
	font-size: 30px;
	line-height: 41px;
	margin-bottom: 23px;
	color: #000000;
}
.hero-social-proof .sp-inner-box{
    background: #F2FAF5;
    border-radius: 10px;
   padding: 30px 24px 36px 24px;
    height: 100%;

}
.hero-social-proof .sp-inner-box h2{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}
.hero-social-proof .sp-inner-box p{
    font-weight: normal;
    color:#4E4E4E;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 27px;
}
.sp-client-wrapper {
    padding-top: 82px;
}
.hero-social-proof .sp-client-wrapper h3{
    font-weight: 800;
    font-size: 28px;
 }
.bd-products{
	overflow-x: auto;
	    overflow-y: hidden;
}
.d-flex.bd-products {
	margin-left: -15px;
	margin-right: -15px;
	
}
.product-img-wrapper {
	border: 1px solid #e1e1e1;
}
.bd-products .thumbnail img,.bd-products .thumbnail,.bd-products .product-img-wrapper,
.bd-products .product-img-wrapper .image-caption{
	border-radius: 10px;
}
.bd-products .product-img-wrapper{
	position: relative;
}
.bd-products .product-img-wrapper .thumbnail img{
	width: 100%;
	height: auto;
}
.bd-products .product-img-wrapper:hover .thumbnail {
	/*opacity: .3;*/
}
.product-img-wrapper:hover {
    box-shadow: 0px 9px 20px 0px #0000002e;
    transition: all .2s ease;
    }
.bd-products .product-img-wrapper .image-caption{
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgb(47 47 49 / 70%);
	width: 100%;
	height: 100%;
}
.bd-products .product-img-wrapper:hover .image-caption{
	opacity: 1;
}
.bd-products .product-img-wrapper .image-caption .quick-view {
	text-decoration: none;
	position: relative;
	margin: 8px;
}
.bd-products .product-img-wrapper .image-caption .buttons{
	opacity: 1;
	transition: all .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper {
    background: #FFFFFF;
    border-radius: 10px;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view:hover .img-wrapper{
	transform: scale(1.2);
	transition: all .2s ease;
}
.bd-products .product-img-wrapper .image-caption .quick-view .img-wrapper path{
	fill:black;
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text {
	color: #fff;
	background: #000;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	display: block;
	border-radius: 100px;
	position: absolute;
	display: none;
	text-decoration: none;
	min-width: 105px;
}
.bd-products  .product-img-wrapper .image-caption .quick-view:hover span.tooltip-text{
	/*display: block;*/
}
.bd-products  .product-img-wrapper .image-caption span.tooltip-text:before{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 50px;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: rgba(0,0,0,1) transparent;
	left: 40px;
}
.bd-products .product-img-wrapper:hover,.bd-products .product-img-wrapper,
.bd-products  .product-img-wrapper .image-caption span.tooltip-text,
.bd-products  .product-img-wrapper .image-caption{
	transition: all .2s ease;
}
.bd-products .product-details .product-title{
	margin-top: 15px;
	margin-bottom: 5px;
}
.bd-products .product-details .product-title,.bd-products .product-details .product-title a{
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #000000;

}
.bd-products .product-details .product-title a:hover{
	text-decoration: none;
}
.bd-products .product-details p.sub-text{
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 6px;

}
.bd-products .product-details p.price{
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
	color: #000000;
	margin-top: 15px;
}
.bd-products .product-details p.new-variation{
	color: #FF281E;
    font-size: 18px;
}
.bd-products .product-details p.new-variation span{
	    text-decoration: line-through;
    font-size: 16px;
    color: #777777;
}
@media(max-width: 575px){
    .bd-products .product-details p.price{
	   margin-top: 0px;
	}
}
.bd-product-more a.view-more-btn{
	background: #000000;
	border-radius: 8px;
	padding: 13px 25px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	border: 2px solid #000000;
	transition: all .2s ease;
	text-decoration: none;
}
.bd-product-more a.view-more-btn:hover,.bd-product-more a.view-more-btn:focus{
	background-color: #d8576b;
	color: #000;
	transition: all .2s ease;
}
.new-release-section img{
	border-radius: 10px;

}
.new-release-section img:hover{
	opacity: .9;
}
.latest-articles h2{
	 font-weight: bold;
    font-size: 30px;
    line-height: 41px;
	color: #111111;
}
.d-flex.bd-posts{
	overflow-x: auto;
	overflow-y: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.post-wrapper{
	padding-bottom: 10px;
	padding-top: 10px;
}
.latest-articles .post-wrapper img{
	border-radius: 10px;
    transition: all .2s ease;
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
}
.latest-articles .post-wrapper img:hover {
    box-shadow: 0px 9px 20px 0px #0000002e;
    transition: all .2s ease;
}
.latest-articles p.date{
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #787878;
	margin-top: 15px;
	margin-bottom: 7px;
}
.latest-articles .post-title{
	margin-bottom: 15px;
}
.latest-articles .post-title,.latest-articles .post-title a{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.latest-articles .post-title a:hover{
	text-decoration: none;

}
.latest-articles a.read-more-link{
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	color: #111111;
	position: relative;
	padding-bottom: 3px;
}
.latest-articles a.read-more-link:after, 
.latest-articles a.read-more-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #000;
}

.latest-articles a.read-more-link:after {
    right: 100%;
    background-color: #000;
    transition: all .4s cubic-bezier(.215,.61,.355,1);
}

.latest-articles a.read-more-link:hover:after {
    right: 0;
    height: 2px;
}
.hero-social-proof h2{
	font-weight: 800;
	font-size: 38px;
	line-height: 64px;
}
.hero-social-proof p{
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 40px;
}
.client-h {
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	color: #222222;
	opacity: 0.5;
}
.why-text{
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	padding-bottom: 40px;
	text-align: center;
	padding: 0px 150px 0px 147px;
}
@media(min-width: 992px){
	.quick-links-wrapper:first-child{
		    border-radius: 10px 0 0 0;
	}
	.quick-links-wrapper:nth-child(4)	{
		 border-radius: 0 10px 0 0;
	}
	.quick-links-wrapper:nth-last-child(4)	{
		 border-radius: 0 0 0 10px;
	}
	.quick-links-wrapper:last-child{
		    border-radius: 0 0 10px 0;
	}

}
@media(min-width: 576px) and (max-width: 991px){

.quick-links-wrapper:first-child{
		    border-radius: 10px 0 0 0;
	}
	.quick-links-wrapper:nth-child(2)	{
		 border-radius: 0 10px 0 0;
	}
	.quick-links-wrapper:nth-last-child(2)	{
		 border-radius: 0 0 0 10px;
	}
	.quick-links-wrapper:last-child{
		    border-radius: 0 0 10px 0;
	}

}
@media(max-width: 575px){
.quick-links-wrapper:first-child{
		    border-radius: 10px 10px 0 0;
	}
	.quick-links-wrapper:last-child{
		    border-radius: 0 0 10px 10px;
	}
}


.owl-carousel-offer .owl-stage{
	display: flex;
	    padding-bottom: 20px;
}
.owl-carousel-offer .item {
    height: 100%;
}
 .quotebox {
	background: #fff!important;
 	box-shadow: 0px 10px 20px rgb(0 0 0 / 4%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%)!important;
 	border-radius: 10px!important;
 	height: 100%!important;    
 	border: 1px solid rgba(0, 0, 0, 0.2)!important;
 }
 .quote-body {
 	padding: 0!important;
 }
 .quotebox hr {
 	opacity: 0.6!important;
 	border: 1px solid #80819B!important;
 }
 .quotebox p {
	padding-bottom:10px!important;
 }
 .fa {
 	font: normal normal normal 14px/1 FontAwesome!important;
 }
 .checked {
 	color: gold;
 }
.quote-image {
 	width:auto!important;
 }
 .quotehead {
 	font-style: normal;
 	text-align:center;
 	color: #29324F;
 	padding-top: 16px;
 	font-weight: 700;
    font-size: 40px;
    line-height: 60px;
 }
 .quotehead-p { 	  
 	text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 30px;
    line-height: 28px;
}
 .quotebox-footer {  
 	background: #fff!important;
 	padding: 16px 0px 0px 1px!important;
 }

 .author-name {	
 	display: inline-flex;
 	float: right;	
 	font-style: normal;
 	font-weight: bold;
 	font-size: 16px;
 	line-height: 22px;
 	color: #29324F;
 }
.circle {
	width: 64px;
    margin-right: 52px;
    margin-bottom:40px;
    height: 64px;
    padding: 13px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 18%);
    background: #FFFFFF;"
}
@media(max-width: 576px){
	.circle {
		margin-right: 40px;
	}
}
.technologies-h{
	font-weight: 700;
    font-size: 40px;
    line-height: 60px
}
.technologies-p{
	margin-top: 20px;
	margin-bottom: 30px;
}
.fade-p {
    color: #000000;
    opacity: 0.5;
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
}
.get-started-h {
	    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #222222;
    margin-bottom: 20px;
}
.review-bar{
  background: linear-gradient(90deg, #E3FDF5 0%, #FFE6FA 100%);
  border: 1px solid #D9D9D9;
    border-radius: 8px;
}
.review-bar h3 {
  font-style: normal;
   font-weight: 700;
    font-size: 38px;
    line-height: 26px;
  color: #233C58;
  margin-bottom: 13px;
  margin-top: 20px;
  } 
.review-bar p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
margin-bottom:20px;
padding-bottom: 0;
color: #000000;
opacity: 0.5;
} 
.developer-h{
	font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    align-items: center;
    color: #222222;
}
.why-h {
	text-align: center;
	font-weight: 800;
    font-size: 38px;
    line-height: 64px;
	}
.prgsbar-wrapper{
	text-align: center;
}	
 @media only screen and (min-width:992px){
 	.prgsbar .prgsbar-wrapper {
 		border-right: 1px solid rgb(86 86 86 / 10%);
 	}
 	.prgsbar:last-child .prgsbar-wrapper{
 		border-right: none;
 	}
   .prgsbar:first-child .prgsbar-wrapper{
    
 }
}
 @media(min-width:768px) and (max-width:991px){
 	.prgsbar:nth-child(2n+1) .prgsbar-wrapper{
 		 border-right: 1px solid rgb(86 86 86 / 10%);
 	}
 }
 @media only screen and (max-width:767px){
	.prgsbar .prgsbar-wrapper {
 	 border-bottom:  1px solid rgb(86 86 86 / 10%);
     text-align: center;
 	}
 	.prgsbar:last-child .prgsbar-wrapper{
 		border-bottom: none;
 	}
 }
@media only screen and (max-width:575px){
	.quick-links-section h3{
		text-align: left;
	}
	.hero-social-proof h2{
		font-size: 28px;
    	line-height: 42px;
    	
	}
	.why-h {
		text-align: left;
		    font-size: 28px;
    line-height: 42px;
	}
	.why-text {
		text-align: left!important;
		font-size: 14px;
	line-height: 22px;
	padding: 0px;
	}
	.fade-p{
		line-height: 30px;
    	font-size: 14px;
	}
	.developer-h{
		font-size: 28px;
		line-height: 38px;
	}
	.developer-p{
		font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	}
	.technologies-h{
		font-size: 28px;
    	line-height: 42px
	}
	.get-started-h{
		font-size: 27px;
    	line-height: 42px
	}
	.quotehead{
		text-align: left;
	}
	.quotehead-p { 	  
 	text-align: left;
 	 }
 	 .hero-section h1{
		font-size: 34px!important;
    	line-height: 44px!important;
    }
  }