.s-video-wrap {
	background-position: center;
	background-size: cover;
	height: 550px;
	display: flex;
	align-items: flex-end;
	margin-top: 55px;
	position:relative;
	border-radius:30px;
}
.s-video-wrap::before {
    position: absolute;
    content: "";
    background: rgba(0, 38, 145, .3);
    width: 100%;
    height: 100%;
    top: 0;
	border-radius:30px;
}
.s-video-content {
    width: 100%;
    text-align: center;
	position: relative;
}
.s-video-content a {
	z-index: 9;
	font-size: 40px;
	color: #fff;
	height: 140px;
	width: 140px;
	text-align: center;
	line-height: 140px;
	background: #ff3e66;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
.s-video-content a::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 140px;
	width: 140px;
	background: rgba(255, 255, 255, 0.479);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	animation: pulse-border 1500ms ease-out infinite;
}
.s-video-content h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.s-video-content p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}

@media (max-width: 768px) {
	.s-video-content h2 {
		font-size: 35px;
	}

	.s-video-content a {
		height: 100px;
		width: 100px;
		line-height: 100px;	
		font-size: 30px;
	}
	.s-video-content a::before {
		height: 100px;
		width: 100px;
	}
}

/* breadcrumb */
.breadcrumb-area {
	/*min-height: 600px;*/
	padding-top: 200px;
	padding-bottom: 100px;
	background-position: center;
	background-size: cover;
	background-color:#F75C84;
	position:relative;
}
.breadcrumb-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #4E53B9;
    opacity: .86;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb-area .ss-one {

    top: 50% !important;
    left: 30px !important;

}
.breadcrumb-area .ss-four {

    top: 50% !important;
    left: 90% !important;

}
.breadcrumb-area .ss-three {
    top: 8px !important;
    left: 60% !important;
}
.breadcrumb li {display: inline-block;}
.breadcrumb li a {
	font-size: 16px;
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	color: #ddd;
content: "|";
}
.breadcrumb-title h2 {
	font-size: 70px;
	margin-bottom: 25px;
	line-height: 1;
	color: #fff;
}
@media (max-width: 768px) {
	.breadcrumb-title h2 {
		font-size: 40px;
	}
}
.breadcrumb-title p {
	margin-bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #fff;
	font-weight: bold;
}

/* 3. slider */
.slider-bg {
	min-height: 1000px !important;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: url(../img/header-overla.png);
	opacity: .6;
	z-index: -1;
}
.slider-bg2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#4700c8;
	opacity: .6;
	z-index: -1;
}
.slider-bg2 .second-slider-content h2 {

    font-size: 120px;
    margin-bottom: 20px;

}
.slider-bg2 .slider-content.second-slider-content::before {
    width: 580px;
    content: "";
    border: 15px solid #6c35cf;
    left: 0;
    height: 60px;
    display: inline-block;
    margin-bottom: 50px;
    border-bottom: none;
}
.slider-bg2 .slider-content.second-slider-content::after {
    width: 580px;
    content: "";
    border: 15px solid #6c35cf;
    left: 0;
    height: 60px;
    display: inline-block;
    margin-top: 50px;
    border-top: none;
}
.slider-bg2 .ss-three {

    top: 85% !important;
    left: 60% !important;

}
.slider-bg2 .ss-two {

    top: 20% !important;
    left: 45% !important;

}
.slider-bg2 .ss-one {

    top: 50% !important;
    left:20% !important;

}
.slider-bg2 .ss-four {

    top: 20% !important;
    left: 70% !important;

}
.slider-bg2 .slider-content ul li
{
	margin-right:0;
}
.slider-bg2 .slider-content ul li::after {
    content: "|";
    margin: 0 30px;
}
.slider-bg2 .slider-content ul li:last-child::after{
	display:none;
}


.slider-bg3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background:#240065;
	opacity: .6;
	z-index: -1;
}
.slider-bg3 .second-slider-content h2 {

    font-size: 100px;
    margin-bottom: 20px;

}

.slider-bg3 .ss-three {

    top: 85% !important;
    left: 28% !important;

}
.slider-bg3 .ss-two {

    top: 20% !important;
    left: 45% !important;

}
.slider-bg3 .ss-one {
    top: 25% !important;
    left: 8% !important;
}

.slider-bg3 .ss-four {
top: 20% !important;
left: 98% !important;
}
.slider-bg3 .slider-content ul li
{
	margin-right:0;
}
.slider-bg3 .slider-content ul li::after {
    content: "|";
    margin: 0 30px;
}
.slider-bg3 .slider-content ul li:last-child::after{
	display:none;
}
.slider-bg3 .timer .timer-outer {
    width: auto;
    height: auto;
    font-size: 60px;
	text-align: left;
}
.slider-bg3 .bdr1 {
    background: none;
}
.slider-bg3 .bdr1 span{
	color:#ff5dcb;	
}
.slider-bg3 .bdr2 {
    background: none;
}
.slider-bg3 .bdr2 span{
	color:#66cbff;	
}
.slider-bg3 .bdr3 {
    background: none;
}
.slider-bg3 .bdr3 span{
	color:#58b658;	
}
.slider-bg3 .bdr4 {
    background: none;
}
.slider-bg3 .bdr4 span{
	color:#ffbe4e;	
}
.slider-bg3 .slick-list {
    overflow: inherit;
}
.slider-bg4 {
    min-height: 700px !important;
}
.booking-form {
    float: right;
    background: #fff;
    height: 480px;
    width: 480px;
    border-radius: 10px;
    padding: 14%;
    margin-right: -100px;
	position: relative;

}
.booking-form h2{
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
}
.booking-form .form-outer .icon {
    float: left;
    width: 30px;
    color: #F75C84;
}
.booking-form .form-outer {

    float: left;
    width: 100%;
    padding: 0px 0 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7edff;

}
.booking-form input,.booking-form select {
    width: 92%;
    border: none;
}
.booking-form input::placeholder {
    color: #000;
}
.booking-form .btn{
	box-shadow: 0px 10px 19px 0px #F75C8466 !important;
}
.booking-form::before {
   position: absolute;
	content: "";
	background: #ffffff1f;
	left: 20px;
	top: 100px;
	right: 20px;
	margin: auto;
	height: 100%;
	z-index: -1;
	width: 450px;
	border-radius: 10px;
	height: 400px;
}
.booking-form::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 40px;
    top:110px;
    right: 40px;
    z-index: -1;
	width: 410px;
	height: 400px;
	background: #ffffff1f;
	border-radius: 10px;
}
.slider-content ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 60px;
    margin-bottom: 20px;
    color: #fff;
}
.slider-content ul li i{
	margin-right:10px;
}
.slider-content > span {
	font-size: 16px;
	font-weight: bold;
	color: #F75C84;
	text-transform: uppercase;
	letter-spacing: 6px;
	display: block;
	margin-bottom: 20px;
}
.slider-content h2 {
	font-size: 80px;
	color: #fff;
	letter-spacing: -2px;
	line-height: 1.1;
	margin-bottom: 40px;
}
.slider-content h2 span {
	color: #F75C84;
}
.slider-content p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #F75C84;
	margin-right: 20px;
	position: relative;
	top: -4px;
}
.slider-content p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
}
.slider-btn .btn {
	background: #fff;
	color:#F75C84;
}
.slider-btn .btn::before {
	content: none;
}
.slider-btn .btn {
	box-shadow: 3px 3px 0 0 #F75C84;
}
.slider-btn .btn:hover{box-shadow: none;}
.p-relative{position: relative;}
.down-arrow {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	height: 60px;
	width: 30px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 18px;
}
.down-arrow:hover{color: #fff;}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color:#F75C84;
	font-size: 18px;
	line-height: 65px;
	border: none;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
}
.slider-active .slick-arrow:hover {
	box-shadow: 4px 2px 0 0 #F75C84;
}
.second-slider-content h2 {
	font-size: 90px;
	margin-bottom: 20px;
}
.second-slider-bg::before{opacity: .85;}
.second-slider-content {
	padding-top: 85px;
	padding-bottom: 5px;
}
.slider-shape{position: absolute !important; z-index:1;}
.ss-one {
	top: 180px !important;
	left: 115px !important;
}
.ss-two {
	top: 60% !important;
	left: 18% !important;
}
.ss-three {
	top: 80% !important;
	left: 8% !important;
}
.ss-four {
	top: 85% !important;
	left: 30% !important;
}
.ss-five {
	left: 61% !important;
	top: 83% !important;
}
.ss-six {
	left: 88% !important;
	top: 80% !important;
}
.ss-seven {
	top: 20% !important;
	left: 89% !important;
}
.ss-eight {
    top: 150px !important;
    left: 60% !important;
}


.blog-area {
    background: #f6fbff;
}
.blog-deatails-box02 .bsingle__content {
    padding: 50px 0 0;
	border:none;
}

.blog-deatails-box02 .tag-sticky-2 .bsingle__content{
	padding: 50px;
}
.widget_media_image img{
width: 100%;
height: auto;
}
#wp-comment-cookies-consent {
    float: left;
    width: auto;
    margin-top: 7px;
    margin-right: 10px;
}
.blog-thumb img {
	width: 100%;
}
.blog-content {
	background: #fff;
	padding: 40px 30px;
	position: relative;
	z-index: 1;
}
.b-meta ul li {
	display: inline-block;
	margin-right: 5px;
  text-transform: uppercase;
}
.b-meta ul li i{
	margin-right:10px;
	color:#F75C84;
}
.b-meta ul li:last-child{margin-right: 0;}
.b-meta ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #47759d;
}
.b-meta ul li.corpo a{color:#F75C84;}
.b-meta ul li a:hover {color:#F75C84;}
.blog-content h4 {
	font-size: 19px;
	margin-bottom: 20px;
	line-height: 30px;
}
.blog-content h4:hover a{color:#F75C84;}
.blog-btn {
	background: #f4f4fe;
	color: #252525;
}
.blog-btn:hover{color: #fff;background: #F75C84;}
.blog-content p {
	margin-bottom: 25px;
}
.single-post{background: #fff;transition: .3s;box-shadow: 0px 2px 25px 0px rgba(193, 193, 193, 0.2);}
.single-post:hover {box-shadow: 0px 2px 18px 0px rgba(193, 193, 193, 0.41);}
.single-post:hover .blog-btn{color: #fff;background: #F75C84;}
.single-post.active {box-shadow: 0px 2px 18px 0px rgba(193, 193, 193, 0.41);}
.single-post.active .blog-btn{color: #fff;background: #F75C84;}


.bsingle__post .video-p {
  	position: relative;
}
.bsingle__post .video-p .video-i {
	height: 80px;
	width: 80px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background: #fff;
	color: #F75C84;
}
.blog-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	color: #fff;
	z-index: 9;
	opacity: .4;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
 .blog-active .slick-arrow.slick-next {
    right: 40px;
	left: auto;
}
 .blog-active .slick-arrow:hover {
	opacity: 1;
}

.blog-active2 .slick-arrow {
	position: absolute;
	top: -166px;
	transform: translateY(-50%);
	left: -84px;
	border: none;
	background: none;
	padding: 0;
	color: #f6fbff;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}
.blog-active2 .slick-prev.slick-arrow::before {
    font-family: "Font Awesome 5 Pro";
    background: #fff;
    content: "\f060";
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.blog-active2 .slick-next.slick-arrow::before {
    font-family: "Font Awesome 5 Pro";
    background: #fff;
    content: "\f061";
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    opacity: 1;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    line-height: 60px;
	-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
.blog-active2 .slick-next.slick-arrow:hover::before,.blog-active2 .slick-prev.slick-arrow:hover::before 
{
	background:#F75C84;
	color:#fff;
}

.blog-active2  .slick-prev {
    right:80px;
    left: initial !important;
}
 .blog-active2 .slick-arrow.slick-next {
    right: 35px;
	left: auto;
}
.bsingle__content {
	padding: 50px;
	border: 2px solid #dadeff;
}
.bsingle__content .meta-info ul {
	margin-bottom: 7px;
	padding-left: 0;
}
.blog-deatails-box02 .bsingle__content .meta-info ul {
	margin-bottom: 15px;
	padding-left: 0;
}
.bsingle__content .meta-info ul li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px;
	margin-left: 0px;
}
.bsingle__content .meta-info ul li a {
	color: #5f708f;
	text-transform: capitalize;
}
.bsingle__content .meta-info ul li a i {
	margin-right: 5px;
}
.bsingle__content .meta-info ul li a:hover {
	color: #F75C84;
}
.bsingle__content .meta-info ul li i {
	margin-right: 5px;
}
.bsingle__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}
.bsingle__content h2:hover a {
	color:#F75C84;
}
.bsingle__content p {
	padding-right: 35px;
	margin-bottom: 25px;
}


@media (max-width: 768px) {
	.bsingle__content h2 {
		font-size: 22px;
	}
	.bsingle__content p {
		padding-right: 10px;
	}
}
.bsingle__content .blog__btn .btn {
  background: #F75C84;
	border: 2px solid #F75C84;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
.bsingle__content .blog__btn .btn::before {
  content: none;
}
.bsingle__content .blog__btn .btn:hover {
	background:#F75C84;
	color: #fff;
}
.quote-post {
	background-position: center;
	background-repeat: no-repeat;
}
.quote-post .quote-icon {
    float: left;
    margin-right: 30px;
    display: block;
	margin-top: 20px;
}
.quote-post h2 {
    overflow: hidden;
	margin-bottom: 0;
}


.sidebar-widget .widget table{
	width:100%;
	padding:10px;
	background:#f5f5f5;
}
.sidebar-widget .widget th
{
	background:#dadeff;
	padding:10px 5px;
	text-align:center;
	color: #252525;
}
.sidebar-widget .widget td
{
	padding:5px;
	text-align:center;
}
.sidebar-widget .widget {
	padding: 35px 25px 35px 25px;
	border: 2px solid #dadeff;
	overflow: hidden;
	margin-bottom:40px;
}
.sidebar-widget .widget li {
    padding-bottom: 5px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 5px;
	float: left;
	width: 100%;
	line-height: 30px;
}
.widget-title {
  	margin-bottom: 40px;
}
.sidebar-widget .widgettitle,.sidebar-widget .widget-title{
	font-size: 22px;
	margin-bottom: 0;
	line-height: 1;
	text-align:left;
	font-weight: 600;
	margin-bottom: 30px;
}
.sidebar-widget .widget .gallery-icon a:hover
{
	padding-left:0;
}
.tags {
    border-bottom: 1px solid #eaeaea;
	/*float:left;*/
	width:100%;
	display: inline-block;
}
.search-form {
  	position: relative;
}
.search-form input {
	background: #f2f1ff;
	border: none;
	width: 100%;
	padding: 18px 30px;
}
.search-form input::placeholder {
	font-size: 12px;
	color: #8f8bb8;
}
.search-form .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background:#F75C84;
	padding: 18px 23px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	height: 88%;
	width: 88px;
}
.sidebar-widget .widget .widget_archive,.widget_categories,.sidebar-widget .widget_archive{
	text-align:right;
}
.sidebar-widget .widget .widget_archive,.sidebar-widget .widget_categories a,.sidebar-widget .widget_archive a{
	float:left;
	height: 30px;
}
.widget-insta-post li {
	display: inline-block;
	margin: 5px 3px;
}
.widget-insta-post li:hover a::before {
	opacity: .7;
}
.widget-insta-post li a {
    position: relative;
	display: block;
}
.widget-insta-post li a::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background:#F75C84;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.widget-social a {
	height: 40px;
	width: 40px !important;
	line-height: 40px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	border: 1px solid #dadeff;
	color: #8f8bb8;
	margin: 0 3px;
	text-align: center !important;
}
.widget-social a:hover {
	background:#F75C84;
	color: #ffffff !important;
	border-color:#F75C84;
	padding: 0 !important;
	box-shadow: 0px 10px 19px 0px #F75C8466 !important;
}
.rpwwt-widget a{
	padding-left: 0 !important;
}
.rpwwt-widget li {

    line-height: 23px !important;

}
.cat__list li {
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.cat__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
	border: none;
}
.cat__list li:hover a {
	color:#F75C84;
}
.cat__list li a {
    font-size: 14px;
	color: #7886a0;
}
.cat__list li a span {
	float: right;
	display: block;
}
.widget__post ul li {
	margin-bottom: 20px;
	overflow: hidden;
}
.widget__post ul li:last-child {
	margin-bottom: 0;
}
.widget__post-thumb {
	float: left;
	display: block;
	margin-right: 20px;
}
.widget__post-content {
	overflow: hidden;
	display: block;
}
.widget__post-content h6 {
	font-size: 16px;
	margin-bottom: 1px;
	padding-right: 15px;
	font-weight: bold;
}
.widget__post-content h6:hover a {
	color:#F75C84;
}
.widget__post-content span {
	font-size: 14px;
}
.widget__post-content span i {
	margin-right: 8px;
}
.widget__tag ul li {
	display: inline-block;
	margin: 5px 3px;
}
.widget__tag ul li:hover a {
	background:#F75C84;
	border-color:#F75C84;
	color: #ffffff;
}
.widget__tag ul li a {
	display: block;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	color: #8f8bb8;
	padding: 9px 20px;
}
.widget.widget__banner {
	border: none;
	padding: 0;
	position: relative;
}
.widget__banner-thumb img {
	width: 100%;
}
.widget__banner-overly {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
	text-align: center;
}
.widget__banner-overly > span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 160px;
}
.widget__banner-overly h3 {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 129px;
	font-weight: bold;
}
.widget__banner-overly h3 span {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
}
.widget__banner-overly .btn {
	border-radius: unset;
	background: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 17px 35px;
	color:#F75C84;
}
.widget__banner-overly .btn:hover {
	background: transparent;
	color: #fff;
}
.meta__info ul {
  	margin-bottom: 7px;
}
.meta__info ul li {
    display: inline-block;
    font-size: 14px;
	margin-right: 30px;
}
.meta__info ul li a {
	color: #7886a0;
	text-transform: capitalize;
}
.meta__info ul li a i {
	margin-right: 5px;
}
.meta__info ul li a:hover {
	color: #F75C84;
}
.meta__info ul li i {
	margin-right: 5px;
}
.details__content h2 {
	font-size: 32px;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-right: 0;
	font-weight: bold;
}
.details__content p {
  	margin-bottom: 18px;
}
.news-text blockquote,.pages-content blockquote,.comment-list blockquote {
	background: #152136;
	padding: 45px 35px 45px;
	padding-left: 90px;
	position: relative;
	font-size: 14px;
	padding-right: 50px;
	margin-top: 45px;
	margin-bottom: 45px;
	line-height: 1.7;
	color: #99a7c0;
	z-index: 1;
	float: left;
	width: 100%;
}
.news-text blockquote p,.pages-content blockquote p,.comment-list blockquote p{
	color: #99a7c0;
}
.news-text blockquote::before,.pages-content blockquote::before,.comment-list blockquote::before  {
	position: absolute;
	content: "";
	left: 19px;
	top: 29px;
	background: url(../images/blockquote_d.png);
	height: 86px;
	width: 92px;
	z-index: -1;
}
.news-text blockquote footer,.pages-content blockquote footer {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
}
cite {
	font-size: 14px;
	margin-top: 15px;
	color: #fff;
	font-weight: 600;
}
.post-categories li {
    display: none !important;
}
.post-categories li:first-child {
    display: block !important;
}

.details__content-img {
  	margin: 45px 0;
}
.details__content-img img {
	width: 100%;
}
.details__content figure {
	margin-top: 45px;
	margin-bottom: 60px;
}
.details__content figure img {
    float: left;
    width: 255px;
	margin-right: 30px;
}
.post__tag h5 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}
.post__tag ul li {
	display: inline-block;
	margin-right: 15px;
}
.post__tag ul li a {
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #e5e5e5;
	padding: 7px 14px;
	font-weight: bold;
	display: inline-block;
	border-radius: 3px;
	color: #7886a0;
	margin-bottom: 10px;
}
.post__tag ul li a:hover {
	border-color:#F75C84;
	background:#F75C84;
	color: #ffffff;
}
.post__share h5 {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: bold;
}
.post__share ul li {
	margin-left: 20px;
	display: inline-block;
}
.post__share ul li a {
    font-size: 18px;
    display: inline-block;
	color: #b5becc;
}
.post__share ul li a:hover {
	color:#F75C84;
}
.posts_navigation {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.posts_navigation .prev-link span {
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
	display: block;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.posts_navigation .prev-link h4 {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: capitalize;
	height: 30px;
overflow: hidden;
}
.navigation.posts-navigation {
    display: none;
}
.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px #8a8a8a33;
}
.posts_navigation .prev-link h4:hover a {
	color:#F75C84;
}
.posts_navigation .next-link span {
    font-size: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.posts_navigation .next-link h4 {
    font-size: 20px;
	margin-bottom: 0;
	font-weight: bold;
	height: 30px;
overflow: hidden;
}
.posts_navigation .next-link h4:hover a {
	color:#F75C84;
}
.related__post .post-title {
  	margin-bottom: 35px;
}
.related__post .post-title h4 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: bold;
}
.related-post-wrap .post-thumb img {
  	width: 100%;
}
.related-post-wrap .rp__content {
	padding: 44px;
	border: 2px solid #f4f3fb;
	border-top: none;
}
.related-post-wrap .rp__content h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.related-post-wrap .rp__content h3:hover a {
	color:#F75C84;
}
.related-post-wrap .rp__content p {
    margin-bottom: 0;
	font-size: 14px;
}
.avatar__wrap {
	background: #f3f1ff;
	padding: 50px 80px;
	float:left;
	width:100%;
}
.avatar__wrap .avatar-img {
    margin-top: -115px;
	margin-bottom: 35px;
}
.avatar__wrap-content p {
    font-size: 14px;
	margin-bottom: 0;
}
.avatar__info h5 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: bold;
}
.avatar__info-social {
  	margin-bottom: 20px;
}
.avatar__info-social a {
    font-size: 12px;
    color: #9498b6;
    display: inline-block;
	margin: 0 5px;
}
.avatar__info-social a:hover {
	color:#F75C84;
}
.comment-form-comment label{
	display:none;

}
.comment__wrap {
  	border-bottom: 1px solid #eaeaea;
}
.comment__wrap-title {
	margin-bottom: 35px;
}
.comment__wrap-title h5 {
	font-size: 26px;
	margin-bottom: 0;
	font-weight: bold;
}
.single__comment .comments-avatar {
	float: left;
	width: 100px;
	margin-right: 30px;
}
.single__comment.children {
 	margin-left: 130px;
}
.single__comment.children .avatar-name h6 i {
    font-size: 12px;
    color: #cacfef;
	margin-left: 20px;
}
.comment-text {
  	overflow: hidden;
}
.comment-text .avatar-name {
	overflow: hidden;
}
.comment-text .avatar-name h6 {
	font-size: 18px;
	margin-bottom: 7px;
	font-weight: bold;
}
.comment-text .avatar-name h6 i
{
	display:none;
}
.comment-author-admin .avatar-name h6 i
{
	font-size: 12px;
	display:inline-block;
color: #cacfef;
margin-left: 20px;
}

.comment-text .avatar-name span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #F75C84;
}
.comment-text .avatar-name .comment-reply {
	float: right;
	display: inline-block;
	border: 2px solid #f4f4ff;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 14px;
	margin-top: -23px;
}
.comment-text .avatar-name .comment-reply a{
	color: #7886a0;
}
.comment-text .avatar-name .comment-reply:hover a{
	color: #fff;
}
.comment-list {
    padding: 0;
	border-bottom: 1px solid #eaeaea;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-bottom: 45px;
}
.comments-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
}
.comment-author-admin{
    margin-left: 130px;
}
.comment-text .avatar-name .comment-reply:hover {
	border-color:#F75C84;
	background:#F75C84;
	color: #ffffff;
}
.comment-text .avatar-name .comment-reply i {
	margin-right: 5px;
}
.comment-text p {
    font-size: 14px;
	margin-bottom: 0;
}
.screen-reader-text {
    display: none;
}
.comment-form {
	padding: 50px;
	margin-top:50px;
	margin-bottom:50px;
	background: #f8f6ff;
}
.comment-form .comment-field {
	position: relative;
}
.comment-form .comment-field.text-area i {
	top: 25px;
	transform: unset;
}
.comment-form i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color:#F75C84;
	font-size: 14px;
}
.comment-form textarea {
	height: 150px;
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form textarea::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment-form textarea:focus {
	outline: 1px solid#F75C84;
}
.comment-form input {
	width: 100%;
	padding: 20px 30px;
	padding-right: 50px;
	background: #ffffff;
	border: none;
}
.comment-form input::placeholder {
	font-size: 14px;
	color: #a7a7c1;
}
.comment-form input:focus {
	outline: 1px solid#F75C84;
}
.comment-form .submit {
	background: transparent;
	border: 2px solid#F75C84;
	font-size: 14px;
	text-transform: uppercase;
	color: #252525;
	border-radius: 50px;
	padding: 12px 45px;
	margin-top:20px;
	font-weight: bold;
	width: auto;
}
.comment-form .submit::before{content: none;}
.comment-form .submit:hover {
	color: #fff;
	background:#F75C84;
}

.slider-active .slick-arrow {
	left: 20px;
}
.slider-active .slick-next {
	right: 20px;
	left: auto;
}

.blog-btn {
	-moz-user-select: none;
	background: #F75C84;
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 45px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;

}
.blog-btn i{
	margin-right:10px;
} 

.blog-btn:hover{color: #fff;transition: all .3s;box-shadow:0px 10px 19px 0px #F75C8466 !important;}
.blog-btn:hover::before{opacity: 0;}