/*
	Theme Name: bailey 
	Description: Szablon stworzony dla bailey
	Version: 1.0
	Author: Noveo
	Author URI: http://noveo.pl/

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}

form.woocommerce-checkout #customer_details textarea.input-text,
body,
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	font: 400 16px/1.4 'proxima-nova', Lato, sans-serif;
}

body {
	color: #24272D;
	margin: unset;
}

body:not(.home)  .nav a{color: #ffffff6b;}





/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	transition: 0.4s;
}
a:hover {
	color:#444;
} 


h1{
	margin: unset;
	font-size:48px;
	font-weight:bold;
	line-height:48px;
}
h2{
	margin: unset;
	font-size:36px;
	font-weight:bold;
	line-height: 42px;
}
h3{
	margin: unset;
}
h4{
	margin: unset;
}
h5{
	margin: unset;
}
h6{
	margin: unset;
}


.head-abs{
	position: fixed!important;
	top: 0px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	z-index: 9999;
}

.stickymenu .head-abs {
    position: fixed;  
    max-width: 100%;
    width:100%;
}

.stickymenu .header {
}


.logo-img {
    transition: 0.4s;
    height: 48px!important;
}


.stickymenu .logo-img {
}



.head-abs:after{
	content:"";
	height: 0%;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: -1;
	transition: 0.4s;
	content: "";
	height: 100%;
} 


.stickymenu .head-abs:after{
	background: rgb(0 0 0 / 30%); 
	backdrop-filter: blur(85px);
	-webkit-backdrop-filter: blur(85px);  
}




		
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1120px;
	width: 100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {display: flex;justify-content: space-between;}
/* logo */
.logo {display: flex;align-items: center;}
 
/* nav */
.nav {display: flex;align-items: center;border-radius: 10px;padding: 35px 15px;transition: 0.4s;}

.nav ul{
    padding: unset;
    list-style: none;
    display: flex;
    margin: unset;
    gap: 32px;
}
.nav li{
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.header .sub-menu   li{}

.nav a:hover,
.current_page_parent > .wrap-li a,
.current-menu-ancestor > a,
.current-menu-ancestor > .wrap-li a,
.current-menu-item > .wrap-li a,
.current-menu-item > a, 
.current-page-ancestor > a{
	transition: 0.4s;
	color: #ffffffd9 !important;
}

.wrap-li{
	margin-right: 20px;
	position: relative;
}

  
.header  .nav .sub-menu{
	display: none;
	flex-direction: column;
	z-index: 99999;
	opacity: 0;
	transition: 0.4s;
}


@keyframes load {
  0%   {opacity:0;} 
  100% {opacity: 1}
}
 
.header .sub-menu a{
	padding-left: unset;
	display: block;
	margin: unset;
	white-space: break-spaces;
}


.nav a{
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
 

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
		height: auto;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


#toggle{
 display: none;
}

 



.form-row-cf{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 49%;
}

 
.form-item-cf{
    width: 100%;
}

 

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: black!important;
    padding: 16px !important;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    margin-top: 16px;
}

.form-row-cf .form-item-cf:first-of-type input{
	margin-top: unset;
}


.wpcf7-text:active, .wpcf7-text:focus, .wpcf7-textarea:active, .wpcf7-textarea:focus {
    outline: none!important;
    border:none;
    color: black;
    border: 1px solid #d9d9d9;
}


 



::-webkit-input-placeholder { /* Chrome */
  color: #c3c3c3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #c3c3c3;
  opacity: 1;
}


input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: none;
    padding: 11px 59px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    background: #258ed0;
    font-weight: 700;
}



.wpcf7-text:active::-webkit-input-placeholder,
.wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-textarea:active::-webkit-input-placeholder,
.wpcf7-textarea:focus::-webkit-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-ms-input-placeholder,
.wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-textarea:active::-ms-input-placeholder,
.wpcf7-textarea:focus::-ms-input-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
}
.wpcf7-text:active::-moz-placeholder,
.wpcf7-text:focus::-moz-placeholder,
.wpcf7-textarea:active::-moz-placeholder,
.wpcf7-textarea:focus::-moz-placeholder{ 
    color:black;
} 

.form-column-cf{display: flex;justify-content: space-between;}



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

    .form-column-cf{
		flex-direction: column;
	}

	.form-row-cf{
		width:100%;
	}

}



.bg-single{
	height: 450px;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}

.bg-single.no-img{background-color: black;}



@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
    transform: translate3d(0, 60%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-element {
  animation: fade-in 0.8s;
}
.hidden {
  opacity: 0;
}

			.gallery-size-full .gallery-item {
			    padding: 5px;
			}

.foot-bg {background: #ffffff;}
.logo-item:hover{
	opacity:0.7;
}
.foot-cols {display: flex;justify-content: space-between;padding: 60px 0px;flex-wrap: wrap;}
.foot-col a {transition: 0.4s;}

.foot-col a:hover{
opacity:0.7;
}
.foot-col p{
	margin-top: 0px;
}
.foot-col ul{
    margin: unset;
    padding: unset;
    list-style: none;
    line-height: 30px;
}
.foot-col li{
}
.foot-col a{}

.foot-title {margin-bottom: 5px;color: #131517;font-size: 24px;font-weight: 600;margin-bottom: 32px;}
.hr-bar {height: 1px;background: #E2E2E2;}

.copyright{
	text-align: center;
	padding: 20px 0px;
	margin: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	font-weight: 200;
	font-size: 16px;
}

.copy-left{ 
}

.foot-spac{
	margin: 0 10px;
}

.foot-col img{
	margin:unset;
}


.foot-logo{
	
height: 30px;
	
margin-left: 20px;
}


 

span.wpcf7-list-item{
  margin-left:unset;
}

.copysend{
  display: none!important;
}

 

.page-bread span{
	display: flex;
	flex-wrap: wrap;
}


.page-bread p {
	margin:unset;
	display: flex;
}

.page-bread{
	display:flex;
	flex-wrap: wrap;
}
 


.simple-margin{
	word-break: auto-phrase; 
	margin: 80px auto; 
}

	.menu-wrap-list {
	    position: absolute;
	    top: 63px;
	    overflow-y: scroll;
	    padding-bottom: 40px;
	    left: 0px;
	    width: 100%;
	    height: calc(100vh - 63px);
	    display: none;
	    background: white;
	    transition: 0.4s;
	}

.stickymenu .menu-wrap-list{
}

.foot-col-1{}

.foot-col-1 img{
    max-width: 250px;
}

					
table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover {background-color: #ddd;}

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #7f1f9c;
  color: white;
}

 

 
	.gallery  img{
	    border: unset!important;
	    height: auto;
	}
	div.gallery {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}

.arrow-menu{
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translate(0, -50%) rotate(0deg);
	width: 30px;
	height: 20px;
	text-align: center;
	z-index: 99999;
	transition: 0.4s;
}
.arrow-menu {
    display: flex!important;
    transform: translate(0, -50%)  rotate(0deg);
    align-items: center;
    justify-content: center;
}
.arrow-menu.rotatearrow svg {
    transform: translate(0, -50%) rotate(180deg);
}

.sub-menu.opensubmenu {
    display: flex!important;
}

.bread-sep{
	color: #ff814a;
	margin: 0 10px;
}
.woocommerce-products-header a,
#breadcrumbs span a {
	color: #ff814a;
}
.woo-bread,
#breadcrumbs span,
#breadcrumbs {
	display: flex;
	margin: unset;
	flex-wrap: wrap;
}
.breadcrumb_last{ 
	color: #a5a8b3;
}



input[type="checkbox"] {
	/* Remove default styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	min-width: 20px; /* Adjust the size */
	min-height: 20px;
	cursor: pointer;
	display: inline-block;
	border: 1px solid gray;
}
input[type="checkbox"]:checked {
	background-color: #124232; /* Adjust the color of checked state */
	border-color: #124232;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
 


.acceptance-container span{
	cursor:pointer;
}



.swiper-horizontal{
	overflow:hidden;
}
.swiper-button-next, .swiper-button-prev{
	width:initial;
	height:initial

}




.activehamb .hamburger-icon:nth-of-type(1){
	transform: translate(-2px, 8px) rotate(45deg);
}
.activehamb .hamburger-icon:nth-of-type(2){
    opacity:0
}
.activehamb .hamburger-icon:nth-of-type(3){
    transform: translate(-2px, -4px) rotate(-45deg);
}




.table-arrow-mobile{
	display:none;
}




@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 500px;  
    opacity: 1;
  }
}





.head-subpage{min-height: 342px;display: flex;align-items: flex-end;color: white;padding-bottom: 64px;background-position: center!important;background-size: cover!important;}

.arrow-menu svg {
  transition: transform 0.3s ease;
}

.arrow-menu.active-arrow svg {
  transform: rotate(180deg);
}



select {
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ viewBox=\"0\ 0\ 24\ 24\"\ fill=\"none\"\ stroke=\"black\"\ stroke-width=\"2\"\ stroke-linecap=\"round\"\ stroke-linejoin=\"round\"><path\ d=\"M6\ 9l6\ 6\ 6-6\"/></svg>);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 22px;
    padding-right: 20px;
    background-position-x: 95%
}


h1, 
h2,
h3, 
h4{
  visibility: hidden;
}
 

h1, h2, h3, h4 {
  visibility: hidden;
}


h1 span.word, 
h2 span.word, 
h3 span.word,
h4 span.word {
  opacity: 0;
  display: inline-block;
  transform: translateY(3px);
}


h1 span.word.show, 
h2 span.word.show,
h3 span.word.show,
h4 span.word.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 1.3s ease;
}




.baner {height: 670px;position: relative;background-position: center!important;background-size: cover!important;}
.baner .wrapper {height: 100%;display: flex;align-items: flex-end;}
.baner-content {display: flex;flex-direction: column;gap: 24px;padding-bottom: 64px;}
.baner-text {color: white;max-width: 490px;}
.baner-imgs {display: flex;}
.baner-item {margin-right: -6px;}
.baner-desc {color: rgb(203 203 203);}
.nav .menubtn a{
	display: block;
	padding: 12px 40px;
	background: white;
	color: #272E68!important;
	border-radius: 8px;
	position: relative;
	top: 0px;
}

.baner-item img{
	max-width: 32px;
	max-height: 32px;
	border-radius: 100%;
	border: 2px solid white;
}

.icon-btns{
	z-index: 999;
}

.review-btns{
	z-index: 999;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	align-self: flex-end;
}


.swiper-pagination2{
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items: flex-end;
}

.swiper-pagination-bullet{
	width: 8px;
	background: #ffffff7d;
	height: 32px;
	border-radius: 3px;
	opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	height: 64px;
	background: white;
}

 .mainbaner {
    position: relative;
}


.icon-btns {
    position: absolute;
    bottom: 48px;
    right: 0px;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    left: 0px;
}

.swiper-pagination2 {
    pointer-events: auto;
}

section{
	margin: 96px 0;
}

 
.tiles-box {gap: 24px;display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px;}
.tile-item {height: 548px;background-position: center!important;background-size: cover!important;border-radius: 24px;padding: 64px;color: white;position: relative;top: 0px;}
.tile-content {display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.tile-head {
}
.tile-btn {display: block;padding: 12px 40px;background: white;color: #272E68;border-radius: 8px;width: fit-content;font-weight: 600;}


.wrapper {
}
.bar {display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 110px;}
.bar-left {display: flex;flex-direction: column;justify-content: center;gap: 48px;}
.bar-content {
}
.bar-icons {display: flex;flex-direction: column;gap: 16px;}
.bar-icons-item {padding: 24px;border-radius: 8px;border: 1px solid #E2E2E2;box-shadow: 6px 6px 14px 3px rgba(19, 21, 23, 0.06);color: #24272D;display: flex;align-items: center;gap: 15px;}
.btn a {
	    display: block;
	    padding: 12px 40px;
	    border-radius: 8px;
	    width: fit-content;
	    position: relative;
	    top: 0px;
}
.btn1 a {
    background: #272E68;
    color: white;;
	
}
.btn2 a {
    background: white;
    color: #272E68;
	
}

.bar-right {position: relative;display: flex;align-items: center;}
.bardge-bar {width: fit-content;box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.1);border-radius: 12px;display: flex;align-items: center;padding: 10px 20px;gap: 10px;position: absolute;left: 0px;z-index: 9999;background: white;top: 20%;left: -50px;}
.bar-right > img{
	border-radius: 16px;
}

.bar-icons-item img{
	background: #F4F4F4;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 8px;
}


.reviews-box {display: flex;flex-direction: column;gap: 64px;}
.reviews-top {display: flex;}
.review-text {width: 50%;}
.review-btns {width: 50%;}
.reviews-down {
}
.review-list {
}
.review-item {border: 1px solid #E2E2E2;border-radius: 8px;padding: 40px;display: flex;flex-direction: column;text-align: center;}
.review-img {position: relative;width: 80px;height: 80px;background-position: center;background-size: cover;border-radius: 100%;margin: 0 auto;margin-bottom: 16px;}
.review-quote {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 2px solid white;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.review-color {width: 12px;height: 12px;border-radius: 100px;margin: 0 auto;margin-bottom: 12px;}
.review-name {color: #24272D;font-weight: bold;}
.review-posi {font-weight: 400;color: #6E7175;font-size: 12px;}
.review-content{
	/* margin-bottom: 24px; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	/* overflow: hidden; */
	margin-bottom: 8px;
}

.swiper-slide-active{
	border-radius: 8px;
	box-shadow: 5px 9px 20px 3px rgba(19, 21, 23, 0.1); 
}

.carousel-item.swiper-slide-active{
	box-shadow: unset; 
	
}

.swiper-slide-active .review-item {
	border:unset;
}




.reviewSwiper{
	padding: 20px 0px;
}

.review-btns > div{
	cursor:pointer;
	transition: 0.4s;
}

.swiper-button-next-cst svg,
.swiper-button-prev-cst svg,
.review-btns svg{
	border:1px solid #24272D;
	border-radius:100%;
	transition:0.4s;
}


.swiper-button-next-cst svg:hover circle,
.swiper-button-prev-cst svg:hover circle,
.review-btns svg:hover circle{
	fill:white;;
}

.swiper-button-next-cst svg:hover path,
.swiper-button-prev-cst svg:hover path,
.review-btns svg:hover path{
	stroke:#24272D;
}




 
.cta-box {display: flex;justify-content: space-between;background: radial-gradient(436.56% 2588.99% at 0% 0%, #272E68 13.43%, #141943 100%);border-radius: 24px;}
.cta-left {display: flex;flex-direction: column;justify-content: space-between;padding: 64px;}
.cta-title {max-width: 345px;font-size: 48px;line-height: 50px;color: white;}
.btn {
}
.btn1 {
}
.cta-right {
}


.cta-right img{
	height: 110%;
	max-width: min-content;
	position: relative;
	bottom: 43px;
	right: 80px;
}


.footer-text{
	color:#24272D;
	font-size: 16px;
	font-weight: 400;
} 


.copyright a{
	font-weight: 600;
}

.head-subpage .wrapper{
	height: 100%;
	position: relative;
}

.two-col-exist{
display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px;	
}


 
.section-colored {margin: unset;padding: 96px 0;} 
.chess-box {display: flex;flex-direction: column;gap: 32px;}
.chess-item {justify-content: space-between;display: grid;grid-template: repeat(1, 1fr) / repeat(2, 1fr);gap: 24px;align-items: center;}
.chess-left {}
.chess-right {}

.chess-item:nth-child(even) .chess-right {
   order:-1;
}

.chess-item:nth-child(odd) .chess-right {
 text-align:right;
}

.chess-item:nth-child(even) .chess-left{
	padding: unset;
}

.chess-right img{
	border-radius: 16px;
}





.carousel-cat {
    cursor: pointer;
    padding: 12px 36px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.4s;
}

.carousel-cat:hover,
.carousel-cat.active {
    background: #1f2357;
    color: #fff;
}
 
.wrapper {
}
.carousel-box {
}
.simple-title {
}
.carousel-section {
}
.carousel-tabs {display: flex;justify-content: center;background: #dfe0e9;width: fit-content;margin: 0 auto;margin-bottom: 48px;padding: 7px;border-radius: 12px;gap: 24px;}
.carousel-cat {
} 
.carousel-swiper {
}
.swiper-wrapper {
}
.swiper-slide {
}
.carousel-item {padding: 40px;text-align: center;border: 1px solid #E2E2E2;border-radius: 12px;}
.carousel-category {color: #9396b3;font-size: 12px;margin-bottom: 8px;}
.carousel-name {font-size: 18px;font-weight: 600;}
.carousel-desc {margin: 24px 0;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.swiper-button-prev-cst {cursor: pointer;}
.swiper-button-next-cst {cursor: pointer;}
.carousel-box .simple-title{
	text-align: center;
	margin-bottom: 64px;
}


.car-btn-box{
	display: flex;
	justify-content: center;
	margin-top: 48px;
	gap: 8px;
}

.carousel-item .btn{
	display: flex;
	justify-content: center;
}
 
.contact-box {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
    gap: 24px;
}
.contact-left {display: flex;flex-direction: column;justify-content: center;}
.simple-title {
}
.contact-data {margin-top: 32px;display: flex;flex-direction: column;gap: 32px;}
.contact-item {
}
.contact-data-item-head {display: flex;align-items: center;gap: 8px;}
.contact-icon {}
.contact-name {color: #131517;font-size: 24px;font-weight: 600;}
.contact-data-desc {
}
.contact-right {
    text-align: right;
}



.page-id-181 .footer-cta{
	display:none;
}

.contact-right p{margin:unset;}
.contact-right iframe{
	height:546px;
	border: 1px solid #00000029 !important;
	border-radius: 16px;
	width: 100%;
	max-width: 458px;
}

.contact-icon img{
	max-width:32px;
	max-height:32px;
}


.btn a:hover, 
.nav .menubtn a:hover{
	opacity:0.8;
}
.tile-item:hover{
	top:-6px;
}

.tile-item:hover{
	color:white;
}




.bar-icons-item:nth-of-type(2){
 box-shadow: 6px 6px 14px 3px rgba(19, 21, 23, 0.06);
 border-radius: 8px;
 border: unset;
}

.carousel-item a{
}















*{
	
}


/* RWD */

@media only screen and (min-width:1800px) {

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

}
 

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

	.wrapper{
		width:95%;
	}

	.cta-title{
		max-width: unset;
	}

	.cta-box{
		
	}

	.cta-left{
		width: 100%;
		text-align: center;
		align-items: center;
		gap: 30px;
	}

	.cta-right{
		display:none;	
	}

	section {
	    margin: 32px 0;
	    padding: 32px 0!important;
	}
	
	.chess-item {justify-content: space-between;display: grid;grid-template: repeat(1, 1fr) / repeat(1, 1fr);gap: 24px;align-items: center;}
		
	.chess-item:nth-child(even) .chess-right {
	   order:unset;
	}
	.chess-item .chess-left {
	   order:1;
	} 

	.chess-right img{
		width:100%;
	}



	
}
 


@media only screen and (min-width:1151px) { 
	.header  .menu-item-has-children:hover .sub-menu{
	     display: flex;
	     animation-duration: 1s;
	     animation-fill-mode: forwards;
	     animation-name: slideDown;
	     border-top: 15px solid #ffffff00;
	     flex-direction: column;
	     gap: 10px;
	}
	
	.header .menu-item-has-children .sub-menu {max-height: 0;opacity: 0;transition: max-height 1s ease, opacity 1s ease;position: absolute;background: #000000;padding: 10px;}

}

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

	.bardge-bar{
    left: 20px;
    top: 20px;
}

	.bar {
	    display: grid;
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
	    gap: 23px;
	}

	.bar-right > img{
		width: 100%;
	}

	.tile-item{
		padding:32px;
		height: unset;
		min-height: 360px;
	}

	.icon-btns{
		display:none;
	}

	.baner{
		height: unset; 
		padding-top:140px;
	}

	.carousel-tabs{
		flex-direction: column;
		width: 100%;
		text-align: center;
		gap: 4px;
	}

	.tiles-box {
    gap: 24px;
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 24px;
}

.two-col-exist {
    display: grid;
    grid-template: repeat(1, 1fr) / repeat(1, 1fr);
    gap: 24px;
}

	
	.contact-box { 
	    grid-template: repeat(1, 1fr) / repeat(1, 1fr); 
	}

	.nav .menubtn a {
	    display: block;
	    padding: unset;
	    background: white;
	    color: #272E68 !important;
	    border-radius: 8px;
	}

	
	.foot-col-1{
		margin-bottom: 32px;
	}

	.foot-title{
		margin-bottom: 20px;
	}

	.foot-cols{
		flex-direction: column;
	}

	.woocommerce ul.order_details{
		flex-direction: column;
		margin: unset;
		padding: unset;
		gap: 10px;
	}

	.woocommerce ul.order_details li{
		border: unset;
	}

	.table-arrow-mobile{
		display:block;
	}


    .arrow-menu svg {
        width: 18px;
        height: 10px;
    }

	.arrow-menu svg path{
		stroke:#000000;
	}
    
	header .nav.show-mobile ul{
		display: none;
		position: initial;
	}
	header .sub-menu{
		padding: 0px!important;
	}
	header .sub-menu li{
		margin: 0px!important;
		padding-left: 0px;
	}

	.header .nav .sub-menu{
		position:initial;
		opacity: 1;
		gap: 5px;
		padding-left: 10px!important;
		padding-top: 10px!important; 
	}

	.nav li{
		margin-left: unset;
	}

	 header .nav ul{
	    overflow: hidden;
	    position: absolute;
	    background: white;
	    flex-direction: column;
	    width: 100%;
	    padding: 19px;
	    z-index: 999;
	    border-top: unset!important;
	    left: 0px;
	    transition: 0.4s;
	    margin: unset;
	    display: none;
	    height: 100%;
	    justify-content: center;
	    text-align: center;
	}
	header .nav ul a{
		padding: 5px;
		display: inline-block;
		font-size: 20px;
		width: 100%;
		background:unset;
		color: black!important;
		padding: unset;
	}

	.current-menu-item > a{
		opacity: 0.6;
	}

    .logo{
    	margin-left: 20px;        
    	z-index: 9999;
        position: relative;
    }
 
	.head-abs .wrapper{width: 100%;}


	.wrapper-mobile {
	    width: 100%;
	}
 

	header .nav{
		z-index: 999;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background: unset;
		backdrop-filter: unset;
		padding: unset;
	}
 
    .stickymenu header .nav ul{
    }

	#toggle{
	    display: flex;
	    padding: 10px;
	    text-align: right;
	    font-size: 40px;
	    width: 100%;
	    padding-right: 10px;
	    flex-direction: column;
	    align-items: flex-end;
	    position: absolute;
	    margin-left: unset;
	    width: 51px;
	    right: 20px;
	    z-index: 99999; 
	}

	.logo-img{
	height: 63px!important;
	}
	
	 .arrow-menu{
		 display: initial!important;
		 right: 0px;
		}

	.hamburger-icon{
	    width: 31px;
	    height: 2px;
	    background-color: #ffffff;
	    margin: 2px 0;
	    display: block;
	    transition: 0.4s;
	}
	  
	.head-wrap{
		width: 100%;
	}


	.nav > ul{	
		height: 100vh;
		overflow-y: scroll;
		padding-bottom: 50px!important;
	}
	  
}






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

	
	h1{
		margin: unset;
		font-size: 32px;
		font-weight:bold;
		line-height: 32px;
	}
	h2{
		margin: unset;
		font-size: 26px!important;
		font-weight:bold;
		line-height: 26px!important;
	}

	
	.alignnone{
		margin-right: unset;
	}
	
	.copyright{
		flex-direction: column;
	}

	.btn a{
		padding: 8px 18px;
	}

	.cta-left{
		padding: 32px;
	}

}
 





 @media only screen and (min-width: 200px) and (max-width: 1620px)  { 
 
}
