/*
	* Prefixed by https://autoprefixer.github.io
	* PostCSS: v8.4.14,
	* Autoprefixer: v10.4.7
	* Browsers: last 4 version
*/

@-webkit-keyframes move-forever1 {
	0% {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
	
	to {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
}

@keyframes move-forever1 {
	0% {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
	
	to {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
}

@-webkit-keyframes move-forever2 {
	0% {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
	
	to {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
}

@keyframes move-forever2 {
	0% {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
	
	to {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
}

@-webkit-keyframes move-forever3 {
	0% {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
	
	to {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
}

@keyframes move-forever3 {
	0% {
		-webkit-transform: translate(-90px, 0);
		transform: translate(-90px, 0)
	}
	
	to {
		-webkit-transform: translate(85px, 0);
		transform: translate(85px, 0)
	}
}

@-webkit-keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes animate-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.mb-6 {
	margin-bottom: 50px
}

.icons .card p {
	font-size: 14px
}

body {
	font-family: "Work Sans", sans-serif;
	color: #000;
	font-style: normal;
	font-size: 18px
}

.choose,
.navbar li {
	position: relative
}

.navbar li {
	margin-left: 75px
}

.bg {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c082c), to(#bf0035));
	background: -o-linear-gradient(top, #7c082c 0, #bf0035 100%);
	background: linear-gradient(180deg, #7c082c 0, #bf0035 100%)
}

.nav-link1 {
	width: 100%;
	display: block;
	position: absolute
}
main {
    margin-top: 94px;
}

.bg1 {
	background: #e2e2e2
}

.icons {
	margin-top: -110px
}
.carousel_text {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
}
.icons .card {
	border: 0;
	margin-bottom: 2em;
	-webkit-box-shadow: 5px 4px 6px 4px rgba(0, 0, 0, .25);
	box-shadow: 5px 4px 6px 4px rgba(0, 0, 0, .25)
}

.icons .card .card-body {
	padding: 2rem;
	min-height: 330px;
}

.icons .card .card-body img,
footer#footer img {
	width: 90px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.2;
	font-style: normal
}

.carousel-caption h1 {
	font-style: normal;
	letter-spacing: -.02em;
	font-weight: 700;
	font-size: 64px;
	line-height: 66px;
	color: #fffefe
}

.carousel-caption p,
.comman {
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.02em
}

.comman {
	position: absolute;
	font-size: 88px;
	line-height: 173px;
	text-align: center;
	color: rgba(255, 254, 254, .4);
	font-family: "Secular One", sans-serif
}

.comman1 {
	margin-left: -55px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0
}

.comman2 {
	margin-left: -6px;
	top: 97px
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

.h2,
h2 {
	font-size: calc(1.325rem + .9vw)
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

.h4,
h4 {
	font-size: calc(1.275rem + .3vw)
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

a,
a:hover {
	color: #d07919;
	text-decoration: none
}

a:hover {
	color: #fc8129
}

.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c082c), to(#bf0035));
	background: -o-linear-gradient(top, #7c082c 0, #bf0035 100%);
	background: linear-gradient(180deg, #7c082c 0, #bf0035 100%);
	width: 40px;
	height: 40px;
	border-radius: 50px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.back-to-top i {
	/* font-size: 28px; */
	color: #fff;
	line-height: 0
}

.back-to-top:hover {
	background: #fc7c1f;
	color: #fff
}

.back-to-top.active {
	visibility: visible;
	opacity: 1
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		-webkit-transition-delay: 0 !important;
		-o-transition-delay: 0 !important;
		transition-delay: 0 !important
	}
}

#header {
	padding: 30px 0;
	z-index: 997;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#header.header-transparent {
	background: 0 0
}

#header,
#header.header-scrolled {
	background: rgba(42, 44, 57, .9)
}

#header .logo {
	margin: 0;
	padding: 0;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 160%;
	letter-spacing: .01em;
	text-transform: uppercase;
	color: #020202
}

#header .logo a,
#header .logo a:hover {
	color: #000;
	text-decoration: none
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 70px
}

.carousel-caption p {
	font-size: 26px;
	line-height: 30px;
	color: #fff;
	margin-top: 20px
}

.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 5px;
	top: 50px;
	margin: 0;
	padding: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #d9d9d9;
	border-radius: 0 0 12px 12px
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
	display: block;
	margin: 0;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	color: #2a2c39;
	font-size: 16px;
	width: 100%;
	display: block;
}

.navbar .dropdown ul a i,
.navbar-mobile .dropdown ul a i {
	font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	/* top: 100%; */
	visibility: visible
}

.carousel-item img,
.portfolio-details .portfolio-details-slider img {
	width: 100%
}

.carousel-control-next,
.carousel-control-prev {
	width: 10%
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	width: 3rem;
	height: 3rem
}

@media (min-width:991.98px) {
	.banner {
		position: relative;
		margin-top: -90px;
		z-index: 1
	}
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible
}

.mobile-nav-toggle {
	color: #bf0035;
	font-size: 28px !important;
	cursor: pointer;
	line-height: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: none !important
}

@media (max-width:991px) {
	.mobile-nav-toggle {
		display: block !important
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(20, 21, 28, .9);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 999
}

.navbar-mobile .mobile-nav-toggle,
.navbar-mobile ul {
	position: absolute;
	top: 15px;
	right: 15px
}

.navbar-mobile ul {
	display: block;
	top: 55px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	overflow-y: auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #155b4d
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	margin: 5px;
	font-size: 15px;
	color: #fff
}

.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
	color: #fff
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
	margin: 15px
}

.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block
}

#hero,
section {
	overflow: hidden
}

#hero,
.hero-waves {
	width: 100%;
	position: relative
}

#hero {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2a2c39), to(#33364a));
	background: -o-linear-gradient(bottom, #2a2c39 0, #33364a 100%);
	background: linear-gradient(0deg, #2a2c39 0, #33364a 100%);
	padding: 0
}

#hero .carousel-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70vh;
	padding-top: 60px
}

#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700
}

#hero p {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	margin: 0 auto 30px;
	color: #fff
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
	width: 10%
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: 0 0;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	border: 2px solid #d07919
}

#hero .btn-get-started:hover,
.about .content .btn-learn-more:hover {
	background: #d07919;
	color: #fff;
	text-decoration: none
}

@media (min-width:1024px) {
	
	#hero .carousel-control-next,
	#hero .carousel-control-prev {
		width: 5%
	}
}

@media (max-width:768px) {
	#hero .carousel-container {
		height: 90vh
	}
	
	#hero h2 {
		font-size: 28px
	}
}

.hero-waves {
	display: block;
	height: 60px
}

.wave1 use {
	-webkit-animation: move-forever1 10s linear infinite;
	animation: move-forever1 10s linear infinite
}

.wave1 use,
.wave2 use,
.wave3 use {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}

.wave2 use {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite
}

.wave3 use {
	-webkit-animation: move-forever3 6s linear infinite;
	animation: move-forever3 6s linear infinite
}

section {
	padding: 50px 0
}

.subtitle {
	padding-bottom: 10px
}

.section-title h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -.02em
}

.section-title p {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -.02em
}

.about .content h3,
.features .tab-pane h3 {
	font-weight: 600;
	font-size: 26px
}

.about .content ul,
.features .tab-pane ul {
	list-style: none;
	padding: 0
}

.about .content ul li {
	padding-left: 28px;
	position: relative
}

.about .content ul li+li,
.portfolio-details .portfolio-info ul li+li {
	margin-top: 10px
}

.about .content ul i {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
	color: #d07919;
	line-height: 1
}

.about .content p:last-child,
.features .tab-pane p:last-child {
	margin-bottom: 0
}

.about .content .btn-learn-more {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 1;
	color: #d07919;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	margin-top: 6px;
	border: 2px solid #d07919
}

.features .nav-tabs {
	border: 0
}

.features .nav-link {
	border: 1px solid #d4d6df;
	padding: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #2a2c39;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.features .nav-link i {
	padding-right: 15px;
	font-size: 48px
}

.features .nav-link h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0
}

.features .nav-link:hover,
.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li.filter-active::after,
.portfolio #portfolio-flters li.filter-active::before,
.portfolio #portfolio-flters li:hover,
.services .title a:hover {
	color: #d07919
}

.features .nav-link.active {
	background: #d07919;
	color: #fff;
	border-color: #d07919
}

@media (max-width:768px) {
	.features .nav-link i {
		padding: 0;
		line-height: 1;
		font-size: 36px
	}
}

@media (max-width:575px) {
	.features .nav-link {
		padding: 15px
	}
	
	.features .nav-link i {
		font-size: 24px
	}
}

.features .tab-content {
	margin-top: 30px
}

.features .tab-pane ul li {
	padding-bottom: 10px
}

.features .tab-pane ul i {
	font-size: 20px
}

.features .tab-pane ul i,
.pricing ul i {
	padding-right: 4px;
	color: #d07919
}

.cta {
	background: #2a2c39;
	padding: 80px 0
}

.cta .cta-btn {
	color: #fff;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 10px;
	background: #d07919
}

.cta h3 {
	font-size: 28px;
	font-weight: 700
}

#footer,
.cta h3,
.cta p {
	color: #fff
}

.cta .cta-btn:hover {
	background: #fff;
	color: #d07919
}

@media (max-width:1024px) {
	.cta {
		background-attachment: scroll
	}
}

@media (min-width:769px) {
	.cta .cta-btn-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 0 2px 29px 0 rgba(68, 88, 144, .12);
	box-shadow: 0 2px 29px 0 rgba(68, 88, 144, .12);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	height: 100%
}

.services .icon-box:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 2px 35px 0 rgba(68, 88, 144, .2);
	box-shadow: 0 2px 35px 0 rgba(68, 88, 144, .2)
}

.services .icon {
	position: absolute;
	left: -20px;
	top: calc(50% - 30px)
}

.services .icon i {
	font-size: 64px;
	line-height: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px
}

.services .title a {
	color: #2a2c39;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s
}

.services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0
}

.portfolio #portfolio-flters {
	list-style: none;
	margin-bottom: 20px
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 10px 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #444;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio #portfolio-flters li::before {
	content: "[";
	margin-right: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio #portfolio-flters li::after {
	content: "]";
	margin-left: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.portfolio .portfolio-item {
	margin-bottom: 30px
}

.portfolio .portfolio-item .portfolio-img {
	overflow: hidden
}

.portfolio .portfolio-item .portfolio-img img {
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 3;
	right: 15px;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	background: rgba(0, 0, 0, .5);
	padding: 10px 15px
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info p {
	color: #fedac0;
	font-size: 14px;
	margin-bottom: 0
}

.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
	position: absolute;
	font-size: 24px;
	top: calc(50% - 18px);
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.portfolio .portfolio-item .portfolio-info .preview-link {
	right: 40px
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 10px
}

.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-links a:hover {
	color: #fd9f5b
}

.portfolio .portfolio-item .portfolio-links {
	opacity: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 3;
	position: absolute;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}

.portfolio .portfolio-item .portfolio-links a {
	color: #fff;
	margin: 0 2px;
	font-size: 28px;
	display: inline-block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.portfolio .portfolio-item:hover .portfolio-img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1
}

.portfolio-details {
	padding-top: 40px
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #d07919
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d07919
}

.portfolio-details .portfolio-info {
	padding: 30px;
	-webkit-box-shadow: 0 0 30px rgba(42, 44, 57, .08);
	box-shadow: 0 0 30px rgba(42, 44, 57, .08)
}

.portfolio-details .portfolio-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul,
.pricing ul {
	list-style: none;
	padding: 0;
	font-size: 15px
}

.pricing ul {
	color: #444;
	text-align: center;
	line-height: 20px;
	font-size: 14px
}

.portfolio-details .portfolio-description {
	padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}

.faq .faq-list li,
.pricing h4 {
	margin-bottom: 20px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
	overflow: hidden
}

.testimonials .testimonial-item {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	padding: 30px 30px 0;
	margin: 30px 15px;
	text-align: center;
	min-height: 350px;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08)
}

.testimonials .testimonial-item .testimonial-img {
	width: 90px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto
}

.pricing h3 {
	font-size: 18px;
	margin: -20px -20px 25px;
	padding: 30px 15px;
	font-weight: 600;
	color: #777;
	background: #f8f8f8
}

.testimonials .testimonial-item h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 5px;
	color: #111
}

.testimonials .testimonial-item h4 {
	font-size: 14px;
	color: #999;
	margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #fedac0;
	font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative
}

.testimonials .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px
}

.testimonials .testimonial-item p {
	font-style: italic;
	margin: 0 auto 15px
}

.testimonials .swiper-pagination {
	margin-top: 20px;
	position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 1;
	border: 1px solid #d07919
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #d07919
}

.pricing .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	border-radius: 5px;
	position: relative;
	overflow: hidden
}

.pricing h4 {
	font-size: 36px;
	font-weight: 600;
	font-family: "Poppins", sans-serif
}

.pricing h4 sup {
	font-size: 20px;
	top: -15px;
	left: -3px
}

.pricing h4 span {
	color: #bababa;
	font-size: 16px;
	font-weight: 300
}

.pricing ul li {
	padding-bottom: 16px
}

.pricing ul i {
	font-size: 18px
}

.pricing ul .na {
	color: #ccc;
	text-decoration: line-through
}

.pricing .btn-wrap {
	margin: 20px -20px -20px;
	padding: 20px 15px;
	background: #f8f8f8;
	text-align: center
}

.pricing .btn-buy {
	background: #d07919;
	display: inline-block;
	padding: 8px 35px 10px;
	border-radius: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.contact .php-email-form button[type=submit]:hover,
.pricing .btn-buy:hover,
.team .member .social a:hover {
	background: #fc8129
}

.pricing .featured {
	border: 2px solid #d07919
}

.pricing .advanced {
	width: 200px;
	position: absolute;
	top: 18px;
	right: -68px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	font-size: 14px;
	padding: 1px 0 3px;
	background: #d07919;
	color: #fff
}

.faq,
.team {
	padding: 60px 0
}

.faq {
	background: #f7f7f7
}

.breadcrumbs ol,
.faq .faq-list {
	padding: 0;
	list-style: none
}

.faq .faq-list li {
	border-bottom: 1px solid #ececf1;
	padding-bottom: 20px
}

.faq .faq-list .question {
	display: block;
	position: relative;
	font-family: #d07919;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	padding-left: 25px;
	cursor: pointer;
	color: #bd5102;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.faq .faq-list i {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -2px
}

.faq .faq-list p {
	margin-bottom: 0;
	padding: 10px 0 0 25px
}

.faq .faq-list .icon-show {
	display: none
}

.faq .faq-list .collapsed {
	color: #000
}

.faq .faq-list .collapsed:hover,
.pricing h4 {
	color: #d07919
}

.faq .faq-list .collapsed .icon-show {
	display: inline-block;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.faq .faq-list .collapsed .icon-close {
	display: none;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.team,
.team .member {
	background: #fff
}

.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.team .member .member-img {
	position: relative;
	overflow: hidden
}

.team .member .social {
	position: absolute;
	left: 0;
	bottom: 30px;
	right: 0;
	opacity: 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.contact .info i,
.team .member .social a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px
}

.team .member .social a {
	margin: 0 3px;
	width: 36px;
	height: 36px;
	background: rgba(239, 102, 3, .8);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.team .member .social i {
	font-size: 18px;
	line-height: 0
}

.team .member .member-info {
	padding: 25px 15px
}

.contact .info h4 {
	margin-bottom: 5px;
	color: #2a2c39;
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #2a2c39
}

.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #aaa
}

.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
	color: #777
}

.team .member:hover .social {
	opacity: 1;
	bottom: 15px
}

.contact .info,
.contact .php-email-form {
	width: 100%;
	background: #fff
}

.contact .info i {
	font-size: 20px;
	color: #d07919;
	float: left;
	width: 44px;
	height: 44px;
	background: #ffecde;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #555974
}

.contact .info .email,
.contact .info .phone {
	margin-top: 40px
}

#footer .social-links a,
.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i,
.pricing .featured h3 {
	background: #d07919;
	color: #fff
}

.contact .php-email-form .form-group {
	padding-bottom: 8px
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input {
	height: 44px
}

.contact .php-email-form textarea {
	padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
	background: #d07919;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border-radius: 50px
}

.breadcrumbs {
	padding: 15px 0;
	margin-top: 70px;
	background: #f7f8f9;
	min-height: 40px
}

.breadcrumbs h2 {
	font-size: 28px;
	font-weight: 400;
	margin: 0
}

.breadcrumbs ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	font-size: 14px
}

@media (max-width:992px) {
	.breadcrumbs ol {
		margin-top: 10px
	}
}

.breadcrumbs ol li+li {
	padding-left: 10px
}

.breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #404356;
	content: "/"
}

@media (max-width:768px) {
	.breadcrumbs .d-flex {
		display: block !important
	}
	
	.breadcrumbs ol {
		display: block
	}
	
	.breadcrumbs ol li {
		display: inline-block
	}
}

#footer {
	background: #393939;
	padding: 40px 0;
}

#footer h3,
#footer p,
.card-type {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: -.02em;
	color: #fff
}

#footer p,
.card-type {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	position: relative
}

#footer p i {
	font-size: 21px;
	margin-right: 4px
}

#footer .social-links {
	margin: 10px 0
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#footer .social-links a:hover {
	background: #bd5102;
	color: #fff;
	text-decoration: none
}

#footer .copyright {
	margin: 0 0 5px
}

#footer .credits {
	font-size: 13px
}

.Cigars {
	margin-top: -210px;
}

.Trade {
	padding-bottom: 170px
}

.hidden-xs {
	display: block
}

.line {
	background: #85082e;
	margin-top: 20px;
	width: 167px;
	height: 9px
}

.dot {
	height: 13px;
	width: 13px;
	border-radius: 50px;
	margin-top: 29px;
	margin-left: 12px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7c082c), to(#bf0035));
	background: -o-linear-gradient(top, #7c082c 0, #bf0035 100%);
	background: linear-gradient(180deg, #7c082c 0, #bf0035 100%)
}

.page_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 45px;
}

.box,
.box:hover:after {
	border-radius: 14px !important
}

.box:hover:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 96%;
	background: rgba(11, 11, 11, .38)
}

.box {
	position: relative;
	Width: 274px;
	Height: 286px;
	margin: auto
}

.image,
.middle {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 14px !important
}

.middle {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99
}

.box:hover .middle {
	opacity: 1
}

.text {
	color: #fff;
	padding: 16px 32px;
	font-weight: 700;
	font-size: 34px;
	line-height: 40px;
	z-index: 8;
	right: 0;
	text-shadow: 0 4px 4px rgb(0 0 0/69%)
}

.bg_img1 {
	background-image: url(../img/slider01.jpg)
}

.bg_img2 {
	background-image: url(../img/slider02.jpg)
}

.bg_img3 {
	background-image: url(../img/slider03.jpg)
}

.Trusted img {
	width: 108px
}

.Trusted {
	padding: 70px 0 0
}
.icons .card .card-body img {
    margin-bottom: 15px;
}
.navbar-brand:hover {
    color: #020202;
}.above {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    max-width: 410px;
    margin: auto;
}
@media (max-width:767.98px) {
	
	.text {
    font-size: 21px;
    line-height: 24px;
   
}
	
	.nav-link,
	.navbar li {
		margin-left: 0
	}
	
	.navbar ul {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left
	}
	
	.navbar-collapse {
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		background: #f3f3f3;
		margin-top: 20px;
		padding: 10px 20px;
	}
	
	.navbar-mobile a:hover {
		background: #fff;
		color: #000
	}
	
	.mb-6 {
		margin-bottom: 15px
	}
	
	#header .logo {
		font-weight: 700;
		font-size: 19px
	}
	.dot {
		margin-top: 18px;
		margin-left: 6px;
		height: 10px;
		width: 10px;
		position: absolute;
		top: -5px;
		left: -24px;
	}
	.line {
		height: 5px;
		width: 87px;
	}
	
	.fs-4 {
		font-size: 18px !important;
	}
	
	#footer {
		
		text-align: center;
	}
	
	main {
		margin-top: 68px;
	}
	.page_title {
		font-size: 30px;
		position: relative;
		margin-left: 18px;
	}
	.btn-group-lg>.btn, .btn-lg {
		padding: 0.2rem 1rem;
		font-size: 0.8rem;
		border-radius: 14px;
	}
	.Cigars {
		margin-top: -60px;
	}
	
	.Trade {
		padding-bottom: 40px !important;
	}
	section {
		text-align: center;
		padding: 25px 0  !important;
	}
	
	.mb-5 {
		margin-bottom: 1rem !important
	}
	
	.mt-5 {
		margin-top: 0 !important
	}
	
	.card-type {
		font-size: 20px;
		line-height: 30px
	}
	
	.carousel-indicators {
		bottom: 11px;
	}
	
	.carousel-item {
		height: 230px;
	}
	
	.carousel-caption {
		margin-top: 40px
	}
	
	.box {
		Width: 100% !important;
		Height: 100% !important
	}
	
	#header {
		padding: 10px 0
	}
	
	.navbar-brand {
		font-size: 21px
	}
	
	.navbar-brand img {
		width: 60px
	}
	
	.icons .card .card-body {
		min-height: auto
	}
	
	.hidden-xs {
		display: none !important
	}
	.icons {
		margin-top: -80px;
	}
	
	.p-5 {
		padding: 1rem !important;
}
	.pt-4 {
    padding-top: 0 !important;
}
	#footer h3, #footer p, .card-type {
		
font-size: 19px;
		
line-height: 22px;
		
margin: 20px 0;
	}
	
	
	.carousel-caption p {
		font-size: 14px;
		line-height: 0;
		margin-top: 0
	}
	
	.carousel-caption h1 {
		font-size: 34px;
		line-height: 46px
	}
	.ratio-21x9 {
		--bs-aspect-ratio: 81.857143%;
	}
	.comman1 {
		margin-left: -45px;
		top: 6px;
	}
	.comman2 {
		margin-left: -36px;
		top: 99px;
	}
	.comman1 svg, .comman2 svg {width: 100px;height: 100px;}
	
}


.footer_icon svg {
    position: absolute;
    margin-left: -14px;
    top: 3px;
}
.slide {
    margin-top: 50px;
}





.navbar-nav li {
    display: inline-block;
}
.navbar-nav li .nav-link  {
    text-decoration: none;
    color: #000;
}
.navbar-nav li .nav-link:hover {   
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}