@charset "UTF-8";

/*****************************************************************
	Color Style Three
*****************************************************************/

/*---- Google Fonts ----*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700&amp;display=swap');

/*-----------------------------------------------------------
	General Style
-----------------------------------------------------------*/

.primary_item_btn {
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	width: 100%;
	padding: 5px;
	background-color: #ff002f;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center
}
.primary_item_btn:hover {
	background-color: #ff9c08;
	color: #fff
}
.author-access-list .primary_item_btn, .nav-right-content .primary_item_btn, .profile-block .primary_item_btn{
	padding:8px 18px
}
.author-access-list .primary_item_btn span, .off-canvas .primary_item_btn span{
	margin-right:6px;
}
.primary_item_btn-sm {
	padding: 6px 15px
}
.off-canvas .primary_item_btn {
	padding: 8px 18px
}
.primary_item_btn-gray {
	background-color: #eee;
	color: #333f57
}
.primary_item_btn-gray:hover {
	background-color: #ddd;
	color: #333f57
}
.btn-link {
	color: #808996;
	font-weight: 500
}
.btn-link:hover {
	color: #FD841F
}
.collapse-btn i {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.collapse-btn[aria-expanded=true] .collapse-icon-show {
	display: none
}
.collapse-btn[aria-expanded=true] .collapse-icon-hide {
	display: inline-block
}
.collapse-icon-hide {
	display: none
}
.section_padding {
	padding-top: 100px;
	padding-bottom: 100px
}
.section_item_padding {
	padding-top: 80px;
	padding-bottom: 80px
}
.after-none:after, .before-none:before {
	display: none!important
}
.cd-words-wrapper b {
	font-weight: 600;
	color:#ff9c08;
	backdrop-filter: blur(5px);
	box-shadow: 0 25px 25px rgba(56,59,63,0.05);
	padding: 3px 12px;
	border-radius: 6px;
	line-height: 1;
}
.loader-container {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ffffff;
	top: 0;
	left: 0;
	z-index: 99999
}
.loader-container .loader-ripple {
	position: relative;
	background-color: rgba(255, 255, 255, 0.5);
	width:65px;
	height:65px;
	top: 50%;
	left: 50%;
	border-radius: 50px;
	box-shadow: 0 1px 30px rgba(82,85,90,.25);
	-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-container .loader-ripple div {
	position: absolute;
	border: 3px solid #FD841F;
	opacity: 1;
	border-radius: 50px;
	margin: 5px;
	animation: loader-ripple 1s cubic-bezier(0, .2, .8, 1) infinite
}
.loader-container .loader-ripple div:nth-child(2) {
	animation-delay: -.5s
}
.loader-container .loader-ripple div:nth-child(3) {
	animation-delay: -.8s
}
.item_sec_title {
	font-size: 36px;
	font-weight: 700
}
@media only screen and (min-width:320px) and (max-width:479px) {
.item_sec_title {
	font-size: 30px
}
}
.item_sec_desc {
	font-size: 17px;
	line-height: 28px;
	max-width: 50%;
	text-align: center;
	margin: 0 auto;
}
.breadcrumb-content .item_sec_desc, .about-area .item_sec_desc, .error-area .item_sec_desc{
	font-size: 17px;
	line-height: 28px;
	max-width: 100%;
	text-align: left;	
}
.error-area .item_sec_desc{
	text-align:center;
}
@media only screen and (min-width:768px) and (max-width:991px) {
.item_sec_desc br, .item_sec_title br {
	display: none
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.item_sec_desc br, .item_sec_title br {
	display: none
}
}
@media only screen and (min-width:320px) and (max-width:479px) {
.item_sec_desc br, .item_sec_title br {
	display: none
}
}
.select-picker.show .btn {
	background-color: transparent!important;
	border-color: rgba(128,137,150,.6);
	box-shadow:0 1px 15px rgba(82,85,90,.1);
}
.select-picker .btn {
	padding: 11px 15px;
	border: 2px solid rgba(128,137,150,.3);
	background-color: transparent
}
.select-picker .btn .filter-option-inner-inner {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500;
	color: #736f6f;
}
.select-picker .btn:focus {
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	outline: 0!important;
	background-color: transparent!important;
	border-color: rgba(128,137,150,.6)
}
.select-picker .dropdown-item.active {
	background-color: #FD841F
}
.select-picker .dropdown-item.active:hover {
	color: #fff
}
.select-picker-sm .btn {
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 500;
}

.mobile-img img {
	width: 100%
}
.list-items li {
	margin-bottom: 8px;
	font-weight: 500;
	color: #808996;
	font-size: 15px
}

.qtyBtn {
	width: 33px;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	background-color: #FD841F;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1)
}
.qtyBtn:hover {
	background:#333f57;	
	color: #ffffff;
}
.qtyInput {
	width: 40px;
	border: 0;
	text-align: center;
	color: #333f57;
	font-weight: 500;
	pointer-events: none;
	font-size: 16px;
	background-color: transparent
}

.category-content .icon-element {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	backdrop-filter: blur(5px);
	box-shadow: 0 25px 25px rgba(56,59,63,0.05);
	background-color: rgba(255,255,255,0.15);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 24px;
	-webkit-transition: all .8s ease;
	-moz-transition: all .08s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
	color: #ffffff;
}
.sec_category_item .category-content .cat_text_item {
	position: absolute;
	left: 15px;
	bottom: 15px;
	text-align: left;
}
.category-content:hover .icon-element {
	background-color: #ffffff;
	color:#FD841F;
	-webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.list-tag-badge .icon-element-sm {
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
}

.form-group, .input-group {
	position: relative
}
.form-icon {
	position: absolute;
	top: 18px;
	right: 15px;
	font-weight:500;
	color: #808996;
	z-index: 4
}
.label-text {
	font-size: 16px;
	color: #5c616c;
	font-weight: 500;
	text-transform: capitalize;
	position: relative
}
.form--control {
	height: 35px;
	font-size: 15px;
	font-weight: 500;
	padding-left:15px;
	padding-right: 15px;
	color: #736f6f;
	border: 2px solid rgba(128,137,150,.3);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hero-bg {
	background-image: url(../images/hero-bg.jpg)
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(28, 28, 28, 0.8);
	/*backdrop-filter: blur(1px);*/
	z-index: -1
}
.sec_category_item .overlay {
	background-color: rgba(28, 28, 28, 0.8);
}
.hero-wrapper-area {
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 155px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-wrapper-area {
	padding-top: 130px;
	padding-bottom: 140px
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.hero-wrapper-area {
	padding-top: 130px;
	padding-bottom: 140px
}
}
@media only screen and (min-width:320px) and (max-width:479px) {
.hero-wrapper-area {
	padding-top: 50px;
	padding-bottom: 60px
}
}
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1
}
.hero-wrapper-area5 {
	position: relative
}
.hero-wrapper-area5:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background-color: #f5f7fc;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg)
}
.hero-heading .item_sec_title {
	font-size: 36px
}

@media only screen and (min-width:768px) and (max-width:991px) {
.hero-heading .item_sec_title {
	font-size: 32px
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.hero-heading .item_sec_title {
	font-size: 32px
}
}
@media only screen and (min-width:320px) and (max-width:479px) {
.hero-heading .item_sec_title {
	font-size: 30px
}
}
.hero-heading .item_sec_desc {
	font-size: 18px;
	margin-top: 5px;
	max-width:80%;
}
@media only screen and (min-width:768px) and (max-width:991px) {
.hero-heading .item_sec_desc {
	font-size: 18px
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.hero-heading .item_sec_desc {
	font-size: 18px;
	line-height: 27px
}
}
@media only screen and (min-width: 1365px) {
.container-fluid {
	max-width: 1350px;
	width: 100%;
}
}
@media only screen and (min-width:320px) and (max-width:479px) {
.hero-heading .item_sec_desc {
	font-size: 18px;
	line-height: 27px
}
}
.sub_category_area .card.hover-y .card-body{
	padding: 15px 10px;
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
.sub_category_area .card.hover-y:hover .card-body{
	background:#FD841F;
	color:#ffffff;
	border-radius:10px;
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
	-webkit-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	-moz-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	box-shadow: 0 1px 15px rgba(82,85,90,.1);
}
.card-carousel.owl-theme .owl-nav {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0;
	width: 100%;
}
.card-carousel .owl-nav button.owl-next{
	right: 0;
	position: absolute;
}
.hero-wrapper-area .card {
	border: 0;
	-webkit-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	-moz-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	box-shadow: 0 1px 15px rgba(82,85,90,.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	max-width:86%;
	margin:40px auto 20px auto;
	position: relative
}
.card .icon-element {
	position: relative
}

.sidebar .card-body h4.card-title, .dashboard-area .card-body h4.card-title{
	position:relative;
	padding-bottom:15px;
}
.sidebar .card-body h4.card-title::before, .dashboard-area .card-body h4.card-title::before {
	background: #FD841F;
	border: 0 none;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 40px;
	margin-bottom: 5px;
	border-radius: 20px;
}
@media (max-width:1199px) {
.fs-container {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}
}
@media (max-width:1199px) {
.fs-container-item {
	width: 100%!important
}
.hero-wrapper-area .card, .hero-heading .item_sec_desc, .item_sec_desc{
	max-width:100%;
}
}

.sec_category_item {
	margin-top:12px;
	margin-bottom: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
	position: relative;
	text-align: center;
	z-index: 1
}
.sec_category_item.hover-y:hover {
	-webkit-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	-moz-box-shadow: 0 1px 15px rgba(82,85,90,.1);
	box-shadow: 0 1px 15px rgba(82,85,90,.1);
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-webkit-transition: transform .8s ease;
	transition: transform .8s ease;
}
.sec_category_item .overlay {
	z-index: 1
}
.sec_category_item .category-img, .sec_category_item .overlay {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}
.sec_category_item .category-img {
	width: 100%
}
.sec_category_item .category-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.sec_category_item .category-content-inner {
	position: absolute;
	width: 100%;
	bottom: -30px;
	left: 0;
	padding-left: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.sec_category_item .cat-title {
	font-size: 18px;
	color: #fff
}
.sec_category_item .badge {
	padding: 4px 8px;
	backdrop-filter: blur(5px);
	box-shadow: 0 25px 25px rgba(56,59,63,0.05);
	background-color: rgba(255,255,255,0.15);
	font-size: 13px;
	color: #ffffff;
	font-weight: 500;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}
.sec_category_item .badge-2 {
	border-color: transparent;
	background-color: rgba(255,255,255,.1)
}
.sec_category_item:hover .category-content-inner {
	bottom: 20px
}
.sec_category_item:hover .badge {
	background-color: #FD841F
}
.cat-list li {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	color: #fff
}
.cat-list li span {
	margin-right: 2px;
	font-weight: 700
}
.cat-list li::after {
	position: absolute;
	content: '-';
	top: -2px;
	right: -19px;
	font-size: 24px
}
.cat-list li:last-child {
	margin-right: 0
}
.cat-list li:last-child::after {
	display: none
}
