.fz-14 p {
	font-size: inherit;
}

header .toolbar-right {
	font-size: 18px;
}

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

.banenr-slider {
	height: 100%;
}

.hero-content {
	display: flex;
	align-items: center;
	padding: 30px;
}

.icon-section-wave::after {
	animation: spark 1.5s linear infinite;
}

.icon-list {
	font-size: 60px;
	display: flex;
	flex-wrap: wrap;
}

.icon-list i {
	margin: 30px;
	display: block;
}

.page-pt {
	padding: 50px 0;
}

.service-box {
	margin-bottom: 50px;
}

.service-box>.service-wrapper {
	height: 100%;
}

.service-box>.service-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.breadcrumb-item span {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
}

.breadcrumb-item.active span {
	text-decoration: underline;
}

.breadcrumb-inner {
	height: auto !important;
	padding: 30px 0;
}

section.content-page {
	padding: 30px 0;
}

.content-wrapper {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 10px 60px rgba(2, 31, 123, .15);
	border-radius: 5px;
}

.m-pt-100 {
	padding-top: 100px;
}

.m-pb-100 {
	padding-bottom: 100px;
}

.pb-50 {
	padding-bottom: 50px;
}

.youtube-slider-item {
	padding: 30px 40px !important;
}

.youtube-slider-item iframe {
	height: 480px;
}

.testimonial-slider2 .slick-track,
.testimonial-slider .slick-track {
	padding-top: 0;
}

.fly-alert {
	position: fixed;
	top: 100px;
	right: 50px;
	z-index: 9999;
}

.m-navbar.type-4 .burger_menu.is-open:before,
.m-navbar.type-4 .burger_menu.is-open:after,
.m-navbar.type-3 .burger_menu.is-open:before,
.m-navbar.type-3 .burger_menu.is-open:after,
.m-navbar.type-2.navbar-fixed .burger_menu.is-open:before,
.m-navbar.type-2.navbar-fixed .burger_menu.is-open:after,
.burger_menu:before,
.burger_menu:after {
	background: #144aea;
}

.mobile-nav {
	display: none;
}

#fixContact {
	display: inline-flex;
	position: fixed;
	z-index: 99;
	right: 0;
	top: 50%;
	background-color: #144aea;
	-webkit-transform: rotateZ(-90deg);
	-moz-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg) translate(50%);
	transform-origin: right bottom;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

#fixContact a {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 20px;
	color: #fff;
}

.footer-sticky-bar {
	display: none;
}

.breadcrumb-item a {
	text-transform: unset;
	letter-spacing: unset !important;
}




.medim-callapse .btn-link {
	font-size: 16px;
	padding: 12px 0px 14px 60px;
}

.fs-18 {
	font-size: 18px;
}

.medim-callapse .btn-link.collapsed {
	height: 80px;
	font-size: 16px;
}

.type1-post {
	height: 285px;
}

.black-overlay {
	background: #333;
}

.text-active-header {
	color: #fff;
	background: #333;
}


.comment-card-item .clint-img img {
	filter: unset;
}

.comment-card-item .clint-img {
	top: calc(100% - 46px);
}

.comment-card-item {
	padding: 25px 40px 70px 40px;
}

.whatsapp-icon {
	background-color: #2db742;
	font-size: 25px;
	color: #fff;
}


.bg-facebook {
	background-color: #3b5998 !important;
	color: #fff;
}

.bg-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #fff;
}

.tolbar-icon{
	margin-right: 10px;
}

.toolbar-right .media:not(:last-child) {
    margin-right: 30px;
}

.header-social-icons a {
    height: 40px;
    width: 40px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-social-icons a + a {
    margin-left: 15px;
}

.whatsapp-fix{
	position: relative;
    top: 3px;
}

.mobile-social-icons{
	display: none;
}

@media(max-width: 992px) {
	.hero-content {
		height: auto;
		padding: 30px 0;
	}

	.banenr-slider {
		margin-bottom: 30px;
		align-items: flex-start;
	}

	p {
		font-size: 16px !important;
	}

	.pb-50 {
		padding-bottom: 30px;
	}

	.m-pt-100 {
		padding-top: 50px;
	}

	.m-pb-100 {
		padding-bottom: 50px;
	}

	.fly-alert {
		top: 30px;
		left: 10px;
		right: 10px;
		font-size: 14px;
		text-align: center;
	}

	.m-navbar {
		display: none !important;
	}

	.mobile-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mobile-nav {
		font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9999;
		width: 100%;
		-webkit-animation: fadeOutLeft 0.5s ease-in-out;
		animation: fadeOutLeft 0.5s ease-in-out;
	}

	.mobile-nav-content {
		padding-top: 40px;
		background: #1d1e1f;
		width: 75%;
		height: 100%;
		cursor: copy;
	}

	.mobile-nav-logo {
		padding-left: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin-bottom: 20px;
	}

	.mobile-nav-logo-content {
		position: relative;
	}

	.mobile-nav-logo-content i {
		display: block;
		margin: 0 auto 10px;
		max-width: 30px;
		line-height: 32px;
		font-size: 30px;
	}

	.mobile-nav-logo-content a {
		color: #b5bbc2;
		font-size: 14px;
		font-weight: 600;
	}

	.mobile-nav-logo>a {
		display: block;
		padding: 30px 60px;
	}

	.mobile-nav-logo>a img {
		width: 100%;
	}

	.mobile-nav-menu ul li {
		padding: 15px 25px;
	}

	.sub-menu ul {
		background-color: #28292a;
	}

	.mobile-nav-menu ul li .sub-menu-flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-nav-menu ul li i {
		font-size: 14px;
		fill: #b5bbc2;
		color: #b5bbc2;
	}

	.mobile-nav-menu ul li a {
		color: #b5bbc2;
		font-weight: 600;
		font-size: 14px;
	}

	.mobile-nav-menu ul li ul {
		display: none;
		margin-top: 10px;
		margin-right: -25px;
		margin-left: -25px;
		padding-left: 25px;
	}

	.mobile-nav-login a {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #b5bbc2;
		padding-left: 25px;
		padding-bottom: 20px;
		font-weight: 600;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mobile-nav-login a svg {
		font-size: 18px;
		margin-right: 5px;
	}

	.mobile-nav.open {
		display: block;
		-webkit-animation: fadeInLeft 0.5s;
		animation: fadeInLeft 0.5s;
	}

	.cta-link {
		line-height: 40px;
		-webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
		display: block;
		color: #fff;
		border-radius: 3px;
		background: #144aea;
		text-align: center;
		margin: 20px;
		margin-bottom: 10px;
	}

	.mobile-nav-menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	header {
		position: fixed;
		width: 100%;
		z-index: 999;
		-webkit-box-shadow: 0 8px 16px 0 rgba(58, 95, 149, 0.1);
		box-shadow: 0 8px 16px 0 rgba(58, 95, 149, 0.1);
	}

	main {
		padding-top: 63px;
	}

	#fixContact {
		display: none;
	}

	.footer-sticky-bar {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #144aea;
		z-index: 9999;
		text-align: center;
	}

	.footer-sticky-bar a {
		color: #fff;
		width: 100%;
		font-weight: 700;
		font-size: 22px;
		display: flex;
		padding: 15px 0;
		justify-content: center;
		align-items: center;
	}

	.footer-sticky-bar a i {
		position: relative;
		bottom: -1px;
		margin-right: 10px;
		font-size: 30px;
	}

	.youtube-slider-item iframe {
		height: 240px;
	}

	.medim-callapse .btn-link {
		font-size: 16px;
	}

	footer {
		padding-bottom: 60px;
	}

	footer .social-icon {
		text-align: center;
		margin: 10px 0 20px;
	}

	footer .down {
		text-align: center;
	}

	footer .text-right {
		text-align: center !important;
	}

	.breadcrumb-container h1 {
		font-size: 20px !important;
		text-align: center;
	}

	.breadcrumb-item a,
	.breadcrumb-item span {
		font-size: 13px;
		line-height: 1;
	}

	.breadcrumb-item {
		line-height: 1;
	}

	.breadcrumb {
		justify-content: center;
	}

	.mobile-social-icons {
		margin-left: auto;
		display: block;
	}

	.mobile-social-icons a {
		height: 30px;
		width: 30px;
		font-size: 16px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.mobile-social-icons a+a {
		margin-left: 10px;
	}

	.footer-sticky-bar {
		background-color: #c8372c;
	}

	.medim-callapse .btn-link {
		font-size: 16px;
		padding: 12px 0px 14px 40px;
	}

	.type1-post{
		height: auto;
	}
}

@media(min-width: 992px) {
	.content-wrapper {
		max-width: 80%;
		margin: auto;
	}
}


@media(min-height: 900px) {
	.hero-content {
		height: calc(100vh - 178px);
	}
}

.m-navbar li a:hover {
    color: #000;
}