@font-face {
	font-family:Lora;src:url(../fonts/Lora-Regular.ttf) format('truetype');font-weight:400;font-style:normal
}

@font-face {
	font-family:iconfont;src:url(../fonts/iconfont.woff) format('woff')
}

.iconfont {
	font-family: iconfont!important;
	font-style: normal
}

.icon-left:before {
	content: "\e628"
}

.icon-right:before {
	content: "\e642"
}

.icon-behance:before {
	content: "\e87a"
}

.icon-googleplus:before {
	content: "\e87b"
}

.icon-Youtube:before {
	content: "\e880"
}

.icon-facebook:before {
	content: "\e630"
}

.icon-email:before {
	content: "\e66f"
}

.icon-close:before {
	content: "\e606"
}

.icon-search:before {
	content: "\e6c8"
}

:root {
	--bs-body-color-rgb: 54,73,88;
	--bs-body-bg-rgb: 255,255,255;
	--bs-body-font-family: Lora;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.75;
	--bs-body-color: #364958;
	--bs-body-bg: #fff
}

*,:after,:before {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg)
}

h1,h2,h3,h4 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #231942
}

h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
	h2 {
		font-size: 2rem
	}
}

h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
	h3 {
		font-size: 1.75rem
	}
}

h4 {
	font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
	h4 {
		font-size: 1.5rem
	}
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #7765ff;
	text-decoration: underline
}

a:hover {
	color: #cc5151
}

img,svg {
	vertical-align: middle
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,input,textarea {
	margin: 0;
	font-size: inherit;
	line-height: inherit
}

.container {
	width: 100%;
	padding-right: var(--bs-gutter-x,15px);
	padding-left: var(--bs-gutter-x,15px);
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1200px
	}
}

@media (min-width:1600px) {
	.container {
		max-width: 1200px
	}
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media (min-width:576px) {
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}
}

@media (min-width:768px) {
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
}

@media (min-width:992px) {
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}
}

@media (min-width:1200px) {
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	color: #364958;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
	color: #364958;
	background-color: #fff;
	border-color: #ffb2b2;
	outline: 0;
	box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

textarea.form-control {
	min-height: calc(1.75em + .75rem + 2px)
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.75;
	color: #364958;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.btn:hover {
	color: #364958
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.page-link {
	position: relative;
	display: block;
	color: #7765ff;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.page-link:hover {
	z-index: 2;
	border-color: #dee2e6
}

.page-link:focus,.page-link:hover {
	color: #cc5151;
	background-color: #e9ecef
}

.page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .25rem hsla(0,100%,70%,.25)
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.page-link {
	padding: .375rem .75rem
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 9;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem;
	overflow-y: auto
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0,0,0,.2);
	transform: translateX(-100%)
}

.offcanvas.show {
	transform: none
}

.d-none {
	display: none!important
}

.position-relative {
	position: relative!important
}

.justify-content-start {
	justify-content: flex-start!important
}

.justify-content-end {
	justify-content: flex-end!important
}

.justify-content-center {
	justify-content: center!important
}

.justify-content-between {
	justify-content: space-between!important
}

.align-items-center {
	align-items: center!important
}

.m-0 {
	margin: 0!important
}

.mt-4 {
	margin-top: 1.25rem!important
}

.mt-6 {
	margin-top: 1.875rem!important
}

.mt-7 {
	margin-top: 2.1875rem!important
}

.mt-9 {
	margin-top: 2.8125rem!important
}

.me-auto {
	margin-right: auto!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mb-1 {
	margin-bottom: .3125rem!important
}

.mb-6 {
	margin-bottom: 1.875rem!important
}

.mb-7 {
	margin-bottom: 2.1875rem!important
}

.mb-8 {
	margin-bottom:  20px !important
}

.ms-0 {
	margin-left: 0!important
}

.ms-auto {
	margin-left: auto!important
}

.pt-0 {
	padding-top: 0!important
}

.pb-0 {
	padding-bottom: 0!important
}

@media (min-width:768px) {
	.mt-md-0 {
		margin-top: 0!important
	}
}

@media (min-width:992px) {
	.d-lg-block {
		display: block!important
	}

	.mt-lg-0 {
		margin-top: 0!important
	}

	.mt-lg-7 {
		margin-top: 2.1875rem!important
	}

	.mt-lg-10 {
		margin-top: 20px !important
	}

	.mb-lg-10 {
		margin-bottom: 20px !important
	}
}

@media (min-width:1200px) {
	.mb-xl-0 {
		margin-bottom: 0!important
	}
}

body,html {
	height: 100%
}

body {
	font-family: Lora;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	color: #364958;
	background-color: #fff
}

.logo, .widget-logo {
    font-size: 20px;
    display: inline-block;
    min-width: 220px;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
    .main-content {
        margin-top: 60px !important;
    }
    .contact-area {
        padding: 10px 0 !important;
    }
    .contact-area .section-title{
        margin-top: 20px;
    }
    .header-action-btn{
        display: none;
    }
	body {
		font-size: 15px
	}
}

h1,h2,h3,h4 {
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	color: #231942
}

p:last-child {
	margin-bottom: 0
}

a,button {
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
	color: inherit
}

a:active,a:focus,a:hover {
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

a,button,img,input {
	transition: all .5s ease 0s
}

:focus,a:focus {
	outline: 0
}

a:focus {
	color: inherit
}

a:focus,a:hover {
	text-decoration: none
}

a:hover {
	color: #7765ff
}

button {
	cursor: pointer
}

img {
	width: 100%;
	height: auto;
	max-width: 100%
}

ul {
	margin: 0;
	padding: 0
}

ul:last-child {
	margin-bottom: 0
}

ul li {
	list-style: none
}

.wrapper {
	overflow-x: hidden
}

.section-space {
	padding-bottom: 25px;
	padding-top: 115px
}

@media only screen and (max-width:767px) {
	.section-space {
		padding-top: 30px;
		padding-bottom: 30px
	}
}

.row,.row [class*=col-] {
	margin-top: 0
}

.header-area {
    box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .06);
}


@media only screen and (max-width:767px) {
	.header-area {
		padding: 5px 0;
	}
}

.header-area .container {
	max-width: 1200px
}

.header-navigation {
	position: relative
}

@media only screen and (max-width:767px) {
	.header-navigation {
		display: none
	}
}

.main-nav {
	display: flex
}

.main-nav>li {
	position: relative;
	margin: 0 20px
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:1200px) and (max-width:1549px) {
	.main-nav>li {
		margin: 0 10px
	}
}

.main-nav>li:first-child {
	margin-left: 0
}

.main-nav>li:first-child>a {
	padding-left: 0
}

.main-nav>li:last-child {
	margin-right: 0
}

.main-nav>li:last-child>a {
	padding-right: 0
}

.main-nav>li>a {
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	height: 84px;
	padding: 0 12px;
	display: inline-block;
	line-height: 84px;
	letter-spacing: 0;
	position: relative;
	text-transform: capitalize;
	transition: all 0s ease-out
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:1200px) and (max-width:1549px) {
	.main-nav>li>a {
		font-size: 15px;
		height: 80px;
		line-height: 80px
	}
}

.main-nav>li>a:hover {
	color: #7765ff
}

.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 999;
}

@media only screen and (max-width:767px),only screen and (min-width:1200px) and (max-width:1549px) {
	.header-logo {
		padding-bottom: 6px
	}
}

.header-action {
	align-items: center;
	display: flex
}

.header-action .header-action-btn {
	border: none;
	margin: 0;
	padding: 0;
	background: 0 0;
	width: 30px;
	height: 30px;
	margin-left: 59px
}

@media only screen and (max-width:767px),only screen and (min-width:1200px) and (max-width:1549px) {
	.header-action .header-action-btn {
		margin-left: 28px
	}
}

@media only screen and (max-width:767px) {
	.header-action .header-action-btn {
		margin-left: 8px
	}
}

@media only screen and (max-width:767px),only screen and (min-width:1200px) and (max-width:1549px) {
	.header-action .header-action-btn svg {
		width: 24px
	}
}

.header-menu-btn {
	background-color: transparent;
	border: none;
	margin: 2px 0 0 6px;
	padding: 0;
	display: none
}

@media only screen and (max-width:767px) {
	.header-menu-btn {
		display: inline-block
	}
}

.header-menu-btn span {
	background-color: #000;
	width: 20px;
	height: 2px;
	display: block;
	margin-bottom: 4px;
	border-radius: 50px
}

.header-menu-btn span:last-child {
	margin-bottom: 0
}

.offcanvas {
	z-index: 999!important
}

.footer-area {
	background: #fafafa;
	border-radius: 10px 10px 0 0
}

.footer-main {
	padding: 100px 0
}

@media only screen and (max-width:767px) {
	.footer-main {
		padding: 20px 0
	}
}

.footer-main .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 35px
}

.footer-main .widget-logo {
	display: inline-block;
	margin-bottom: 38px
}

.footer-main .desc {
	max-width: 285px
}

.footer-main .widget-nav {
	display: flex;
	flex-wrap: wrap
}

.footer-main .widget-nav li {
	color: #364958;
	font-size: 16px;
	position: relative;
	transition: all .5s ease 0s;
	margin-bottom: 20px;
	width: 33.3333%
}

.footer-main .widget-nav li a {
	transition: all .5s ease 0s
}

.footer-main .widget-nav li a:hover {
	text-decoration-line: underline
}

.footer-main .widget-social {
	display: flex
}

.footer-main .widget-social a {
	color: #353434;
	font-size: 21px
}

.footer-main .widget-social a+a {
	margin-left: 60px
}

.footer-main .widget-social a:hover {
	color: #7765ff
}

.footer-bottom-content {
	border-top: 1px solid #e8e8e8;
	text-align: center;
	padding: 20px 0 19px
}

.footer-bottom-content p {
	font-size: 14px;
	color: #6d6d6d
}

.section-title {
	margin-bottom: 60px
}

@media only screen and (max-width:767px) {
	.section-title {
		margin-bottom: 45px
	}
}

.section-title .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 13px;
	line-height: 39px;
	padding-bottom: 10px;
	text-transform: capitalize
}

@media only screen and (max-width:767px) {
	.section-title .title {
        font-weight: bold;
		font-size: 20px;
		margin-bottom: 10px;
		line-height: 30px;
		padding-bottom: 7px
	}

    .post-item .thumb+.content {
        margin-top: 10px !important;
    }
}

.section-title p {
	max-width: 430px;
	margin: 0 auto
}

.line-left-style {
	background-color: #cecece;
	display: inline-block;
	height: 1px;
	width: 40px
}

.newsletter-content-wrap {
	height: 230px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 171px 0 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap {
		display: block;
		padding: 20px;
		text-align: center;
		height: auto
	}
}

.newsletter-content {
	padding-top: 10px
}

@media only screen and (max-width:767px) {
	.newsletter-content {
		padding-right: 0;
		padding-top: 0
	}
}

.newsletter-content .title {
	margin-bottom: 0;
    padding-bottom: 0;
}

.newsletter-content p {
	max-width: 310px
}

.newsletter-form {
	position: relative;
	margin-top: 12px
}

.newsletter-form .form-control {
	box-shadow: none;
	border: 1px solid #7765ff;
	border-radius: 10px;
	font-size: 13px;
	font-style: italic;
	color: #979797;
	height: 42px;
	width: 400px;
	padding: 5px 58px 7px 14px
}

@media only screen and (max-width:767px) {
	.newsletter-form .form-control {
		width: 100%;
		padding: 5px 30px 7px 28px
	}
}

.newsletter-form .btn-submit {
	background-color: #7765ff;
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	color: #fff;
	height: 100%;
	width: 50px;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 38px
}

.newsletter-form .btn-submit:hover {
	background-color: #a23919
}

.btn {
	background-color: #7765ff;
	border: 2px solid #7765ff;
	box-shadow: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	letter-spacing: 7px;
	line-height: 37px;
	padding: 5px 25px 5px 37px;
	text-align: center;
	text-transform: uppercase
}

@media only screen and (max-width:767px) {
	.btn {
		padding: 5px 18px 5px 25px;
		height: 48px;
		line-height: 35px;
		letter-spacing: 5px
	}
}

.btn:hover {
	background-color: #231942;
	border-color: #231942;
	color: #fff
}

.btn.btn-sm {
	letter-spacing: .5em;
	padding: 5px 41px 5px 47px
}

.btn.btn-sm {
	font-size: 13px;
	font-weight: 500
}

.pagination {
	align-items: center;
	border: 2px solid #7765ff;
	border-radius: 50px;
	width: -moz-fit-content;
	width: fit-content
}

.pagination .page-link {
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #231942;
	border: none;
	border-radius: 0;
	background: 0 0;
	padding: 0;
	margin: 0;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 46px
}

@media only screen and (max-width:767px) {
	.pagination .page-link {
		width: 38px
	}
}

.pagination .page-link:hover {
	color: #7765ff
}

.pagination span {
	color: #575757;
    font-weight: bold;
    font-size: 16px;
}

.pagination .previous {
	border-right: 1px solid #cdcdcd;
	margin-right: 18px
}

@media only screen and (max-width:767px) {
	.pagination .previous {
		margin-right: 0
	}
}

.pagination .next {
	border-left: 1px solid #cdcdcd;
	margin-left: 16px!important
}

@media only screen and (max-width:767px) {
	.pagination .next {
		margin-left: 0!important
	}
}

.pagination .next,.pagination .previous {
	height: 25px;
	font-size: 12px;
	line-height: 26px
}

.offcanvas {
	z-index: 10
}

.post-item .thumb {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.post-item .thumb img {
	border-radius: 10px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:575px) {
	.post-item .thumb img {
		width: 100%
	}
}

.post-item .thumb:before {
	left: -280px
}

.post-item .thumb:after,.post-item .thumb:before {
	background-color: hsla(0,0%,100%,.09);
	content: "";
	height: 200%;
	position: absolute;
	top: -50%;
	transform: rotate(35deg);
	transition: all 2s cubic-bezier(.19,1,.22,1);
	width: 80px;
	z-index: 1
}

.post-item .thumb:after {
	left: 180%
}

.post-item .thumb+.content {
	margin-top: 15px
}

.dfl{
	display: flex;
	align-items: center;
	gap: 10px;
}

.post-item .content .post-category {
	background-color: #7765ff;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	padding: 7px 31px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px) {
	.post-item .content .post-category {
		padding: 3px 16px;
		font-size: 11px
	}
}

.post-item .content .post-category-two:hover {
	background-color: #7569ff!important
}

.post-item .content .post-category-three:hover {
	background-color: #69c8ff!important
}

.post-item .content .post-category:hover {
	background-color: #ff6969
}

.post-item .content .dfl+.title {
	margin-top: 10px
}

@media only screen and (max-width:767px) {
	.post-item .content .post-category+.title {
		font-weight: bold;
		margin-top: 10px
	}
}

.post-item .content .title {
	font-size: 25px;
    line-height: 30px;
	margin-bottom: 10px
}

@media only screen and (max-width:767px) {
	.post-item .content .title {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 12px
	}
}

.post-item .content .meta {
	display: flex
}

@media only screen and (max-width:767px) {
	.post-item .content .meta {
		display: block
	}
}

.post-item .content .meta li {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase
}

@media only screen and (max-width:767px) {
	.post-item .content .meta li {
		font-size: 12px
	}
}

.post-item .content .meta li a {
	color: #6d6d6d
}

.post-item .content .meta li a:hover {
	color: #7765ff
}

.post-item .content .meta li+li {
	margin-left: 52px
}

@media only screen and (max-width:767px) {
	.post-item .content .meta li+li {
		margin-left: 0
	}
}

.post-item:hover .thumb img {
	transform: scale(1.03)
}

.post-item:hover .thumb:before {
	left: 180%
}

.post-item:hover .thumb:after {
	left: -280px
}

.blog-detail .desc {
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail .desc {
		margin-bottom: 18px
	}
}

.blog-detail .desc:last-child {
	margin-bottom: 0
}

.blog-comment-form-wrap {
	border-top: 1px solid #c2c2c2;
	padding: 51px 0 0
}

.blog-comment-form-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px
}

@media only screen and (max-width:479px) {
	.blog-comment-form-info {
		flex-direction: column-reverse;
		align-items: flex-start
	}
}

.blog-comment-form-social {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.blog-comment-form-social span {
	font-size: 18px;
	margin-right: 16px
}

@media only screen and (max-width:767px) {
	.blog-comment-form-social span {
		font-size: 15px;
		margin-right: 8px
	}
}

.blog-comment-form-social a {
	color: #353434;
	font-size: 22px;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.blog-comment-form-social a {
		font-size: 14px
	}
}

.blog-comment-form-social a+a {
	margin-left: 12px
}

@media only screen and (max-width:767px) {
	.blog-comment-form-social a+a {
		margin-left: 5px
	}
}

.blog-comment-form-social a:hover {
	color: #7765ff
}

.blog-detail-title {
	font-weight: 300;
	font-size: 27px;
	line-height: 1.3;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-title {
		font-size: 36px;
		margin-bottom: 10px
	}
}

@media only screen and (max-width:575px) {
	.blog-detail-title {
		font-weight: bold;
		font-size: 20px
	}
}

.blog-detail-category {
	display: flex;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-category {
		margin-bottom: 20px
	}
}

.blog-detail-category .category {
	background-color: #7765ff;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	padding: 7px 31px;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px) {
	.blog-detail-category .category {
		font-size: 12px;
		padding: 5px 22px
	}
}

.blog-detail-category .category+.category {
	margin-left: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-category .category+.category {
		margin-left: 10px
	}
}

.blog-detail-meta {
	display: flex
}

.blog-detail-meta li {
	align-items: center;
	display: flex;
	font-size: 16px;
	line-height: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-meta li {
		font-size: 14px
	}
}

@media only screen and (max-width:479px) {
	.blog-detail-meta li {
		font-size: 12px
	}
}

.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail-meta li+li {
	margin-left: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-meta li+li {
		margin-left: 15px
	}
}

.blog-detail-meta .meta-admin img {
	border: 6px solid #dedee4;
	border-radius: 50%;
	margin-right: 22px
}

@media only screen and (max-width:767px) {
	.blog-detail-meta .meta-admin img {
		margin-right: 8px
	}
}

@media only screen and (max-width:479px) {
	.blog-detail-meta .meta-admin img {
		width: 40px;
		border-width: 3px
	}
}

.blog-detail-social {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

@media only screen and (max-width:767px) {
	.blog-detail-social {
		justify-content: flex-start;
		margin-top: 10px
	}
}

.blog-detail-social span {
	font-size: 18px;
	margin-right: 16px
}

@media only screen and (max-width:767px) {
	.blog-detail-social span {
		font-size: 14px;
		margin-right: 4px
	}
}

.blog-detail-social a {
	color: #353434;
	font-size: 22px;
	width: 36px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.blog-detail-social a {
		font-size: 14px
	}
}

.blog-detail-social a+a {
	margin-left: 12px
}

@media only screen and (max-width:767px) {
	.blog-detail-social a+a {
		margin-left: -6px
	}
}

.blog-detail-social a:hover {
	color: #7765ff
}

.blog-detail-list li {
	margin-bottom: 5px
}

.blog-detail-blockquote {
	padding: 32px 0 56px;
	position: relative;
	text-align: center
}

@media only screen and (max-width:767px) {
	.blog-detail-blockquote {
		padding: 24px 0 28px
	}
}

.blog-detail-blockquote:after,.blog-detail-blockquote:before {
	background-color: #c2c2c2;
	content: "";
	width: 220px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%)
}

.blog-detail-blockquote:after {
	bottom: 0;
	top: auto
}

.blog-detail-blockquote .desc {
	font-style: italic;
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 20px
}

@media only screen and (max-width:767px) {
	.blog-detail-blockquote .desc {
		font-size: 16px;
		margin-bottom: 14px
	}
}

.blog-detail-blockquote .user-name {
	font-size: 21px;
	line-height: 28px;
	font-style: italic;
	text-align: center;
	color: #a3a3a3
}

@media only screen and (max-width:767px) {
	.blog-detail-blockquote .user-name {
		font-size: 18px;
		color: #959595
	}
}

.blog-detail-blockquote .quote-icon {
	position: absolute;
	bottom: 22px;
	left: 50%;
	transform: translate(-50%);
	z-index: -1
}

@media only screen and (max-width:767px) {
	.blog-detail-blockquote .quote-icon {
		width: 60px
	}
}

.blog-detail-img {
	border-radius: 30px
}

@media only screen and (max-width:767px) {
	.blog-detail-img {
		border-radius: 15px
	}
}

.contact-area {
	padding: 25px 0 0;
	position: relative
}

@media only screen and (max-width:767px) {
	.contact-form {
		margin-bottom: 20px
	}
}

.contact-form .form-group {
	margin-bottom: 56px
}

.contact-form .form-control {
	box-shadow: none;
	outline: 0;
	color: #3f3f3f;
	font-size: 12px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border-width: 0 0 1px;
	border-color: #b9b9b9;
	padding-bottom: 16px
}

.contact-form textarea.form-control {
	height: 138px;
	resize: none
}

@media only screen and (max-width:767px) {
	.contact-form textarea.form-control {
		height: 100px
	}
}

.contact-info {
	background: #7765ff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 41px 0
}

@media only screen and (max-width:767px) {
	.contact-info {
		flex-wrap: wrap
	}
}

.contact-info-item {
	text-align: center;
	width: 33.3333%
}

@media only screen and (max-width:767px) {
	.contact-info-item {
		width: 50%;
		margin-bottom: 30px
	}
}

@media only screen and (max-width:479px) {
	.contact-info-item {
		width: 100%
	}
}

.contact-info-item:nth-child(2n) {
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0
}

@media only screen and (max-width:767px) {
	.contact-info-item:nth-child(2n) {
		border-left: none;
		border-right: none
	}
}

.contact-info-item .icon {
	margin-bottom: 24px
}

@media only screen and (max-width:767px) {
	.contact-info-item .icon {
		margin-bottom: 14px
	}
}

.contact-info-item a,.contact-info-item p {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	display: block;
	margin-bottom: 5px
}

@media only screen and (max-width:767px) {
	.contact-info-item a,.contact-info-item p {
		font-size: 15px
	}
}

.contact-info-item a:hover {
	color: #7765ff
}

.contact-info-item p {
	max-width: 190px;
	margin: 0 auto
}

.blog-sidebar-widget .blog-widget {
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 36px 40px 32px;
	margin-bottom: 50px
}

@media only screen and (max-width:767px) {
	.blog-sidebar-widget .blog-widget {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:575px) {
	.blog-sidebar-widget .blog-widget {
		padding: 30px 34px 27px
	}
}

.blog-sidebar-widget .blog-widget-title {
	color: #231942;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin-bottom: 24px;
	position: relative;
	padding-left: 22px
}

.blog-sidebar-widget .blog-widget-title:before {
	border: 2px solid #7765ff;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 11px;
	transform: translateY(-50%)
}

.blog-sidebar-widget .blog-search-widget {
	margin-bottom: 50px;
	position: relative
}

@media only screen and (max-width:767px) {
	.blog-sidebar-widget .blog-search-widget {
		margin-bottom: 30px
	}
}

.blog-sidebar-widget .blog-search-widget [type=search] {
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 15px;
	box-shadow: none;
	color: #747474;
	font-size: 14px;
	font-weight: 400;
	height: 60px;
	padding: 10px 64px 10px 18px;
	width: 100%
}

.blog-sidebar-widget .blog-search-widget [type=submit] {
	border: none;
	background: 0 0;
	box-shadow: none;
	margin: 0;
	font-size: 18px;
	padding: 0;
	height: 100%;
	width: 60px;
	position: absolute;
	color: #919191;
	border-left: 1px solid #cfcfcf;
	right: 0
}

.blog-sidebar-widget .blog-search-widget [type=submit]:hover {
	color: #7765ff
}

.blog-sidebar-widget .blog-widget-category {
	margin-bottom: 0
}

.blog-sidebar-widget .blog-widget-category li {
	display: block
}

.blog-sidebar-widget .blog-widget-category li a {
	border-top: 1px solid #d0d0d0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	padding: 10px 0
}

.blog-sidebar-widget .blog-widget-category li:first-child a {
	border-top: none;
	padding-top: 0
}

.blog-sidebar-widget .blog-widget-category li:last-child a {
	padding-bottom: 0
}

.blog-sidebar-widget .blog-widget-single-post {
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px
}

.blog-sidebar-widget .blog-widget-single-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.blog-sidebar-widget .blog-widget-single-post a {
	color: #231942;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 1.5
}

.blog-sidebar-widget .blog-widget-single-post a:hover {
	color: #7765ff
}

.blog-sidebar-widget .blog-widget-single-post .date {
	color: #7765ff;
	font-weight: 600;
	font-size: 12px
}

.blog-sidebar-widget .blog-widget-tags li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px
}

.blog-sidebar-widget .blog-widget-tags li a {
	background-color: #f9f9f9;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	color: #7e7e7e;
	display: inline-block;
	font-size: 15px;
	letter-spacing: .2px;
	padding: 2px 16px;
	text-transform: capitalize
}

.blog-sidebar-widget .blog-widget-tags li a:hover {
	background-color: #7765ff;
	border-color: #7765ff;
	color: #fff
}

.off-canvas-wrapper.offcanvas {
	background-color: #1f1f1f;
	width: 310px
}

@media only screen and (max-width:767px) {
	.off-canvas-wrapper.offcanvas {
		width: 310px
	}
}

.off-canvas-wrapper .offcanvas-header {
	padding: 0
}

.off-canvas-wrapper .offcanvas-body {
	padding: 12px 20px 20px;
	scrollbar-width: auto;
	scrollbar-color: #1f1f1f #292929
}

.off-canvas-wrapper .btn-menu-close {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #7765ff;
	opacity: 1;
	border-radius: 0;
	color: #fff;
	background-image: none;
	padding: 0 20px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	border: none;
	position: relative;
	transition: all .3s ease-out;
}

.main-content{
    margin-top: 120px;
}

.off-canvas-wrapper .btn-menu-close i {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%)
}

.off-canvas-wrapper .btn-menu-close:hover {
	color: #7765ff;
	background-color: #000
}

.offcanvas-menu-nav {
	position: relative;
	z-index: 1
}

.offcanvas-menu-nav li a {
	color: #fff;
	display: block;
	text-transform: capitalize;
	position: relative;
	font-size: 17px;
	font-weight: 400;
	padding: 15px 0;
	line-height: 1
}

.offcanvas-menu-nav li a:hover {
	color: #7765ff
}

.offcanvas-start.show {
	visibility: visible
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}