/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 1.0.0
Template: Divi
*/
.admin-bar .fixHeader {
    top: 32px !important;
}
header.et-l.et-l--header {
    z-index: 100001;
    position: relative;
}
.fixHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.4s ease-in-out;
	box-shadow: 0px 0px 10px 10px rgba(51, 51, 51, 0.1);
}
body.page-id-518:not(.et-fb) .fixHeader,
body.page-id-536:not(.et-fb) .fixHeader{
    opacity: 0;
    visibility: hidden;
}
body.home .fixHeader{
	opacity: 0;
	visibility: visible;
}
body.home .fixHeader:hover,
body.home .fixHeader.show,
body.page-id-518:not(.et-fb) .fixHeader.show,
body.page-id-536:not(.et-fb) .fixHeader.show{
    opacity: 1;
    visibility: visible;
}
.fixHeader .et_pb_menu .et-menu>li{
	padding:0px 0px 0px 0px;
	margin-left:40px;
}
.fixHeader .et_pb_menu .et-menu>li a:before,
.fixHeader .et_pb_menu .et-menu>li.current_page_item a:before{
    content: '';
    position: absolute;
    right: 0;
    background: currentcolor !important;
    height: 1px;
    width: 0%;
    bottom: 0;
	transition:all 0.3s ease-in-out;
}
.fixHeader .et_pb_menu .et-menu>li.current_page_item a:before,
.fixHeader .et_pb_menu .et-menu>li a:hover:before{
	width: 100%;
	left:0px;
}
.heroSlider .sliderHeading .et_pb_heading_container .et_pb_module_header:before,
.heroSlider .sliderHeading .et_pb_heading_container .et_pb_module_header:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    display: inline-block;
}
.heroSlider .sliderHeading .et_pb_heading_container .et_pb_module_header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
}
.heroSlider .et-pb-active-slide .et_pb_slide_description{
	animation-name: fadeIn !important;
}
.heroSlider .et_pb_slider_container_inner .et_pb_slide_description {
    max-width: 60vw !important;
}
.fixHeader .et_pb_menu .et-menu{
	align-items: center;
}
.fixHeader .et_pb_menu .et-menu > li:last-child {
    margin-top: 0;
}
.fixHeader .et_pb_menu .et-menu > li:last-child a {
    border: 1px solid #fff;
    padding: 15px;
    line-height: 1;
	transition:all 0.3s ease;
}
.fixHeader .et_pb_menu .et-menu > li:last-child a:hover{
	background:#fff;
	color:var(--gcid-0ihr0qob3u) !important;
}
.fixHeader .et_pb_menu .et-menu > li:last-child a:before{
	display:none;
}

.next-slide {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    bottom: 40px;
    margin-top: -20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent;
    z-index: 99999;
}
.next-slide:before {
    content: '';
    width: 15px;
    height: 15px;
    margin-left: -8px;
    top: 12px;
	position: absolute;
    left: 50%;
    border-radius: 0;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
	background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31.3 17.4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M24,7.2c-3.5,3.5-8.3,7.8-8.3,7.8S10,9.9,7.3,7.2L0,0V2L15.6,17.4,31.3,1.9V0Z'/%3E%3C/svg%3E") no-repeat;
    transform: translateY(-50%) ;
}

.customWidthBtn .et_pb_button {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
}
.customTagline p strong{
	text-transform:uppercase;
}
.customTagline p strong:after {
    content: '•';
    margin: 0 15px;
}
.customHeadingUnderline h1 span {
    text-decoration: none !important;
    position: relative;
}
.customHeadingUnderline h1 span:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 95%;
    bottom: 0;
    height: 3px;
    background: var(--gcid-qck5hcmuup);
    transform: translateX(-50%);
}
.produceItemParent {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.produceItemParent .produceItem {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    transition: background-color 0.3s ease;
	aspect-ratio: 1 / 1;
	background-color: hsl(from var(--gcid-heading-color) calc(h + 0) calc(s + 0) calc(l + 0) / 0.54);
	background-blend-mode: multiply;
}
.produceItemParent .produceItem:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background: #1f4a3c;
	opacity:0;
	transition:all 0.3s ease-in-out;
}
.produceItemParent .produceItem:hover:before {
    opacity:1;
}
.produceItemParent .produceItemLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 30px;
}
.produceItemParent .produceItemName {
    text-align: center;
	font-weight: 500;
	color:#fff;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.4em;
	font-family: var(--et_global_heading_font);
}
.innerContainer {
    padding: 0;
    margin: 0 auto;
    z-index: 1;
	width: 100%;
	max-width: 1080px;
	position: relative;
}
.departmentBannerSection {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 230px;
    padding-bottom: 136px;
}
.departmentBannerSection:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 0;
}
.pagebannerTitle h1 {
    font-size: 60px;
	line-height:1.4em;
    margin: 0px;
    padding: 0px;
    color:#fff;
	text-align:center;
	font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
	font-weight:500;
	text-transform: uppercase;
}
.contentArea {
    padding-top: 50px;
    padding-bottom: 50px;
	padding-left:20px;
	padding-right:20px;
}

.bottomArea {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 2px solid var(--gcid-body-color)!important
}
.bottomArea .rowArea {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.columnArea ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.columnArea ul li {
    list-style: none;
    margin: 0px 0px 10px;
    padding: 0;
}
.columnArea ul li:last-child{
	margin: 0px;
}
.columnArea ul li a{
	color: #6f5ba7;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.5px;
    font-size: 15px;
}
.columnArea ul li a:hover{
	color:#494849;	
}
.navPart {
    display:flex;
    align-items:center;
	justify-content:space-between;
	width: 100%;
}
.arrowLink{
	display: inline-block;
	width:18px;
	height:30px;
}
.navPart .backLink {
    margin: 0 auto;
    width: 30px;
    height: 30px;
}
.navPart a svg{
    fill: var(--gcid-body-color);
}
.navPart a:hover svg{
	fill:#1f4a3c;	
}
.dataPart{
	display: flex;
	gap:45px;
}
.dataPart .leftImages {
	display: flex;
	flex-direction: column;
	gap: 45px;
	flex: 1;
}
.dataPart .leftImages a{
	display:block;
}
.dataPart .leftImages img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display:block;
}
.dataPart .rightText {
	flex: 1;
/* 	transition: all 0.3s ease-in-out; */
	position: relative;
	top: 0;
	align-self: flex-start;
	will-change: transform;
}
.dataPart .rightText ul li,
.dataPart .rightText ol li,
.dataPart .rightText p {
    margin-bottom: 0em;
    font-size: 28px;
    line-height: 1.4em;
    color: var(--gcid-qck5hcmuup);
}
.dataPart .rightText ul li a,
.dataPart .rightText ol li a,
.dataPart .rightText p a{
	color: var(--gcid-qck5hcmuup);
	text-decoration:underline;
	transition: all 0.3s ease-in-out;
}
.dataPart .rightText ul li a:hover,
.dataPart .rightText ol li a:hover,
.dataPart .rightText p a:hover{
	color:var(--gcid-zwc3azplcs)!important;
	text-decoration:none;
}
.fullWidthText50 .textPart{
	max-width:550px;
	margin-left:auto;
}
.fullWidthText50 .bigTextPart{
	max-width:880px;
	margin-right:auto;
}
.orderOnlineWrap {
    margin-top: 45px;
}
.orderOnlineBtn {
    display: inline-block;
    padding: 16px 30px;
    border: 1px solid var(--gcid-body-color);
    color: var(--gcid-body-color);
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
}
.orderOnlineBtn:hover {
    background-color: var(--gcid-zwc3azplcs);
	border: 1px solid var(--gcid-zwc3azplcs);
    color: #fff;
}
/* Order Online Button Styles */
@keyframes scroll {
  0% {
    opacity:1
  }
  100% {
    opacity:0;
    transform:translateY(20px)
  }
}


.kenburns-left .et-pb-parallax-background {
    animation: kenburns-left 10s ease-in-out both;
}
.kenburns-bottom-right .et-pb-parallax-background {
    animation: kenburns-bottom-right 10s ease-in-out both;
}
.kenburns-bottom-left .et-pb-parallax-background {
    animation: kenburns-bottom-left 10s ease-in-out both;
}

@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.15) translate(-10px, 8px);
    transform-origin: left;
  }
}

@keyframes kenburns-bottom-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 84%;
  }
  100% {
    transform: scale(1.15) translate(10px, 8px);
    transform-origin: right bottom;
  }
}

@keyframes kenburns-bottom-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 84%;
  }
  100% {
    transform: scale(1.15) translate(-10px, 8px);
    transform-origin: left bottom;
  }
}

.heroSlider .videoSlide::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 51, 51, 0.62);
	mix-blend-mode: multiply;
	z-index: 3;
}
.heroSlider .videoSlide .et_pb_container {
	position: relative;
	z-index: 99;
}

.video-overlay-section {
	position: relative;
}

.video-overlay-section .et-pb-background-video::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(52, 51, 51, 0.62);
	mix-blend-mode: multiply;
	z-index: 3;
}

.video-overlay-section .et_pb_slides .et_pb_container {
	position: relative;
	z-index: 99;
}

.tmdivi-vertical .tmdivi-content,
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content {
    box-shadow: 0 4px 0 #E3ECF3 !important;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline{
	padding:0px;	
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi-story-icon .tmdivi-arrow {
    box-shadow: none;
	background: transparent;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-start,
.tmdivi-vertical.tmdivi-wrapper .tmdivi-end {
    display: none;
}
.tmdivi-wrapper.tmdivi-vertical .tmdivi-timeline .tmdivi-title {
    order: 2;
	padding: 0;
}
.tmdivi-wrapper.tmdivi-vertical .tmdivi-timeline .tmdivi-media {
    order: 1;
}
.tmdivi-wrapper.tmdivi-vertical .tmdivi-description{
	padding: 0;
}
.tmdivi-wrapper.tmdivi-vertical .tmdivi-media img {
    margin-bottom: 20px !important;
	height: 365px;
}
.tmdivi-wrapper .tmdivi-icon{
	width: 60px;
	height: 60px;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-icon {
    left: -76px !important;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icon {
    right: -76px !important;
	left: auto !important;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-title {
    justify-content: flex-end;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-description {
    text-align: right;
}
.tmdivi-wrapper .tmdivi-media iframe,
.tmdivi-wrapper .tmdivi-media img {
    width: auto !important;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-media.full {
    justify-content: flex-end;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-year:first-child {
    margin: 0 !important;
}
/* .tmdivi-vertical.tmdivi-wrapper .tmdivi-inner-line,
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline:before {
    top: 180px;
} */
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story:nth-child(even) .tmdivi-icon i {
    transform: rotate(180deg);
}
/* .tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-content {
    transform: translateX(-50%);
} */
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem{
	margin-bottom:0px !important;
}

.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-story-no-icon .tmdivi-icondot,
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-story-no-icon .tmdivi-arrow{
	display:none;
}
.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-media img{
	max-width: 280px;
	height: auto;
}
.customMap iframe {
    aspect-ratio: 1 / 1;
}
.customBlurbSpace .et_pb_module_header {
    margin-bottom: 15px;
}
.timeline-item .tmdivi-content{
	opacity: 0;
	transition: all 0.4s ease-in-out;
	transition-delay:0.5s;
}
.timeline-item:nth-child(odd) .tmdivi-content {
	transform: translateX(60px);
}
.timeline-item:nth-child(even) .tmdivi-content {
  transform: translateX(-60px);
}
.timeline-item.active .tmdivi-content{
  opacity: 1;
  transform: translateX(0);
}
.timeline-item.lastItem .tmdivi-content {
  transform: translateY(60px);
}
.timeline-item.lastItem.active .tmdivi-content{
  opacity: 1;
  transform: translateY(0);
}
.customForm .et_pb_contact_right .et_pb_contact_captcha{
	max-width: 60px;
	font-size: 18px;
}
.customForm .et-pb-contact-message p {
    font-size: 22px;
}

.customBTN .et_pb_module:not(.et_pb_heading) {
    min-width: 230px;
    margin: 0 auto;
    text-align: center;
    max-width: 230px;
}
.customBTN .et_pb_heading_container .et_pb_module_header:before,
.customBTN .et_pb_heading_container .et_pb_module_header:after {
    content: '';
    width: 35px;
    height: 3px;
    background: #fff;
    display: inline-block;
}
.customBTN .et_pb_heading_container .et_pb_module_header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    justify-content: center;
}
#et-boc .area-outer-wrap[data-da-color=dark] .da-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image:url('data:image/svg+xml,<svg id="ba250dca-2f52-4eaf-9c86-1142b608db46" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 11" fill="%23ffffff"><path d="M17.25,16.55a.48.48,0,0,1,0,.7.48.48,0,0,1-.7,0L12,12.7,7.35,17.35a.48.48,0,0,1-.7,0,.48.48,0,0,1,0-.7L11.3,12,6.65,7.35a.49.49,0,0,1,.7-.7L12,11.3l4.55-4.55a.49.49,0,0,1,.7.7L12.7,12Z" transform="translate(-6.5 -6.5)"/></svg>')!important;
    font-size: 0 !important;
    opacity: 1;
}
.ftForm .et_pb_contact .et_pb_contact_field{
    width: 100%;
    min-width: 272px;
}
.ftForm .et_contact_bottom_container .et_pb_contact_submit {
    position: absolute;
    right: 0;
    width: auto !important;
    padding: 0 !important;
    border: none;
    display: inline-block;
    color: transparent !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsSAAALEgHS3X78AAAAbElEQVQoz7XSsQ2AMAwF0QPRkxEYgRGyGbAZI2QUmOCokCgISQosubJfY39UMp3U8DbjA5mDJXTDqRWpHup8zwZgpVwjsAMRSJ0q9XUCsRUBnH0rAOIAbJmF5Q0AqfZ66Xm92j+FXxOx57J3Af6uWuPKzroiAAAAAElFTkSuQmCC) no-repeat center center;
    background-color: transparent !important;
	top: 50%;
	transform: translateY(-50%);
}
.ftForm .et-pb-contact-message {
    position: relative;
    display: none !important;
}

.ctf-type-usertimeline *{
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
}

.customToggle .et_pb_toggle .et_pb_toggle_title{
	padding-right:70px;
}
.customToggle .et_pb_toggle .et_pb_toggle_content {
    width: 90%;
}
.customToggle .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before {
    content: '' !important;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.3 47.3' style='enable-background:new 0 0 47.3 47.3;' xml:space='preserve'%3E%3Cpath d='M23.7,47.3C10.6,47.3,0,36.7,0,23.7C0,10.6,10.6,0,23.6,0c0,0,0,0,0,0C30,0,35.9,2.4,40.4,6.9c4.5,4.5,6.9,10.4,6.9,16.7 C47.3,36.7,36.7,47.3,23.7,47.3z M2,23.6c0,11.9,9.7,21.6,21.6,21.6c11.9,0,21.7-9.7,21.6-21.7c0-5.8-2.3-11.2-6.3-15.3 C34.9,4.2,29.4,2,23.7,2c0,0,0,0,0,0C17.9,2,12.4,4.2,8.3,8.3S2,17.9,2,23.6z M24.6,35.5h-2V25h-10v-2h10V12.5h2V23h11v2h-11V35.5z' /%3E%3C/svg%3E%0A");
    background-size: cover;
	background-repeat:no-repeat;
    width: 47px;
    height: 47px;
    right: 15px !important;
	top: 0;
	margin: 0;
}
.customToggle .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: '' !important;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg fill='%23fff' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 47.3 47.3' style='enable-background:new 0 0 47.3 47.3;' xml:space='preserve'%3E%3Cpath d='M23.6,47.3C10.6,47.3,0,36.7,0,23.6S10.6,0,23.6,0s23.7,10.6,23.7,23.6c0,0,0,0,0,0C47.3,36.7,36.7,47.3,23.6,47.3z M23.6,2 C11.7,2,2,11.7,2,23.6s9.7,21.7,21.6,21.7c12,0,21.7-9.7,21.7-21.6c0,0,0,0,0,0C45.3,11.7,35.6,2,23.6,2z M35.7,23h-23v2h23V23z'/%3E%3C/svg%3E");
	background-size: cover;
	background-repeat:no-repeat;
    width: 47px;
    height: 47px;
    right: 15px !important;
	top: 0;
	margin: 0;
}
.customHeadingDash .et_pb_module_header {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.customHeadingDash .et_pb_module_header:before,
.customHeadingDash .et_pb_module_header:after {
    content: '';
    width: 30px;
    background: #fff;
    height: 2px;
    margin-top: 5px;
}
.customHeadingDash .et_pb_module_header:before {
    margin-right: 15px;
}
.customHeadingDash .et_pb_module_header:after {
    margin-left: 15px;
}

@media screen and (min-width: 981px) {
    #et-boc .area-outer-wrap[data-da-type=popup] {
		width: 100%;
		padding: 0;
	}	
}
@media(min-width:768px){
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-content .tmdivi-media{
		justify-content: center;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-story-no-icon{
		margin-top: 80px;
		margin-bottom:0px;
		transition: unset;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.tmdivi_timeline_story_4.tmdivi_timeline_story.et_pb_module.timeline-item.lastItem.active .tmdivi-content{
		justify-content:center;
		align-items:center;
		text-align: center;
	}
	.tmdivi_timeline_story_4.tmdivi_timeline_story.et_pb_module.timeline-item.lastItem.active .tmdivi-description p{
		text-align: center;
	}
}
@media(min-width:1025px){
/* 	.parallaxCenter .et-pb-parallax-background {
		background-position: top 90% center !important;
	} */
}
@media(max-width:1024px){
	.heroSlider .et_pb_slider_container_inner .et_pb_slide_description {
		max-width: 100vw !important;
		padding: 0 !important;
	}
	.dataPart .leftImages{
		gap: 30px;
	}
	.pagebannerTitle h1 {
		font-size: 40px;
	}
	.customToggle .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before,
	.customToggle .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before{
		width: 42px;
		height: 42px;
	}
	.customToggle .et_pb_toggle .et_pb_toggle_title {
		padding-right: 50px;
	}
}

@media(max-width:980px){
	.fixHeader .et_mobile_menu {
		position: fixed;
		padding: 0px 0px 20px 0px;
		z-index: 9999999;
		box-shadow: none;
		top:99px;
	}
	.fixHeader .et_mobile_menu a{
		padding-left: 20px;
        padding-right: 20px;
	}
	.dataPart{
		flex-direction: column;
	}
	.dataPart .rightText ul li, .dataPart .rightText ol li, .dataPart .rightText p {
    	font-size: 22px;
	}
	.produceItemParent{
		grid-template-columns: repeat(2, 1fr);
	}
	.produceItemParent .produceItemName {
    	font-size: 26px;
	}
	.fullWidthText50 .textPart,
	.fullWidthText50 .bigTextPart {
		max-width: 100%;
	}
	.orderOnlineWrap {
		margin-top: 30px;
	}
	.orderOnlineBtn{
		font-size:20px;
	}
	.et_mobile_menu li a {
		border-bottom: none;
	}
	.customToggle .et_pb_toggle .et_pb_toggle_content {
		width: 100%;
	}
	#et-boc .area-outer-wrap[data-da-type=popup] .et_flex_row{
		flex-direction:column;
	}
	#et-boc .area-outer-wrap[data-da-type=popup] .et_flex_row .et_pb_column_empty {
        display: block;
        aspect-ratio: 3 / 4;
        min-height: auto !important;
    }
}
@media(max-width:767px){
	.customWidthBtn .et_pb_button {
		min-width: 210px !important;
	}
	.dataPart .rightText ul li, .dataPart .rightText ol li, .dataPart .rightText p {
    	font-size: 18px;
	}
	.dataPart .leftImages{
		gap: 20px;
	}
	.bottomArea {
    	padding-top: 30px;
		margin-top: 30px;
	}
	.pagebannerTitle h1 {
		font-size: 34px;
	}
	.orderOnlineBtn {
        font-size: 18px;
		padding: 13px 26px;
    }
	.dataPart {
		gap: 30px;
	}
	.tmdivi-wrapper .tmdivi-icon {
		width: 50px;
		height: 50px;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-icon {
		left: -72px !important;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-icon {
		right: auto !important;
		left: -72px !important;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-title {
		justify-content: flex-start;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-description {
		text-align: left;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-timeline .tmdivi_timeline_story.lastItem .tmdivi-media img {
		max-width: 230px;
	}
	.tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content .tmdivi-media.full {
		justify-content: flex-start;
	}
	.customToggle .et_pb_toggle .et_pb_toggle_title {
		padding-right: 40px;
	}
	.customToggle .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before,
	.customToggle .et_pb_toggle.et_pb_toggle_close .et_pb_toggle_title::before {
        width: 32px;
        height: 32px;
        right: 0 !important;
    }
}
@media(max-width:575px){
	.produceItemParent{
		grid-template-columns: 1fr;
	}
}