

.scrollbar-package::-webkit-scrollbar {
	width: 7px;
	background-color: #f5f5f5;
	padding: 0 0 0 20px
}
.scrollbar-package::-webkit-scrollbar-thumb {
	background-color: #c4ef17;
}
.our-portfolio {
	padding: 66px 0 66px
}
.our-portfolio .btn.btn-vulture {
	margin-top: 60px
}
.our-portfolio .section-heading-center h3 {
	margin: 0 0 47px
}
.portfolio .nav-tabs {
	width: 100%;
	text-align: center;
	margin: 0 auto 5px;
	border: none;
	display: block;
	margin-top: 30px;
}
.portfolio .nav-tabs li {
	display: inline-block;
	margin: 0 6px 36px;
	text-align: center;
	float: none
}
.portfolio .nav-tabs li a.active,
.portfolio .nav-tabs li:hover a {
	color: #ffffff;
	border: 2px solid transparent;
	background-color: #c4ef17;
}
.portfolio .nav-tabs li a {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background-color: transparent;
	padding: 10px 32px 13px;
	text-decoration: none;
	border-radius: 30px;
	transition: .5s;
	border: 1px solid #e6e6e6
}
.portfolio .tab-content .tab-pane .img-box,
.portfolio .tab-pane .img-box {
	margin: 0 0 30px;
	width: 100%;
	height: 253px;
	overflow: hidden;
	border-radius: 7px;
	position: relative;
	-webkit-box-shadow: 0 0 8px -2px rgba(0, 0, 0, .61);
	-moz-box-shadow: 0 0 8px -2px rgba(0, 0, 0, .61);
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, .61);
	margin-top: 10px !important;
}
.portfolio .tab-content .tab-pane .img-box img,
.portfolio .tab-pane .img-box img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: center;
}
.portfolio .col-sm-3.col-md-3.col-lg-3 {
	padding: 0 11px;
}
.portfolio .tab-content .row {
	margin-left: 0;
	margin-right: 0
}
.portfolio .tab-content .tab-pane .img-box .overlay-portfolio,
.portfolio .tab-pane .img-box .overlay-portfolio {
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	color: #fff;
	-ms-transition: all .5s ease-in;
	transition: all .5s ease-in;
	background: #020215db;
	width: 100%;
	left: 0;
	border: 0;
	height: 100%;
	font-size: 19px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	bottom: 0;
	padding: 19px;
	display: -webkit-flex;
	display: inline-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.portfolio .tab-content .tab-pane .img-box:hover .overlay-portfolio,
.portfolio .tab-pane .img-box:hover .overlay-portfolio {
	opacity: 1
}
.inner-pages-banner {
	background-image: url(/images/back.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom left;
	height: 452px;
	display: flex;
	align-items: center;
	padding: 125px 0 0;
	background-size: cover;
}
.inner-pages-banner h1 {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
	padding: 0 0 10px;
	position: relative;
	display: inline-block
}
.our-packages {
	padding: 60px 0 88px;
	/* background: #fff; */
	/* z-index: -1; */
	/* position: relative; */
}
.inner-packages {
	padding: 49px 0 0;
	position: relative;
	
}
.item-package {
	background-color: #fff;
	padding: 26px 0 31px 0;
	-webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0 0 10px 2px rgb(181 179 179 / 50%);
	/* box-shadow: 0 0 10px 2px rgb(181 179 179 / 50%); */
	border-radius: 15px;
	position: relative;
	margin: 0 0 30px;
}
.item-package:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 80%;
	height: 7px;
	background-color: #c4ef17;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.item-package .get-started-package {
	background-color: #0c4ef17;
	color: #fff;
}
.package-title-sec {
	padding: 0 14px 0
}
.item-package .package-sec-1 {
	padding: 0 16px 0
}
.item-package .price-title {
	margin: 0
}
.item-package .price-title ul {
	padding: 0 20px !important;
	margin: 0 0 0;
}
.item-package .price-title ul li h2 {
	font-size: 49px;
	font-weight: 700;
	color: #030E4F;
	text-align: left;
	display: inline-block;
	position: relative;
	line-height: 49px;
}
.item-package .price-title ul li h2 small {
	font-size: 29px;
	font-weight: 600;
	color: #3d3d3d;
}
.item-package .price-title ul li h2 span {
	font-size: 26px;
	line-height: 27px;
	position: absolute;
	top: 0;
	font-weight: 700
}
.item-package .price-title ul li strike {
	font-size: 21px;
	font-weight: 600
}
.item-package .price-title ul.title-package li h3 {
	font-size: 20px;
	font-weight: 700;
	color: #1e2339;
	line-height: 24px;
	text-transform: uppercase
}
.item-package .price-title ul.package-price {
	margin: 10px 0 10px;
	position: relative;
	padding: 15px 20px 8px!important;
	/* display: none; */
}
.item-package .price-title ul.package-price:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #aeaEAE17;
	margin: 0 auto
}
.item-package .price-title ul.package-price li h2 {
	margin: 0;
	line-height: 42px
}
.actions {
    padding-top: 10px;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
}
.actions::before {
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 51%;
    top: 10px;
}
.actions .col-md-6 {
    padding: 0 0px;
}
.actions a {
    vertical-align: top;
    min-width: inherit;
    margin: 0px;
    position: relative;
    color: #7b7b7b;
    font-size: 9px;
    text-align: center;
    display: inline-block;
}
.actions a span {
    font-size: 13px;
    float: left;
    font-weight: bold;
    color: #030E4F;
}
.actions a span small {
    display: block;
    font-size: 13px;
    line-height: normal;
    color: #313131;
}
.packages-details {
	padding: 9px 20px 15px;
}
.packages-details ul {
	height: 197px;
	overflow-x: hidden;
}
.packages-details ul li {
	font-size: 14px;
	font-weight: 500;
	color: #424242;
	position: relative;
	padding: 8px 5px;
	background-position: bottom;
	background-size: 10px 1px;
	background-repeat: repeat-x;
	display: flex;
	line-height: 17px;
}
.packages-details ul li:last-child {
	background-image: inherit
}
.packages-details ul li img {
	padding-right: 8px;
	margin: 4px 0 0;
	width: 22px;
    height: 13px;
}
.packages-contact-details {
	padding: 13px 0 0;
	margin: 0;
	background-image: linear-gradient(to right, #085aa6 10%, rgba(255, 255, 255, 0) 0);
	background-position: top;
	background-size: 10px 1px;
	background-repeat: repeat-x
}
.packages-contact-details ul li p {
	font-size: 14px;
	font-weight: 400;
	color: #252525;
	margin-bottom: 0;
	text-align: center!important
}






.item-inner-packages .item-package .package-sec-1 .packages-details ul li img {
    display: inline-block;
    width: unset !important;
    /* height: unset !important; */
}
.item-inner-packages {
    padding: 10px 18px 0;
    outline: 0;
}
.inner-packages #packages-inner.owl-carousel .owl-nav button.owl-next, .inner-packages #packages-inner.owl-carousel .owl-nav button.owl-prev {
    border: 2px solid #fff;
}
.home-packages-tabs .owl-carousel .owl-nav button.owl-prev, .inner-packages #packages-inner.owl-carousel .owl-nav button.owl-prev {
    left: -5%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid #fff;
}
.home-packages-tabs .owl-carousel .owl-nav button.owl-next, .inner-packages #packages-inner.owl-carousel .owl-nav button.owl-next {
    right: -5%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 1px solid #fff;
}

.section-heading-center h3 span {
    display: inline-block;
    font-weight: 700!important;
}
.sec-heading-left h3 span, .section-heading-center h3 span {
    font-weight: 800;
    color: #c4ef17;

}
.btn.btn-vulture {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 17px 38px;
    line-height: 14px!important;
    border-radius: 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 2px solid transparent;
    box-shadow: none;
    background-color: #c4ef17;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.item-package .button-package .btn.btn-vulture:hover {
    background-color: #212529;
    color: #fff;
}

.text-caption p {
    color: #fff;
    font-weight: 500;
}

section.main-home-aboutus.inner-page-about {
    margin-top: 50px;
}

a.btn.btn-vulture.text-uppercase.blue-bg:hover {}

a.btn.btn-vulture.text-uppercase.blue-bg:hover {
    background: #fff;
    color: #000;
}
.item-package .price-title ul {
    padding: 0 20px !important;
    margin: 0 0 0;
}

.about-right h4 {
    color: #c4ef17;
}
.plan {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #001965;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 4px 0;
    font-weight: 600;
}
.plans {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
.plan1 {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #bfbfbf;
    width: 100%;
    display: block;
    margin: 0 0 5px;
    padding: 4px 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
    background: none;
    padding: 6px 0;
    font-weight: 600;
    font-size: 16px;
    color: var(--themeht-body-color);
    font-family: var(--themeht-title-font-family);
    border-radius: 8px;
    margin: 6px 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    margin: 0;
}

ul.dropdown-menu.depth_0 li {
    height: 40px;
}

ul.dropdown-menu.depth_0 li a {
    font-size: 17px !important;
    padding-top: 5px !important;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    width: 270px !important;
    padding-top: 11px;
}


.navbar-nav .nav-item.dropdown .dropdown-menu li a {/* position: relati;/* TOP: 5PX; */: 5PX;position: relative;top: 5px;}



.footer-mail a {
    font-size: 22px;
}

ul.media-icon p {
    font-size: 13px;
}
ul.media-icon a{
    font-size: 15px;
}

.textwidget p {
    color: #fff;
    padding-right: 10px;
}

