.customer-stories .hero-section{
	background-color: #001949;
	background-image: url(../images/grid.svg);
	background-position: left top;
	background-repeat: repeat;
	background-size: 25px 25px;
}
.customer-stories .grid-bg-half{
	background-image: url(../images/grid.svg);
	background-position: left top;
	background-repeat: repeat;
	background-size: 25px 25px;
}
.customer-stories .hero-section h1{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 17px;
}
.customer-stories .hero-section p{
	font-style: normal;
	font-weight: 300;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
.customer-stories .story-list .post-box {
	background: #FFFFFF;
	border: 1px solid #CBDBFA;
	border-radius: 12px;
	min-height: 100%;
	transition: all .2s ease;
}

.customer-stories .story-list a:hover{
	text-decoration: none;

transition: all .2s ease;
}
.customer-stories .story-list a:hover .post-box{
	box-shadow: 0px 12px 48px rgba(87, 147, 236, 0.1);
transition: all .2s ease;
transform: translateY(-2px);
}
.customer-stories .story-list .post-title{
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #007FFF;
}
.customer-stories .story-list .post-cat{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	color: #858585;
}
.customer-stories .story-list .post-content{
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #434343;
}
.customer-stories .story-list .pri-btn{
	background: #007FFF;
	border-radius: 6px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	padding: 16px;
	display: block;
	letter-spacing: 0.0025em;
	max-width: 190px;
	color: #FFFFFF;
}
.customer-stories .story-list .card-header,
.customer-stories .story-list .card-body,
.customer-stories .story-list .card-footer{
	background: transparent!important;
	border: none!important;
}
.customer-stories .story-list .card-header img{
	width: 100%;
	height: auto;
	border-radius: 12px 12px 0 0;
}
.customer-stories .story-list .card-header{
	position: relative;
}
.customer-stories .story-list .card-header:after{
	position: absolute;
	content: '';
	background-size: contain;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 30%;
	background: linear-gradient(360deg, #FFFFFF 0%, #FFFFFF 2.43%, rgba(255, 255, 255, 0) 94.92%);
	transition: all .2s ease;
}
.customer-stories .story-list a:hover .card-header:after{
	opacity: 0;
	transition: all .2s ease;
}
.customer-stories .cta-wrapper{
	background-color: #001949;
	background-image: url(../images/grid.svg);
	background-position: left top;
	background-repeat: repeat;
	background-size: 25px 25px;
	border-radius: 18px;

}
.customer-stories .cta-wrapper h2{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
	color: #FFFFFF;
}
.customer-stories .cta-wrapper p{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	max-width: 760px;
	margin: 0 auto 35px auto;
	color: #FFFFFF;
}
.customer-stories .cta-wrapper .button-group{
	display: inline-block;
	margin:  0 -15px;
}
.customer-stories .cta-wrapper .button-group>.btn{
	display: inline-block;
	margin:  15px;
}
.customer-stories .cta-wrapper .btn{
	border: 2px solid #0E43FF;
	border-radius: 4px;
	padding: 13px 30px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	transition: all .2s ease;
}
.customer-stories .cta-wrapper .pri-btn{
	color: #fff;
	background-color: #0E43FF;
}
.customer-stories .cta-wrapper .sec-btn{
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.customer-stories .btn:hover,
.customer-stories .btn:focus,
.customer-stories .btn:active{
	outline: none;
	box-shadow: none;
	opacity: .9;
	transition: all .2s ease;
	transform: translateY(2px);
}
.customer-stories  .circle{
	background: #FFFFFF;
	box-shadow: 0px 15px 18px rgba(0, 0, 0, 0.06);
	border-radius: 50%;
}
.single-story-main .hero-section h2{
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 47px;
}
.single-story-main h1{
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #212121;
}
.single-story-main .featured-image img{
	border: 1px solid #CBDBFA;
	box-shadow: 0px 12px 48px rgba(87, 147, 236, 0.1);
	border-radius: 12px;
	width: 100%;
	height: auto;
}
.single-story-main .story p{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	color: #434343;
	margin-bottom: 28px;
}
.single-story-main .story p a{
	font-size: inherit;
}
.single-story-main .story blockquote.wp-block-quote {
    background: #F5FAFF;
    border-radius: 0 7px 7px 0;
    padding: 32px 37px;
    margin: 30px 0 30px 0;
    border-left: 4px solid #007FFF;
}
.single-story-main .story blockquote.wp-block-quote p{
	font-style: italic;
font-weight: 500;
font-size: 17px;
line-height: 32px;
color: #434343;
margin-bottom: 20px;
}
.single-story-main .story blockquote.wp-block-quote p:last-child{
	margin-bottom: 0;
}
.single-story-main .story .sidebar .light-blue{
	background: #F5FAFF;
}
.single-story-main .story .sidebar h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #212121;
}
.single-story-main .story .sidebar .plugins-used a{
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
	color: #434343;
	transition: all .2s ease;
	text-decoration: none;
}
.single-story-main .story .sidebar .plugins-used img{
	border-radius: 3px;
	width: 30px;
	max-width: 30px;
	min-width: 30px;
	height: auto;
}
.single-story-main .story .sidebar .plugins-used a:hover{
	color: #0057FF;
	text-decoration: none;
	transition: all .2s ease;
}
.single-story-main .story .sidebar .plugins-used>div{
	border-bottom: 0.5px solid #C3E1FF;

}
.single-story-main .story .sidebar .plugins-used>div:last-child{
	border: none;
}
.single-story-main .story .sidebar .cs-details p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #434343;
	margin-bottom: 9px;
}
.single-story-main .story .sidebar .cs-details a{
	border-bottom: 1px solid #007FFF;
}
.single-story-main .story .sidebar .cs-details a:hover{
	text-decoration: none;
	border-color: #fff;
}
.single-story-main .story .blue-text{
	color: #007FFF!important;
}
.single-story-main .divider-left{
	border-left: 0.5px solid #C3E1FF;
}
.single-story-main a.link{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #007FFF;
	border-bottom: 2px solid #007FFF;
	padding: 8px 0;

	transition: all .2s ease;
}
.single-story-main a.link:hover{
	border-color: #fff;
	transition: all .2s ease;
	text-decoration: none;
}
@media(min-width:768px ){
	.single-story-main .content-part{
		padding-right: 90px;
	}
}