

.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
	--bs-gutter-x: 30px;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-right: auto;
	margin-left: auto
}

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

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

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

@media(min-width:1200px) {
	.container,.container-sm,.container-md,.container-lg,.container-xl {
		max-width: 1200px
	}
}

@media(min-width:1600px) {
	.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl {
		max-width: 1201px
	}
}

.row {
	--bs-gutter-x: 30px;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2)
}

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


@media(min-width:768px) {
	.col-md {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 0;
		-ms-flex: 1 0 0;
		flex: 1 0 0
	}

	.row-cols-md-auto>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}

	.row-cols-md-4>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333%
	}


.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 4px;
	font-size: .875rem;
	color: #dc3545
}


.mt-3 {
	margin-top: 15px!important
}

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

.mb-3 {
	margin-bottom: 15px!important
}
.mb-10 {
	margin-bottom: 50px!important
}

.mb-n10 {
	margin-bottom: -50px!important
}

.pt-5 {
	padding-top: 25px!important
}
	.mb-md-5 {
		margin-bottom: 25px!important
	}

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

.desc-content {
	margin-bottom: -5px
}


.pt-90 {
	padding-top: 90px
}


.fit-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}


.btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	padding: 15px 30px;
	line-height: 20px
}

.read-more {
	font-size: 14px;
	color: #212121;
	line-height: 1;
	font-weight: 500;
	padding: 0;
	text-decoration: underline;
	background-color: transparent
}

.read-more.btn-hover-primary:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-secondary:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-success:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-info:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-warning:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-danger:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-light:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.read-more.btn-hover-dark:hover {
	border-color: transparent;
	background-color: transparent;
	color: #122179
}

.swiper-slide-active .text-slider.splitting .char {
	-webkit-animation: slide-in-left .2s cubic-bezier(0.5,0,0.5,1) both;
	animation: slide-in-left .2s cubic-bezier(0.5,0,0.5,1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index))
}

.swiper-slide-active .splitting .char {
	-webkit-animation: slide-in 1s cubic-bezier(0.5,0,0.5,1) both;
	animation: slide-in 1s cubic-bezier(0.5,0,0.5,1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index))
}

@-webkit-keyframes slide-in {
	from {
		-webkit-transform: translateY(1em) rotate(-0.5turn) scale(0.5);
		transform: translateY(1em) rotate(-0.5turn) scale(0.5);
		opacity: 0
	}
}

@keyframes slide-in {
	from {
		-webkit-transform: translateY(1em) rotate(-0.5turn) scale(0.5);
		transform: translateY(1em) rotate(-0.5turn) scale(0.5);
		opacity: 0
	}
}

@-webkit-keyframes slide-in-left {
	from {
		-webkit-transform: translateY(0em);
		transform: translateY(0em);
		opacity: 0
	}
}

@keyframes slide-in-left {
	from {
		-webkit-transform: translateY(0em);
		transform: translateY(0em);
		opacity: 0
	}
}

.aos-animate.splitting .char {
	-webkit-animation: slide-in-1 1s cubic-bezier(0.5,0,0.5,1) both;
	animation: slide-in-1 1s cubic-bezier(0.5,0,0.5,1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index))
}

.aos-animate.splitting .char {
	-webkit-animation: slide-in-2 1s cubic-bezier(0.5,0,0.5,1) both;
	animation: slide-in-2 1s cubic-bezier(0.5,0,0.5,1) both;
	-webkit-animation-delay: calc(60ms * var(--char-index));
	animation-delay: calc(60ms * var(--char-index))
}

@-webkit-keyframes slide-in-1 {
	from {
		-webkit-transform: translateX(-1em) rotate(-0.5turn) scale(0.5);
		transform: translateX(-1em) rotate(-0.5turn) scale(0.5);
		opacity: 0
	}
}

@keyframes slide-in-1 {
	from {
		-webkit-transform: translateX(-1em) rotate(-0.5turn) scale(0.5);
		transform: translateX(-1em) rotate(-0.5turn) scale(0.5);
		opacity: 0
	}
}

@-webkit-keyframes slide-in-2 {
	from {
		-webkit-transform: translateX(1em) rotate(0turn) scale(0.5);
		transform: translateX(1em) rotate(0turn) scale(0.5);
		opacity: 0
	}
}

@keyframes slide-in-2 {
	from {
		-webkit-transform: translateX(1em) rotate(0turn) scale(0.5);
		transform: translateX(1em) rotate(0turn) scale(0.5);
		opacity: 0
	}
}

.slider-content>* {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

.swiper-slide-active .slider-content>:nth-child(1) {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.swiper-slide-active .slider-content>:nth-child(2) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.swiper-slide-active .slider-content>:nth-child(3) {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.swiper-slide-active .slider-content>:nth-child(4) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.funfact-section {
	background-image: url("../images/funfact/1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 400px;
	position: relative
}

@media(max-width:575px) {
	.funfact-section {
		min-height: 350px
	}
}

@media(max-width:479px) {
	.funfact-section {
		min-height: 300px
	}
}

.funfact-section:after {
	background-color: rgba(0,0,0,0.8);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1
}

.funfact-section .single-fun-fact-wrap {
	z-index: 9;
	position: relative;
	text-align: center
}

@media(max-width:991px) {
	.funfact-section .single-fun-fact-wrap {
		margin: 20px 0
	}
}

.funfact-section .single-fun-fact-wrap .counter-area .counter,.funfact-section .single-fun-fact-wrap .counter-area span {
	font-size: 60px;
	color: #FFF
}

@media(max-width:575px) {
	.funfact-section .single-fun-fact-wrap .counter-area .counter,.funfact-section .single-fun-fact-wrap .counter-area span {
		font-size: 45px
	}
}

@media(max-width:479px) {
	.funfact-section .single-fun-fact-wrap .counter-area .counter,.funfact-section .single-fun-fact-wrap .counter-area span {
		font-size: 35px
	}
}

.funfact-section .single-fun-fact-wrap .counter-content .title {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF
}

@media(max-width:575px) {
	.funfact-section .single-fun-fact-wrap .counter-content .title {
		font-size: 16px
	}
}

@media(max-width:479px) {
	.funfact-section .single-fun-fact-wrap .counter-content .title {
		font-size: 13px
	}
}

.testimonial-section {
	background: #F8F9FA
}

.testimonial-section .testimonial {
	text-align: center
}

.testimonial-section .testimonial .testimonial-author-image img {
	width: 80px;
	height: 80px
}

.testimonial-section .testimonial blockquote {
	border: 0;
	font-family: "Mulish",sans-serif;
	margin: 0;
	padding: 40px 64px 40px 72px;
	position: relative
}

@media(max-width:479px) {
	.testimonial-section .testimonial blockquote {
		padding: 40px 50px 40px 50px
	}
}

.testimonial-section .testimonial blockquote:before {
	left: 22px;
	top: 21px;
	color: #212121;
	content: "“";
	font-size: 100px;
	font-style: normal;
	line-height: 1;
	position: absolute
}

@media(max-width:479px) {
	.testimonial-section .testimonial blockquote:before {
		font-size: 70px
	}
}

.testimonial-section .testimonial blockquote:after {
	color: #212121;
	right: 10px;
	font-size: 100px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	content: "”"
}

@media(max-width:479px) {
	.testimonial-section .testimonial blockquote:after {
		font-size: 70px;
		bottom: 0
	}
}

.testimonial-section .testimonial blockquote p {
	color: #666;
	font-family: "Mulish",sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 600
}

@media(max-width:575px) {
	.testimonial-section .testimonial blockquote p {
		font-size: 18px
	}
}

@media(max-width:479px) {
	.testimonial-section .testimonial blockquote p {
		font-size: 16px
	}
}

.testimonial-section .testimonial .testimonial-author {
	margin-bottom: 20px
}

.testimonial-section .testimonial .testimonial-author span {
	color: #212121
}

.support-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.support-wrapper p {
	font-size: 15px;
	max-width: 655px;
	margin: 0 auto
}

@media(max-width:1500px) {
	.support-wrapper p {
		max-width: 500px
	}
}

@media(max-width:575px) {
	.support-wrapper p {
		font-size: 16px
	}
}

.breadcrumbs-area {
	padding: 100px 0;
	background: #E9ECEF
}

.breadcrumbs-area .breadcrumb-content .title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1.2px;
	color: #212121
}

.breadcrumbs-area .breadcrumb-content ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px
}

.breadcrumbs-area .breadcrumb-content ul li {
	color: #212121;
	position: relative
}

.breadcrumbs-area .breadcrumb-content ul li a {
	font-size: 18px;
	color: #212121;
	font-weight: 400;
	line-height: 1
}

.breadcrumbs-area .breadcrumb-content ul li a:hover {
	color: #122179
}

.breadcrumbs-area .breadcrumb-content ul li:after {
	color: #212121;
	content: '>';
	font-size: 16px;
	vertical-align: middle;
	padding: 0 10px;
	font-weight: 400
}

.breadcrumbs-area .breadcrumb-content ul li:last-child:after {
	display: none
}

@media(max-width:767px) {
	.breadcrumbs-area {
		padding: 50px 0
	}
}

.footer-section {
	overflow: hidden
}

@media(max-width:991px) {
	.single-footer-widget {
		margin-top: 50px
	}
}

.single-footer-widget .widget-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	text-transform: uppercase;
	color: #212121;
	line-height: 1;
	font-weight: 700
}

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

.single-footer-widget .widget-title:before {
	content: "";
	background: #212121;
	color: #212121;
	left: 0;
	bottom: -5px;
	width: 40px;
	height: 1px;
	position: absolute
}

.single-footer-widget .widget-list li {
	margin-bottom: 15px
}

.single-footer-widget .widget-list li a {
	line-height: 24px;
	padding-left: 19px;
	position: relative
}

.single-footer-widget .widget-list li a:before {
	font-family: 'Fontawesome';
	content: "\f101";
	position: absolute;
	left: 0;
	line-height: 24px;
	top: 0
}

.single-footer-widget .widget-list li:last-child {
	margin-bottom: -5px
}

.newsletter-form-wrap {
	width: 100%
}

.newsletter-form-wrap .email-box {
	height: 45px;
	line-height: 45px;
	padding-right: 40px;
	border: 0;
	font-size: 14px;
	background-color: #E9ECEF;
	-webkit-transform: .3s;
	-ms-transform: .3s;
	transform: .3s
}

.newsletter-form-wrap .email-box:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	-webkit-transform: .3s;
	-ms-transform: .3s;
	transform: .3s
}

.newsletter-form-wrap .newsletter-btn {
	right: 0;
	height: 45px;
	line-height: 45px;
	padding: 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #212121;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.newsletter-form-wrap .newsletter-btn:hover {
	color: #122179;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.newsletter-form-wrap .newsletter-btn i {
	line-height: 11px
}

.marketing-about-thumb {
	position: relative;
	margin-bottom: 0
}

@media(max-width:991px) {
	.marketing-about-thumb {
		margin-bottom: 50px
	}
}

.marketing-about-thumb:before {
	background-color: rgba(0,0,0,0.6);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.marketing-about-thumb .about-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.marketing-about-thumb .btn-video-popup {
	border-radius: 50%;
	border: 5px solid #FFF;
	color: #FFF;
	display: block;
	text-align: center;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.marketing-about-thumb .btn-video-popup:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.marketing-about-thumb .btn-video-popup i {
	font-size: 24px
}

@media(max-width:575px) {
	.marketing-about-thumb .btn-video-popup {
		width: 70px;
		height: 70px
	}

	.marketing-about-thumb .btn-video-popup i {
		font-size: 20px
	}
}

.single-blog-post-wrap {
	padding: 0;
	margin-bottom: -5px
}

.single-blog-post-wrap .blog-thumbnail .btn-plus {
	height: 0;
	width: 0;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	z-index: 2
}

.single-blog-post-wrap .blog-thumbnail .btn-plus img {
	width: 50px
}

.single-blog-post-wrap .blog-thumbnail a {
	position: relative;
	display: block
}

.single-blog-post-wrap .blog-thumbnail a:before {
	background-color: rgba(0,0,0,0.3);
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: 100%;
	width: 100%;
	z-index: 2
}

.single-blog-post-wrap .blog-thumbnail a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
	visibility: visible
}

.single-blog-post-wrap:hover .blog-thumbnail .btn-plus {
	height: 40px;
	width: 40px;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1)
}

.single-blog-post-wrap .blog-post-details .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #212121
}

@media(max-width:991px) {
	.single-blog-post-wrap .blog-post-details .title {
		font-size: 22px
	}
}

.single-blog-post-wrap .blog-post-details .post-meta {
	color: #212121
}

.single-blog-post-wrap .blog-post-details .post-meta a {
	margin-right: 10px
}

.single-blog-post-wrap .blog-post-details .post-meta i {
	color: #212121
}
