/*
Theme Name: Bianco Technologies
Theme URI:  
Author:     
Author URI: 
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* Existing Styles */
#refresh-config {
	bottom: 5px;
	left: 5px;
	position: fixed;
	z-index: 1000;
}

/* ---- reset ---- */
.github {
	z-index: 10000;
	bottom: 10px;
	right: 10px;
	position: fixed;
	border-radius: 10px;
	background: #fff;
	padding: 0 12px 6px 12px;
	border: 1px solid #000;
}

.github a:hover,
.github a:link,
.github a:visited,
.github a:active {
	color: #000;
	text-decoration: none;
}

.github img {
	height: 30px;
}

.github #gh-project {
	font-size: 20px;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: bottom;
}

/* Hero Section */
.hero {
	position: relative;
	text-align: center;
	padding: 170px 20px;
	z-index: 2;
	color: #000;
}

.hero h1 {
	font-size: 48px;
	margin-bottom: 20px;
	font-weight: bold;
}

.hero p {
	font-size: 18px;
	max-width: 960px;
	margin: 0 auto;
}

.hero h3 {
	color: #00609c !important;
	margin: 0 0 30px;
}

/* Slider Styles */
.slider {
	position: relative;
	width: 100%;
	max-width: 800px;
	height: 100px;
	/* Reduced height since no images */
	margin: 0 auto;
	overflow: hidden;
	z-index: 500;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide.active {
	opacity: 1;
}

.slide h2 {
	font-size: 32px;
	color: #000;
	margin: 0;
	text-align: center;
}

/* Particle Canvas */
#tsparticles {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Particle Canvas */
@media(max-width:767px) {
	.hero h3 {
		color: #00609c !important;
		margin: 0 0 30px;
		font-size: 30px !important;
	}
}

.ser-card .item-front {
	background: #edeeef;
	padding: 25px;
}

.ser-card .item-front .thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
	overflow: hidden;
}

.ser-card .item-front .thumbnail img {
	object-fit: contain;
	height: 300px;
	width: 260px;
}

.ser-card .item-front .content {
	text-align: center;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ser-card .item-front .content .title {
	color: #2c4160;
	font-size: 22px;
	font-weight: 600;
	line-height: 40px;
}

.ser-card .item-back {
	background: #00609c;
	padding: 35px 20px 25px 20px;
	height: 450px;
	outline: 1px solid #ee2a24;
	box-shadow: 3px 9px 60px #00000061;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 1s ease;
	overflow: hidden;
}

.ser-card .item-back .content .title {
	color: #ffffff;
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 25px;
	padding-bottom: 20px;
	position: relative;
	font-weight: 600;
}

.ser-card .item-back .content .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 4px;
	background: #b5b5b5;
}

.ser-card .item-back .content .para {
	font-size: 15px;
	line-height: 1.6;
	color: white;
	height: 340px;
	overflow: auto;
	padding-right: 10px;
}

.ser-card {
	position: relative;
	margin-bottom: 30px !important;
	border: 1px solid #ddd;
}

.ser-card:hover .item-back {
	opacity: 1;
	transition: all 1s ease;
}

.ser-card .item-back .content .para p {
	margin: 0 0 20px;
}

/****************** NEW PORTFOLIO CSS ******************/
.custom_portfolio .nav-pills li {
	position: relative;
}

.custom_portfolio .nav-pills li.active>a,
.custom_portfolio .nav li a:focus,
.custom_portfolio .nav li a:hover,
.custom_portfolio .nav-pills>li.active>a,
.custom_portfolio .nav-pills>li.active>a:focus,
.custom_portfolio .nav-pills>li.active>a:hover {
	padding: 12px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	width: 200px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	color: #fff;
	background: #00609c;
	border: 1px solid #00609c;
}

.custom_portfolio .nav-pills li.active a:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0dd";
	position: absolute;
	left: 50%;
	color: #00609c;
	margin-left: -3px;
	bottom: -12px;
	font-size: 31px;
	z-index: 999;
}

.custom_portfolio .nav-pills.child li.active>a,
.custom_portfolio .nav-pills.child li a:focus,
.custom_portfolio .nav-pills.child li a:hover,
.custom_portfolio .nav-pills.child>li.active>a,
.custom_portfolio .nav-pills.child>li.active>a:focus,
.custom_portfolio .nav-pills.child>li.active>a:hover {
	background: transparent;
	color: #d7621d;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
}

.custom_portfolio .nav-pills.child li.active a:after {
	display: none;
}

.custom_portfolio ul.products.columns-4,
.section.flare_packages ul.products.columns-4 {
	margin: 0;
	display: inline-flex;
	flex-flow: row;
	width: 100%;
	justify-content: center;
}

.custom_portfolio .nav-pills li a {
	padding: 12px 0;
	text-transform: uppercase;
	color: #00609c;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	background: transparent;
	width: 200px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	border: 1px solid #00609c;
}

.custom_portfolio .nav-pills {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.custom_portfolio .nav-pills li {
	display: inline-block;
	float: none;
}

.custom_portfolio .tab-content {
	margin: 30px 0 0;
}

.custom_portfolio .nav-pills li:nth-child(6) {
	margin-top: 20px;
}

.custom_portfolio .nav-pills.child>li a {
	background: transparent;
	color: #3a3a3a;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
}

.custom_portfolio .nav-pills.child>li {
	border-right: aliceblue;
	position: relative;
	float: none;
	margin: 0 auto !important;
	text-align: center;
}

.custom_portfolio .nav-pills.child>li:after {
	content: "";
	background: #bdbcbc;
	width: 2px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.custom_portfolio .nav-pills.child>li:last-child:after {
	display: none;
}

/**/

/****************** CUSTOM PORTFOLIO TABS CSS ******************/
.custom_portfolio h2 {
	font-size: 42px;
	color: #160c28;
	line-height: 1;
	padding-bottom: 30px;
	padding: 0;
	font-weight: 700;
}

.custom_portfolio .stl-head span {
	color: #ffba17;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 26px;
	display: inline-block;
}

.woocommerce ul.products.columns-3 li.product.type-product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}

.woocommerce-page.columns-3 ul.products li.product.type-product,
.woocommerce.columns-3 ul.products li.product.type-product {
	margin-bottom: 15px;
}

.woocommerce-page.columns-3 ul.products li.product.type-product:last-child,
.woocommerce.columns-3 ul.products li.product.type-product:last-child {
	margin-right: 0;
}

.package-wrapper .package-item del {
	display: block;
}

.package-wrapper .package-item .old-price del span {
	font-size: 18px;
	font-weight: 600;
	color: #7b7b7b;
	padding: 10px 0 0;
	line-height: 1.2;
	margin: 0;
	text-decoration: line-through;
	display: inline-block;
}

.package-wrapper .package-item .old-price ins {
	text-decoration: none;
}

.custom_portfolio .portfolio-tabs-menu {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.custom_portfolio .portfolio-tabs-menu li {
	display: inline-block;
	list-style: none;
	margin-right: 5px;
}

.custom_portfolio .portfolio-tabs-menu li:last-child {
	margin-right: 0;
}

.custom_portfolio .portfolio-tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.custom_portfolio .portfolio-tabs-menu li a {
	padding: 12px 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	background: #3a3a3a;
	width: 177px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}

.custom_portfolio .portfolio-tabs-menu li a:hover {
	background: rgb(245, 197, 45);
	background: linear-gradient(90deg, rgba(245, 197, 45, 1) 0%, rgba(234, 160, 39, 1) 30%, rgba(211, 85, 26, 1) 100%);
}

.custom_portfolio .portfolio-tabs-menu .current a {
	padding: 12px 0;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	background: rgb(245, 197, 45);
	background: linear-gradient(90deg, rgba(245, 197, 45, 1) 0%, rgba(234, 160, 39, 1) 30%, rgba(211, 85, 26, 1) 100%);
	width: 177px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
}

.custom_portfolio .portfolio-tabs-menu .tab {
	background-color: #fff;
	margin-top: 0;
}

.custom_portfolio .portfolio-content {
	max-width: 100%;
	padding: 40px 0 0;
	display: none;
}

.custom_portfolio #logo {
	display: block;
}

.custom_portfolio p {
	color: #6f6f86;
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 50px;
	text-align: center;
}

.custom_portfolio .slick-slider .slick-track {
	width: max-content !important;
}

.page-id-106 .custom_portfolio .orderbtn {
	display: none;
}

.page-id-106 .our-portfolio .slick-dots {
	bottom: -85px;
}

/****************** NEW PORTFOLIO CSS ******************/
.custom_portfolio .nav-pills li {
	position: relative;
}

.custom_portfolio .nav-pills li.active>a,
.custom_portfolio .nav li a:focus,
.custom_portfolio .nav li a:hover,
.custom_portfolio .nav-pills>li.active>a,
.custom_portfolio .nav-pills>li.active>a:focus,
.custom_portfolio .nav-pills>li.active>a:hover {
	padding: 12px 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	width: 200px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	color: #fff;
	background: #00609c;
	border: 1px solid #00609c;
}

.custom_portfolio .nav-pills li.active a:after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0dd";
	position: absolute;
	left: 50%;
	color: #00609c;
	margin-left: -3px;
	bottom: -12px;
	font-size: 31px;
	z-index: 999;
}

.custom_portfolio .nav-pills.child li.active>a,
.custom_portfolio .nav-pills.child li a:focus,
.custom_portfolio .nav-pills.child li a:hover,
.custom_portfolio .nav-pills.child>li.active>a,
.custom_portfolio .nav-pills.child>li.active>a:focus,
.custom_portfolio .nav-pills.child>li.active>a:hover {
	background: transparent;
	color: #d7621d;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
}

.custom_portfolio .nav-pills.child li.active a:after {
	display: none;
}

.custom_portfolio ul.products.columns-4,
.section.flare_packages ul.products.columns-4 {
	margin: 0;
	display: inline-flex;
	flex-flow: row;
	width: 100%;
	justify-content: center;
}

.custom_portfolio .nav-pills li a {
	padding: 12px 0;
	text-transform: uppercase;
	color: #00609c;
	text-decoration: none;
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	background: transparent;
	width: 200px;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	border: 1px solid #00609c;
}

.custom_portfolio .nav-pills {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.custom_portfolio .nav-pills li {
	display: inline-block;
	float: none;
	margin: 0 0 10px;
}

.custom_portfolio .tab-content {
	margin: 30px 0 0;
}

.custom_portfolio .nav-pills li:nth-child(6) {
	margin-top: 20px;
}

.custom_portfolio .nav-pills.child>li a {
	background: transparent;
	color: #3a3a3a;
	width: auto;
	padding: 5px 15px;
	font-size: 16px;
}

.custom_portfolio .nav-pills.child>li {
	border-right: aliceblue;
	position: relative;
	float: none;
	margin: 0 auto !important;
	text-align: center;
}

.custom_portfolio .nav-pills.child>li:after {
	content: "";
	background: #bdbcbc;
	width: 2px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.custom_portfolio .nav-pills.child>li:last-child:after {
	display: none;
}

/*CUSTOM PORTFOLIO CSS*/
.our-portfolio .item .portfolio-hoverBox {
	background: rgb(106 45 115 / 56%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: center;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.our-portfolio .item {
	position: relative;
	overflow: hidden;
	transition: all linear 0.3s;
	width: 33%;
	display: inline-block;
	float: left;
}

.our-portfolio .item:hover .portfolio-hoverBox {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

.our-portfolio {
	position: relative;
	margin-bottom: 40px;
}

.website_section .our-portfolio .item .image .thumbnail {
	background-position: top;
	border: 1px solid #ddd;
}

.our-portfolio .item .image .thumbnail {
	min-height: 400px;
	background-position: center;
	width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
}

.our-portfolio .item .portfolio-hoverBox i {
	color: #fff;
	font-size: 50px;
}

.our-portfolio .slick-slide:last-child {
	margin-right: 0;
}

.our-portfolio .slick-slide.slick-current.slick-active,
.our-portfolio .slick-slide.slick-active {
	width: 400px !important;
}

/*PORTFOLIO BULLETS */
.our-portfolio .slick-dots {
	position: absolute;
	z-index: 11;
	bottom: -55px;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

.our-portfolio .slick-dots li {
	list-style: none;
	display: inline-block;
}

.our-portfolio .slick-dots button {
	border: 2px solid #00609c;
	background: rgba(255, 255, 255, 0) !important;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	font-size: 0;
	padding: 0px;
	margin-right: 5px;
	background: transparent !important;
}

.our-portfolio .slick-dots .slick-active button {
	background: #00609c !important;
	border: 2px solid #00609c;
}

/*PACKAGE SECTION*/
.package-wrapper {
	text-align: center;
	border-radius: 16px 16px 16px 16px;
	overflow: hidden;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	transition: box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, box-shadow 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms;
	transition: all 0.2s ease-in-out;
	border: 1px solid #00609c;
	position: relative;
	background: #fff;
}

.btn-hvr:hover .package-wrapper {
	transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	border-color: #00609c;
	background: #ffffff;
	box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
	-ms-box-shadow: 0px 1px 17px 10px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.package-wrapper .package-item .heading h2 {
	color: #141315;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 600;
	padding: 0;
	margin: 0;
}

.package-wrapper .package-item .heading h2 span {
	display: block;
	color: #141315;
}

.package-wrapper .package-item .pkge-prce p {
	font-size: 18px;
	font-weight: 600;
	color: #7b7b7b;
	padding: 10px 0 10px 0;
	line-height: 1.2;
	margin: 0;
}

.package-wrapper .package-item .pkge-prce p span {
	text-decoration: line-through;
	color: #7b7b7b;
}

.package-wrapper .package-item .old-price span {
	font-size: 35px;
	color: #00609c;
	font-weight: bold;
	margin-top: 10px;
}

.package-wrapper .package-item .suit p {
	padding: 0px 0 10px 0;
	font-size: 15px;
	color: #141315;
	margin: 0;
}

.package-wrapper .package-item .list {
	color: #fff;
	padding: 5px 0px 0px 0px;
	font-size: 16px;
	clear: both;
}

.package-wrapper .package-item .list ul {
	max-height: 130px;
	padding: 0;
}

.package-wrapper .package-item .ticklist2.list-scroll {
	height: 146px;
}

.package-wrapper .package-item .adons p {
	font-size: 13px;
	font-weight: 700;
	color: #141315;
	text-align: center;
	margin: 0px;
}

.package-wrapper .package-item .adons p span {
	color: #00609c;
}

.package-wrapper .package-item .view {
	text-align: center;
}

.package-wrapper .package-item .chat-con ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
	margin: 0;
	padding: 10px 0;
	color: #fff;
}

.package-wrapper .package-item .chat-con ul li.pkge-ordr a {
	background: #00609c;
	background: -moz-linear-gradient(-45deg, #d12e49 0%, #d12e49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d12e49', endColorstr='#d12e49', GradientType=1);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 10px;
	border-radius: 6px;
	width: 100%;
	display: inline-block;
}

.package-wrapper .package-item .chat-con ul li {
	display: inline-block;
	width: 49%;
	text-align: center;
	margin: 0;
	padding: 10px 5px;
	color: #fff;
}

.package-wrapper .package-item .chat-con ul li.pkge-bkcl a {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 9px 10px;
	border-radius: 6px;
	background-color: transparent;
	border: 1px solid #000000;
	width: 100% !important;
	/* float: left; */
	margin-left: 4px;
	display: inline-block;
}

.package-wrapper .package-item .actions {
	border-top: 1px solid #eeeeee;
	padding-top: 15px;
	/* margin-top: 15px; */
	text-align: center;
	position: relative;
}

.package-wrapper .package-item .actions::before {
	position: absolute;
	content: "";
	height: 43px;
	background-color: #eee;
	width: 1px;
	left: 52%;
	top: 10px;
}

.package-wrapper .package-item .actions a span {
	font-size: 14px;
	font-weight: 700;
	color: #7b7b7b;
}

.package-wrapper .package-item .actions a span small {
	display: block;
	font-size: 14px;
	line-height: normal;
	color: #00609c;
	font-weight: 700;
}

.package-wrapper .package-item .actions a span {
	font-size: 14px;
	font-weight: 700;
	color: #000000;
}

.package-wrapper .package-item .package-item .list ul li {
	padding-left: 25px;
	position: relative;
	line-height: 1.4;
	font-size: 14px;
	color: #7b7b7b;
}

.package-wrapper .package-item .ticklist2 li {
	width: 100%;
	padding: 0 0 7px 30px;
}

.package-wrapper .package-item .ticklist2 li {
	padding-left: 25px;
	position: relative;
	line-height: 1.4;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

.package-wrapper .package-item .chat-con ul {
	padding: 0px;
	margin-bottom: 15px;
}

.package-wrapper .package-item .package-item .list ul {
	max-height: 130px;
	padding: 0;
}

.package-wrapper .package-item .chat-con ul li.pkge-bkcl a {
	margin-left: 0px;
}

.package-wrapper .package-item .bg-extra-dark-gray {
	background: none;
}

.package-wrapper .package-item ul.ticklist2.list-scroll {
	list-style-type: none;
	overflow-y: scroll;
}

.package-wrapper .package-item ul.ticklist2.list-scroll::-webkit-scrollbar {
	width: 2px;
}

.package-wrapper .package-item ul.ticklist2.list-scroll::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 10px;
}

.package-wrapper .package-item ul.ticklist2.list-scroll::-webkit-scrollbar-thumb {
	background: #00609c;
	border-radius: 10px;
}

.package-wrapper .package-item ul.ticklist2.list-scroll::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}

.package-wrapper .package-item .view a {
	color: #838383;
}

.package-wrapper .package-item .ticklist2 li:before {
	content: "\f05d";
	position: absolute;
	font-family: "fontawesome" !important;
	font-size: 13px;
	color: #00609c;
	left: 0px;
	top: 2px;
}

.package-wrapper .package-item .pricing-tabs-new.nav-tabs .nav-link.active,
.package-wrapper .package-item .pricing-tabs-new.nav-tabs .nav-link.active:hover,
.package-wrapper .package-item .pricing-tabs-new.nav-tabs .nav-link:hover {
	border: 0;
	color: #fff !important;
	background: #00609c;
	font-size: 10px !important;
	padding: 15px 25px;
	border-radius: 6px;
	font-size: 14px !important;
}

.package-wrapper .package-item .pricing-tabs-new a.nav-link {
	display: initial;
}

.package-wrapper .package-item .pricing-tabs-new.nav-tabs .nav-link {
	padding: 0 7px 2px 7px;
	font-size: 12px;
	line-height: 20px;
	border: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #00609c;
	border: 1px solid #00609c;
	padding: 15px 25px;
	font-size: 14px !important;
	border-radius: 6px;
}

.package-wrapper .package-item .edit span {
	color: #ffba17;
	font-weight: 600;
}

.package-wrapper .package-item .edit {
	color: #000;
}

.package-wrapper .package-item .lp-references {
	background: #ff9800;
}

.package-wrapper .package-item .chat-con ul li.pkge-bkcl a:hover {
	background: #00609c;
	border-color: #00609c;
	color: #fff;
}

.package-wrapper .package-item .chat-con ul li.pkge-ordr a:hover {
	color: #222;
}

@media (max-width:1399px) {
	.custom_portfolio .nav-pills li:nth-child(6) {
		margin-top: 0;
	}

	.woocommerce ul.products[class*=columns-] li.product.type-product,
	.woocommerce-page ul.products[class*=columns-] li.product.type-product {
		width: calc(35% - 100px);
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.package-wrapper .package-item .heading h2 {
		font-size: 20px;
		margin: 0 0 5px;
	}

	.package-wrapper .package-item .old-price del span {
		line-height: 18px;
	}

	.custom_portfolio h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.custom_portfolio p {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 35px;
	}
}

@media (max-width:1169px) {
	.custom_portfolio .nav-pills li:nth-child(6) {
		margin-top: 0;
	}

	.woocommerce ul.products[class*=columns-] li.product.type-product,
	.woocommerce-page ul.products[class*=columns-] li.product.type-product {
		width: calc(50% - 100px);
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.package-wrapper .package-item .heading h2 {
		font-size: 22px;
	}

	.package-wrapper .package-item .old-price del span {
		line-height: 18px;
	}

	.custom_portfolio h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.custom_portfolio p {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 35px;
	}
}

@media (max-width:991px) {
	.custom_portfolio .nav-pills li {
		margin-bottom: 20px;
	}

	section.mcta {
		background-position: left;
	}

	section.mcta .subheading {
		font-size: 14px;
		padding: 12px 30px;
	}

	section.mcta h2 {
		font-size: 35px;
		line-height: 45px;
		margin: 0 0 20px;
		text-transform: capitalize;
	}

	section.mcta p {
		font-size: 14px;
		line-height: normal;
		margin: 0 0 20px;
	}

	.custom_portfolio .nav-pills li:nth-child(6) {
		margin-top: 0;
	}

	.woocommerce ul.products[class*=columns-] li.product.type-product,
	.woocommerce-page ul.products[class*=columns-] li.product.type-product {
		width: calc(50% - 20px);
		margin-right: 15px;
		margin-bottom: 5px;
	}

	.package-wrapper .package-item .heading h2 {
		font-size: 22px;
	}

	.package-wrapper .package-item .old-price del span {
		line-height: 18px;
	}

	.custom_portfolio h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.custom_portfolio p {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 35px;
	}
}

@media (max-width:767px) {
	section.section {
		padding: 25px 0;
	}

	.custom_portfolio h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.custom_portfolio p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	.custom_portfolio .nav-pills li.active>a,
	.custom_portfolio .nav li a:focus,
	.custom_portfolio .nav li a:hover,
	.custom_portfolio .nav-pills>li.active>a,
	.custom_portfolio .nav-pills>li.active>a:focus,
	.custom_portfolio .nav-pills>li.active>a:hover {
		padding: 8px 0;
		border-radius: 0;
	}

	.custom_portfolio .nav-pills li.active a:after {
		display: none;
	}

	.custom_portfolio .nav-pills li a {
		padding: 8px 0;
		border-radius: 0;
	}

	.custom_portfolio .nav-pills li {
		margin: 0 0 5px;
	}

	section.mcta {
		padding: 50px 0;
		background-position: left;
	}

	section.mcta .subheading {
		font-size: 12px;
		padding: 10px 30px;
	}

	section.mcta h2 {
		font-size: 26px;
		line-height: 35px;
		margin: 0 0 20px;
		text-transform: capitalize;
	}

	section.mcta p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	section.mcta .btn-wrap .btn-secondarys,
	section.mcta .btn-wrap .btn-secondary-outline {
		padding: 10px 25px;
		font-size: 12px;
	}

	.custom_portfolio .nav-pills li:nth-child(6) {
		margin: 0;
	}

	.custom_portfolio .stl-head span {
		font-size: 18px;
		line-height: normal;
	}

	.woocommerce-page.columns-3 ul.products li.product.type-product,
	.woocommerce.columns-3 ul.products li.product.type-product {
		width: 100%;
	}

	.package-wrapper {
		padding: 20px;
	}

	.package-wrapper .package-item .heading h2 {
		font-size: 22px;
	}

	.package-wrapper .package-item .old-price del span {
		line-height: 18px;
	}

	.package-wrapper .package-item .actions {
		flex-flow: nowrap;
	}
}

@media (max-width:479px) {
	section.section {
		padding: 25px 0;
	}

	.custom_portfolio h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.custom_portfolio p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	.custom_portfolio .nav-pills li.active>a,
	.custom_portfolio .nav li a:focus,
	.custom_portfolio .nav li a:hover,
	.custom_portfolio .nav-pills>li.active>a,
	.custom_portfolio .nav-pills>li.active>a:focus,
	.custom_portfolio .nav-pills>li.active>a:hover {
		padding: 8px 0;
		border-radius: 0;
	}

	.custom_portfolio .nav-pills li.active a:after {
		display: none;
	}

	.custom_portfolio .nav-pills li a {
		padding: 8px 0;
		border-radius: 0;
	}

	.custom_portfolio .nav-pills li {
		margin: 0 0 5px;
	}

	section.mcta {
		padding: 50px 0;
		background-position: left;
	}

	section.mcta .subheading {
		font-size: 12px;
		padding: 10px 30px;
	}

	section.mcta h2 {
		font-size: 26px;
		line-height: 35px;
		margin: 0 0 20px;
		text-transform: capitalize;
	}

	section.mcta p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	section.mcta .btn-wrap .btn-secondarys,
	section.mcta .btn-wrap .btn-secondary-outline {
		padding: 10px 25px;
		font-size: 12px;
	}

	.custom_portfolio .nav-pills li:nth-child(6) {
		margin: 0;
	}

	.custom_portfolio .stl-head span {
		font-size: 18px;
		line-height: normal;
	}

	.woocommerce-page.columns-3 ul.products li.product.type-product,
	.woocommerce.columns-3 ul.products li.product.type-product {
		width: 100%;
	}

	.package-wrapper {
		padding: 20px;
	}

	.package-wrapper .package-item .heading h2 {
		font-size: 22px;
	}

	.package-wrapper .package-item .old-price del span {
		line-height: 18px;
	}

	.package-wrapper .package-item .actions {
		flex-flow: nowrap;
	}
}

@media (max-width:450px) {
	.custom_portfolio h2 {
		font-size: 26px;
		line-height: 35px;
	}

	.custom_portfolio p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	.custom_portfolio .nav-pills li.active>a,
	.custom_portfolio .nav li a:focus,
	.custom_portfolio .nav li a:hover,
	.custom_portfolio .nav-pills>li.active>a,
	.custom_portfolio .nav-pills>li.active>a:focus,
	.custom_portfolio .nav-pills>li.active>a:hover {
		padding: 5px 0;
		border-radius: 0;
		width: 140px;
		font-size: 12px;
	}

	.custom_portfolio .nav-pills li.active a:after {
		display: none;
	}

	.custom_portfolio .nav-pills li a {
		padding: 5px 0;
		border-radius: 0;
		width: 140px;
		font-size: 12px;
	}

	.custom_portfolio .nav-pills li {
		margin: 0 0 5px;
	}

	section.mcta {
		padding: 50px 0;
		background-position: left;
	}

	section.mcta .subheading {
		font-size: 10px;
		padding: 10px 10px;
	}

	section.mcta h2 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 20px;
		text-transform: capitalize;
	}

	section.mcta p {
		font-size: 12px;
		line-height: normal;
		margin: 0 0 20px;
	}

	section.mcta .btn-wrap .btn-secondarys,
	section.mcta .btn-wrap .btn-secondary-outline {
		padding: 10px 25px;
		font-size: 12px;
	}

	.custom_portfolio .nav-pills li:nth-child(6) {
		margin: 0;
	}

	.custom_portfolio .stl-head span {
		font-size: 18px;
		line-height: normal;
	}

	.woocommerce-page.columns-3 ul.products li.product.type-product,
	.woocommerce.columns-3 ul.products li.product.type-product {
		width: 100%;
		margin-right: 0;
	}
}