section.footer-area.bg-dark.pt-100.pb-4 {
    padding-top: 60px !important;
}
.fun-fact-item .icon-element img {
    width: 45px;
}
section.footer-area.bg-dark h3, section.footer-area.bg-dark a, section.footer-area p, section.footer-area h4, section.footer-area  i{
color: #fff;
}
section.footer-area .social-icons i{
	color: #333;
}
@keyframes loader-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	40% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	60% {
		-webkit-transform: scale(1.04);
		-moz-transform: scale(1.04);
		-ms-transform: scale(1.04);
		-o-transform: scale(1.04);
		transform: scale(1.04);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a:focus,a:hover {
	text-decoration: none;
}

button:focus,input:focus {
	outline: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #202124;
}

p {
	margin: 0;
}

body {
	font-size: 16px;
	line-height: 25px;
	font-family: Hind,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #5d6371;
}

.container {
	max-width: 1240px;
}

@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: 1240px !important;
	}
}

.td-line-through {
	text-decoration: line-through;
}

.h-500 {
	height: 500px;
}

.theme-font-2 {
	font-family: Oswald,sans-serif;
}

.anim-bounce {
	animation: heartBeat 1s infinite linear;
}

.z-index-0 {
	z-index: 0!important;
}

.z-index-1 {
	z-index: 1!important;
}

.z-index-n1 {
	z-index: -1!important;
}

.rounded-6 {
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 6px!important;
}

.top-0 {
	top: 0!important;
}

.right-0 {
	right: 0!important;
}

.bottom-0 {
	bottom: 0!important;
}

.left-0 {
	left: 0!important;
}

.fw-medium {
	font-weight: 500!important;
}

.fw-semi-bold {
	font-weight: 600!important;
}

.bg-gradient {
	background: #f4897f;
	background: -moz-linear-gradient(left,#f4897f 0,#f66b5d 100%);
	background: -webkit-linear-gradient(left,#f4897f 0,#f66b5d 100%);
	background: linear-gradient(to right,#f4897f 0,#f66b5d 100%);
}

.bg-gray {
	background-color: #fafafa!important;
}

.bg-blue {
	background-color: #4267b2!important;
}

.bg-cyan {
	background-color: #00acee!important;
}

.border-gray {
	border-color: rgba(128,137,150,.1)!important;
}

.border-top-gray {
	border-top-color: rgba(128,137,150,.1)!important;
}

.border-right-gray {
	border-right-color: rgba(128,137,150,.1)!important;
}

.border-bottom-gray {
	border-bottom-color: rgba(128,137,150,.1)!important;
}

.border-left-gray {
	border-left-color: rgba(128,137,150,.1)!important;
}

.border-blue {
	border-color: #4267b2!important;
}

.border-cyan {
	border-color: #00acee!important;
}

.text-black {
	color: #202124!important;
}

.text-gray {
	color: #eee!important;
}

.text-gray-2 {
	color: #c1c1c1!important;
}

.text-color-1 {
	color:#4267b2!important;
}

.fs-70 {
	font-size: 70px!important;
}

.fs-60 {
	font-size: 60px!important;
}

.fs-50 {
	font-size: 50px!important;
}

.fs-40 {
	font-size: 40px!important;
}

.fs-20 {
	font-size: 20px!important;
}

.fs-18 {
	font-size: 18px!important;
}

.fs-17 {
	font-size: 17px!important;
}

.fs-16 {
	font-size: 16px!important;
}

.fs-15 {
	font-size: 15px!important;
}

.fs-14 {
	font-size: 14px!important;
}

.fs-13 {
	font-size: 13px!important;
}

.fs-12 {
	font-size: 12px!important;
}

.fs-11 {
	font-size: 11px!important;
}

.pt-100 {
	padding-top: 100px!important;
}

.pt-90 {
	padding-top: 90px!important;
}

.pt-80 {
	padding-top: 80px!important;
}

.pt-70 {
	padding-top: 70px!important;
}

.pt-60 {
	padding-top: 60px!important;
}

.pt-50 {
	padding-top: 50px!important;
}

.pb-100 {
	padding-bottom: 100px!important;
}

.pb-90 {
	padding-bottom: 90px!important;
}

.pb-80 {
	padding-bottom: 80px!important;
}

.pb-70 {
	padding-bottom: 70px!important;
}

.pb-60 {
	padding-bottom: 60px!important;
}

.pb-50 {
	padding-bottom: 50px!important;
}

.lh-20 {
	line-height: 20px!important;
}

.lh-18 {
	line-height: 18px!important;
}

.label-text {
	color: #202124;
	font-weight: 500;
	font-size: 14px;
}

.form--control {
	height: 50px;
	border-color: rgba(128,137,150,.2);
	font-size: 15px;
	color: #202124;
}

.form--control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #f66b5d;
}

.form--control-sm {
	height: 40px;
}

.custom-control-label {
	vertical-align: middle;
}

.custom-control-label,.custom-select {
	cursor: pointer;
}

.custom--select {
	height: 50px;
}

.bootstrap-tagsinput {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #202124;
	border-color: rgba(128,137,150,.3);
	width: 100%;
	font-size: 14px;
	padding: 12px 16px;
}

.bootstrap-tagsinput.focus {
	border-color: rgba(128,137,150,.6);
}

.bootstrap-tagsinput .tag {
	font-size: 12px;
}

.discount-form-control {
	border-style: dashed;
}

.checkout-discount {
	position: relative;
	max-width: 350px;
}

.checkout-discount label {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding-left: 1.1rem;
	padding-right: 1.1rem;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 1;
	transition: all .3s;
}

.payment-method .payment-method-label {
	margin-bottom: 0;
	color: #202124;
	position: relative;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	display: block;
	cursor: pointer;
}

.payment-method .payment-method-label input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.payment-method .payment-method-label:before {
	border: 2px solid #eee;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 18px;
	height: 18px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.payment-method .payment-method-label:after {
	background-color: #f66b5d;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 5px;
	top: 23px;
	width: 8px;
	height: 8px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.payment-method li {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 8px rgba(82,85,90,.1);
	-moz-box-shadow: 0 1px 8px rgba(82,85,90,.1);
	box-shadow: 0 1px 8px rgba(82,85,90,.1);
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.payment-method li.active .payment-method-label:before {
	border-color: #f66b5d;
}

.payment-method li.active .payment-method-label:after {
	background-color: #f66b5d;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.payment-method li.active .expanded-payment-method {
	display: block;
}

.expanded-payment-method {
	display: none;
	font-weight: 400;
	padding-bottom: 14px;
}

.expanded-payment-method p {
	font-size: 15px;
}

.alert-message {
	display: none;
}

.toggle-password {
	display: inline-flex;
	align-items: center;
}

.toggle-password:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.toggle-password:hover {
	color: #ca3a48;
}

.toggle-password .eye-off {
	display: none;
}

.toggle-password.active .eye-off {
	display: block;
}

.toggle-password.active .eye-on {
	display: none;
}

.pattern-bg {
	position: relative;
	z-index: 1;
}

.pattern-bg:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/dots2.png);
	background-size: cover;
	background-position: center;
	opacity: .2;
	z-index: -1;
}

.bg-img {
	background-image: url(../images/img6.jpg);
	background-size: cover;
	background-position: center;
}

.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.section--padding {
	padding-top: 100px;
	padding-bottom: 70px;
}

.loader-container {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.loader-ripple {
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.loader-ripple div {
	position: absolute;
	border: 4px solid #f66b5d;
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	animation: loader-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
}

.loader-ripple div:nth-child(2) {
	animation-delay: -.5s;
}

.hover-y:hover {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.hover-s:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

.hover-s,.hover-y {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color:rgb(0 0 0 / 0%);
	z-index: -1;
	opacity: .6;
}

.sec-title {
	font-size: 40px;
	font-weight: 700;


	
}
.fal{
	color: #4267b2 !important;
}
.btn-primary{
	background-color: #4267b2!important;
}


@media only screen and (min-width:320px) and (max-width:479px) {
	.sec-title {
		font-size: 30px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.sec-title.fs-60 {
		font-size: 30px!important;
	}
}

.sec-desc {
	font-size: 18px;
	line-height: 30px;
}

@media (max-width:1024px) {
	.sec-desc br,.sec-title br {
		display: none;
	}
}

.list-item li {
	margin-bottom: 15px;
}

.list-item li a {
	color: #5d6371;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.list-item li a:hover {
	color: #f66b5d;
}

.list-item-white li a {
	color: #fff;
}

.list-item-bullet li::before {
	content: "\2022";
	color: #5d6371;
	display: inline-block;
	width: 16px;
}

.list-group-service .list-group-item {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 25px;
}

.list-group-service .list-group-item+.list-group-item {
	border-top-width: 1px;
}

.list-group-service .list-group-item.active {
	background-color: #f66b5d;
	border-color: #f66b5d;
}

.list-group-service .list-group-item.active h5 {
	color: #fff;
}

.list-group-item a {
	color: #5d6371;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.list-group-item a:hover {
	color: #ca3a48;
}

.list-group-flush .list-group-item {
	padding-left: 0;
	padding-right: 0;
	border-bottom-color: rgba(128,137,150,.1);
}

.filter-colors {
	display: flex;
	align-items: center;
}

.filter-colors a {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: .2rem solid #fff;
	margin-right: 1px;
	margin-left: 1px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.filter-colors a.selected,.filter-colors a:hover {
	-webkit-box-shadow: 0 0 0 .1rem #eee;
	-moz-box-shadow: 0 0 0 .1rem #eee;
	box-shadow: 0 0 0 .1rem #eee;
}

.filter-colors a.brown {
	background-color: #c96;
}

.filter-colors a.blue {
	background-color: #39c;
}

.filter-colors a.purple {
	background-color: #96c;
}

.filter-colors a.black {
	background-color: #000;
}

.filter-colors a.green {
	background-color: #693;
}

.filter-colors a:after {
	color: #fff;
	font-family: "Font Awesome 5 Pro";
	content: "\f00c";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}

.filter-colors a.selected:after {
	opacity: 1;
	visibility: visible;
}

.filter--colors a {
	width: 22px;
	height: 22px;
}

.custom-control-input:checked~.custom-control-label:before {
	background-color: #f66b5d;
	border-color: #f66b5d;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #f66b5d;
}

.custom-control-input:focus~.custom-control-label:before {
	-webkit-box-shadow: 0 0 0 .2rem rgba(246,107,93,.25);
	-moz-box-shadow: 0 0 0 .2rem rgba(246,107,93,.25);
	box-shadow: 0 0 0 .2rem rgba(246,107,93,.25);
}

.quantity-box {
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1;
}

.qtyBtn {
	font-size: 16px;
	color: #202124;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 10px 15px;
}

.qtyBtn:not(:last-child) {
	border-right: 1px solid rgba(128,137,150,.1);
}

.qtyBtn:not(:first-child) {
	border-left: 1px solid rgba(128,137,150,.1);
}

.qtyBtn:hover {
	color: #ca3a48;
}

.qtyInput {
	width: 40px;
	border: 0;
	text-align: center;
	color: #202124;
	font-weight: 500;
	pointer-events: none;
	font-size: 16px;
	background-color: transparent;
}

.blockquote {
	border-left: 5px solid #eee;
	padding: 10px 20px;
}

.custom-table {
	display: flex;
	border: 1px solid #eee;
	font-weight: 500;
	margin-bottom: -1px;
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.custom-table {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.custom-table .custom-table-name {
	width: 230px;
	flex-shrink: 0;
	border-right: 1px solid #eee;
	color: #202124;
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.custom-table .custom-table-name {
		width: 100px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.custom-table .custom-table-name {
		width: auto;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}
}

.custom-table .custom-table-name,.custom-table .custom-table-value {
	padding: 10px 15px;
}

.pagination-list .page-item.active .page-link {
	background-color: #ca3a48;
}

.pagination-list .page-item.active .page-link:hover {
	color: #fff;
}

.pagination-list .page-item:first-child .page-link {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-list .page-item:last-child .page-link {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-list .page-link {
	margin-left: 3px;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #5d6371;
}

.pagination-list .page-link:hover {
	color: #202124;
}

.leave-rating {
	display: table;
	border: 1px solid rgba(128,137,150,.2);
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.leave-rating input[type=radio] {
	display: none;
}

.leave-rating input[type=radio]:checked~label:before,.leave-rating input[type=radio]:hover~label:before {
	color: #f9b851;
	font-weight: 700;
}

.leave-rating label {
	float: right;
	letter-spacing: 4px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom: 0;
	font-size: 22px;
}

.leave-rating label:before {
	color: #d4d4d4;
	font-weight: 400;
}

.owl-theme-styled .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
	padding-left: 20px;
}

.owl-theme-styled .owl-nav [class*=owl-] {
	background: #fff!important;
	width: 35px;
	height: 35px;
	line-height: 40px!important;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	color: #202124!important;
	font-size: 22px!important;
	outline: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.owl-theme-styled .owl-nav [class*=owl-]:hover {
	background: #ca3a48!important;
	color: #fff!important;
}

.owl-theme-styled .owl-dots .owl-dot.active span,.owl-theme-styled .owl-dots .owl-dot:hover span {
	background: #f66b5d;
}

.owl-theme--styled .owl-nav {
	padding-right: 0;
	padding-left: 0;
	z-index: -1;
}

.owl-theme--styled .owl-nav .owl-prev {
	margin-left: -40px;
}

.owl-theme--styled .owl-nav .owl-next {
	margin-right: -40px;
}

.fun-fact-item .icon-element {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.fun-fact-item:hover .icon-element {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

#myChartLegend li {
	cursor: pointer;
	color: #5d6371;
	font-size: 15px;
	display: inline-block;
	font-weight: 500;
}

#myChartLegend li span {
	display: inline-block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	height: 10px;
	margin-right: 8px;
	width: 10px;
}

#myChartLegend li:first-child {
	margin-right: 20px;
}

#myChartLegend li:first-child span {
	background-color: #4e73df!important;
}

#myChartLegend li:last-child span {
	background-color: #f66b5d!important;
}

#myChartLegend li.legend-active {
	text-decoration: line-through;
}

.card-slider .owl-item,.testimonial-slider .owl-item {
	padding: 15px;
}

.card-slider .owl-dots,.testimonial-slider .owl-dots {
	margin-top: 0!important;
}

.star-rating {
	line-height: 18px;
}

.star-rating .star {
	display: inline-block;
	padding: 0;
	margin-right: 4px;
	position: relative;
}

.star-rating .star.half::after,.star-rating .star::before {
	font-family: FontAwesome,sans-serif;
	content: "\f005";
	display: block;
	color: #f9b851;
}

.star-rating .star.half::before {
	color: #d4d4d4;
}

.star-rating .star.half::after {
	color: #f9b851;
	position: absolute;
	top: 0;
	width: 50%;
	display: block;
	height: 100%;
	overflow: hidden;
}

.star-rating .star.empty::before {
	color: #d4d4d4;
}

.rating-counter {
	color: #5d6371;
	padding-left: 3px;
	display: inline-block;
	font-size: 14px;
}

.note-editable ul {
	list-style-type: disc;
}

.note-editable ol,.note-editable ul {
	padding-left: 30px;
}

.note-editor.note-airframe,.note-editor.note-frame {
	border-color: rgba(128,137,150,.3);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

.note-editor.note-airframe:hover,.note-editor.note-frame:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

pre {
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #eee;
	border: 1px solid rgba(128,137,150,.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 10px;
}

#back-to-top {
	position: fixed;
	right: -150px;
	bottom: 30px;
	z-index: 9999;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 10px rgba(82,85,90,.1);
	-moz-box-shadow: 0 1px 10px rgba(82,85,90,.1);
	box-shadow: 0 1px 10px rgba(82,85,90,.1);
	color: #202124;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

#back-to-top:hover {
	background-color: #ca3a48;
	color: #fff;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#back-to-top.active {
	right: 20px;
	opacity: 1;
	visibility: visible;
}

.btn {
	font-weight: 500 !important;
	padding: 12px 20px !important;
}

.btn.focus,.btn:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-sm {
	padding: 6px 12px;
}

.btn-primary {
	background-color: #f66b5d;

}

.btn-primary.focus,.btn-primary:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {
	background-color: #f55242;
	border-color: #ca3a48;
}

.btn-outline-primary {
	border-color: #ca3a48;
	color: #ca3a48;
}

.btn-outline-primary:hover {
	background-color: #ca3a48;
	border-color: #ca3a48;
}

.btn-link {
	color: #5d6371;
	font-weight: 500;
}

.btn-link:hover {
	color: #ca3a48;
}

.header-area {
	position: relative;
	z-index: 1030;
}

.header-area.fixed-top {
	position: fixed;
}

.fixed-top {
	-webkit-box-shadow: 0 1px 10px rgba(82,85,90,.08);
	-moz-box-shadow: 0 1px 10px rgba(82,85,90,.08);
	box-shadow: 0 1px 10px rgba(82,85,90,.08);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.header-top-item {
		text-align: center!important;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.header-top-item {
		text-align: center!important;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.header-top-item {
		text-align: center!important;
	}
}

.header-top-item .list-item li {
	margin-bottom: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-menu {
		display: none;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.main-menu {
		display: none;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.main-menu {
		display: none;
	}
}

.main-menu>ul>li {
	display: inline-block;
	margin-right: 25px;
	text-transform: capitalize;
	position: relative;
	font-weight: 500;
}

.main-menu>ul>li.has-mega-menu {
	position: static;
}

.main-menu>ul>li>a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: block;
	padding-bottom: 27px;
	margin-bottom: -27px;
	font-size: 1rem;
    font-family: Hind,sans-serif;
}

.main-menu>ul>li>a:hover {
	color: #ca3a48;
}

.main-menu>ul>li .dropdown-menu-item {
	position: absolute;
	top: 60px;
	left: 0;
	width: 200px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 20px;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.main-menu>ul>li .dropdown-menu-item li a {
	color: #5d6371;
	font-size: 15px;
	font-weight: 500;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
}

.main-menu>ul>li .dropdown-menu-item li a:hover {
	color: #ca3a48;
}

.main-menu>ul>li .mega-menu {
	width: 100%;
}

.main-menu>ul>li .mega-menu>li:not(:last-child) {
	border-right: 1px solid #eee;
}

.main-menu>ul>li:hover .dropdown-menu-item {
	top: 50px;
	opacity: 1;
	visibility: visible;
}

.user-action-list li {
	display: inline-block;
	position: relative;
}

.user-action-list li:not(:last-child) {
	margin-right: 25px;
}

.user-action-list li a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.user-action-list li a:hover {
	color: #ca3a48;
}

.user-action-list li .item-count {
	position: absolute;
	top: -7px;
	right: -15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background-color: #ca3a48;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 23px;
}

.user-action-list li.search-dropdown {
	position: static;
}

.search-dropdown .dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	outline: 0;
	width: 20px;
}

.search-dropdown .dropdown-toggle:after {
	display: none;
}

.search-dropdown .dropdown-toggle:hover {
	color: #ca3a48;
}

.search-dropdown .dropdown-toggle[aria-expanded=true] i:before {
	content: "\f00d";
}

.search-dropdown .dropdown-menu {
	width: 100%;
	margin-top: 20px;
}

.dropdown--menu {
	padding: 20px;
	border: 0;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-action {
		display: flex;
		align-items: center;
		padding-top: 20px;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.main-header-action {
		display: flex;
		align-items: center;
		padding-top: 20px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.main-header-action {
		display: flex;
		align-items: center;
		padding-top: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main-header-action-2 {
		justify-content: space-between!important;
		padding-top: 0;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.main-header-action-2 {
		justify-content: space-between!important;
		padding-top: 0;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.main-header-action-2 {
		justify-content: space-between!important;
		padding-top: 0;
	}
}

.off-canvas,.sidebar-filter {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100vh;
	background-color: #fff;
	overflow-x: hidden;
	z-index: 1035;
	-webkit-transition: all .4s cubic-bezier(.7,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.7,0,.2,1);
	-ms-transition: all .4s cubic-bezier(.7,0,.2,1);
	-o-transition: all .4s cubic-bezier(.7,0,.2,1);
	transition: all .4s cubic-bezier(.7,0,.2,1);
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 8px rgba(0,0,0,.1);
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	padding: 20px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.off-canvas.active,.sidebar-filter.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.off-canvas-dropdown-toggle.icon-element-xs {
	border: 0;
	width: 30px;
	height: 30px;
	line-height: 35px;
}

.off-canvas-dropdown-toggle.active,.off-canvas-dropdown-toggle:hover {
	color: #ca3a48;
}

.off-canvas-dropdown-toggle.active i:before {
	content: "\f106";
}

.off-canvas-menu {
	text-transform: capitalize;
	padding-top: 60px;
	font-weight: 500;
}

.off-canvas-menu>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #202124;
}

.off-canvas-menu>li .off-canvas-dropdown {
	display: none;
	padding-left: 20px;
	font-size: 15px;
}

.sidebar-filter-wrap {
	padding-top: 60px;
}

.bread-bg {
	background-image: url(../images/page-header-bg.jpg);
}

.breadcrumb {
	background-color: transparent !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.breadcrumb-item a {
	color: #202124;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.breadcrumb-item a:hover {
	color: #ca3a48;
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	vertical-align: middle;
	color: #5d6371;
}

.icon-element {
	width: 90px;
	height: 90px;
	line-height: 95px;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(82,85,90,.15);
	-moz-box-shadow: 0 1px 3px rgba(82,85,90,.15);
	box-shadow: 0 1px 3px rgba(82,85,90,.15);
	font-size: 35px;
	color: #202124;
	display: inline-block;
}

.icon-element-sm {
	width: 50px;
	height: 50px;
	line-height: 55px;
	font-size: 24px;
}

.icon-element-xs {
	width: 40px;
	height: 40px;
	line-height: 45px;
	font-size: 16px;
}

.icon-element-xs-2 {
	width: 35px;
	height: 35px;
	line-height: 40px;
	font-size: 22px;
}

a.icon-element {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a.icon-element:hover {
	color: #ca3a48;
}

.nav-pills {
	border-bottom: 0;
}

.nav-pills .nav-link {
	border-color: #5d6371;
	color: #202124;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: 500;
	margin-right: 8px;
	margin-bottom: 8px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

.nav-pills .nav-link.active,.nav-pills .nav-link:hover {
	background-color: #ca3a48;
	border-color: #ca3a48;
	color: #fff;
}

.nav--pills .nav-link {
	padding: 10px 20px;
}

.product-gallery-nav {
	margin-top: 20px;
	border: none;
	margin-left: -5px;
	margin-right: -5px;
}

.product-gallery-nav .nav-item {
	width: 33%;
}

.product-gallery-nav .nav-link {
	display: block;
	padding: 5px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border: 0;
}

.product-gallery-nav .nav-link img {
	width: 100%;
	border: 2px solid transparent;
}

.product-gallery-nav .nav-link.active img {
	border-color: #f66b5d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.card {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: 0 1px 10px rgba(82,85,90,.08);
	-moz-box-shadow: 0 1px 10px rgba(82,85,90,.08);
	box-shadow: 0 1px 10px rgba(82,85,90,.08);
	margin-bottom: 30px;
}

.card:hover .product-action-list {
	left: 0;
}

.card:hover .add-to-cart-btn {
	opacity: 1;
	visibility: visible;
	bottom: 15px;
}

.card-head {
	position: relative;
}

.card-head img {
	width: 100%;
}

.card-head .card-img-top {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.card-head .card-img-right {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.card-head .card-img-right {
		border-top-right-radius: 0;
		border-bottom-left-radius: 6px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.card-head .card-img-right {
		border-top-right-radius: 0;
		border-bottom-left-radius: 6px;
	}
}

.card-head .add-to-cart-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

.card-head .badge {
	position: absolute;
	top: 15px;
	right: 15px;
}

.card-body {
	padding: 30px;
}

.card-title {
	font-size: 22px;
	font-weight: 600;
}





.card-title a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.card-title a:hover {
	color: #ca3a48;
}

.card-text a {
	color: #5d6371;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.card-text a:hover {
	color: #ca3a48;
}

.card-flex {
	-ms-flex-direction: row;
	flex-direction: row;
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.card-flex {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.card-flex {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.card-flex .card-head {
	flex: 1;
}

.card-flex .card-head img {
	height: 100%;
	object-fit: cover;
}

.card-flex .card-img-top {
	border-top-right-radius: 0;
	border-bottom-left-radius: 6px;
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.card-flex .card-img-top {
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.card-flex .card-img-top {
		border-top-right-radius: 6px;
		border-bottom-left-radius: 0;
	}
}

.card-flex .card-body {
	flex: 1;
}

.media-img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 70px;
}

.media-img img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.media-img-sm {
	width: 55px;
}

.media-title {
	font-size: 18px;
}

.media-text a,.media-title a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.media-text a:hover,.media-title a:hover {
	color: #ca3a48;
}

.number-icon {
	font-size: 140px;
	font-weight: 700;
	color: #fff;
	opacity: .1;
	position: absolute;
	right: 10px;
	bottom: 13px;
}

.hero-bg {
	background-image: url(../images/mainbanner/Poultry.jpg);
	background-color: #000;
	z-index: -99;

	
}
.hero-bg-10 {
	background-image: url(../images/mainbanner/Canine.jpg);
	background-color: #000;
	z-index: -99;

	
}
.hero-bg-11 {
	background-image: url(../images/mainbanner/Dairy2.jpg);
	background-color: #000;
	z-index: -99;

	
}

.hero-bg-2 {
	background-image: url(../images/mainbanner/Fish.jpg);
	background-color: #000;
	background-position: center;
	background-size: cover!important;
	height: 80vh;
	
}

.hero-bg-3 {
	background-image: url(../images/mainbanner/Shrimp.jpg);
	background-color: #000;
	
}
.hero-bg-4 {
	background-image: url(../images/mainbanner/Shrimp.jpg);
	background-color: #000;
	
}



.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

.hero-area {
	background-size: cover;
	background-position: center;
	position: relative;
	background-color: #000;
	z-index: 99;
}

.hero-item {
	padding-top: 200px;
	padding-bottom: 200px;
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.hero-item {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.hero--item {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.hero--item {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.hero-slider .owl-item.active .hero-btns,.hero-slider .owl-item.active .sec-desc,.hero-slider .owl-item.active .sec-title {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: .3s;
}

.hero-slider .owl-item.active .sec-desc,.hero-slider .owl-item.active .sec-title {
	animation-name: fadeInDown;
}

.hero-slider .owl-item.active .hero-btns {
	animation-name: fadeInUp;
}

.random-img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.random-img {
		display: none;
	}
}

@media only screen and (min-width:480px) and (max-width:767px) {
	.random-img {
		display: none;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.random-img {
		display: none;
	}
}

.random-img:nth-child(1) {
	top: -5px;
	left: -10px;
}

.random-img:nth-child(2) {
	top: 26%;
	left: 11%;
	width: 70px;
	height: 70px;
}

.random-img:nth-child(3) {
	top: 55%;
	left: 6%;
	width: 60px;
	height: 60px;
}

.random-img:nth-child(4) {
	top: auto;
	bottom: 8%;
	left: 15%;
	width: 50px;
	height: 50px;
}

.random-img:nth-child(5) {
	top: 10px;
	left: auto;
	right: 5px;
}

.random-img:nth-child(6) {
	top: 30%;
	left: auto;
	right: 10%;
	width: 70px;
	height: 70px;
}

.random-img:nth-child(7) {
	top: auto;
	left: auto;
	bottom: 30%;
	right: 6%;
	width: 60px;
	height: 60px;
}

.random-img:nth-child(8) {
	top: auto;
	left: auto;
	bottom: 3%;
	right: 14%;
	width: 45px;
	height: 45px;
}

@media (max-width:575px) {
	.reviews-list .media {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.comments li {
	border-bottom: 1px solid rgba(128,137,150,.1);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.comments li:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.comments ul {
	margin-top: 25px;
	margin-left: 94px;
	padding-top: 25px;
	border-top: 1px solid rgba(128,137,150,.1);
}

.comment-title {
	font-size: 17px;
}

.comment-title a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.comment-title a:hover {
	color: #ca3a48;
}

.table {
	color: #202124;
}

.table thead th {
	border-bottom: 0;
	border-top: 0;
	font-weight: 500;
}

.table td,.table th {
	padding-left: 0;
	vertical-align: middle;
}

.table td {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-color: rgba(128,137,150,.1);
}

.table-summary {
	line-height: 1.43;
}

.table-summary tbody td:last-child,.table-summary thead th:last-child {
	text-align: right;
	padding-right: 0;
}

.table-summary .product-title {
	max-width: 100px;
}

.table-summary .product-title a {
	color: #5d6371;
}

.table-summary td {
	padding-top: 12px;
	padding-bottom: 12px;
	color: #5d6371;
}

.table-summary .summary-subtotal {
	font-weight: 500;
}

.table-summary .summary-subtotal td {
	color: #202124;
}

.table-summary .summary-total {
	font-weight: 500;
}

.table-summary .summary-total td {
	color: #f66b5d;
}

.product-action-list {
	position: absolute;
	top: 15px;
	left: -60px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	z-index: 1;
}

.product-action-list li a {
	color: #202124;
	padding: 9px 13px;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid #eee;
}

.product-action-list li a:hover {
	background-color: #ca3a48;
	color: #fff;
}

.product-action-list li:last-child a {
	border-bottom: 0;
}

.product-title {
	font-size: 18px;
}

.product-title a {
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.product-title a:hover {
	color: #ca3a48;
}

.single-team-img-container {
	position: relative;
	z-index: 1;
}

.single-team-img-container img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.single-team-img-container:before {
	position: absolute;
	content: '';
	border: 10px solid rgba(35,61,99,.1);
	height: 100%;
	width: 100%;
	left: -40px;
	bottom: -40px;
	z-index: -1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.single-team-img-container::after {
	position: absolute;
	content: '';
	height: 50%;
	width: 50%;
	left: -68px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/dots.png);
	background-size: cover;
	background-position: center;
	z-index: -1;
	opacity: .2;
}

.accordion .card {
	margin-bottom: 15px;
}

.accordion .card-header {
	background-color: transparent;
	padding: 0;
	border-bottom-color: rgba(128,137,150,.1);
}

.accordion .btn {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
}

.accordion .btn[aria-expanded=true] {
	color: #f66b5d;
}

.accordion .btn[aria-expanded=true] i:before {
	content: "\f068";
}

.accordion .card-body {
	padding: 1.25rem;
}
.card-body:hover {
	background-color: #20212420!important;
}

.zoom-control {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	background-color: #fff;
}

.zoom-control div:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.zoom-control div:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: 0;
}

.zoom-in,.zoom-out {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	text-align: center;
	color: #202124;
	cursor: pointer;
	font-size: 16px;
}

.zoom-in:hover,.zoom-out:hover {
	background-color: #eee;
}

.leaflet-container .leaflet-bar,.leaflet-container .leaflet-control-layers {
	border: 0;
}

.leaflet-container .leaflet-bar {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}

.leaflet-container .leaflet-bar a {
	border-bottom-color: rgba(128,137,150,.1);
	color: #202124;
}

.leaflet-container .leaflet-bar a:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.leaflet-container .leaflet-bar a:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.leaflet-container .leaflet-bar a:hover {
	border-bottom-color: rgba(128,137,150,.1);
}

.portfolio-filter li {
	display: inline-block;
	padding: 6px 20px;
	cursor: pointer;
	color: #5d6371;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.portfolio-filter li.active {
	background-color: #ca3a48;
	color: #fff;
}

.portfolio-filter li:hover:not(.active) {
	background-color: #eee;
	color: #202124;
}

.portfolio-item {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
}

.portfolio-item .overlay {
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.portfolio-item .portfolio-img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.portfolio-item:hover .portfolio-content {
	opacity: 1;
	visibility: visible;
}

.portfolio-item:hover .overlay {
	opacity: .6;
	visibility: visible;
}

.portfolio-item:hover .portfolio-title {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.portfolio-item:hover .portfolio-img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-content {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-content .portfolio-title {
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-content a {
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-content a:hover {
	color: #ca3a48;
}

.posts-nav li a {
	position: relative;
	display: inline-block;
	color: #202124;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.posts-nav li a span {
	display: block;
	color: #5d6371;
	font-size: 15px;
	margin-bottom: 1px;
	font-weight: 400;
}

.posts-nav li a:after {
	font-family: "Font Awesome 5 Pro";
	font-size: 22px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	-o-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.posts-nav li a:hover {
	color: #ca3a48;
}

.posts-nav li.prev-post a {
	padding-left: 30px;
}

.posts-nav li.prev-post a:after {
	left: 0;
	content: "\f104";
}

.posts-nav li.prev-post a:hover:after {
	-webkit-transform: translate3d(-5px,-50%,0);
	-moz-transform: translate3d(-5px,-50%,0);
	-ms-transform: translate3d(-5px,-50%,0);
	-o-transform: translate3d(-5px,-50%,0);
	transform: translate3d(-5px,-50%,0);
}

.posts-nav li.next-post a {
	padding-right: 30px;
}

.posts-nav li.next-post a:after {
	right: 0;
	content: "\f105";
}

.posts-nav li.next-post a:hover:after {
	-webkit-transform: translate3d(5px,-50%,0);
	-moz-transform: translate3d(5px,-50%,0);
	-ms-transform: translate3d(5px,-50%,0);
	-o-transform: translate3d(5px,-50%,0);
	transform: translate3d(5px,-50%,0);
}

.file-upload-wrap {
	position: relative;
	width: 170px;
}

.file-upload-wrap .file-upload-input {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	border: 1px solid rgba(128,137,150,.2);
	height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-indent: -99999px;
}

.file-upload-wrap .file-upload-input:hover {
	border-color: rgba(128,137,150,.4);
	background-color: rgba(128,137,150,.04);
}

.file-upload-wrap .file-upload-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	text-align: center;
	font-size: 15px;
	color: #5d6371;
	line-height: 50px;
	padding-left: 20px;
}

.file-upload-wrap .MultiFile-list {
	margin-top: 15px;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: rgba(128,137,150,.04);
	display: inline-block;
	border: 1px solid rgba(128,137,150,.1);
	padding: 10px;
	position: relative;
	width: 100%;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label+.MultiFile-label {
	margin-top: 20px;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label>span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.file-upload-wrap .MultiFile-list>.MultiFile-label>span .MultiFile-label {
	margin: 5px;
}

.file-upload-wrap .MultiFile-list .MultiFile-remove {
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	background-color: #fff;
	color: #202124;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: -10px;
	right: -10px;
	z-index: 1;
	font-size: 15px;
	font-weight: 500;
}

.file-upload-wrap .MultiFile-list .MultiFile-remove:hover {
	color: #ca3a48;
}

.file-upload-layout-2 {
	width: auto;
}

.file-upload-layout-2 .file-upload-input {
	height: 125px;
	border-style: dashed;
	border-width: 2px;
}

.file-upload-layout-2 .file-upload-text {
	width: 100%;
	line-height: 125px;
	padding-left: 0;
}

































p, td, .copyright, .caption {
	color: #555;
  }
  
  p {
	font-size: 16px;
  }
  
  h1 {
	font-size: 24px;
  }
  
  h2 {
	font-size: 21px;
  }
  
  h3 {
	font-size: 18px;
  }
  
  .container .navbar-brand {
	display: none;
  }
  
  @media (min-width: 768px) {
	body {
	  background-color: #ffffff;
	}
  
	.site>.container {
	  box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
	  background-color: #fff;
	  margin-top: 35px;
	  padding-top: 15px;
	}
  
	.navbar-header>.navbar-brand {
	  display: none;
	}
  
	.container .navbar-brand {
	  display: inline-block;
	  margin-left: -8px;
	}
  
	.main-menu .container {
	  /* text-align: left; */
	  padding: 0;
	  position: relative;
	}
  
	.main-menu .navbar-nav {
	  float: none;
	  display: inline-block;
  
	}
  
	.site .content {
	  padding-bottom: 25px;
	}
  }
  
  /* @media (min-width: 992px) {
	.main-menu .container {
	  text-align: center;
	}
  } */
  
  .caption {
	font-size: 14px;
	padding: 5px;
	text-align: center;
  }
  
  .site {
	min-height: calc(100vh);
	padding-bottom: 40px;
	position: relative;
  }
  
  .copyright {
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
  }
  
  .copyright .author {
	font-style: italic;
	font-weight: bold;
  }
  
  .copyright .sign {
	font-weight: bold;
  }
  
  .logo {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 20px;
  }
  .logo img {
	position: absolute;
	top: -17px;
	width: 50px;
	opacity: 0.75;
  }
  .logo .circle {
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	border: 1px solid #f0f0f0;
	background-color: #fbfbfb;
	border-radius: 32px;
	top: -22px;
	left: -7px;
	box-shadow: 0 0 5px 2px #f0f0f0;
  }
  
  a:hover .logo img {
	opacity: 0.9;
  }
  
  a:active .logo img {
	width: 48px;
	top: -16px;
	left: 1px;
  }
  
  @media (min-width: 768px) {
	.login {
	  position: absolute;
	  right: 0;
	  top: 0;
	  margin-right: -15px;
	}
  }
  
  .pricing {
  
  }
  
  .btn-space {
	height: 5px;
  }
  
  @media (min-width: 768px) {
	.btn-space {
	  display: inline-block;
	  width: 5px;
	}
  }
  
  .table>tbody>tr>td {
	vertical-align: middle;
  }
  
  .try-now {
	background-color: #fafafa;
	padding: 20px;
  }
  
  .plugin-btns {
	background-color: #fafafa;
	text-align: center;
  }
  
  .plugin-btns .left {
	margin-bottom: 0;
  }
  
  @media (min-width: 587px) {
	.plugin-btns .left {
	  margin-bottom: 10px;
	}
  }
  
  .plugin-btns a {
	margin: 10px 10px;
	font-size: 16px;
  }
  
  .changelog {
	background-color: #fafafa;
	padding: 20px;
	font-size: 14px;
	margin-bottom: 10px;
  }
  
  .changelog h4 {
	font-size: 16px;
  }
  
  .v-space {
	height: 10px;
  }
  
  .comment, .question {
	overflow: hidden;
  }
  
  .comment p, .question p {
	margin-bottom: 3px;
	text-indent: 0;
  }
  
  .question .body {
	background-color: #fafafa;
  }
  
  .question {
	margin-bottom: 40px;
  }
  
  .edit-question {
	margin-bottom: 10px;
  }
  
  .comments {
	margin-bottom: 10px;
  }
  
  .question div, .comments div {
	overflow-x: hidden;
  }
  
  .mb-4 {
	margin-bottom: 20px;
  }
  
  .p-2 {
	padding: 10px;
  }
  
  .wnd-center {
	width: 100%;
	max-width: 400px;
	min-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25vh;
	margin-bottom: 25vh;
	padding: 20px;
  }
  
  .hover-menu {
	position: fixed;
	left: 10px;
	top: 90px;
	display: none;
	width: 180px;
	padding: 10px;
  }
  
  .hover-menu .nav>li>a {
	padding: 5px 10px;
  }
  .hover-menu .nav .nav>li>a {
	padding-left: 25px;
  }
  .hover-menu .nav>li.active>a {
	text-decoration: underline;
  }
  
  /* @media (min-width: 1600px) {
	.hover-menu {
	  display: block;
	}
  } */
  
  .modal.fade .modal-dialog {
	width: auto;
	margin: 0;
	position: fixed;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	transition: top .15s ease-in-out;
  }
  
  .modal.in .modal-dialog {
	top: 50%;
  }
  
  .modal-dialog img, .modal-dialog video {
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 50px);
  }
  
  .modal .modal-content {
	padding: 10px;
  }
  
  .modal .cmd-close {
	font-size: 16pt;
	position: absolute;
	color: #555;
	right: 10px;
	top: 10px;
	z-index: 1;
  }
  .modal .cmd-close:hover {
	color: #111;
  }
  .modal .cmd-close:active {
	font-size: 14pt;
	padding-top: 2px;
	padding-right: 2px;
  }
  
  .test-img-size {
	visibility: hidden;
	position: fixed;
  }
  
  .doc-image {
	text-align: center;
	margin-bottom: 10px;
  }
  
  .doc-image img {
	width: 100%;
	max-width: 400px;
	max-height: 400px;
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
  }
  
  .doc-image img:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
  }
  
  .doc-image img:active {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: box-shadow .15s ease-in-out;
  }
  
  
  .navbar-nav>li>a.atr-btn {
	padding: 7px;
	margin: 8px;
	border-radius: 4px;
  }
  
  .navbar-nav>li>a.atr-btn:active {
	padding: 6px 7px;
	margin-top: 10px;
  }
  
  .navbar-nav>.open>a.atr-btn {
	background-image: none;
  }
  
  .navbar-nav>.open>a.atr-btn:hover, .navbar-nav>.open>a.atr-btn:focus, .navbar-nav>.open>a.atr-btn:active {
	padding: 6px 7px;
	margin-top: 10px;
  }
  
  
  .navbar-nav>li>a.video>img {
	position: relative;
	top: -1px;
	height: 20px;
	margin-right: 3px;
	opacity: 0.8;
  }
  
  .navbar-nav>li:hover>a.video>img {
	opacity: 1;
  }
  
  .navbar-nav>li>a.buy {
	box-shadow: 0 2px 0 #6f9a37;
	background-color: #82b440;
	color: #fff;
  }
  
  .navbar-nav>li>a.buy:hover, .navbar-nav>li>a.buy:focus, .navbar-nav>li>a.buy:active {
	background-color: #82a81a;
	color: #fff;
  }
  
  .navbar-nav>.open>a.buy {
	box-shadow: 0 2px 0 #6f9a37;
	background-color: #82b440;
	color: #fff;
  }
  
  .navbar-nav>.open>a.buy:hover, .navbar-nav>.open>a.buy:focus, .navbar-nav>.open>a.buy:active {
	background-color: #82a81a;
	color: #fff;
  }
  
  
  .navbar-nav>li>a.download {
	box-shadow: 0 2px 0 #335697;
	background-color: #337ab7;
	color: #fff;
  }
  
  .navbar-nav>li>a.download:hover, .navbar-nav>li>a.download:focus, .navbar-nav>li>a.download:active {
	background-color: #3368a5;
	color: #fff;
  }
  
  .navbar-nav>.open>a.download {
	box-shadow: 0 2px 0 #335697;
	background-color: #337ab7;
	color: #fff;
  }
  
  .navbar-nav>.open>a.download:hover, .navbar-nav>.open>a.download:focus, .navbar-nav>.open>a.download:active {
	background-color: #3368a5;
	color: #fff;
  }
  
  .file, .path {
	font-style: italic;
  }
  
  .libs span {
	font-weight: bold;
  }
  
  body .navbar {
	margin-bottom: 0;
  }
  
  .books {
	text-align: center;
  }
  
  .books .thumb {
	display: inline-block;
	padding: 3px;
	max-width: 300px;
	vertical-align: top;
  }
  
  .contur {
	border: 1px solid #ddd;
  }
  
  .books img {
	max-height: 300px;
	max-width: 100%;
	transition: box-shadow .25s ease-in-out;
	cursor: pointer;
  }
  
  .books img:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
  }
  
  .books img:active {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: box-shadow .15s ease-in-out;
  }
  
  .video {
	padding-top: 20px;
  }
  
  .video .row {
	margin-bottom: 20px;
  }
  
  .video .wrap {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
  }
  
  .video .wrap iframe {
	border-width: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  @media(max-width: 991px) {
	.video .col-md-6:first-child {
	  margin-bottom: 20px;
	}
  }
  
  .skins {
	/* padding-top: 20px; */
  }
  
  .skins .row {
	margin-bottom: 20px;
  }
  
  .skins .wrap {
	width: 100%;
	padding-top: 64.17%;
	position: relative;
  }
  
  .skins .wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: box-shadow .2s;
  }
  .skins .wrap img:hover {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
  }
  .skins .wrap img:active {
	box-shadow: 0 0 7px rgba(0,0,0,1);
  }
  
  @media(max-width: 991px) {
	.skins .col-md-6:first-child {
	  margin-bottom: 20px;
	}
  }
  
  .skins .price {
	text-align: right;
	padding-right: 15px;
  }
  
  .content {
	padding: 0 20px;
  }
  
  .content .pagination {
	margin-bottom: 10px;
  }
  
  .mount-node {
	width: 90vw;
	height: 90vh;
  }
  
  .sample-container, .mount-node {
	background-color: #fafafa;
  }
  
  .sample-container {
	height: 90vh;
	margin-bottom: 25px;
  }
  
  .source-link {
	padding-top: 20px;
	text-align: right;
  }
  
  .relative {
	position: relative;
  }
  
  .message {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1;
  }
  
  .image-preview {
	text-align: center;
	margin-bottom: 10px;
  }
  .image-preview img {
	max-width: 100%;
  }
  
  .wrap {
	display: inline-block;
	position: relative;
  }
  .shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-color: #000;
	/*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
	background-repeat: repeat-x;*/
	opacity: 0.3;
  }
  .play {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	text-align: center;
  }
  .play .pbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 50px;
	width: 70px;
	border-radius: 10px;
	background-color: #222;
	cursor: pointer;
  }
  .play .pbtn::after {
	content: ' ';
	border: 10px solid transparent;
	border-left: 20px solid #ccc;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-25%,-50%);
	transition: border-left-color .25s ease-in-out;
  }
  .play .pbtn:hover::after {
	border-left-color: #fff;
  }
  .play .pbtn:active {
	height: 48px;
	width: 68px;
  }
  .play .pbtn:active::after {
	border-width: 9px;
	border-left-width: 18px;
  }
  
  
  /*Lightbox Effect*/
  
  .fb3d-modal-shadow {
	overflow: hidden;
  }
  
  body::before {
	position: fixed;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
  
	z-index: -10;
	opacity: 0;
	transition: opacity 0.5s, z-index 0.5s step-end;
  }
  
  body.fb3d-modal-shadow::before {
	z-index: 10;
	opacity: 0.5;
	transition: opacity 0.5s;
  }
  
  .fb3d-modal {
	position: fixed;
	width: 95%;
	height: 95%;
	left: calc(5vw / 2);
	top: calc(5vh / 2);
	box-shadow: 0 0 5px #fff;
  
	z-index: -9;
	opacity: 0;
	transition: opacity 0.5s, z-index 0.5s step-end;
  }
  
  .fb3d-modal.visible {
	z-index: 11;
	opacity: 1;
	transition: opacity 0.5s;
  }
  
  .fb3d-modal::before {
	position: absolute;
	content: ' ';
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: -1;
  }
  
  .fb3d-modal.light::before {
	background-color: #fff;
  }
  
  .fb3d-modal.dark::before {
	background-color: #000;
  }
  
  .fb3d-modal .cmd-close {
	font-size: 16pt;
	color: #ccc;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
  }
  
  .fb3d-modal.light .cmd-close {
	color: #555;
  }
  
  .fb3d-modal .mount-container {
	width: 100%;
	height: 100%;
  }
  
  .fb3d-modal .cmd-close:hover {
	color: #eee;
  }
  
  .fb3d-modal.light .cmd-close:hover {
	color: #111;
  }
  
  .fb3d-modal .cmd-close:active {
	font-size: 14pt;
	padding-top: 2px;
	padding-right: 2px;
  }
  
  .fb3d-modal.dark-shadow {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-shadow: none;
  
  }
  
  .fb3d-modal.dark-shadow::before {
	background-color: #000;
  }
  
  .dark-shadow .mount-container.fullscreen {
	background-image: url('../images/texture.html');
  }
  
  .light .mount-container.fullscreen {
	background-image: url('../images/inverse-texture.html');
  }
  
  .dark .mount-container.fullscreen {
	background-image: url('../images/texture.html');
  }
  
  .border {
	border: 1px solid #dee2e6 !important;
  }
  
  .rounded {
	border-radius: 0.25rem !important;
  }
  
  .view-modes .row {
	margin-bottom: 25px;
  }
  
  .view-modes .row:last-child {
	margin-bottom: 10px;
  }
  
  .welcome-img {
	text-align: center;
  }
  
  .welcome-img img {
	max-width: 100%;
  }
  
  .inline-icon {
	height: 25px;
  }
  
  .fb3d-button {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
  
	min-height: 32px;
	line-height: 2.30769231;
	padding: 0 12px;
  
	color: #fff;
	background: #007cba;
	border-color: #007cba;
  
	text-decoration: none;
	text-shadow: none;
  }
  
  a.fb3d-button, a.fb3d-button:visited {
	color: #fff;
  }
  
  .fb3d-button:focus,
  .fb3d-button:hover {
	  background: #0071a1;
	  border-color: #0071a1;
	  color: #fff;
	text-decoration: none;
  
  }
  
  .fb3d-button:focus {
	  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
  }
  
  .fb3d-button:active {
	  background: #00669b;
	  border-color: #00669b;
	  box-shadow: none;
	  color: #fff
  }
  
  .fb3d-thumbnail {
	position: relative;
	display: inline-block;
	line-height: 0;
  }
  
  .fb3d-thumbnail .book-thumbnail {
	display: inline-block;
	transition: box-shadow .25s ease-in-out;
  }
  
  .fb3d-thumbnail .book-thumbnail>a {
	-webkit-transform-style: flat;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
	display: inline-block;
  }
  
  .fb3d-thumbnail:hover .book-thumbnail {
	box-shadow: 0 0 7px rgba(0,0,0,0.5);
  }
  
  .fb3d-thumbnail:active .book-thumbnail {
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	transition: box-shadow .15s ease-in-out;
  }
  
  .fb3d-thumbnail .book-thumbnail img {
	border-radius: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
	transition: transform .25s;
	height: 200px;
  }
  
  .fb3d-thumbnail:hover .book-thumbnail img {
	-webkit-transform: rotateY(-20deg) rotateZ(0deg);
	-moz-transform: rotateY(-20deg) rotateZ(0deg);
	-ms-transform: rotateY(-20deg) rotateZ(0deg);
  }
  
  .fb3d-thumbnail:active .book-thumbnail img {
	-webkit-transform: rotateY(-17deg) rotateZ(0deg);
	-moz-transform: rotateY(-17deg) rotateZ(0deg);
	-ms-transform: rotateY(-17deg) rotateZ(0deg);
	transform: rotateY(-17deg) rotateZ(0deg);
	transition: transform .15s;
  }
  
  .fb3d-thumbnail .book-heading {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
  }
  
  .fb3d-thumbnail .book-heading h3 {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #fff;
	text-decoration: none;
	z-index: 1;
	background: rgba(60, 60, 60, 0.8);
	bottom: -100%;
	transition: bottom .3s ease .2s;
  }
  
  .fb3d-thumbnail:hover .book-heading h3 {
	bottom: 5px;
	transition-delay: 0s;
  }
  
  .fb3d-thumbnail .book-heading h3 a {
	color: #fff;
	text-decoration: none;
  }
  
  .fb3d-thumbnail.fb3d-fix-title .book-heading h3 {
	  bottom: 5px;
  }

  body{
	background-color: #fff!important;
  }
  .list-item.list-item-white.fs-15 {
	margin-bottom: 0px !important;
  }
  .main-menu ul {
	margin-bottom: 0px !important;
  }
  .h1, h1 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
a.eagel_bg img {
    height: 42px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 10px;
    margin: 0 0px 0 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header-top .header-top-item ul li a i {
    color: #fff !important;
    font-size: 18px !important;
}
.gallery_sec-bg .card {
    height: 260px;
    width: auto;
    justify-content: center;
    overflow: hidden;
    max-width: 100%;
    max-height: 260px;
    text-align: center;
}
.gallery_sec-bg .card-head .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.gallery_sec-bg .card img {
    width: auto !important;
    max-height: 260px;
    margin: auto;
}
.home_serv_bg1 .card-title {
    min-height: 50px;
}
.serve_main_bg img {
    box-shadow: 0px 0px 6px #ccc;
    padding: 6px;
    border-radius: 4px !important;
}
.register_btn-view {
    cursor: pointer;
    background: #4267b2;
    color: #fff;
    padding: 8px 34px;
    border: 2px solid #4267b2;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
}
.register_btn-view:hover,
.register_btn-view:focus {
    background: #fff;
    color: #4267b2;
}
.modal_register {
    background: hsl(0deg 0% 0% / 35%);
    padding-top: 5%;
}
.modal_register .close {
    cursor: pointer;
    text-align: right;
}
.register_form-bg {
    box-shadow: 0px 0px 6px #bec6c9;
    border-radius: 6px;
    padding: 20px;
    width: 94%;
    margin: auto auto 20px;
}
.blog-content p,
.blog-content p span {
    color: #666666 !important;
    margin: 0 0 15px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-align: justify !important;
    letter-spacing: normal !important;
    line-height: 24px !important;
    font-family: 'Yantramanav', sans-serif !important;
}

.blog-content h4 {
    padding: 0px;
    margin: 0px 0px 8px !important;
    box-sizing: border-box;
    min-height: 0px;
    min-width: 0px;
    color: #333 !important;
    font-family: 'Yantramanav', sans-serif !important;
    font-size: 20px !important;
    text-align: justify;
    margin-bottom: 0px;
}
.blog-content h4 span {
    padding: 0px;
    margin: 0px;
    color: #333 !important;
    font-family: 'Yantramanav', sans-serif !important;
    font-size: 20px !important;
    text-align: justify;
    margin-bottom: 0px;
}
@media (min-width:1200px) {
.modal_register .modal-content.container {
    width:50% !important;
}
}

.webinar_title-1 {
    margin-bottom: 8px;
    font-weight: 600;
    color: #1166a0;
    width: 50%;
    float: left;
    text-align: center;
}
.webinar_title-2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #1166a0;
    width: 100%;
    float: left;
    text-align: center;
}
.webinar_title-1 strong,
.webinar_title-2 strong {
    font-weight: 700;
}

@media (max-width:1199px) {
.webinar_title-1 {
    width: 100%;
}
}



