/* global styles */
body .yButton.bottom {
	bottom: 100px!important;
}
.line-height-1 {
	line-height: 1;
}
.line-height-1_2 {
	line-height: 1.2;
}
.line-height-1_5 {
	line-height: 1.5;
}
.line-height-1_8 {
	line-height: 1.8;
}
.badge-primary-light {
	background-color: #ddf7fb;
	padding: .5rem 1.125rem;
}
.opacity-start-0 {
	opacity: 0;
}
.card-pinned-top-end {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
}
.lh-small {
	line-height: 1 !important;
}

.fixed-image__svg svg {
	height: 200px;
	width: 100%;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
main {
	width: 100%;
	flex-grow: 1;
}
footer {
	width: 100%;
}
.page-title {
	font-size: 3rem;
	line-height: 1.2;
}
h2 {
	line-height: 1.2;
	
}
.navbar a.link-dark {
	color: #000000!important;
}
.navbar a.link-dark:hover {
	color: #b59a47!important;
}
.min-height-fix {
	min-height: 30px;
}

/* jarallax */
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.video-box {
	padding: 0;
	background: #000;
	border-radius: 4px;
	overflow: hidden;
}


/*  swiper */
#section-hero .swiper-container {
	max-height: 100vh;
	max-width: 100%;
}
@media screen and (max-width: 375px){
	#section-hero .swiper-container {
		max-height: max-content;
	}
}
.swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-button-next {
	opacity: 0!important;
	transition: all .3s;
}
.swiper-button-container:hover .swiper-button-prev.swiper-button-disabled,
.swiper-button-container:hover .swiper-button-next.swiper-button-disabled {
	opacity: .35!important;
}
.swiper-button-container:hover .swiper-button-prev,
.swiper-button-container:hover .swiper-button-next {
	opacity: 1!important;
}
.swiper-pagination-bullet 
{
	width: 5px;
	height: 5px;
	margin: 8px !important;
}
.swiper-pagination-bullet-active {
	background-color: #000;
}
.hero-slide .position-absolute-bottom-10 {
	bottom: calc(10% - var(--swiper-navigation-size));
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: inline-flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1.25rem;
	min-width: 1.5rem;
	min-height: 1.5rem;
	border-radius: 50%;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: grey;
	border: 0;
	background: transparent;
	float: right;
}
.swiper-button-next:after {
	content: "\f138";
}
.swiper-button-prev:after {
	content: "\f137";
}
.swiper-wrapper__pagination {
	bottom: 10%;
}
.swiper-social .swiper-slide {
	height: auto;
	display: flex;
}

/* main hero */
.swiper-slide {
	font-size: 1rem;
}
.slide__title-small {
	font-size: 2.5em;
}
.slide__title-medium {
	font-size: 3em;
}
.slide__subtitle_medium {
	font-size: 1.5em;
}
.slide__subtitle_small {
	font-size: 1.3em;
}
.hero-slide {
	transition: background-color 0.3s ease-in-out;
}
#section-hero svg {
	max-height: 480px;
}

/* header */
.u-header__navbar-brand-default .logo {
	width: 109px;
	height: 56px;
}
/*
.u-header__navbar-brand-default .logo_title {
	width: 86px;
	height: 37.17px;
	padding-top: 2px;
}

.u-header__navbar-brand hr {
	display: inline-block;
	height: 44px;
	width: 3px;
	background-color: rgb(106, 136, 167);
	margin: 0;
	margin-left: 22px;
	margin-right: 22px;
}
*/
.u-header__navbar-brand-default {
	transition: all .3s ease-out;
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.u-header {
	height: 100px;
	width: 100%;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.u-header.u-scrolled {
	height: 75px;
}

/* blog */
.article__text > * {
	margin-bottom: 1.3rem;
}
.article__text > h5 {
	margin: 1.6rem 0 0.5rem;
	color: #333;
}
.article__text > blockquote {
	padding: .5rem 2rem;
	border-left: 3px solid #b59a47;
	margin: 2rem auto;
}
.article__text > blockquote > p,
.article__excerpt > p {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 1.25rem;	
	line-height: 1.5;
}
.card figure {
	position: relative;
}
.card-body__excerpt p {
	color: #333;
	line-height: 1.5;
	margin-bottom: 0;
}
.card__bg-image {
	position: absolute;
	width: 100.3%;
	height: 100.3%;
	background-size: cover;
	background-position: center;
}
.widget_categories ul {
	list-style-type: none;
	padding-left: 0;
}
.widget_categories .cat-item a {
	display: block;
	padding: .4rem 0;
}
.categories a:not(:last-child)::after {
	content: ',';
}

/* wpcf7 form */
.wpcf7 form .wpcf7-response-output {
  margin: 2rem 0 0 0!important;
  color: #fff;
  background-color: #999;
  border-color: #999!important;
  position: relative;
  padding: 1.25rem 1.25rem!important;
  border-radius: 0.5rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  background-color: #999;
  border-color: #999!important;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: #b40000;
  background-color: #f8d3d3;
  border-color: #f8d3d3!important;
}

.wpcf7-form.init .form-control {
  border-color: rgba(33, 50, 91, 0.1);
}
.wpcf7-form.invalid .form-control.wpcf7-not-valid, 
.wpcf7-form .form-control.wpcf7-not-valid {
  border-color: #ed4c78;
}
.wpcf7-form.invalid .form-control {
  border-color: #00c9a7;
}
.wpcf7-not-valid-tip {
	font-size: .9em;
	margin: 0.3rem 0;
}

/* hover box */
.transform-hover-icon-box:hover i.transform-hover-icon {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.transform-hover-icon-box i.transform-hover-icon {
	transition: all .3s ease-in-out;
}
.transform-hover-box:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}
.transform-hover-box {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

/* fix for wordpress */


@media only screen 
and (max-width: 991.98px) {

.admin-bar header.u-header--bg-transparent
{
	top: 46px;
}

	
}
@media only screen 
and (min-width : 992px) {
	.admin-bar header.u-header--sticky-top-lg
	{
		top: 32px;
	}
}

/* for iPad Pro portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.height-85vh--lg {
    height: 50vh;
	}	
	.slide__min-height {
    min-height: 35vh;
	}
}


@media (min-width: 1199px) {
	.u-scrolled .u-header__navbar-brand-default {
		transform: scale(.75, .75);
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .u-header__navbar-brand {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-right: 0;
		display: flex;
		align-items: center;
	}
	.heading-content {
		margin-top: 100px;
	}
}

@media (max-width: 1199.98px) {
	.swiper-slide {
		font-size: .95rem;
	}
	.page-title {
		font-size: 2.6rem;
	}
	h2 {
		font-size: 2rem;
	}
	.u-header__navbar-brand-default .logo {
		width: 96px;
		height: 50px;
	}
	/*
	.u-header__navbar-brand-default .logo_title {
		width: 76px;
		height: 39px;
		padding-top: 2px;
	}
	

	.u-header__navbar-brand hr {
		height: 33px;
		margin-left: 16px;
		margin-right: 16px;
	}
	*/
}

@media (max-width: 991.98px) {
	.u-header--bg-transparent .u-header__section {
		background-color: transparent;
		border-color: transparent;
	}
	.u-header--bg-transparent.u-header {
    position: absolute;
	}

	.min-height-fix {
		min-height: auto;
	}
	.swiper-slide {
	}
	.u-header {
		height: 100px;
	}
	.hero-slide {
		padding-top: 100px;
	}	
	.navbar-brand {
		padding: 0;
	}
}

@media (max-width: 767.98px) {
	
	.u-header {
		height: 75px;
	}
	.hero-slide {
		padding-top: 75px;
	}		
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
	.space-2 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.space-2-bottom {
		padding-bottom: 3rem;
	}
	.page-title {
		font-size: 2.1rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	.article__text > blockquote > p,
	.article__excerpt > p {
    font-size: 1.1rem;
	}
	.article__text > blockquote {
		padding: .5rem 1rem;
		margin: 1rem auto;
	}
}

@media (max-width: 575.98px) {

	.media-body p {
		font-size: .875rem;
	}
	.slide__title-small {
		font-size: 2em;
		line-height: 1.3;
	}
	.slide__subtitle_small
	{
		font-size: 1.15em;
	}
	.slide__title-medium {
		font-size: 2.2em;
		line-height: 1.3;
	}
	.swiper-wrapper__pagination {
    bottom: 0;
    padding-bottom: 2rem;
	}
	body .yButtonText {
		top: 22px !important;
		width: 63px !important;
		height: 33px !important;
		font-size: 12px !important;
		line-height: 16px !important;
	}
	body .yButtonBackground {
		width: 75px !important;;
		height: 75px !important;;
	}
	
	body .yButton {
		width: 75px !important;;
		height: 75px !important;;
	}
	body .yButtonWave {
		-webkit-animation: wave-stroke_mob 1.5s infinite cubic-bezier(.37, 0, .8, .77);
		-moz-animation: wave-stroke_mob 1.5s infinite cubic-bezier(.37, 0, .8, .77);
		-o-animation: wave-stroke_mob 1.5s infinite cubic-bezier(.37, 0, .8, .77);
		animation: wave-stroke_mob 1.5s infinite cubic-bezier(.37, 0, .8, .77);
	}
	#section-testimonials blockquote {
		font-size: 1rem;
	}
}
/*
@media (max-width: 370px) {
	.u-header__navbar-brand-default .logo_title,
	.u-header__navbar-brand-default hr {
		display: none;
	}
}
*/

/**********************************/
@-webkit-keyframes wave-stroke_mob {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@-moz-keyframes wave-stroke_mob {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@-o-keyframes wave-stroke_mob {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}
@keyframes wave-stroke_mob {
	100% {
		width: 150%;
		height: 150%;
		border-color: transparent;
		opacity: 0;
	}
}


@media (min-width: 992px) {
	.height-85vh--lg {
    height: 75vh;
    min-height: 700px;
	}
}


/* update 2022 */

#section-faq p,
#section-faq .btn
{
	line-height: 1.5;
}
#section-testimonials .u-media-viewer
{
	overflow: auto;
}
.fancybox-image
{
	border-radius: 0.6rem;
}

.swiper-pagination
{
	line-height: auto;
}
.fa-2x
{
	font-size: 2.2rem;
}
.fa-4x
{
	font-size: 3rem;
}

.u-media-player {
  color: #000000;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
.u-media-player:hover
{
	color: #000000;
}
.u-media-player__icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 0.9rem;
}
.u-media-player__icon-play {
  display: inline-block;
  transition: 0.4s;
	font-size: 3.3em;
}
.u-media-player:hover .u-media-player__icon-play {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.u-media-player__icon::before
{
	display: none;
}
.badge {
    display: inline-block;
    padding: 0 0.4em;
    font-size: 80%;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
/*
.u-media-player__icon-inner {
  color: #17a2b8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: .125rem;
}

.u-media-player__icon--box-shadow::before {
  box-shadow: 0 0 2.5rem #e3e6f0;
}



*/
.nav-link
{
	transition: all 0.2s ease-in-out;
}


/*	Brand Styles */
.btn-success
{
	background-color: #b59a47;
	border-color: #b59a47;
}
.btn-success:hover,.btn-success:active,.btn-success:focus
{
	background-color: #9c853d !important;
	border-color: #9c853d !important;
}
.btn-link
{
	color: #a68433;
}
.btn-link:hover
{
	color: #b59a47!important
}
.btn-outline-primary
{
	border-color: #333;
	color: #333;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active
{
	border-color: #777;
	background-color: #777;
	color: #fff;	
}
.card
{
	border-radius: .6rem;
}
p
{
	color: #000;
}
.bg-gray-100 {
	background-color: #f8f8f8;
}
.badge-secondary
{
	background-color: #8c8c8c;
}
.badge-info
{
	color: white;
	background-color: #000000;
}
::selection {
  color: #fff;
  background-color: #8c8c8c;
}
hr
{
	border-top: 1px solid #e0e0e0 !important;
}
.article__text ul,
.list-decorated
{
  list-style: none;
  padding: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.article__text li,
.list-decorated li {
  padding-left: 2.4em;
	line-height: 1.4;
	margin-bottom: .5em;
}
.article__text li:before,
.list-decorated li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
	color: #b59a47;
	font-size: 1.2em;
	font-weight: bold;
  display: inline-block;
  margin-left: -1.75em; /* same as padding-left set on li */
	top: .1em;
	position: relative;
  width: 1.75em; /* same as padding-left set on li */
}

.list-decorated,
.article__text ul:first-child
{
	margin-top: 0;
	margin-bottom: 0;
}

@media all and (max-width: 575.98px)
{
	.container
	{
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

}
@media all and (max-width: 575.98px){
	#section-our-qualities i
	{
		font-size: 2rem;
	}

}


/*html{scroll-behavior:smooth}*/


