@import url("ionicons.min.css");

/*custom loader*/
.loader {
	position: absolute;
	top: 50%;
	left: 40%;
	margin-left: 10%;
	transform: translate3d(-50%, -50%, 0);
}
.dot {
	width: 24px;
	height: 24px;
	background: #3ac;
	border-radius: 100%;
	display: inline-block;
	animation: slide 1s infinite;
}
.dot:nth-child(1) {
	animation-delay: 0.1s;
	background: #32aacc;
}
.dot:nth-child(2) {
	animation-delay: 0.2s;
	background: #64aacc;
}
.dot:nth-child(3) {
	animation-delay: 0.3s;
	background: #96aacc;
}
.dot:nth-child(4) {
	animation-delay: 0.4s;
	background: #c8aacc;
}
.dot:nth-child(5) {
	animation-delay: 0.5s;
	background: #faaacc;
}
@-moz-keyframes slide {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 0.3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@-webkit-keyframes slide {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 0.3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@-o-keyframes slide {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 0.3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes slide {
	0% {
		transform: scale(1);
	}
	50% {
		opacity: 0.3;
		transform: scale(2);
	}
	100% {
		transform: scale(1);
	}
}

@media (min-width: 992px) {
  	.burger-menu.icon-button{
	  	display: none
	}
	.sidebar.home .inner-wrapper-sticky{
		margin-top: 90px;
	}
}
.header-default {
    padding: 20px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}
.header-default.clone{
	padding: 20px 0;
	margin-bottom: 0;
}
.footer-social-col{
	justify-content: end;
	display: flex;
}
.main-logo-wrap{
	max-width: 50px;
	max-width: 170px;
}
#scroll-to-top{
	position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    z-index: 999;
    display: none;
}
#scroll-to-top i{
	font-size: 13px;
	color: #8F9BAD;
    border: solid 1px #EBEBEB;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 10px;
    padding: 15px;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #fff;
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    background-size: 200% auto;
    color: #fff;
}
#scroll-to-top:hover i{
	/*color: #FE4F70;*/
    border-color: #FE4F70;
}
.site-wrapper .main-overlay{
	filter: none;
	background: #000;
}
.site-wrapper .main-overlay.active{
	opacity: 0.5;
}
.site-wrapper .main-overlay{
	z-index: 10000;
}
.canvas-menu{
	z-index: 10001;
}
.appBottomMenu {
	min-height: 56px;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFF;
	border-top: 1px solid #E5E9F2;
	display: none;
	align-items: center;
	justify-content: space-between;
}
 .appBottomMenu .item {
    width: 20%;
    text-align: center;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appBottomMenu .item > a {
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	padding: 0;
	justify-content: center;
	color: #1B2C42 !important;
	position: relative; 
}
.appBottomMenu .item p {
	margin: 0; 
}
.appBottomMenu .item i {
	font-size: 26px;
	line-height: 0;
	margin-bottom: 17px;
	display: block; 
}
.appBottomMenu .item span {
	display: block;
	font-size: 11px;
	position: absolute;
	left: 0;
	bottom: 2px;
	right: 0; 
}
.appBottomMenu .item.active {
	position: relative; 
}
.appBottomMenu .item.active:after {
	content: '';
	height: 2px;
	border-radius: 0 0 10px 10px;
	display: block;
	background: #565EFF;
	position: absolute;
	left: 0;
	top: 0;
	right: 0; 
}
.appBottomMenu .item.active > a {
	color: #565EFF !important; 
}
.appBottomMenu.iconed .item i {
	margin-bottom: 0; 
}
.appBottomMenu.color-light {
	border-top: 0; 
}
.appBottomMenu.color-light .item > a {
	color: rgba(255, 255, 255, 0.7) !important; 
}
.appBottomMenu.color-light .item.active:after {
	background: transparent; 
}
.appBottomMenu.color-light .item.active > a {
	color: #FFF !important; 
}
#searchBox {
    position: fixed;
    display: block;
    left: 0;
    top: -20%;
    z-index: 9999;
    right: 0;
    height: 56px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out;
}
#searchBox.search-active {
    top: 0;
}
#searchBox .inputIcon {
    font-size: 26px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    color: #1B2C42;
}
#searchBox .form-control {
    height: 56px;
    background: transparent;
    border-radius: 0;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 16px;
    border: 0;
}
#searchBox .closeButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    text-shadow: none;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8D95A0;
}
button.search.mobile{
	display: none;
}
.search-popup{
	background: rgba(0,0,0,0.75);
}
.search-popup .search-content{
	top: 45%;
}
.search-popup .btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
}
#preloader{
	  z-index: 10003;
}
.contact-form .form-control, .comment-form .form-control, .register-form .form-control{
	padding: 15px 24px;
}
.app-header{
	height: 56px;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    background: #fff;
    border-bottom: 1px solid #E5E9F2;
    color: #1B2C42;
}
.app-header .first, .app-header .last {
    position: absolute;
    top: 0;
    transition: 0.2s all;
    height: 56px;
    min-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-header .first .icon, .app-header .last .icon {
    width: 56px;
    height: 56px;
    color: #1B2C42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-header .first .icon i, .app-header .last .icon i{
	font-size: 26px;
}
.app-header .first {
    left: 0;
    right: auto;
}
.app-header .last {
    right: 0;
    left: auto;
}
.app-header-logo img{
	max-width: 30px;
	max-width: 120px;
}
.text-404{
	color: #FE4F70;
    font-size: 200px;
}
.auth-form-wrap{
	display: flex;
    justify-content: center;
}
.register-form{
	max-width: 550px;
}
.form-title{
	font-weight: 600;
	letter-spacing: 0.5px;
}
.form-list-item:not(:last-child):after{
	content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(left, #EBEBEB 50%, transparent 100%);
    background: linear-gradient(to right, #EBEBEB 50%, transparent 100%);
}
.form-content-wrap{
	display: flex;
	align-items: center;
}
.form-title a{
	color: #203656;
}
.form-title a:hover{
	color: #FE4F70;
}
.survey-count {
    color: #203656;
    font-weight: 600;
}
.survey-question-title {
    font-size: 40px;
    color: #203656;
    font-weight: bold;
    padding: 25px 0;
    /* border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px; */
}
.survey-buttons-wrap {
    display: flex;
    justify-content: end;
}
.survey-wrap .btn-survey-prev{
	width: 200px;
    background: #fff;
    color: #203656;
    border: 1px solid #EBEBEB;
}
.survey-wrap .btn-survey-next{
	width: 200px;
    margin-left: 20px;
}
.survey-item{
	display: none;
}
.faq-title{
	cursor: pointer;
	font-weight: 600;
	padding-right: 40px;
	position: relative;
	display: flex;
    align-items: center;
	font-size: 24px;
}
.faq-title:after{
	content: "";
	width: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14px' height='8px' viewBox='0 0 14 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline id='Path' stroke='%23FE4F70' stroke-width='1.848' points='1 1 7 7 13 1'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E");
    background-size: auto;
    background-position: center center;
	flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    background-size: auto;
}
.faq-title:not(.collapsed):after{
	transform: rotate(-180deg);
}
.faq-item:not(:last-child):after {
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    background: #EBEBEB;
    background: -webkit-linear-gradient(left, #EBEBEB 50%, transparent 100%);
    background: linear-gradient(to right, #EBEBEB 50%, transparent 100%);
}
.header-right .social-icons{
	display: none;
}
.navbar-nav .nav-link:hover {
    color: #FE4F70;
}
.nav-link.alt-nav-btn, .alt-nav-btn{
	background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
	border-color: transparent;
	background-size: 200% auto;
	color: #fff;
	border: solid 1px #EBEBEB;
	border-radius: 30px;
}
.nav-link.alt-nav-btn:hover, .alt-nav-btn:hover{
	color: #fff;
}
.alt-nav-btn.mobile{
	padding: 10px 40px;
    display: inline-block;
	color: #fff !important
}
.alert-success .fa {
    background: #0f5132;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 7px;
}
.spinner-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
}
.spinner-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 4px solid #203656;
    border-color: #203656 transparent #203656 transparent;
    animation: spinner-dual-ring 1.2s linear infinite;
}
@keyframes spinner-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.contact-form .form-control{
	color: darkslategrey;
}
.is-invalid {
    border: 1px solid #FE4F70!important;
    box-shadow: 0 0 0 .05rem #FE4F70!important;
}
.comments li.comment .thumb img{
	max-width: 70px;
	border-radius: 50%;
}
.comment-content{
	color: #203656;
}
.comments li.comment.recent{
	background: lightyellow;
    padding: 20px 0;
}
.comment-form.child, .comments li.comment.child{
	margin-left: 90px
}
@media (max-width: 767px) {
	.comment-form.child, .comments li.comment.child{
		margin-left: 30px
	}
}
.post-next-prev.left {
	text-align: right;
	display: table-cell;
	border-right: 1px solid #e6e6e6;
	min-height: 60px;
	padding: 0 15px;
}
.post-next-prev.right {
	text-align: left;
	display: table-cell;
	min-height: 60px;
	padding: 0 15px;
}	
.post-next-prev p span {
	display: block;
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 15px;
}
.post-next-prev.right p span i {
	margin-left: 8px;
}
.post-next-prev.left p span i {
	margin-right: 8px;
}
@media (max-width: 767px){
	.post-next-prev p, .post-next-prev .title {
	  	text-align: center;
	}
	.post-next-prev.left{
		border: 0;
	}
	.post-next-prev.left{
		margin-bottom: 20px;
	}
}
.post-next-prev .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 5px;
}
.row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
}
@media (max-width: 991px){
	.profile-tabs {
		margin-bottom: 30px;
	}
}
.profile-tabs .nav .nav-item {
    width: 100%;
    text-align: left;
    margin-bottom: 2px!important;
}
.profile-tabs .nav .nav-item .nav-link {
    padding: 11px;
    border-radius: 3px;
    color: darkslategrey;
}
.profile-tabs .nav .active .nav-link {
    background: linear-gradient(to right, #FE4F70 0%, #FFA387 51%, #FE4F70 100%);
    color: #fff;
}

/*responsive styles*/
@media (max-width: 576px) {
	.post-content img, .page-content img {
		height: auto !important;
	}
  	.footer-social-col{
		display: block;
	}
	.main-logo-wrap{
		max-width: 30px;
		max-width: 120px;
	}
	#scroll-to-top{
		display: none !important;
	}
	.header-default{
		padding: 5px 0;
		position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    z-index: 9990;
	    background: #fff;
	}
	.header-default.clone{
		display: none;
	}
	button.search.web{
		display: none;
	}
	button.search.mobile{
		display: inline-flex;
	}
	.appBottomMenu, .app-header{
		display: flex;
	}
	footer{
		padding-bottom: 50px;
	}
	.custom-content-wrap{
		padding-top: 80px;
	}
	.row>*:not(.slick-list){
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-m-20-10{
		padding: 20px 10px;
	}
	.post-tabs{
		padding: 20px;
	}
	.no-menu-mobile .header-default{
		display: none;
	}
	.text-404{
		color: #FE4F70;
		font-size:150px;
	}
	/* .register-page .header-default{
		display: none;
	} */
	.form-title a{
		font-size: 18px;
	}
	.form-list-item:not(:last-child):after{
		margin-top: 0;
		margin-bottom: 0;
	}
	.survey-question-title{
		font-size: 20px;
	}
	.faq-title{
		font-size: 18px;
	}
	.featured-post-xl .details{
		max-width: 100%;
	}
	.profile-tab-content{
		border-top: 1px solid #EBEBEB;
		padding-top: 20px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}