body {
	line-height: 1.4;

	-webkit-font-smoothing: antialiased;
	background: rgb(53, 38, 13) !important;
}

* {
	color: #fff !important;
}

p {
	color: #848484;
	font-size: 16px;
	line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

.no-padding {
	padding: 0 !important;
}

.inline-block {
	display: inline-block;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

figure {
	margin: 0;
}

a {
	transition: all 0.3s ease-in 0s;
}

iframe {
	border: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus,
a:hover {
	color: rgb(197, 137, 41);
}

.btn-main {
	background: rgb(197, 137, 41);
	border: 1px solid rgb(197, 137, 41);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 40px;
	text-transform: uppercase;
	border-radius: 40px;
}
.btn-main:hover {
	color: #fff;
}

.btn-transparent {
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 14px 35px;
	text-transform: uppercase;
	border-radius: 40px;
}
.btn-transparent:hover {
	color: #fff;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.section {
	padding: 100px 0;
}

.btn:focus {
	color: #ddd;
}

#home {
	position: relative;
}

.section {
	padding: 100px 0;
}

.section-sm {
	padding: 70px 0;
}

.section-xs {
	padding: 40px 0;
}

#preloader {
	background: #000 !important;
	height: 100%;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.parallax-section {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title {
	padding-bottom: 50px;
	overflow: hidden;
}
.title h2 {
	font-weight: 600;
	font-size: 35px;
	color: #232323;
}
.title p {
	color: #848484;
	margin: 0 auto;
}
.title.title-white h2 {
	color: #fff;
}

.border {
	height: 2px;
	margin: 20px auto 20px;
	position: relative;
	width: 80px;
	background: rgb(197, 137, 41);
}

.bg-gray {
	background: #000;
}

.header-bradcrumb {
	background: transparent;
}
.header-bradcrumb a,
.header-bradcrumb .active {
	color: #cfcfcf;
	font-weight: 200;
	font-family: 'Source Sans Pro', sans-serif;
}
.header-bradcrumb a:hover {
	color: rgb(197, 137, 41);
}

.colors-switcher {
	width: 100px;
	padding: 20px 18px 14px 20px;
	position: fixed;
	z-index: 1993;
	top: 90px;
	right: 0;
	background-color: #000;
	border-radius: 2px 0 0 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease-in-out;
}
.colors-switcher #show-panel {
	position: absolute;
	left: -38px;
	top: 15px;
	width: 38px;
	height: 38px;
	z-index: 1992;
	display: block;
	background-color: #000;
	border-radius: 2px 0 0 2px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-right: none;
	cursor: pointer;
}
.colors-switcher #show-panel i {
	color: #3d3d3d;
	font-size: 20px;
	line-height: 38px;
	margin-left: 10px;
}

.colors-list {
	margin: 0;
	padding: 0;
}
.colors-list li {
	display: inline-block;
	margin-bottom: 2px;
	margin-right: 4px;
}
.colors-list li a {
	text-align: center;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
	background-color: #ff432e;
}

.colors-switcher .colors-list li a:hover {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
	background-color: #ff432e;
}

.colors-switcher .colors-list a.blue {
	background-color: #c5299bff;
}

.colors-switcher .colors-list a.light-blue {
	background-color: #69d2e7;
}

.colors-switcher .colors-list a.green {
	background-color: #5bb12f;
}

.colors-switcher .colors-list a.light-green {
	background-color: #bccf02;
}

.colors-switcher .colors-list a.yellow {
	background-color: #fed136;
}

.slick-slide {
	outline: none;
}

.logo {
	display: inline-block;
}

.single-page-header {
	background-image: url('../images/about/about-header.jpg');
	background-size: cover;
	padding: 140px 0 70px;
	text-align: center;
	color: #fff;
	position: relative;
}
.single-page-header:before {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
	transition: 0.3s all;
	border-bottom: 1px solid gray;
}
.navigation .logo-default {
	display: none;
}
.navigation .dropdown-toggle::before,
.navigation .dropdown-toggle::after {
	display: none;
}
.navigation .dropdown-toggle i {
	font-size: 10px;
	margin-left: 2px;
	vertical-align: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
	background: none;
	color: rgb(197, 137, 41);
}
.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
	color: rgb(197, 137, 41);
}
@media (max-width: 991px) {
	.navigation .nav-link {
		padding: 6px !important;
	}
	.navigation .navbar-collapse.show {
		overflow-y: auto;
		max-height: calc(100vh - 55px);
	}
}
.navigation .dropdown-submenu .dropdown-menu {
	margin: 0;
	background-color: #131313;
}
@media (min-width: 992px) {
	.navigation .dropdown-submenu .dropdown-menu {
		left: 100%;
		top: -5px;
	}
	.navigation .dropleft .dropdown-menu {
		left: auto;
		right: 100%;
		margin: 0;
		top: -5px;
	}
	.navigation .dropdown-submenu .dropdown-menu {
		background-color: #000;
	}
}
.navigation .dropdown:hover > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.navigation .dropdown-menu {
	border: 0;
	border-radius: 0;
	top: 80%;
	left: 5px;
	display: block;
	visibility: hidden;
	opacity: 0;
	padding: 0;
	background: #000;
	transition: 0.3s ease;
}
.navigation .dropdown-menu li:first-child {
	margin-top: 12px;
}
.navigation .dropdown-menu li:last-child {
	margin-bottom: 12px;
}
@media (max-width: 991px) {
	.navigation .dropdown-menu {
		display: none;
		opacity: 1;
		visibility: visible;
		text-align: center;
		transition: 0s;
	}
}
@media (max-width: 991px) {
	.navigation .dropdown-menu.show {
		display: block;
	}
	.navigation .dropdown-menu {
		float: left;
		width: 100%;
	}
}
.navigation .dropdown-item {
	color: rgba(255, 255, 255, 0.8);
	transition: 0.2s ease;
	padding: 8px 22px;
}
.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
	color: #fff;
	background: transparent;
}

@media (max-width: 991px) {
	.navigation {
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
		background: #000 !important;
	}
	.navigation .navbar-light .navbar-nav .nav-item .nav-link {
		color: #000;
	}
	.navigation .logo-white {
		display: none;
	}
	.navigation .logo-default {
		display: block;
	}
	.navigation .navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.5);
		border-color: rgba(0, 0, 0, 0.1);
		background: #fff;
	}
}
.sticky-header {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	background: #000 !important;
}
.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
	color: #000;
}
.sticky-header .logo-white {
	display: none;
}
.sticky-header .logo-default {
	display: block;
}

.navbar-brand {
	height: auto;
	padding: 8px 0;
}

.navbar-brand h1 {
	margin: 0;
}

.hero-area {
	background-image: url('../images/hero-bg.png');
	background-size: cover;
	height: 60vh;

	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-area .block {
	color: #fff;
}
.hero-area .block h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-area .block p {
	color: #fff;
	width: 50%;
	margin-bottom: 20px;
}
.hero-area .block .btn-main {
	margin-right: 8px;
}
.hero-area .block .btn-main:hover {
	opacity: 0.8;
}

.hero-area-video {
	height: 100vh;
	position: inherit !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero-area-video .block {
	color: #fff;
	text-align: center;
}
.hero-area-video .block h1 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}
.hero-area-video .block p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.hero-area-video .block .btn-main {
	margin-top: 20px;
}

.dark-bg {
	background: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.slider-item {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.slider-item::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}
.slider-item .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.slider-item h1 {
	color: #fff;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 50px;
}
@media (max-width: 768px) {
	.slider-item h1 {
		font-size: 48px;
		line-height: 52px;
	}
}
@media (max-width: 480px) {
	.slider-item h1 {
		font-size: 38px;
		line-height: 46px;
	}
}
.slider-item p {
	color: #fff;
	margin-bottom: 20px;
}

.hero-slider {
	overflow-x: hidden;
}
.hero-slider .prevArrow {
	left: -100px;
}
.hero-slider .nextArrow {
	right: -100px;
}
@media (max-width: 768px) {
	.hero-slider .prevArrow,
	.hero-slider .nextArrow {
		display: none !important;
	}
}
.hero-slider:hover .prevArrow {
	left: 20px;
}
.hero-slider:hover .nextArrow {
	right: 20px;
}

/* slick style */
.slick-slide {
	outline: 0;
}

.slick-slide img {
	display: unset;
}

/* slick arrows */
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	height: 70px;
	width: 70px;
	background: #9f6b998c;
	color: #fff;
	border: 0;
	line-height: 70px;
	font-size: 35px;
	transition: 0.2s ease;
	border-radius: 50%;
	cursor: pointer;
}
.slick-arrow::before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background: transparent;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.2s ease;
}
.slick-arrow::after {
	position: absolute;
	content: '';
	height: 2px;
	width: 25px;
	top: 50%;
	transform: translateY(-50%);
	background: #000 !important;
	transition: 0.2s ease;
}
.slick-arrow:focus {
	outline: 0;
}
.slick-arrow:hover {
	background: rgb(197, 137, 41);
}

.prevArrow {
	left: 0px;
}
.prevArrow::before {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	right: 35px;
}
.prevArrow::after {
	right: 20px;
}

.nextArrow {
	right: 0px;
}
.nextArrow::before {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	left: 35px;
}
.nextArrow::after {
	left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
	padding: 100px 0;
	background: #000 !important;
}
.about .btn-about {
	background: rgb(197, 137, 41);
}
.about h4 {
	margin-top: 30px;
}
.about .feature-list {
	margin-top: 10px;
}
.about .feature-list li {
	width: 48%;
	display: inline-block;
	color: #666;
	font-size: 13px;
	font-family: 'Catamaran', sans-serif;
	margin-bottom: 5px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.about .feature-list li {
		width: auto;
		margin-right: 20px;
	}
}
.about .feature-list li i {
	color: rgb(197, 137, 41);
	margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
	background: #000;
}
.about-2 .checklist {
	padding-left: 30px;
}
.about-2 .checklist li {
	position: relative;
	margin-bottom: 15px;
	font-size: 16px;
	color: #777;
	font-family: 'Source Sans Pro', sans-serif;
}
.about-2 .checklist li:before {
	position: absolute;
	margin-right: 12px;
	margin-left: -45px;
	content: '\f375';
	font-family: 'themefisher-font';
	opacity: 1;
	border-radius: 50%;
	padding: 2px 8px;
	font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
	padding: 100px 0;
	background-color: #142d38;

	color: #fff;
}
.call-to-action h2 {
	line-height: 1.5;
}
.call-to-action p {
	color: #fff;
}
.call-to-action .btn-main {
	margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
	padding: 100px 0 50px 0;
}

.contact-form {
	margin-bottom: 40px;
}
.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #dedede;
	box-shadow: none;
	height: 45px !important;
	color: #0c0c0c;
	height: 38px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
	border-color: rgb(197, 137, 41);
}
.contact-form #contact-submit {
	border: none;
	padding: 15px 0;
	width: 100%;
	margin: 0;
	background: rgb(197, 137, 41);
	color: #fff;
	border-radius: 0;
}
.contact-form textarea.form-control {
	padding: 10px;
	height: 120px !important;
	outline: none;
}

.contact-details .contact-short-info {
	margin-top: 15px;
}
.contact-details .contact-short-info li {
	margin-bottom: 6px;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
	padding-bottom: 30px;
	color: #444;
	position: relative;
}
.counters-item.kill-border:before {
	background: none;
}
.counters-item:before {
	background: #e5e5e5;
	content: '';
	margin-top: -27.5px;
	height: 55px;
	width: 1px;
	position: absolute;
	right: -15px;
	top: 50%;
}
.counters-item > div {
	margin: 6px 0;
}
.counters-item span {
	display: inline;
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
}
.counters-item i {
	font-size: 40px;
	display: inline-block;
	color: rgb(197, 137, 41);
}
.counters-item h3 {
	font-size: 18px;
	margin: 0;
	color: #666;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
	background-color: #000;
	padding: 100px 0 80px;
	border-top: 1px solid gray;
}
.top-footer h3 {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.top-footer p {
	font-size: 13px;
	line-height: 25px;
	color: #bdbdbd;
	font-weight: 300;
	letter-spacing: 1px;
	padding-right: 20px;
}
.top-footer li a {
	font-size: 13px;
	line-height: 30px;
	color: #bdbdbd;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: capitalize;
	transition: color 0.3s;
	font-family: 'Source Sans Pro', sans-serif;
	display: block;
}
.top-footer li a:hover {
	color: rgb(197, 137, 41);
}

.footer-bottom {
	text-align: center;
	background-color: #1b1b1b;
	border-top: 1px solid #2c2c2c;
	padding: 30px 0;
}
.footer-bottom h5 {
	font-size: 12px;
	line-height: 1;
	color: #888888;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 7px;
	margin-bottom: 3px;
}
.footer-bottom h6 {
	font-size: 11px;
	line-height: 15px;
	color: #888888;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.footer-bottom a {
	color: rgb(197, 137, 41);
}

.page-404 {
	display: flex;
	align-items: center;
	height: 100vh;
}
.page-404 h1 {
	font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
	.counters-item:before {
		display: none;
	}
}
@media (min-width: 980px) and (max-width: 1150px) {
	/* parallax section */
	.parallax-section {
		background-position: center top !important;
	}
	/* about us */
	.feature-desc h3 {
		margin-top: 0;
	}
	/* our team */
	.team-mate {
		margin-bottom: 30px;
	}
	.mask ul {
		top: 85px;
	}
	.mask ul li {
		margin: 0 5px;
	}
	.team-mate > h4 {
		margin-bottom: 10px;
	}
	.team-mate img {
		margin: 0 auto;
	}
	.member-info ul li {
		margin-right: 10px;
	}
	/* testimonial */
	.client-info {
		width: 55%;
	}
	/* blog page */
	.tab-post-nav li a {
		padding: 15px 8px;
	}
	/* single blog page */
	.author-bio h5 {
		margin-left: 70px;
	}
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
	.counters-item:before {
		display: none;
	}
	/* parallax section */
	.parallax-section {
		background-position: center top !important;
	}
	/* navigation */
	.navbar-inverse .navbar-nav li a {
		padding: 20px 10px;
	}
	/* about us */
	.wrap-about {
		margin: 0 0 75px;
	}
	.about-content {
		margin: 0 auto;
		width: 60%;
	}
	/* fun facts */
	#counter {
		padding-bottom: 50px;
	}
	.counters-item {
		margin-bottom: 30px;
	}
	/* our team */
	.team-mate {
		margin: 0 auto 30px;
		width: 280px;
	}
	/* our skills */
	.skill-chart {
		margin: 0 auto 40px;
		width: 300px;
	}
	.skill-chart {
		margin: 0 auto 40px;
		width: 90%;
	}
	.skill-chart > h3 {
		margin: 15px 0;
	}
	/* pricing table */
	.pricing {
		margin: 0 auto 30px;
		width: 300px;
	}
	/* testimonial */
	.client-info {
		width: 75%;
	}
	/* latest posts */
	.note {
		margin-bottom: 30px;
	}
	/* blog page */
	.tab-post-nav li a {
		padding: 10px;
	}
	/* singla blog page */
	.author-social {
		margin-left: 0;
	}
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
	.counters-item:before {
		display: none;
	}
	.clients-logo-slider {
		text-align: center;
	}
	/* parallax section */
	.parallax-section {
		background-position: center top !important;
	}
	/* h1 font size home slider */
	h1 {
		font-size: 30px;
	}
	.wrap-about {
		margin: 0 auto 80px;
		width: 85%;
	}
	.feature-desc a {
		margin: 5px 5px 5px 0;
	}
	/* fun facts */

	.all-post {
		margin: 20px 0 30px;
	}
	/* contact */
	.contact-info {
		margin: 0 0 30px;
	}

	/* footer */
	.social-icon ul li,
	.social-icon ul li:first-child {
		margin: 15px;
	}
}
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.title h2 {
		font-size: 32px;
	}
	.counter .counter-title h2 {
		font-size: 35px;
	}
	/* about us */
	.wrap-about {
		margin: 0 auto 75px;
		width: 70%;
	}

	/* contact */
	.contact-info {
		width: 100%;
	}
	/* blog page */
	.tab-post-nav li a {
		padding: 10px 15px;
	}
}

.cookie-wrapper {
	position: fixed;
	bottom: 50px;
	left: 50px;
	width: 40%;
	background: #000 !important;
	padding: 15px 25px 22px;
	transition: right 0.3s ease;
	box-shadow: 0 5px 10px rgb(155, 155, 155);
	z-index: 999;
	border-radius: 15px;
}
.cookie-wrapper .show {
	right: 20px;
}

@media (max-width: 772px) {
	.cookie-wrapper {
		width: 100%;
		bottom: 0px;
		left: 0px;
	}
}

.hidden {
	display: none;
}
.cookie-wrapper header i {
	color: rgb(197, 137, 41);
	font-size: 32px;
	text-align: center;
}
.cookie-wrapper header h2 {
	color: rgb(197, 137, 41);
	font-weight: 500;
	text-align: center;
}
.data {
	text-align: center;
}
.data p a {
	color: rgb(197, 137, 41);
	text-decoration: none;
	text-align: center !important;
}
.data p a:hover {
	text-decoration: underline;
}
.buttons {
	padding: 20px 0px;
	text-align: center;
}
.buttons .cookie-button {
	border: 2px solid rgb(197, 137, 41);
	color: #fff;
	padding: 8px 0;
	background: rgb(197, 137, 41);
	cursor: pointer;
	width: calc(100% / 2 - 10px);
	transition: all 0.2s ease;
	max-width: 150px;
	border-radius: 30px;
}
.buttons #acceptBtn:hover {
	background-color: transparent;
	color: rgb(197, 137, 41);
}
#declineBtn {
	background-color: #000;
	color: rgb(197, 137, 41);
	border-radius: 30px;
}
#declineBtn:hover {
	background-color: rgb(197, 137, 41);
	color: #fff;
}
#result {
	color: rgb(197, 137, 41);
	font-size: 14px;
}
/* Footer Style */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #333;
	color: white;
	padding: 1rem;
}

.logo {
	font-size: 1.5rem;
}

.nav-links {
	list-style: none;
	display: flex;
}

.nav-links li {
	margin-left: 20px;
}

.nav-links a {
	color: white;
	text-decoration: none;
	font-size: 1.2rem;
}

.burger {
	display: none;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-between;
	height: 21px;
}

.burger div {
	width: 25px;
	height: 3px;
	background-color: white;
}

@media (max-width: 578px) {
	.nav-links {
		display: none;
		flex-direction: column;
		width: 100%;
		position: absolute;
		top: 60px;
		left: 0;
		background-color: #333;
	}

	.nav-links li {
		text-align: center;
		margin: 10px 0;
	}

	.burger {
		display: flex;
	}

	.nav-active {
		display: flex;
	}
}
.team-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.service__item {
	border: 1px solid #14b09b;
	padding: 20px;
	border-radius: 2px;
}
@media (max-width: 568px) {
	.navbar img {
		width: 200px;
	}
	.footer img {
		width: 200px;
	}
	.main-none {
		font-size: 12px;
		/* display: none; */
	}
}

.btn-outline-primary {
	background: rgb(197, 137, 41);
	border: 1px solid rgb(197, 137, 41);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 40px;
	text-transform: uppercase;
	border-radius: 40px;
}

.btn-outline-primary:hover {
	color: #fff;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #393939f9;
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer;
	z-index: 1001;
	font-size: 16px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.elementor-widget-container {
	position: relative;
}

.footer_bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	padding-top: 40px;
}

@media (max-width: 568px) {
	.footer_bottom {
		flex-direction: column;
	}
}
