@media (max-width: 991px) {
		.background-image-wrapper {
				background-position: 0% !important;
				background-repeat: no-repeat;
		}
}

.custom-big-text-1 {
		font-size: 59.2px;
		font-size: 3.7rem;
		letter-spacing: 0.8px;
		position: relative;
		left: 0;
}

@media (min-width: 576px) {
		.custom-big-text-1 {
				font-size: 5.5rem;
		}
}

@media (min-width: 768px) {
		.custom-big-text-1 {
				font-size: 7.3rem;
		}
}

@media (min-width: 992px) {
		.custom-big-text-1 {
				font-size: 9.7rem;
				left: -214px;
		}
}

.custom-container-background {
		position: relative;
		margin-top: -100px;
}

.custom-container-background:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate3d(-50%, 0, 0);
		width: 125%;
		height: 300px;
		background: var(--light);
}

.custom-form-control-group-style-1 .form-control {
		height: 60px;
		line-height: 1;
		padding: 10px 30px;
		border-width: 2px;
		border-color: var(--grey-500);
}

.custom-form-control-group-style-1 .form-control:first-child {
		background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>");
		border-radius: 35px 0 0 35px;
		border-right: 0;
		background-repeat: no-repeat;
		background-size: 11px;
		background-position: 92% center;
}

.custom-form-control-group-style-1 .form-control:last-child {
		border-radius: 0 35px 35px 0;
}

.custom-divider {
		height: 60px;
		width: 0.5px;
		border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-view-more svg {
		transition: ease transform 300ms;
}

.custom-view-more:hover svg {
		transform: translate3d(7px, 0, 0);
}

.custom-z-index-1 {
		z-index: 10;
}

.custom-svg-position-1 {
		position: absolute;
		top: -190px;
		left: -330px;
}

.custom-svg-position-2 {
		position: absolute;
		top: 210px;
		right: -47px;
		opacity: 0.5;
}

.custom-svg-position-3 {
		position: absolute;
		left: -30px;
		top: -40px;
}

.custom-svg-position-4 {
		position: absolute;
		top: -430px;
		right: -100px;
}

.page-header-svg-container {
		transform: rotate(280deg);
		position: relative;
		z-index: 2;
		left: 10%;
}

.custom-svg-position-5 {
		position: absolute;
		top: 0;
		right: -48%;
		left: 33%;
}

.breadcrumb > li {
		text-transform: none;
		font-weight: 600;
}

@keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

.customLines1anim {
		animation-name: customLines1anim;
}

/*
* Header
*/
#header .header-nav-features:before, #header .header-nav-features:after {
		background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 15px;
				padding: 0 1.5rem !important;
		}
		#header .header-nav-main nav > ul > li:first-child > a {
				padding-left: 0 !important;
		}
		#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
				border-radius: 4px !important;
				margin-left: 5px !important;
		}
}

#header .header-nav-features-search .header-nav-features-dropdown {
		margin-right: 0;
}

/*
* Accordion
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: var(--light);
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card .accordion-toggle {
		background-color: #f4f4f4 !important;
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 20px;
}

/*
* Testimonial
*/
.custom-testimonial-style-1 blockquote {
		position: relative;
		border: 0;
}

.custom-testimonial-style-1 blockquote:before {
		content: "\f10d";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		font-size: 18px;
		color: #212121;
		position: absolute;
		top: 0;
		left: 0;
}

.custom-testimonial-style-1 blockquote p {
		font-family: 'Playfair Display', sans-serif;
		font-style: italic;
}

/*
* Newsletter
*/
.custom-form-control-newsletter-field {
		border-radius: 35px 0 0 35px;
}

.custom-form-control-newsletter-btn {
		border-radius: 0 35px 35px 0;
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: transparent;
		border-width: 2px;
		border-color: var(--grey-500);
		border-radius: 35px;
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}


/* Custom */

.custom-el-3 {
		position: absolute;
		width: 100%;
		height: 100%;
		transform: rotateY(180deg);
}

.custom-el-3 img {
		height: 100%;
		min-width: 1200px !important;
		min-height: 1200px !important;
}

.custom-pos-2 {
		left: -75%;
		top: -33%;
}

.custom-content-grid:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		box-shadow: 0px 0px 97px 70px rgba(152, 152, 152, 0.1);
		transform: translate(-50%, -50%);
}

.custom-content-grid .content-grid-item:before {
		left: 0px;
}

.custom-content-grid .content-grid-item:after {
		z-index: 1;
}

.custom-content-grid .counters .counter {
		margin-left: 80px;
		text-align: left;
}

.custom-content-grid .counters .counter.margin-style-2 {
		margin-left: 55px;
}

.custom-content-grid .counters .counter .counter-icon {
		float: left;
		margin-left: -50px;
		margin-top: 8px;
}

.custom-content-grid .counters .counter label {
		font-weight: normal;
		letter-spacing: -1px;
		color: #1e1e24;
}

.custom-content-grid .counters strong {
		font-size: 45px;
}

@media (max-width: 991px) {
		.custom-content-grid:before {
				content: none;
		}
		.custom-content-grid .counters .counter.custom-sm-counter-style {
				margin-left: 0;
				text-align: center;
				padding-left: 40px;
		}
		.custom-content-grid .counters .counter.custom-sm-counter-style.margin-style-2 {
				margin-left: 0;
		}
		.custom-content-grid .counters .counter.custom-sm-counter-style .counter-icon {
				float: none;
				margin-left: 0;
				position: absolute;
				top: 50px;
				left: 17%;
		}
}


.custom-el-3 {
		width: 100%;
		height: 100%;
		max-width: 220px;
		max-height: 220px;min-height: 220px;
		position: relative;
		overflow: hidden;
}

.custom-el-3 .custom-el-3-img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.custom-el-3 .custom-el-3-img img {
		transition: transform 2s;
		will-change: transform;
}

.custom-el-3-pos-1 {
		top: 30%;
		z-index: 1;
}

.custom-el-3-pos-2 {
		top: -30%;
}

.custom-el-4-pos {
		margin-top: -15px;
}

.custom-el-pos-5 {
		left: -60px;
		top: 35%;
}

.custom-border-radius-1 {
		border-radius: 0 100px 0 100px;
}

.custom-border-radius-2 {
		border-radius: 100px 0 0 0;
}

.custom-border-radius-3 {
		border-radius: 100px 100px 100px 0;
}

.custom-border-radius-4 {
		border-radius: 200px 10px 10px 10px;
}

.custom-border-radius-5 {
		border-radius: 0 0 100px 0;
}

.custom-featured-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 110px;
		border-radius: 100%;
}

.custom-featured-icon-wrapper .icon-featured {
		margin: 0 !important;
}


.custom-element-wrapper {
		position: absolute;
}

.custom-element-wrapper.custom-element-9 {
		width: 160px;
		height: 160px;
		top: 5%;
		left: 7%;
}

.custom-element-wrapper.custom-element-10 {
		width: 160px;
		height: 160px;
		top: 65%;
		right: 10%;
}

.custom-element-wrapper.custom-element-11 {
		display: inline-block;
}

.custom-element-wrapper.custom-element-11 img {
		border-radius: 25px;
}

.custom-element-wrapper.custom-element-11:before {
		display: block;
		content: "";
		position: absolute;
		top: 30px;
		left: -30px;
		background: var(--primary);
		border-radius: 25px;
		width: 100%;
		height: 100%;
		z-index: -1;
}



.custom-bg-color-grey-2 {
		background-color: #e4e4e4 !important;
}

.custom-circle {
		position: absolute;
		border-radius: 100%;
}

.custom-circle.custom-circle-big {
		width: 52px;
		height: 52px;
}

.custom-circle.custom-circle-medium {
		width: 23px;
		height: 23px;
}

.custom-circle.custom-circle-small {
		width: 15px;
		height: 15px;
}

.custom-circle.custom-circle-extra-small {
		width: 10px;
		height: 10px;
}

.custom-circle.custom-circle-pos-17 {
		top: 6%;
		left: 105%;
}

.custom-circle.custom-circle-pos-18 {
		top: 8%;
		left: 106.9%;
}

.custom-circle.custom-circle-pos-19 {
		top: 9.5%;
		left: 108.4%;
}

.custom-circle.custom-circle-pos-20 {
		bottom: 5.5%;
		left: -7%;
}

.custom-circle.custom-circle-pos-21 {
		bottom: 4.5%;
		left: -8.6%;
}

.custom-circle.custom-circle-pos-22 {
		bottom: 2.7%;
		left: -6.8%;
}

.custom-circle.custom-circle-pos-23 {
		bottom: 2.5%;
		left: -8.5%;
}

.custom-box-shadow-1 {
		box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}

.custom-border-radius-1 {
		border-radius: 10px;
}


/*Table*/

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: (--primary);
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8fb;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ffffff;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th {
  text-align: center;
}

.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #ffffff;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #ebf3ff;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
	text-align: left;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.custom-img-thumbnail-style-1:before {
		border-radius: 0 !important;
}

.custom-feature-box-1 .feature-box-icon {
		width: 4.5em;
		height: 4.5em;
}

.custom-feature-box-1 .feature-box-icon:after {
		display: none !important;
}

.custom-tabs-style-1.tabs .nav-tabs .nav-link {
		border-bottom-width: 1px !important;
}

.custom-tabs-style-1.tabs .nav-tabs .nav-link h4 {
		color: var(--default);
}

@media (max-width: 991px) {
		.custom-tabs-style-1.tabs .nav-tabs .nav-item {
				width: auto !important;
		}
}

.custom-section-shape-background {
		position: relative;
		overflow: hidden;
}

.custom-section-shape-background:before, .custom-section-shape-background:after {
		content: '';
		position: absolute;
		top: 0;
		left: 47.5%;
		width: 50vw;
		height: 100%;
		background: var(--light);
		transform: skewX(21deg);
		z-index: 0;
}

.custom-section-shape-background:after {
		left: 49.5%;
		transform: skewX(-21deg);
}

.custom-section-shape-background .custom-shape-divider {
		position: relative;
}

.custom-section-shape-background .custom-shape-divider:before {
		content: '';
		position: absolute;
		top: -150px;
		left: 0;
		width: 100%;
		height: 150%;
		background: var(--grey-100);
		transform: skewY(-4deg);
		z-index: 0;
}

.custom-section-shape-background.custom-section-shape-background-reverse:before {
		left: auto;
		right: 49.5%;
		transform: skewX(21deg) rotate(180deg);
}

.custom-section-shape-background.custom-section-shape-background-reverse:after {
		left: auto;
		right: 50.5%;
		transform: skewX(-21deg) rotate(180deg);
}

@media (max-width: 991px) {
		.custom-section-shape-background:before, .custom-section-shape-background:after {
				width: 100vw;
		}
}