.hero-section{
	background-color: #F6F9FE;
}
.hero-section h1{
	font-style: normal;
	font-weight: 600;
	font-size: 46px;
	line-height: 60px;
	text-align: center;margin-bottom: 30px;
	color: #27283C;
}
.hero-section p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 40px;
	color: #092C4C;
}
.hero-section form.is-search-form{
	margin: auto;
    background: #FFFFFF;
    box-shadow: 3px 8px 13px rgb(157 180 210 / 20%);
    border-radius: 6px;
    border: none;
}
.hero-section form .is-search-input::placeholder{

	color: rgba(9, 44, 76, 0.4);
}
.hero-section form .is-search-input{
	border: none!important;
	background-color: transparent;
	padding: 10px 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px!important;
	line-height: 28px;
	min-height: 48px;
	color: rgba(9, 44, 76, 0.9);
}
div.is-ajax-search-result {
	background: #FFFFFF!important;
	box-shadow: 3px 8px 13px rgb(157 180 210 / 20%), inset 0px 1px 0px rgb(198 217 255 / 50%);
	z-index: 99!important;
}
.is-ajax-search-post {
	padding: 20px!important;
	border-bottom: 1px solid #EDF4FF!important;
}
.is-ajax-search-result .is-ajax-search-post:hover {
	background: #F5F8FF!important;
}
.is-ajax-search-post .is-title a {
	text-transform: none;
	font-style: normal;
	font-weight: 500;
	font-size: 18px!important;
	line-height: 24px;
	color: #1964EF;
	margin-bottom: 15px;
}
.is-ajax-result-description, .is-ajax-search-no-result {
	font-style: normal;
	font-weight: normal;
	font-size: 15px!important;
	line-height: 24px!important;
	color: #092C4C;
}
.is-form-style input.is-search-submit, .is-search-icon{
	background: transparent!important;
	border: none!important;
}

.cy-blog img{
	max-width: 100%;
	height: auto;
}
.recent-post h2{
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 20px;
	color: #27283C;
}
.recent-post p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #092C4C;
}
.recent-post a.read-more{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #1863DC;
	position: relative;
	transition: all .2s ease;
	padding-right: 25px;
}
.recent-post a.read-more:hover{
	text-decoration: none;
	transition: all .2s ease;
}
.recent-post a.read-more:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 28px;
	width: 14px;
	background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blog/read-more-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .2s ease;
}
.recent-post a.read-more:hover:after{
	right: -4px;
	transition: all .2s ease;
}
.recent-post img{
	border-radius: 8px;
}
.cy-posts img{
	border-radius: 8px;
}
.cy-posts a:hover{
	text-decoration: none;
}
.cy-posts .post-title{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin: 17px 0;
	color: #000000;
	transition: all .2s ease;
}
.cy-posts a:hover .post-title{
	color: #1863DC;

	transition: all .2s ease;
}
.cy-posts p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #092C4C;
}
.cy-pagination nav.pagination {
	justify-content: center;
}
.cy-pagination .nav-links .page-numbers {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #3962CE;
	min-height: 50px;
	min-width: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin: 6px;
	text-decoration: none;
	transition: all .2s ease-in-out;
	padding: 14px;
}
.cy-pagination .nav-links span.page-numbers.current,
.cy-pagination .nav-links a.page-numbers:hover {
	color: #fff;
	background: #3962CE;
	border: 1px solid #3962CE;
}
.cy-pagination .nav-links a.page-numbers {
	border: 1px solid #DFDFDF;
}
.cy-pagination span.prev{
	position: relative;
	padding-left: 20px;
}
.cy-pagination span.prev:before{
	left: 0;
	top: 0;
	height: 100%;
	width: 12px;
	content: '';
	position: absolute;
	background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blog/pagination-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: rotate(180deg);
	transition: all .2s ease;
}
.cy-pagination span.next{
	position: relative;
	padding-right: 20px;
}
.cy-pagination span.next:before{
	right: 0;
	top: 0;
	height: 100%;
	width: 12px;
	content: '';
	position: absolute;
	background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blog/pagination-icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transition: all .2s ease;
}
.cy-pagination a:hover span.next:before,
.cy-pagination a:hover span.prev:before{
	background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/blog/pagination-icon-white.svg);
	transition: all .2s ease;
}
.cy-pagination .nav-links{
	text-align: center;
}
.zoom-on-hover{
	overflow: hidden;
	width: 100%;
	border-radius: 8px;
}
a:hover .zoom-on-hover img {
	transform: scale(1.1);
	transition: all .4s ease;
}

.zoom-on-hover img {
	border-radius: 8px;
	transform: scale(1);
	transition: all .4s ease;
}
.cy-archive .zoom-on-hover img{
	height: 120px;
	width: auto;
}
@media(max-width: 500px){
	.hero-section h1{
		font-size: 35px;
		line-height: 42px;
	}
	.recent-post h2{
		font-size: 30px;
		line-height: 42px;
	}
	.recent-post p,.cy-posts p{
		font-size: 14px;
		line-height: 28px;
	}
}