@charset "utf-8";
/* CSS Document */
.map {
	width:100%;
	position:relative;
}
.map #indexmap {
	height:450px;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	max-width:1300px;
}
.containerbg {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	max-width:1400px;
}
.container.csm {
	max-width:800px;
}
.containerdest {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
   clear:both;	
}
.row, .row2, .into, .rowlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row.nb, .row2.nb, .into.nb, .rowlist.nb  {
    margin-right: 0px;
    margin-left: 0px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-7, .box70, .box30, .card50, .tour60, .tour40, .tbox,
.col33, .col100 , .col25, .col75, .col50 {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col33 {
    width: 33.333333%;
}
.col25 {
    width: 25%;
}
.col100 {
	width:100%;
}
.col50 {
	width:50%;
}
.ourblog, .sponsors {
   width:100%;
   padding:3% 0;
   position:relative;
}
.ourblog {
	background-color: var(--theme-white);
}
.sponsors {
	background-color: #f8f9fb;
}
.ourblog.bgwh {
	background-color: #f8f9fb;
 }
.ourblog .subt {
	width: 100%;
	position:relative;
	font-family: 'Manrope-Regular', sans-serif;
	display:block;
	margin:5px auto 50px auto;
	text-align: center;
	font-weight:normal;
	font-size:1.25em;
	color:var(--scdcolor);
}
.under_h {
	background:var(--scdcolor);
	display:block;
	margin:0 auto;
	height:4px;
	width:20px;
}
.ourblog h3, .sponsors h3 {
	width: 100%;
	position:relative;
	font-family: 'Manrope-Medium', sans-serif;
	display:block;
	margin:0px auto 20px auto;
	padding:0;
	text-align: center;
	font-weight:normal;
	font-size:2em;
	color:var(--theme-color1);
}
.mainx_text {
	display:block;
	margin:20px auto;
	width:95%;
	max-width:550px;
}
.mainx_text p {
	font-family: 'Manrope-Regular', sans-serif;
	color:#333;
	font-size: 1em;
	text-align: center;
}
.ourblog .ourblog_mini, .sponsors .sponsors_into {
  display:block;
  margin:45px auto 0 auto;
  width:95%;
  max-width:1400px;
}
.ourblog .ourblog_mini .bitem {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:0;
    margin-left: 0;
	padding-bottom: 30px;
}
.ourblog .ourblog_mini .card_box {
	width: 100%;
    height: 200px;
    display: block;
    margin: 0 auto;
	position:relative;
}
.ourblog .ourblog_mini .card_box .exc_type {
	position: absolute;
	left:0;
	bottom:0;
	font-size:.75em;
	background-color: var(--theme-color1);
	color:var(--theme-white);
	padding:7px 10px;
	font-family: 'Manrope-Regular', sans-serif;
}
.ourblog .ourblog_mini .card_box .exc_type i {
	margin-right:5px;
}
.ourblog .ourblog_mini .card_box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}
.ourblog .ourblog_mini .card_content {
	font-family: 'Manrope-Regular', sans-serif;
	width:100%;
	margin:0;
	padding:12px 10px 15px 10px;
	background-color: var(--theme-white);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	position: relative;
  }
  .card_content .icon-box {
    position: absolute;
    top: -40px;
    left: 25px;
    width: 75px;
    height: 75px;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    background: #6d8c54;
    transition: 0.3s;
}
.card_content .icon-box:hover {
    background: #efb443;
}
.blog_into .card_content .icon-box img {
    width: auto;
    display: inline-block;
}
  .ourblog .ourblog_mini .card_content .descr {
	text-align:center;
	font-size: 1em;
	margin:.65rem 0;
  }
  .ourblog .ourblog_mini .card_content .descr i {
	color:  #efb443;
	margin-right:6px;
	font-weight:normal;
  }
.ourblog .ourblog_mini .card_content h5 {
	text-align:left;
	margin:12px 0 15px 0;
	font-size:.85em;
	color:#333;
	font-weight: 600;
	font-family:'Manrope-Regular',sans-serif;
	line-height: 1.5;
  }
.ourblog .ourblog_mini .card_content summary {
	text-align:left;
	line-height: 1.5;
	font-size:.85em;
	color:#333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family:'Manrope-Regular',sans-serif;
  }
.ourblog .ourblog_mini .card_content .date {
	font-size: .9em;
	width:100%;
	display:inline-block;
	margin:12px 0 0 0;
	color:#333;
  }
  .ourblog .ourblog_mini .card_content .date i {
	margin-right:6px;
	color:var(--scdcolor);
  }

  .ourblog .ourblog_mini .card_content a {
	width:fit-content;
	background-color: var(--scdcolor);
	border:solid 1px var(--scdcolor);
	border-radius: 5px;
    padding: 8px 20px;
	color:var(--theme-white);
	text-decoration: none;
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:block;
	margin:15px auto 0 auto;
	font-size:.8em;
}
.ourblog .ourblog_mini.productlt .card_content a {
    display: inline-block;
}
.ourblog .ourblog_mini .card_content a i {
	margin-right:5px;
}
.ourblog .ourblog_mini .card_content a:hover {
	background-color: transparent;
	color:var(--theme-color1);
	border:solid 1px var(--theme-color1);
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .shape-bottom  {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
	bottom: -1px;
	z-index: -1;
}
.ourblog .shape-bottom svg {
    height: 268px;
}
.ourblog .shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ourblog .shape-bottom[data-negative=false] {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.ourblog .shape-bottom .shape-fill {
    fill: #F7F4EE;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.dietbg {
    position: relative;
	background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
	padding: 120px 0;
}
[data-overlay-dark="7"]:before {
    opacity: 0.7;
	background: #000;
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.dietcontainer {
	width: 100%;
    padding-right:15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1320px;
}
[data-overlay-dark] .dietcontainer {
    position: relative;
    z-index: 2;
}
.row.justify-content-center {
    justify-content: center;
	margin-left: 0;
	margin-right: 0;
}
.row.justify-content-center .col-lg-6 {
    flex: 0 0 auto;
    width: 60%;
}
.ourblog.ztop {
	background-color: var(--theme-white);
}
.display-md-23 {
	text-align: center;
	font-family:'Manrope-Regular',sans-serif;
	font-weight: normal;
	color:#000;
	font-size:1.5em;
	position: relative;
	width: 100%;
	margin-bottom: 1rem;
	display: inline-block;
}
.display-md-23 img {
	width:100%;
	max-width: 300px;
}
.mb-1-9 {
	width: 100%;
	margin:0;
	display: inline-block;
	text-align: center;
	font-family:'Manrope-Regular',sans-serif;
	font-weight: normal;
	color:var(--theme-white);
	font-size: 1em;
	line-height: 1.5;
}
.fw-bolder {
	font-weight: 600;
}
.dietcontainer .butnsecondary {
    background-color: var(--theme-color1);
    border: solid 1px var(--theme-color1);
    color: var(--theme-white);
    position: relative;
    display: block;
    font-size: .75em;
    line-height: normal;
    padding: 16px 30px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    margin:1rem auto 0 auto;
    font-family: 'Manrope-Regular',sans-serif;
	font-weight: normal;
	width: fit-content;
}
.dietcontainer .butnsecondary:hover {
	background-color: #f5f5f5;
	color:#000;
}
.dietcontainer span {
	font-family: 'Manrope-Regular',sans-serif;
	font-size: 1.15em;
	color:#333;
	display: block;
	margin:auto;
	text-align: center;
}
.exc_container {
	width:95%;
	max-width:2000px;
	display:block;
	margin:0 auto;
	padding:50px 0;
}
.exc_flex {
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.exc_flex_services {
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.exc_card {
	width:33.33%;
	padding:0 10px;
	margin-bottom: 1.5rem;
}
.exc_card.wimage {
	width:25%;
}
.exc_card.wimage .exc_card_image {
	width:100%;
	height:400px;
	display:block;
	margin:0 auto 15px auto;
	padding:0;
}
.exc_card.wimage .exc_card_image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.bordered-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bordered-image::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid var(--theme-white);
  pointer-events: none;
  box-sizing: border-box;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.exc_card.wimage:hover .bordered-image::after {
   top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
} 
.bordered-image .centered-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  background: rgba(255,255,255,0.7);
  padding: 8px 12px;
  border-radius: 8px;
}
.bordered-image .centered-title h4 {
  margin: 0;
  color: var(--theme-color1);
  font-size: 1em;
  font-family: 'Manrope-Medium', sans-serif;
}
.exc_card a {
	text-decoration: none;
}
.exc_card_details {
	width:100%;
	display:flex;
	flex-direction: column;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.exc_card_details figure {
	width:100%;
	height:300px;
	display:block;
	margin:0 auto;
	padding:0;
}
.exc_card_details figure img {
	width:100%;
	height:100%;
	object-fit: cover;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:20px 30px;
	background-color: var(--theme-color1);
	border-radius: 20px;
}
.details_info i {
	display: block;
	margin:0 auto;
	font-size: 1.5em;
	color:var(--theme-white)
}
.service_box, .service_boxsvg {
	width:50%;
	margin:0;
}
.service_box {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_boxsvg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service-type {
	font-family: 'Manrope-Medium', sans-serif;
	color:var(--theme-color1);
	font-size:1.25em;
	padding:20px;
}
.service-type a {
    padding: 15px 12px;
    line-height: 20px;
    border-right: none;
    display: inline-block;
    background-color: var(--scdcolor);
    border: solid 1px var(--scdcolor);
    border-radius: 5px;
    margin: 0 0 20px 0;
	color: var(--theme-white);
    font-family: 'Manrope-Medium';
	text-decoration: none;
	 o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
} 
.service-type a:hover {
	background-color: transparent;
	color:var(--theme-color1);
	border: solid 1px var(--theme-color1);
}  
.service-type h4 {
	margin: 0;
}
.exc_container.bg {
  background: url('data/bg2.png') left center no-repeat;
  background-size: contain;
  width: 100%;
}
.details_info h4 {
	font-family: "Manrope-Regular",sans-serif;
	font-size:1.15em;
	line-height: 1.5;
	color:var(--theme-white);
	text-align: center;
	font-weight: normal;
	margin:5px auto;
}
.details_info summary {
	font-family: "Manrope-Regular",sans-serif;
	font-size:.9em;
	color:#3f3f3f;
}
.textforservices {
	padding:0 20px;
}
.textforservices h5 {
	font-family: "Manrope-Medium",sans-serif;
	font-size: 1.25em;
	color:var(--theme-color1);
}
.textforservices p {
	font-family: "Manrope-Medium",sans-serif;
	font-size: 1.15em;
	color:#333;
}
.service_box_image {
	width:100%;
	height:400px;
	display:block;
	margin:0 auto;
	padding:0;
}
.service_box_image img {
	width:100%;
	height:100%;
	object-fit: contain;
}
.mainx_text::after {
    position: absolute;
    content: '';
    pointer-events: none;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background: var(--theme-white);
    bottom: -25px;
    z-index: 1;
}
.ourblog.sep::before, .ourblog.sep::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.ss-style-doublediagonal {
	z-index: 1;
	padding-top: 4em;
	background: #f7f7f7;
}
.separatorss {
	background-color: var(--theme-color1);
	margin-bottom:-5px;
}
.ss-style-doublediagonal::before,
.ss-style-doublediagonal::after {
	top: 0;
	left: -25%;
	z-index: -1;
	width: 150%;
	height: 75%;
	background: inherit;
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.ss-style-doublediagonal::before {
	height: 50%;
	background: var(--theme-color1);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: 3% 0;
	transform-origin: 3% 0;
}
/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob {
	0% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
	50% {
	  -webkit-transform: translateY(-4px);
	  transform: translateY(-4px);
	}
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @-webkit-keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  @keyframes hvr-bob-float {
	100% {
	  -webkit-transform: translateY(-8px);
	  transform: translateY(-8px);
	}
  }
  .hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
  }

  .sponsors_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
  }
  .spobox {
	width:20%;
	margin-bottom: 25px;
  }
  .spobox a {
	width:100%;
	height:120px;
	display:block;
	margin:auto;
	padding:0 10px;
  }
  .spobox a img {
	width:100%;
	height:100%;
	object-fit: contain;
	display: block;
	margin:auto;
  }
  .spobox a.spo_extra {
	height:auto;
	text-decoration: none;
	display: inline-block;
	margin:0;
	width: fit-content;
  }

@media all and (min-width: 1400px) {	
.col-lg-2 {
    width: 25%;
}
}

@media all and (min-width: 1200px) and (max-width: 1399px) {
.col-lg-2 {
    width: 25%;
}
.exc_card.wimage {
	width:50%;
}
.service_box_image {
	height:300px;
}
.ourblog .ourblog_mini .card_box {
    width: 100%;
    height: 250px;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:15px 30px;
}
.details_info h4 {
	font-size:1em;
}
.details_info summary {
	font-size:.85em;
}
.ourblog .m-10-top {
	margin-top: 15px;
}

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.service_box_image {
	height:280px;
}
.service-type a {
	margin:0px
}
.exc_card.wimage {
	width:50%;
}
.textforservices h5 {
	margin: 0px;
}
.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.col-lg-2 {
    width: 25%;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:15px 20px;
}
.details_info h4 {
	font-size:.9em;
}
.details_info summary {
	font-size:.85em;
}
.ourblog .m-10-top {
	margin-top: 25px;
}
.exc_container.bg .m-10-top {
	margin: 0;
}
.ourblog.ztop {
   padding: 5% 0;
}

}

@media all and (min-width: 768px) and (max-width: 1023px) {

.service_box_image {
	height:350px;
}
.service-type a {
	margin:0px
}
.exc_card.wimage {
	width:100%;
}
.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-2 {
    width: 33.333333%;
}
.container.csm .col-lg-2 {
   width:25%;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.ourblog h3 {
    font-size: 2em;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 60%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:15px 20px;
}
.details_info h4 {
	font-size:.9em;
}
.details_info summary {
	font-size:.85em;
}
.ourblog .m-10-top {
	margin-top: 25px;
}
.ourblog.ztop {
   padding: 5% 0;
}
.exc_flex_services {
	flex-direction: column;
}
.exc_container.bg .m-10-top {
	margin: 0;
}
.service_box, .service_boxsvg {
	width:100%;
}
.exc_container.bg {
	background-size: cover;
}
.textforservices {
	width:70%;
	display: block;
	margin:auto;
}
.dietcontainer span {
	width:70%;
}

}

@media all and (min-width: 600px) and (max-width: 767px) {

.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}	
.col-lg-1 {
    width: 33.333333%;
}
.col-lg-2 {
    width: 33.333333%;
}
.container.csm  {
	max-width:400px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.ourblog .ourblog_mini.freasons .card_box {
    width: 75%;
    height: 250px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog .ourblog_mini .card_content a {
    padding: 10px 15px;
	font-size:12px;
	width:100%;
}
.ourblog h3 {
    font-size: 1.5em;
}
.ourblog .ourblog_mini .card_content h5 {
    margin: 8px 0 15px 0;
    font-size: .9em;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 60%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:15px 20px;
}
.details_info h4 {
	font-size:.9em;
}
.details_info summary {
	font-size:.85em;
}
.ourblog .m-10-top {
	margin-top: 25px;
}
.ourblog.ztop {
   padding: 5% 0;
}
.ss-style-doublediagonal {
    padding-top: 2em;
}
.display-md-23 {
	font-size: 1.25em;
}
.exc_flex_services {
	flex-direction: column;
}
.exc_container.bg .m-10-top {
	margin: 0;
}
.service_box, .service_boxsvg {
	width:100%;
}
.exc_container.bg {
	background-size: cover;
}
.textforservices {
	width:70%;
	display: block;
	margin:auto;
}
.dietcontainer span {
	width:70%;
}
.service_box_image {
	height:350px;
}
.service-type a {
	margin:0px
}
.exc_card.wimage {
	width:100%;
}

}

@media all and (min-width: 450px) and (max-width: 599px) {

.dietbg {
	padding: 90px 0;
}
.mb-1-9 {
    font-size: 1em;
}
.mb-1-9 {
    font-size: .9em;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-1 {
    width: 50%;
}
.col-lg-2 {
    width: 50%;
}
.container.csm  {
	max-width:400px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.row, .row2 {
    margin-right: auto;
    margin-left: auto;
}
.ourblog .ourblog_mini.freasons .card_box {
    width: 75%;
    height: 250px;
}
.expinto {
    padding:0 0 40px 0;
}
.ourblog .ourblog_mini {
    max-width: 500px;
}
.ourblog .ourblog_mini .card_box {
    height: 250px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog h3 {
    font-size: 1.4em;
	margin: 30px auto 10px auto;
}
.ourblog .subt {
	font-size:1.15em;
	margin:5px auto 30px auto;
}

.ourblog.bgwh h3{
	margin-top: 2rem;
}
.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 80%;
	padding:40px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:15px 20px;
}
.details_info h4 {
	font-size:.9em;
	text-align: center;
}
.details_info summary {
	font-size:.85em;
	text-align: center;
}
.ourblog .m-10-top {
	margin-top: 25px;
}
.ourblog.ztop {
   padding: 5% 0;
}
.ss-style-doublediagonal {
    padding-top: 2em;
}
.display-md-23 {
	font-size: 1.25em;
}
.spobox {
	width: 25%;
}
.ourblog .blog_into .owl-nav button.owl-prev, 
.ourblog .blog_into .owl-nav button.owl-next {
display: none!important;
}
.sponsors h3 {
	margin-top: 25px;
}
.exc_flex_services {
	flex-direction: column;
}
.exc_container.bg .m-10-top {
	margin: 0;
}
.service_box, .service_boxsvg {
	width:100%;
}
.exc_container.bg {
	background-size: cover;
}
.textforservices {
	width:70%;
	display: block;
	margin:auto;
}
.dietcontainer span {
	width:70%;
}
.service_box_image {
	height:300px;
}
.service-type a {
	margin:0px
}
.exc_card.wimage {
	width:100%;
}
.sponsors h3 {
	font-size:1.4em;
}

}


@media all and (max-width: 449px) {

.dietbg {
	padding: 70px 0;
}
.mb-1-9 {
    font-size: .9em;
	text-align: justify;
}
.display-md-23 img {
    max-width: 250px;
}
.dietcontainer .butnsecondary {
    font-size: .8em;
}
.row.justify-content-center .col-lg-6 {
    width: 90%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-lg-1 {
	width: 50%;
}
.row, .row2 {
    margin-right: auto;
    margin-left: auto;
}
.col-lg-2 {
    width: 100%;
}
.container.csm  {
	max-width:350px;
 }
.container.csm .col-lg-2 {
	width:50%;
	margin-bottom:20px;
 }
.ourblog .ourblog_mini.freasons .card_box {
    width: 100%;
    height: 250px;
}
.ourblog .ourblog_mini .card50 {
	width:100%;
}
.ourblog .ourblog_mini .card_content summary {
    height: auto;
}
.ourblog h3 {
    font-size: 1.35em;
	margin:0px 0px 10px 0px;
}
.ourblog .subt {
	font-size:1em;
	margin:5px auto 30px auto;
	width:90%;
}
.ourblog .ourblog_mini {
    max-width: 500px;
}
.ourblog .ourblog_mini .card_box {
    height: 200px;
}
.ourblog .ourblog_mini .card_content a {
    width: fit-content;
    padding: 12px 20px;
    font-size: 12px;
}
.ourblog .ourblog_mini .card_content h5 {
    margin: 12px 0 8px 0;
    font-size: .9em;
}

.exc_flex {
    flex-direction: column;
}
.exc_card {
	width:100%;
	margin-bottom: 2rem;
}
.exc_container {
    width: 90%;
	padding:30px 0;
}
.exc_card_details figure {
	width:100%;
	height:250px;
}
.details_info {
	position: relative;
	display: flex;
	flex-direction: column;
	padding:20px 20px;
}
.details_info h4 {
	font-size:.85em;
	text-align: center;
}
.details_info summary {
	font-size:.85em;
	text-align: center;
}
.ourblog .m-10-top {
	margin-top: 45px;
}
.ourblog.ztop {
   padding: 10% 0;
}
.mainx_text {
	width:80%;
}
.mainx_text p {
	text-align: justify;
}
.ss-style-doublediagonal {
    padding-top: 2em;
}
.display-md-23 {
	font-size: 1.25em;
}
.spobox {
	width: 33.33%;
}
.spobox a {
	height: 80px;
}
.ourblog .blog_into .owl-nav button.owl-prev, 
.ourblog .blog_into .owl-nav button.owl-next {
display: none!important;
}
.sponsors h3 {
	margin-top: 25px;
}
.exc_flex_services {
	flex-direction: column;
}
.exc_container.bg .m-10-top {
	margin: 0;
}
.service_box, .service_boxsvg {
	width:100%;
}
.exc_container.bg {
	background-size: cover;
}
.textforservices {
	width:80%;
	display: block;
	margin:auto;
}
.dietcontainer span {
	width:80%;
}
.service_box_image {
	height:300px;
}
.service-type a {
	margin:0px
}
.exc_card.wimage {
	width:100%;
}
.sponsors h3 {
	font-size:1.4em;
}
.service-type h4 {
	font-size: .9em;
}
.service-type {
	padding:15px;
}

}	
/*///////////////////////////////////////////////slider/////////////////////////*/
/*slider*/
.col-lg-3b {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-lg-3b {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.6);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    background-color: rgba(34, 34, 34, 0.35);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:flex;
	margin:0 auto;
	justify-content: center;
	align-items: center;
	background-color: var(--theme-color1);
	background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  will-change: background-position;
}
.main-carousel .main-carousel-cell video {
    object-fit: cover;
    width: 100%;
	height:100%;
}
.Main_slider .slider-wave {
	position: absolute;
    bottom: -3px;
    left: 10%;
    width: 30%;
    z-index: 99;
	opacity: 0;
}
.Main_slider .slider-wave svg {
    display: block;
    height: auto;
    width: 100%;
}
.main-carousel-cell {
    width: 100%;
    color: var(--theme-white);
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid var(--theme-white);
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #333a4d;
}

.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell aside {
	display:inline-block;
	padding:20px 50px;
	width:100%;
	z-index:2;
}
.main-carousel .main-carousel-cell aside img {
	width:100%;
	height:100%;
}
.main-carousel .main-carousel-cell .sltext {
	width:350px;
	z-index:3;
	position: absolute;
	height:300px;
	top:150px;
	left:150px;
}
.main-carousel .main-carousel-cell aside h1 {
	font-family: "Manrope-Medium";
	color: var(--theme-white);
	text-align:left;
	line-height:1.4;
	letter-spacing:.1em;
	font-weight: normal;
}
.main-carousel .main-carousel-cell aside h2 {
	font-family: "Manrope-Regular";
	color:var(--theme-white);
	text-align:left;
	line-height:1.4;
	letter-spacing:.1em;
}
.main-carousel .main-carousel-cell .sltext span{
	color: #f0c541;
}
.main-carousel-cell .bottom {
	z-index: 1;
	position:relative;
	display:inline-block;
	vertical-align: top;
}
.main-carousel-cell .sliderfigure {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.main-carousel-cell .sliderfigure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.carousel.carousel-nav .row.nb {
	padding:0 0 8px 0;
	background-color: #f7f7f7;
}
a.button.col-lg-3b {
	padding-left:8px;
	padding-right:8px;
}
a.button.col-lg-3b:first-child {
	padding-left:0px;
}
a.button.col-lg-3b:last-child {
	padding-right:0px;
}
a.button.col-lg-3b figure {
	margin:0;
	padding:0;
	width:100%;
	height:170px;
} 
a.button.col-lg-3b figure img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.carousel.carousel-nav .main-carousel-cell {
	position: relative;
}
.carousel.carousel-nav .main-carousel-cell .sidetext {
	width:100%;
	height:100%;
	position: absolute;
	bottom:-400px;
	margin:auto auto;
	z-index: 0;
	background-color: rgba(33,33,33,.75);
	-moz-transition: all .65s ease-in;
    -webkit-transition: all .65s ease-in;
    -ms-transition: all .65s ease-in;
    -o-transition: all .65s ease-in;
    transition: all .65s ease-in;
}
.carousel.carousel-nav .main-carousel-cell:hover .sidetext {
	bottom:0px;
}
.carousel.carousel-nav .main-carousel-cell .sidetext h4 {
	font-family: "Manrope-Regular";
	font-weight: normal;
    color: var(--theme-white);
    text-align: left;
    line-height: 1.4;
    letter-spacing: .1em;
	font-size:.9em;
	margin:0;
	padding:10px;
}
.cellstr {
	width:100%;
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.main-carousel .main-carousel-cell a  {
	width:fit-content;
	font-family: 'Manrope-Medium',sans-serif;
	color:var(--theme-white);
	text-decoration: none;
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	display:flex;
	justify-content: space-evenly;
	align-items: center;
	padding:10px 0px;
}
.main-carousel .main-carousel-cell a i {
	margin-left:10px;
	font-size:1.2em;
}
/*slider*/

@media all and (min-width: 1401px) {
	
/*slider*/
.Main_slider {
	margin-top:0px;
	height:800px;
}
.main-carousel {
    background-size: cover;
	height:500px;
	 width: 100%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:500px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:500px;
	width:50%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
}
.main-carousel .main-carousel-cell aside  {
	width:50%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 2em;
}
/*slider*/

}

@media all and (min-width: 1201px) and (max-width: 1400px) {

/*slider*/
.Main_slider {
	margin-top:0px;
	height:800px;
}
.main-carousel {
    background-size: cover;
	height:500px;
	 width: 100%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:500px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:500px;
	width:50%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
}
.main-carousel .main-carousel-cell aside  {
	width:50%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 2em;
}

}

@media all and (min-width: 1200px) and (max-width: 1399px) {

/*slider*/
.Main_slider {
	margin-top:0px;
	height:800px;
}
.main-carousel {
    background-size: cover;
	height:500px;
	 width: 100%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:500px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:500px;
	width:50%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
}
.main-carousel .main-carousel-cell aside  {
	width:50%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 2em;
}

}

@media all and (min-width: 1024px) and (max-width: 1199px) {

.Main_slider {
	margin-top:0px;
	height:750px;
}
.main-carousel {
    background-size: cover;
	height:500px;
	 width: 100%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:500px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:500px;
	width:50%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:500px;
	width:50%;
}
.main-carousel .main-carousel-cell aside  {
	width:50%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 2em;
}

}

@media all and (min-width: 768px) and (max-width: 1023px) {

.Main_slider {
	margin-top:0px;
	height:750px;
}
.main-carousel {
    background-size: cover;
	height:650px;
	 width: 950%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:650px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:650px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:350px;
	width:100%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
height:350px;
	width:100%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
}
.main-carousel .main-carousel-cell aside  {
	width:100%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 1.5em;
}
.cellstr {
	flex-direction: column;
}
/*slider*/

}

@media all and (min-width: 600px) and (max-width: 767px) {
	
/*slider*/
.Main_slider {
	margin-top:0px;
	height:750px;
}
.main-carousel {
    background-size: cover;
	height:650px;
	 width: 950%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:650px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:650px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:350px;
	width:100%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
height:350px;
	width:100%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
}
.main-carousel .main-carousel-cell aside  {
	width:100%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 1.5em;
}
.cellstr {
	flex-direction: column;
}

}

@media all and (min-width: 450px) and (max-width: 599px) {

/*slider*/
.Main_slider {
	margin-top:0px;
	height:750px;
}
.main-carousel {
    background-size: cover;
	height:650px;
	 width: 950%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:650px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:650px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:350px;
	width:100%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
height:350px;
	width:100%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
}
.main-carousel .main-carousel-cell aside  {
	width:100%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 1.5em;
}
.cellstr {
	flex-direction: column;
	align-items: center;
    justify-content: center;
}

}

@media all and (max-width: 449px) {
	
/*slider*/
.Main_slider {
	margin-top:0px;
	height:700px;
}
.main-carousel {
    background-size: cover;
	height:650px;
	 width: 950%;
	max-width: 1200px;
	display: block;
    margin: auto;
}
.main-carousel-cell {
    width: 100%;
	max-width: 1200px;
    display: block;
    margin: auto;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
	height:650px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height:650px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
	height:650px;
}
.main-carousel .main-carousel-cell .sliderfigure {
	height:350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .sliderfigure{
	height:350px;
	width:100%;
}
html[data-useragent*='Safari'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
} 
html[data-useragent*='IE'] .main-carousel-cell .sliderfigure {
height:350px;
	width:100%;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .sliderfigure {
	height:350px;
	width:100%;
}
.main-carousel .main-carousel-cell aside  {
	width:100%;
}
.main-carousel .main-carousel-cell aside h1 {
	font-size: 1.4em;
}
.cellstr {
	flex-direction: column;
	align-items: center;
    justify-content: center;
	padding:0 20px;
}
	
}
/*-------------------------------------------------*/
/* =  18.Animations
/*-------------------------------------------------*/
/* flickity-fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: var(--theme-white);
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: var(--theme-color1);
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}