body{
  font-weight: 400; 
  font-size: 15px;
  color: #222;
}
h1{
    font-size: 40px;
    font-weight: bold;
}
h2{
    font-size: 34px;
    font-weight: 700;
}
h3{
    font-size: 26px;
    font-weight: 600;
}
h4{
    font-size: 20px;
    font-weight: 600;
}
h5{
    font-size: 16px;
    font-weight: 600;
}
small{

    font-size: 80%;
}
big{
    font-size: 130%;
    color: #777;
}
p {
    padding: 0 0 20px 0;
    margin: 0;
}
.si-entry p{
	margin:0;
}
.si-entry ul{
	margin-top:0;
	margin-left: 0;
}
.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.fadeUp.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
.fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.fadeRight.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
.fadePopup.in-view {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.liststyle ul {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.hero-section .liststyle ul{
  margin-bottom: 0;
}
.liststyle ul li {
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.liststyle ul li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
}
ul.listtypecntrl {
    margin: 0;
}
.listtypecntrl li {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    list-style-type: none;
    font-size: 13px;
}
.listtypecntrl li:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-image: url(images/orange-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px auto;
}
section.cta-section h2 {
    font-size: 36px;
}
.cta-section .btn {
    background: #fff;
    color: #d0614d;
    font-weight: 600;
    padding: 15px 50px;
    border: #1a1a1a 1px solid;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
	font-size: 18px;
}
.cta-section .btn:hover {
    background: #1e1e1eb3;
    color: #fff;
}
.rounded-10{
  border-radius: 10px;
}
.rounded-15{
  border-radius: 15px;
}
.rounded-20{
  border-radius: 20px;
}
.gap-3 {
    gap: 1rem;
}
.vanftrmnu {
  list-style: none;
}
.vandrfooter a{
  color: #222;
}
a{
  text-decoration: none !important;
}
.gap-2 {
    gap: 10px;
}
a{
	color: #d0614d;
}
a:hover{
	color: #000;
}
.wpcf7-form p{
	margin:0;
	padding:0;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-spinner {
    position: absolute;
    right: 3px;
    top: 12px;
}
.wpcf7-select{
	width:100%;
}
.wpcf7-textarea{
	min-height:120px;
	max-height:120px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 80px;
    resize: none;
    font-size: 14px;
    padding: 10px;
}
section.faq-section .card {
    border: 0;
}
.flag-container {
    position: relative;
    cursor: not-allowed !important;
}
.flag-container:after {
	content: "";
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.page-id-15 .columnbag {
    background: url('images/registration.webp') no-repeat center bottom/cover;
}
.page-template-template-inner-page .innrcnt h2, .page-template-template-inner-page .innrcnt h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 20px;
}
.overflow-hidden{
  overflow: hidden;
}
.container{
  max-width: 1300px !important;
}
.si-container{
  padding-left: 15px;
  padding-right: 15px;
}
#sinatra-header-inner{
  padding: 15px 0;
}
#sinatra-header-inner .sinatra-nav>ul>li>a {
  font-weight: 400;
  color: #000;
	    padding: 10px 6px;
}
button{
  outline: none !important;
  box-shadow: none !important;
}
#accordionExample{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sinatra-copyright.contained-separator>.si-container:before {
  left: 15px;
  right: 15px;
}
#sinatra-footer .no-widget-text, #sinatra-footer .sinatra-footer-column .si-widget:last-child {
  margin-bottom: 0;
}
.widget.si-entry p {
  margin-top: 0;
}
#sinatra-footer .sinatra-footer-column {
  padding-top: 40px;
  padding-bottom: 20px;
}
#sinatra-copyright a:hover, #sinatra-copyright .sinatra-social-nav > ul > li > a .si-icon.bottom-icon, #sinatra-copyright .sinatra-nav > ul > li.current-menu-item > a, #sinatra-copyright .sinatra-nav > ul > li.current-menu-ancestor > a, #sinatra-copyright .sinatra-nav > ul > li:hover > a {
  color: #ee7b66;
}
#sinatra-footer .sinatra-footer-column .si-widget {
  margin-bottom: 20px;
}
.si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__featured-image {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
}
.si-sidebar-inner #block-25 .wp-block-categories-list li a, .si-sidebar-inner .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 12px;
  line-height: 1.4;
  display: inline-flex;
}
.si-sidebar-inner .wp-block-latest-posts__list li {
  position: relative;
  padding-left: 60px;
}
.si-sidebar-inner .widget-title:before {
  content: '';
  width: 4px;
  left: -15px;
  height: 30px;
  position: absolute;
  top: -4px;
  background-color: #ee7b66;
}
.si-sidebar-inner .widget-title {
  font-size: 20px !important;
  position: relative;
  color: #000;
  overflow: inherit;
}
.si-sidebar-inner #block-12, .si-sidebar-inner #block-10, .si-sidebar-inner #block-11 {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.entry-meta-elements{
  font-size: 12px;
}
.type-post .entry-title{
  font-size: 26px;
}
.content-area .entry-meta{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.sinatra-sidebar-style-2 #secondary .widget-title:after, .sinatra-sidebar-style-3 #secondary .widget-title:after {
  right: 0;
}
.si-sidebar-container .wp-block-search .wp-block-search__label {
  display: none;
}
.innerP p{
  margin: 0;
  padding: 0;
}
.secTitle h2{
  margin: 0;
}
.fw-500{
  font-weight: 500;
}
.fw-600{
  font-weight: 600;
}
#sinatra-footer ul.menu{
	padding-left:0;
	margin-left:0;
}
.sinatra-footer-column h4, .sinatra-footer-column .h4{
	font-size:20px !important;
	font-weight:bold;
}
#block-10 p, #block-11 p, #block-12 p{
	padding:0;
	margin:0;
}
#sinatra-header-inner .sinatra-nav>ul {
    justify-content: center;
    border-radius: 30px;
    background-color: #F6F4F0;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.sinatra-header-layout-1 .si-header-container .sinatra-nav{
	    display: flex;
    justify-content: center;
}
.hdrbtn{
	display:flex;
	align-items:center;
	gap:5px;
}
.hdrbtn:after {
	content:'';
	height:20px;
	width:20px;
	background-image:url(images/btnArrow.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:20px auto;
	display:inline-flex;
}
.btn-primary{
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:#fff;
	background-color:#465A51;
	border-color:#465A51;
	border-radius: 30px;
    padding: 10px 20px;
}
.btn-primary:hover, .btn-primary:focus{
	border-color:#465A51;
	background-color:#000;
	color:#fff;
}
.btn-primary-outline{
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:#465A51;
	background-color:transparent;
	border-color:#465A51;
	border-radius: 30px;
    padding: 10px 20px;
	border:1px solid #465A51;
}
.btn-primary-outline:hover, .btn-primary-outline:focus{
	border-color:#465A51;
	background-color:#465A51;
	color:#fff;
}
.homeHero h1, .homeHero h2{
	color:#fff;
	margin-bottom:10px;
}
.btn i{
	line-height:0;
}
.btn{
	box-shadow:none !important;
}
.bag-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  height: 500px;
}
.bag-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #000;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.bag-gallery > .bag-item:nth-child(1) {
  grid-row: span 2;
  padding: 30px;
}
.bag-gallery > .bag-item:nth-child(2), .bag-gallery > .bag-item:nth-child(3) {
  padding: 20px;
}
.bag-content {
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  border-radius: 10px;
  max-width: 80%;
}
.bag-content h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  font-weight: bold;
}
.bag-gallery > .bag-item:nth-child(1) .bag-content{
	max-width: 390px;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .bag-content {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255,255,255,0.4);
    }
  }
.cat5Slide a{
	border-radius:20px 0 20px 0;
	background-color:#F6F4F0;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(2) a{
	background-color:#D9E8F3;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(3) a{
	background-color:#DDDABB;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(4) a{
	background-color:#F8E1C3;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(5) a{
	background-color:#C6E3D3;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(6) a{
	background-color:#F6F4F0;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(7) a{
	background-color:#D9E8F3;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(8) a{
	background-color:#DDDABB;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(9) a{
	background-color:#F8E1C3;
}
.cat5Slide .swiper-wrapper > .swiper-slide:nth-child(10) a{
	background-color:#C6E3D3;
}
.ctaBanner{
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-size:cover !important;
}
.ctaBannerCaption{
	background-color:rgba(255,255,255,0.4)
}
.sinatra-nav .sub-menu li a span.description{
	display:none !important;
}
.sinatra-nav .sub-menu li a{
	font-size:14px;
	white-space:nowrap;
}


@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .ctaBannerCaption{
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255,255,255,0.4);
    }
  }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
@media screen and (max-width: 991px) {
  #sinatra-header-inner .sinatra-nav>ul {
    border-radius: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media screen and (max-width: 767px) {
	.slide3Hero a{
		max-width:100% !important;
	}
	.bag-gallery {
    grid-template-columns: inherit;
    grid-template-rows: inherit;
    height: 900px;
}
	.bag-gallery > .bag-item:nth-child(1) {
    padding: 20px;
}
h2 {
    font-size: 24px;
}
h1 {
    font-size: 24px;
}
big {
    font-size: 122%;
    color: #777;
}
.hero-section {
    background-size: auto;
    color: #fff;
    text-align: left;
    background-size: auto;
    background-position: left;
    padding: 60px 0px 30px;
}
.btn-main {
    background: #d0614d;
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 14px;
    min-width: 160px;
    border-radius: 10px;
    transition: all 0.5s;
    text-transform: capitalize;
}
#sinatra-header-inner .si-btn{
  padding: 6px 10px;
  font-size: 13px;
  white-space: nowrap;
  min-height: 40px;
}
.si-header-widgets .si-header-widget, .si-header-widgets .si-header-widget.si-header-widget__button {
  padding-left: 5px;
  padding-right: 5px;
}
#sinatra-header-inner > .si-container{
  flex-wrap: nowrap;
}
#sinatra-header-inner .si-header-element {
  margin-left: 0;
}
#sinatra-header-inner .si-mobile-nav {
  margin-left: 15px;
}
.si-header-element.si-header-widgets {
  display: flex;
  flex-wrap: nowrap;
}
#block-13 .has-text-align-right, #block-7, #block-8{
  text-align: center !important;
}

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}