@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-right:before {
	content: "\e642"
}

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

.icon-star:before {
	content: "\e629"
}

.icon-linkedin:before {
	content: "\e6ce"
}

.icon-navbar:before {
	content: "\e6fb"
}

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

.icon-comment:before {
	content: "\e8e8"
}

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

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

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

:root {
	--bs-white: #fff;
	--bs-font-sans-serif: Lora;
	--bs-body-font-family: Lora;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.75;
	--bs-body-color: #457b9d;
	--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)
}

h2,
h3,
h4,
h5 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #1d3557
}

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

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

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

h5 {
	font-size: 1.25rem
}

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: #ff5a5a;
	text-decoration: underline
}

a:hover {
	color: #cc4848
}

img {
	vertical-align: middle
}

button {
	border-radius: 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:1200px) {
	.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-auto {
	flex: 0 0 auto;
	width: auto
}

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

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

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

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

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

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

	.offset-lg-1 {
		margin-left: 8.33333333%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	color: #457b9d;
	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: #457b9d;
	background-color: #fff;
	border-color: #ffadad;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 90, 90, .25)
}

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

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.75;
	color: #457b9d;
	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: #457b9d
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 90, 90, .25)
}

.collapse:not(.show) {
	display: none
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em;
	color: #000;
	background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 90, 90, .25);
	opacity: 1
}

.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-header .btn-close {
	padding: .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

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

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

.offcanvas.show {
	transform: none
}

.d-none {
	display: none !important
}

.w-100 {
	width: 100% !important
}

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

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

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

.mt-1 {
	margin-top: .3125rem !important
}

.mt-3 {
	margin-top: .9375rem !important
}

.mt-5 {
	margin-top: 1.625rem !important
}

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

.mt-8 {
	margin-top: 2.5rem !important
}

.mt-10 {
	margin-top: 3.125rem !important
}

.me-3 {
	margin-right: .9375rem !important
}

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

.mb-3 {
	margin-bottom: .9375rem !important
}

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

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

.mb-8 {
	margin-bottom: 2.5rem !important
}

.mb-10 {
	margin-bottom: 3.125rem !important
}

.mt-n3 {
	margin-top: -.9375rem !important
}

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

.mb-n8 {
	margin-bottom: -2.5rem !important
}

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

.pt-3 {
	padding-top: .9375rem !important
}

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

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

	.d-lg-none {
		display: none !important
	}

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

	.mt-lg-n1 {
		margin-top: -.3125rem !important
	}

	.ps-lg-10 {
		padding-left: 3.125rem !important
	}
}

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

body,
html {
	height: 100%
}

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

@media only screen and (max-width:767px) {
	body {
		font-size: 15px
	}

	.col-sm-12 {
		width: 100% !important
	}
}

h2,
h3,
h4,
h5 {
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	color: #1d3557
}

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 {
	outline: 0
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: 0
}

a:hover {
	text-decoration: none;
	color: #ff5a5a
}

button {
	cursor: pointer
}

img {
	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: 110px;
	padding-top: 120px !important
}

.section-bottom-space {
	padding-bottom: 110px
}

.btn {
	background-color: #ff5a5a;
	border: 1px solid #ff5a5a;
	box-shadow: none;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1px;
	line-height: 1.2;
	padding: 11px 26px 9px;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px) {
	.btn {
		font-size: 11px;
		padding: 9px 23px 8px
	}
}

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

.btn:focus {
	box-shadow: none
}

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

@media only screen and (max-width:991px) {
	.header-area {
		padding: 6px 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		background-color: #fff;
		z-index: 4
	}
}

.header-navigation {
	position: relative
}

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

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

@media only screen and (max-width:1199px) {
	.main-nav>li {
		margin: 0 18px
	}
}

.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: #457b9d;
	font-size: 15px;
	font-weight: 600;
	padding: 36px 12.33px;
	display: inline-block;
	line-height: 1;
	position: relative;
	text-transform: capitalize;
	transition: all .3s ease-out
}

.main-nav>li>a:hover {
	color: #1d3557
}

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

.btn-menu {
	border: 0;
	background-color: transparent;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	height: 30px;
	line-height: 29px;
	margin-left: 22px;
	text-align: center;
	width: 31px
}

@media only screen and (max-width:479px) {
	.btn-menu {
		margin-left: 12px
	}
}

.btn-menu:hover {
	background-color: #457b9d
}

.aside-side-menu-wrapper {
	padding: 0
}

.header-logo a,
.widget-about .home-link {
	font-weight: 700;
	font-size: 20px
}

.widget-about .home-link {
	margin-bottom: 20px
}

@media only screen and (max-width:479px) {
	.aside-side-menu-wrapper.offcanvas-end {
		width: 310px
	}

	.aside-side-menu-wrapper.offcanvas-end.show {
		visibility: visible
	}
}

.aside-side-menu-wrapper .offcanvas-header {
	align-items: center;
	background-color: #457b9d;
	cursor: pointer;
	height: 60px;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 0 30px
}

.aside-side-menu-wrapper .offcanvas-header h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase
}

.aside-side-menu-wrapper .offcanvas-header .btn-close {
	background: 0;
	box-shadow: none;
	color: #fff;
	font-size: 32px;
	height: auto;
	margin: 0;
	opacity: 1;
	padding: 0;
	width: auto;
	transition: all .3s ease-in-out
}

.aside-side-menu-wrapper .offcanvas-header .btn-close:hover {
	color: #ff5a5a
}

.aside-side-menu-wrapper .offcanvas-body {
	padding: 0 30px 20px
}

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

.offcanvas-menu::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.offcanvas-menu li a {
	display: block;
	text-transform: capitalize;
	color: #457b9d;
	padding: 10px 0;
	font-weight: 550;
	position: relative;
	font-size: 20px;
	transition: all .3s ease-in-out
}

@media only screen and (max-width:479px) {
	.offcanvas-menu li a {
		font-size: 15px
	}
}

.offcanvas-menu li a:hover {
	color: #ff5a5a
}

.offcanvas-menu li a:hover:after {
	color: #ff5a5a
}

.footer-area {
	margin: 0 auto;
	max-width: 1600px;
	padding: 0 15px
}

.footer-main {
	background: #f7f8f9;
	border-radius: 100px 100px 0 0;
	padding: 103px 0 60px
}

@media only screen and (max-width:575px) {
	.footer-main {
		border-radius: 30px 30px 0 0;
		padding: 30px 0 30px
	}

	.section-bottom-space {
		padding-bottom: 30px
	}

	.section-space {
		padding-bottom: 30px;
		padding-top: 60px !important
	}
}

.footer-main .widget-title {
	font-size: 24px;
	margin-bottom: 39px;
	padding-bottom: 17px;
	position: relative
}

@media only screen and (max-width:767px) {
	.footer-main .widget-title {
		display: none
	}
}

.footer-main .widget-title:after {
	background-color: #e63946;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 46px
}

@media only screen and (max-width:767px) {
	.footer-main .widget-title:after {
		display: none
	}
}

@media only screen and (min-width:768px) {
	.footer-main .widget-title.widget-collapsed-title {
		display: none
	}
}

@media only screen and (max-width:767px) {
	.footer-main .widget-title.widget-collapsed-title {
		background-color: #1d3557;
		border-radius: 10px;
		color: #fff;
		cursor: pointer;
		display: block;
		font-size: 20px;
		margin-bottom: 0;
		padding: 15px 20px 17px;
		position: relative
	}
}

@media only screen and (max-width:575px) {
	.footer-main .widget-title.widget-collapsed-title {
		font-size: 15px;
		padding: 12px 20px 14px
	}
}

.blog-detail .meta span .iconfont {
	font-size: 16px;
	margin-right: 7px
}

.footer-main .widget-title.widget-collapsed-title:before {
	font-family: iconfont;
	font-size: 14px;
	content: "\f067";
	position: absolute;
	right: 0;
	height: 100%;
	width: 60px;
	text-align: center;
	top: calc(50% - 8px)
}

.footer-main .widget-collapse-body {
	transition: all .3s ease-out
}

@media only screen and (min-width:768px) {
	.footer-main .widget-collapse-body {
		display: block
	}
}

@media only screen and (max-width:767px) {
	.footer-main .widget-collapse-body {
		background-color: #457b9d;
		border: 1px solid #1d3557;
		border-radius: 0 0 10px 10px;
		padding: 0
	}
}

@media only screen and (max-width:767px) {
	.footer-main .widget-collapse-body .widget-nav {
		padding: 30px 22px 20px
	}
}

.footer-main .desc {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 33px;
	max-width: 250px
}

@media only screen and (max-width:767px) {
	.footer-main .desc {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 20px;
		max-width: none
	}
}

.footer-main .widget-nav li {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	transition: all .5s ease 0s;
	margin-bottom: 7px
}

@media only screen and (max-width:575px) {
	.footer-main .widget-nav li {
		font-size: 13px;
		margin-bottom: 15px
	}
}

.footer-main .widget-nav li a {
	color: #457b9d;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px) {
	.footer-main .widget-nav li a {
		color: #fff
	}
}

.footer-main .widget-nav li a:hover {
	color: #ff5a5a;
	padding-left: 8px
}

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

.footer-main .widget-social a {
	color: #457b9d;
	font-size: 19px
}

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

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

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

.footer-bottom {
	/* border-top: 1px solid #ccc; */
	background: #f7f8f9;
	border-radius: 10px 10px 0 0;
}

.footer-bottom-content {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 20px 0 20px
}

@media only screen and (max-width:575px) {
	.mt-6 {
		margin-top: 1rem !important
	}

	.mb-10 {
		margin-bottom: 1.125rem !important
	}

	.mt-8 {
		margin-top: 1.5rem !important
	}

	.footer-bottom-content {
		display: block
	}
}

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

@media only screen and (max-width:575px) {
	.footer-bottom-content p {
		font-size: 13px
	}
}

.newsletter-content-wrap {
	border-radius: 0 0 0 50px;
	display: flex;
	justify-content: center
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 50px 0 60px
	}
}

@media only screen and (max-width:479px) {
	.newsletter-content-wrap {
		background-color: #f7f8f9;
		background-image: none !important;
		border-radius: 30px;
		padding: 50px 0 60px;
		text-align: center
	}
}

.newsletter-content-wrap .newsletter-content {
	max-width: 431px
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap .newsletter-content {
		max-width: 300px
	}
}

.newsletter-content-wrap .newsletter-content .title {
	font-size: 36px;
	margin-bottom: 23px
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap .newsletter-content .title {
		font-size: 24px;
		margin-bottom: 18px
	}
}

.newsletter-content-wrap .newsletter-content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 23px
}

@media only screen and (max-width:767px) {
	.newsletter-content-wrap .newsletter-content p {
		font-size: 14px;
		line-height: 1.6
	}
}

.newsletter-content-wrap .newsletter-form {
	position: relative
}

@media only screen and (max-width:479px) {
	.newsletter-content-wrap .newsletter-form {
		margin: 0 15px
	}
}

.newsletter-content-wrap .newsletter-form .form-control {
	box-shadow: none;
	border: 2px solid #e63946;
	border-radius: 3px 20px 3px 3px;
	font-size: 12px;
	color: #1d3557;
	height: 50px;
	width: 100%;
	padding: 7px 58px 7px 29px
}

@media only screen and (max-width:479px) {
	.newsletter-content-wrap .newsletter-form .form-control {
		padding: 7px 58px 7px 15px
	}
}

.newsletter-content-wrap .newsletter-form .btn-submit {
	background-color: #e63946;
	border: 0;
	border-radius: 30px 30px 3px 30px;
	color: #fff;
	right: 6px;
	height: 40px;
	padding: 0;
	display: inline-block;
	font-size: 13px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	top: 50%;
	width: 40px;
	transform: translate(0, -50%)
}

.newsletter-content-wrap .newsletter-form .btn-submit:hover {
	background-color: #ff4141
}

input,
textarea {
	transition: all .3s ease-in-out
}

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

@media only screen and (max-width:767px) {
	.post-item .thumb {
		border-radius: 30px
	}
}

.post-item .thumb img {
	transition: all .5s ease 0s;
	width: 100%
}

.post-item .thumb:before {
	background-color: rgba(255, 255, 255, .09);
	content: "";
	height: 200%;
	left: -280px;
	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 {
	background-color: rgba(255, 255, 255, .09);
	content: "";
	height: 200%;
	left: 180%;
	position: absolute;
	top: -50%;
	transform: rotate(35deg);
	transition: all 2s cubic-bezier(.19, 1, .22, 1);
	width: 80px;
	z-index: 1
}

.post-item .content {
	margin-top: 33px;
	padding-right: 20px
}

@media only screen and (max-width:767px) {
	.post-item .content {
		margin-top: 18px
	}
}

.post-item .content .post-category {
	color: #1d3557;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	transition: all .5s ease 0s
}

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

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

.post-item .content .title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 25px;
	margin-top: 1px
}

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

.post-item .content .title a {
	color: #1d3557
}

.post-item .content .title a:hover {
	color: #ff5a5a
}

.post-item .content .post-date-two {
	color: #1d3557;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	transition: all .5s ease 0s
}

@media only screen and (max-width:767px) {
	.post-item .content .post-date-two {
		font-size: 13px
	}
}

.post-item .content .post-date-two:hover {
	color: #ff5a5a
}

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

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

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

.cate,
.post-items-two .post-item .content .title {
	font-size: 20px;
	line-height: 1.3
}

.cate {
	margin-bottom: 10px !important
}

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

@media only screen and (max-width:575px) {
	.mb-8 {
		margin-bottom: 1.5rem !important
	}

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

.blog-detail .meta {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1;
	margin-bottom: 40px;
	margin-right: 95px
}

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

.blog-detail .meta .author-info {
	color: #1d3557
}

@media only screen and (max-width:359px) {
	.blog-detail .meta .author-info {
		align-items: flex-start;
		display: flex;
		flex-direction: column
	}
}

.blog-detail .meta .author-thumb {
	border-radius: 50%;
	min-width: 60px
}

@media only screen and (max-width:767px) {
	.blog-detail .meta .author-thumb {
		max-width: 40px;
		min-width: 40px
	}
}

@media only screen and (max-width:479px) {
	.blog-detail .meta .author-thumb {
		display: none
	}
}

.blog-detail .meta .author-name {
	color: #1d3557;
	font-weight: 600;
	margin-bottom: 0;
	margin-left: 15px
}

@media only screen and (max-width:359px) {
	.blog-detail .meta .author-name {
		font-size: 16px;
		margin-bottom: 10px;
		margin-left: 0;
		margin-right: 0
	}
}

.blog-detail .meta .author-name:hover {
	color: #ff5a5a
}

.blog-detail .meta span {
	font-size: 14px;
	margin-left: 24px
}

@media only screen and (max-width:767px) {
	.blog-detail .meta span:last-child {
		margin-left: 24px
	}
}

@media only screen and (max-width:359px) {
	.blog-detail .meta span {
		margin-left: 0;
		font-size: 11px;
		margin-bottom: 12px
	}
}

.blog-detail .meta span .icon {
	font-size: 16px;
	margin-right: 7px
}

.blog-detail .meta .post-date {
	color: #1d3557;
	font-size: 14px;
	display: inline-block;
	margin-left: 26px
}

@media only screen and (max-width:359px) {
	.blog-detail .meta .post-date {
		font-size: 12px;
		margin-left: 0
	}
}

.blog-detail .meta .post-date:hover {
	color: #ff5a5a
}

.blog-detail .meta .meta-like-comment {
	align-items: center;
	display: flex;
	line-height: 1
}


.blog-detail .category {
	color: #457b9d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1
}

.blog-detail .category span {
	font-weight: 400
}

.blog-detail-title {
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 5px
}

.blog-detail-title {
	font-size: 20px;
	line-height: 1.5;
	color: #1d3557;
}

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

.blog-detail .desc {
	font-size: 16px;
	line-height: 1.8
}

.blog-detail-blockquote {
	margin: 38px 100px 0;
	padding: 32px 0 53px;
	position: relative
}

@media only screen and (max-width:575px) {
	.blog-detail-blockquote {
		margin: 35px 15px 0
	}
}

.blog-detail-blockquote .desc {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 18px
}

@media only screen and (max-width:575px) {
	.blog-detail-blockquote .desc {
		font-size: 14px;
		line-height: 24px
	}
}

.blog-detail-blockquote .user-name {
	color: #1d3557;
	font-weight: 600;
	font-size: 18px;
	float: right;
	line-height: 1;
	position: relative
}

@media only screen and (max-width:575px) {
	.blog-detail-blockquote .user-name {
		font-size: 16px
	}
}

.blog-detail-blockquote .user-name:before {
	background-color: #457b9d;
	content: "";
	height: 1px;
	left: calc(-100%+15px);
	position: absolute;
	top: calc(50%+1px);
	width: 70px
}

.blog-detail-blockquote .quote-icon {
	left: -40px;
	position: absolute;
	top: -7px;
	z-index: -1
}

@media only screen and (max-width:575px) {
	.blog-detail-blockquote .quote-icon {
		left: -20px;
		width: 75px
	}
}

.blog-detail-tag-social {
	align-items: center;
	border-bottom: 1px solid #a8dadc;
	display: flex;
	justify-content: space-between;
	margin: 72px 0 40px;
	padding-bottom: 12px
}

@media only screen and (max-width:575px) {
	.blog-detail-tag-social {
		display: block;
		margin: 20px 0 0
	}
}

.blog-detail-tag {
	line-height: 1
}

@media only screen and (max-width:575px) {
	.blog-detail-tag {
		margin-bottom: 30px
	}
}

.blog-detail-tag a {
	color: #457b9d;
	font-size: 14px;
	font-style: italic;
	margin-right: 6px
}

.blog-detail-tag a:last-child {
	margin-right: 0
}

.blog-detail-tag a:hover {
	color: #1d3557
}

.blog-detail-social {
	line-height: 1
}

.blog-detail-social span {
	font-size: 14px;
	font-weight: 700;
	margin-right: 42px
}

.blog-detail-social a {
	font-size: 18px;
	margin-right: 33px
}

.blog-detail-social a:last-child {
	margin-right: 0
}

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

.blog-detail-social a .fa-facebook {
	position: relative;
	top: 1px
}

.pagination-area .page-numbers {
	display: flex;
	justify-content: start;
	margin-top: 30px;
	margin-bottom: 0
}

@media only screen and (max-width:767px) {
	.pagination-area .page-numbers {
		margin-top: 10px
	}
}

.pagination-area .page-number {
	border: 1px solid #a8dadc;
	border-radius: 50%;
	color: #a8dadc;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 39px;
	margin-right: 10px;
	text-align: center
}

.pagination-area .page-number.active,
.pagination-area .page-number:hover {
	background-color: #a8dadc;
	border-color: #a8dadc;
	color: #fff
}

.contact-info-item {
	border: 1px solid #a8dadc;
	border-radius: 30px;
	padding: 55px 25px 46px;
	text-align: center
}

@media only screen and (max-width:767px) {
	.contact-info-item {
		padding: 44px 15px 41px
	}
}

.contact-info-item h4 {
	color: #000;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 18px;
	padding-bottom: 14px;
	position: relative
}

@media only screen and (max-width:767px) {
	.contact-info-item h4 {
		font-size: 22px
	}
}

.contact-info-item h4:after {
	background-color: #457b9d;
	bottom: 0;
	content: "";
	height: 1px;
	left: calc(50% - 22px);
	position: absolute;
	width: 44px
}

.contact-info-item .content {
	font-size: 24px;
	font-weight: 500
}

@media only screen and (max-width:767px) {
	.contact-info-item .content {
		font-size: 16px
	}
}

.contact-info-item .content a {
	color: #1d3557;
	display: block;
	margin-bottom: 5px
}

.contact-info-item .content a:hover {
	color: #457b9d
}

.contact-info-item .content a:last-child {
	margin-bottom: 0
}

.contact-info-item .content p {
	color: #1d3557;
	line-height: 42px;
	margin: 0 auto;
	max-width: 300px
}

@media only screen and (max-width:767px) {
	.contact-info-item .content p {
		line-height: 29px
	}
}

.contact-form-area {
	background-color: #fafafa;
	border-radius: 30px;
	padding: 56px 50px 66px
}

@media only screen and (max-width:575px) {
	.contact-form-area {
		padding: 15px 15px 28px
	}
}

.contact-form-area h3 {
	font-size: 48px;
	margin-bottom: 20px
}

@media only screen and (max-width:575px) {
	.contact-form-area h3 {
		font-size: 24px
	}
}

.contact-form-area p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 69px;
	margin-right: 30px
}

@media only screen and (max-width:767px) {
	.contact-form-area p {
		margin-bottom: 50px;
		margin-right: 0
	}
}

.contact-form .form-input-item {
	margin-bottom: 43px
}

.contact-form .form-input-item .form-control {
	background-color: transparent;
	box-shadow: none;
	color: #1d3557;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 0;
	resize: none;
	border-width: 0 0 1px 0;
	border-color: #a8dadc;
	border-style: solid;
	padding: 0 0 17px 0
}

.contact-form .form-input-item .form-control:active,
.contact-form .form-input-item .form-control:focus {
	border-bottom-color: #457b9d
}

.contact-form .form-input-item textarea.form-control {
	min-height: 113px;
	padding: 0 0 15px 0
}

@media only screen and (max-width:575px) {
	.contact-form .form-input-item textarea.form-control {
		min-height: 90px
	}
}

.contact-form .form-input-item [type=submit] {
	background-color: transparent;
	border: 3px solid #a8dadc;
	border-radius: 50px;
	color: #1d3557;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .2em;
	margin-top: 27px;
	padding: 13px 35px;
	text-transform: uppercase
}

@media only screen and (max-width:575px) {
	.contact-form .form-input-item [type=submit] {
		margin-top: 0
	}
}

.contact-form .form-input-item [type=submit]:hover {
	background-color: #a8dadc;
	color: #fff
}

@media only screen and (max-width:767px) {
	.contact-thumb {
		padding-top: 70px
	}
}

.contact-thumb img {
	left: -95px;
	max-width: none;
	position: relative;
	z-index: -1
}

@media only screen and (max-width:767px) {
	.contact-thumb img {
		left: 0;
		max-width: 100%;
		z-index: 1
	}
}

.sidebar-area .widget-item {
	margin-bottom: 32px
}

.sidebar-area .widget-item p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px
}

.sidebar-area .widget-title {
	border-bottom: 1px solid #1d3557;
	font-size: 18px;
	margin-bottom: 21px;
	padding-bottom: 9px
}

.widget-search-box {
	position: relative
}

.widget-search-box input {
	background-color: transparent;
	border: solid #a8dadc;
	border-width: 0 0 1px 0;
	border-radius: 0;
	color: #1d3557;
	font-size: 14px;
	padding: 0 35px 8px 0;
	width: 100%;
	transition: all .3s ease-in-out
}

.widget-search-box input:active,
.widget-search-box input:focus {
	background-color: transparent;
	border-bottom-color: #457b9d
}

.widget-search-box .btn-src {
	background-color: transparent;
	border: 0;
	bottom: 14px;
	color: #1d3557;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 0;
	padding: 0;
	transition: all .3s ease-in-out
}

.widget-newsletter-box {
	position: relative
}

.widget-newsletter-box input {
	background-color: transparent;
	border: solid #a8dadc;
	border-width: 0 0 1px 0;
	border-radius: 0;
	color: #1d3557;
	font-size: 14px;
	padding: 0 35px 7px 0;
	width: 100%;
	transition: all .3s ease-in-out
}

.widget-newsletter-box input:active,
.widget-newsletter-box input:focus {
	background-color: transparent;
	border-bottom-color: #457b9d
}

.widget-newsletter-box .btn-src {
	background-color: transparent;
	border: 0;
	bottom: 13px;
	color: #1d3557;
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 0;
	padding: 0;
	transition: all .3s ease-in-out
}

.widget-categories a {
	color: #1d3557;
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
	padding-left: 27px;
	position: relative;
	transition: all .3s ease-in-out
}

.widget-categories a:last-child {
	margin-bottom: 0
}

.widget-categories a:before {
	background-color: #a8dadc;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: calc(50% - 3px);
	width: 6px;
	transition: all .3s ease-in-out
}

.widget-categories a:after {
	background-color: #a8dadc;
	border-radius: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(50% - .5px);
	width: 0;
	transition: all .3s ease-in-out
}

.col-md-6 {
	width: 50%
}

.widget-categories a:hover {
	padding-left: 41px
}

.widget-categories a:hover:before {
	opacity: 0
}

.widget-categories a:hover:after {
	opacity: 1;
	width: 18px
}

.widget-blog-post {
	display: flex;
	margin-bottom: 18px;
	overflow: hidden
}

.widget-blog-post:last-child {
	margin-bottom: 0
}

.widget-blog-post .content {
	padding-left: 0
}

.widget-blog-post .title {
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 7px;
	transition: all .3s ease-in-out
}

.widget-blog-post .title {
	font-size: 15px
}

@media only screen and (max-width:479px) {
	.widget-blog-post .title {
		margin-top: -6px
	}
}

.widget-blog-post .title:hover {
	color: #457b9d
}

.widget-blog-post .post-date {
	color: #1d3557;
	font-size: 14px;
	display: block;
	line-height: 1;
	margin-bottom: 0
}

.widget-blog-post .btn-text {
	color: #1d3557;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	float: right;
	line-height: 1;
	margin-top: 25px;
	position: relative;
	transition: all .3s ease-in-out
}

@media only screen and (max-width:767px) {
	.widget-blog-post .btn-text {
		font-size: 12px;
		float: none;
		margin-top: 15px
	}
}

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

	.blog-detail .meta .author-name {
		margin-left: 0;
		margin-right: 15px
	}
}

.widget-blog-post .btn-text:after {
	background-color: #a8dadc;
	bottom: 2px;
	content: "";
	height: 1px;
	left: calc(-100% - 531px);
	position: absolute;
	width: calc(100%+500px)
}

@media only screen and (max-width:767px) {
	.widget-blog-post .btn-text:after {
		display: none
	}
}

.widget-blog-post .btn-text:hover {
	color: #457b9d
}

.contact-info-area {
	margin-bottom: 1.875rem !important
}

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

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

.positionFixed {
	bottom: 0;
	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: .2rem;
	max-width: 100%;
	line-height: .3rem;
	font-size: .6rem;
	padding: .5rem 0 1rem 0;
	box-sizing: border-box;
	color: #707070;
	text-align: center
}

.grecaptcha-badge {
	visibility: hidden
}

.post_tag_name {
	font-size: 25px;
	line-height: 2;
	margin: 0;
}

nav[aria-label="breadcrumb"] {
	margin-bottom: 20px;
}

nav ol.breadcrumb {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ol.breadcrumb li {
	display: inline;
	word-break: break-all;
}

.friendly_link {
	padding-top: 20px;
	margin-bottom: 15px;
}

.friendly_link h3 {
	color: #1d3557;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
}

.friendly_link_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	color: #1d3557;
}