/*
Theme Name:   	Caring Market Child
Author:       	SilentStudio
Template:     	caringmarket
Description:  	This is a child theme for Caring Market theme
Version:      	1.0.0
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
*/
/*
 * Add your own custom css below this text.
 */

 html {
	scroll-behavior: smooth;
	overscroll-behavior-y: contain;

}

@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold_1.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book_1.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'AvenirLTStd-Heavy';
	src: url('fonts/AvenirLTStd-Heavy.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('fonts/BebasNeue.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'BebasNeue';
	font-weight: normal;
	font-weight: normal;
}

h1:focus {
	outline: none;
}

h2:focus {
	outline: none;
}

h3:focus {
	outline: none;
}

h4:focus {
	outline: none;
}

h5:focus {
	outline: none;
}

h6:focus {
	outline: none;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
	font-size: 15px;
	line-height: 27px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	line-break: strict;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	width: 100%;
	min-height: 100%;
	position: relative;
	color: #333333;
	font-family: 'Gotham-Book';
	font-weight: normal !important;
	
}

.text-white {
	color: #fff;
}

ul {
	padding: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a {
	color: #222;

}

strong {
	font-family: 'Gotham-Bold';
	color: rgb(41, 41, 41);
}

img {
	width: 100%;
	border-radius: 0;
	object-fit: cover;
}


button:focus {
	outline: none;
}

button {

	font-weight: normal !important;
}


a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: none;
}

input,
textarea {
	font-family: 'Gotham-Book';
	font-weight: normal !important;
}


mark {
	color: #fe7e75;
	font-weight: normal !important;
}

.brand-color {
	color: #BF9957;
}

.white-color {
	color: #fff;
}

.dark-color {
	color: #2D4767;
}

.heading {
	font-size: 55px;
    font-family: 'Gotham-Bold';
    color: #fff;
}
.large-heading {
	font-size: 124px;
	line-height: 110px;
	text-align: right;
	text-align: left;
}
.form-large-heading {
	font-size: 25px;
	font-family: 'Gotham-Bold';
	color: #879528!important;
	margin-bottom: 15px;
}
.button {
	display: block;
	font-family: 'Gotham-Bold';
	color: #363C3D;
	font-size: 14px;
	text-align: center;
	width:205px;
	letter-spacing: 2px;
	border-radius: 15px;
}


.my-container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 15px;
	justify-content: space-between;
}

.site-header {
	position: fixed;
	padding: 0 45px;
	width: 100%;
	border: none;
	z-index: 999;
	background-color: #879528;
	height: 80px;
}

.logo {
	width: 130px;
	height: auto;

	z-index: 999;
	/* Note: currently only Safari supports backdrop-filter */

	/* (plus shape's fill blended on top as a separate layer with 100% opacity) */
	position: absolute;
}


.main-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	flex-direction: row;
	width: calc(100% - 345px);
	height: 100%;
}

.delivery-bar {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-family: 'Gotham-Bold';
	color: #fff;
	width: 215px;
	line-height: 0;
	text-transform: uppercase;
	background: #6f7b24;
	margin-right: 15px;
	text-align: center;
}

.delivery-bar a {
	color: #fff;
	margin-left: 20px;
	font-family: 'BebasNeue';
	font-size: 25px;
}

.mainmenu-active {
	right: 0 !important;
}

.header-right-col {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	height: 100%;
}

.main-menu .menu-item {
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;

	padding-left: 40px;
}
.current-menu-item a {
	color: #363C3D!important;
}

.current_page_item a{
	color: #fff!important;
}

.menu-main-menu-container {
	width: 100%;
}
.menu-container .regular-heading{
	text-align: center;
}
.list-menu {
	padding-bottom: 40px;
}
.list-menu li {display: flex;margin-bottom: 40px;flex-wrap: wrap;}
.list-menu li .img-col{
	width: 50%;
	background-image: url(../caringmarket-child/assets/images/menu-img.png);
	background-size: cover;
	background-position: 0 0;
	min-height: 350px;
}
.list-menu li .text-col{
	width: calc(50% - 30px);
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
.list-menu li .text-col .heading {
	color: #879528;
	font-size: 40px;
	line-height: 55px;
	position: relative;
}


.list-menu li:nth-child(even) {flex-direction: row-reverse;}

.main-menu .menu-item a {
	color: #fff;
	font-size: 13px;
	position: relative;
	font-family: 'Gotham-Bold';

}

.header-social-list {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.header-social-list li {
	margin-left: 5px;
}


.header-social-list img {
	width: 25px;
	margin-bottom: 4px;
}


.banner {
	position: relative;
	/* height: 100vh; */
	margin-top: 80px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .banner-item {
	/* height: 100vh; */
}

.swiper-slide .banner-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 30px;
}

.banner-content-inner {
	max-width: 900px;
	text-align: center;
	background: #0000005e;
	padding: 30px;
}

.banner-content-inner .heading {
	color: #fff;
    text-align: center;
    font-size: 49px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.banner-content-inner .des {
	font-family: 'Gotham-Bold';
	font-size: 26px;
	line-height: 55px;
	
}

.main-container {
	background-size: cover;
	padding: 80px 0;
	position: relative;
	z-index: 0;
}

.breadcrumbs {
	display: none;
}

#breadcrumbs {

	color: #fff;
	text-transform: uppercase;
	
}

#breadcrumbs a {
	color: #fff;
	text-transform: uppercase;
}

.regular-heading {
	font-family: 'BebasNeue';
	font-size: 70px;
	line-height: 75px;
}

.sec1 {
	display: flex;
    background-color: #879528;
}
.sec1 {
	/* margin-bottom: -200px; */
	/* z-index: 99; */
}
.sec1 .image-col {
	width: 70%;
	/* position: relative; */
}
.sec1 .image-col img {
	position: absolute;
	width: 100%;
	pointer-events: none;
	max-width: 1000px;
}

.sec1 .content-col {
	width: 30%;
	padding-right: 5%;
	padding-top: 80px;
	color: #fff;
	padding-bottom: 200px;
	position: relative;
	z-index: 9;
}

.sec1 .content-col p{
	font-size: 17px;
	line-height: 34px;
}

.sec1 .content-col .best-seller {
	font-family: 'Gotham-Bold';
    color: #fff;
}

.sec2 {
	padding: 150px 0 150px 0;
	background-image: url('assets/images/homebg-min.jpg');
	background-size: cover;
	background-position: center;
	margin-top: -130px;
	min-height: 500px;
}
.sec2 .regular-heading{
	position: relative;
	text-align: center;
}
.sec3 {
	background-color: #879528;
}

.sec3 .my-container{
	display: flex;
	position: relative;
	padding: 100px 0;
}
.sec3 .my-container .large-heading {width: 100%;}

.sec3 .my-container img {
	max-width: 800px;
	position: absolute;
	right: -150px;
	bottom: 0;
}

/* Footer CSS*/
.site {
	overflow-x: initial!important;
}
.site-footer {
	padding: 60px 0;
	background-repeat: repeat-y;
	background-color: #363C3D;
	color: #fff;
}
.testimonial-container {
	max-width: 1240px;
	height: 100%;
	margin-top: 100px;
	position: relative;
	padding-bottom: 100px;
	}
.swiper-slide {
	font-size: 18px;
	background: transparent;

	/* Center slide text vertically */
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	text-align: left;
	line-height: 35px;
}
.swiper-pagination-bullet {
	width: 17px;
    height: 17px;
}
.swiper-pagination-bullet-active {
	background: #879528;
}

.testimonial-container img{
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 100%;
	border: solid 5px #BCC2C3;
	object-fit: cover;
}
.checkoutfullmenu-col {
	background-color: #879528;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.checkoutfullmenu-col .image-col{
	width: 50%;
	background-image: url(../caringmarket-child/assets/images/milktea2.jpg);
	background-size: cover;
	background-position: center;
}

.checkoutfullmenu-col .text-col{width: 50%;text-align: center;min-height: 400px;display: flex;align-items: center;justify-content: center;color: #fff;}
.checkoutfullmenu-col .text-col a {
	color: #fff;
	font-size: 50px;
	font-family: 'BebasNeue';
	line-height: 65px;
	letter-spacing: 0;
	background: #fff;
	color: #000;
	padding: 20px 50px;
}



footer {
	font-family: 'Gotham-Book';
	font-size: 20px;
}

footer a {
	text-decoration: none !important;
}

.footer-container .column1{
	width: 22%;
}
.footer-container ul li {
	padding: 1%;
	width: 50%;
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-container .column2{
	width: 40%;
	display: flex;
	align-items: flex-start;
}
.footer-container .column3{
	width: 28%;
}
.footer-menu a{
	color: #fff!important;
	font-size: 15px;
	text-transform: uppercase;
}


.contact-form input {
	width: 100%!important;
	margin-bottom: 20px;
	border: none;
	box-shadow: none;
	background-color: white;
	border-radius: 10px;
}

.contact-form table td {
	background-color: transparent!important;
	padding: 0px 10px;
	width: 50%;
}

.contact-form textarea {
	width: 100%;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 10px;
	height: 135px;
}

.contact-form .wpcf7-submit {
	background: #879528;
	color: #fff;
	border: none;
	font-family: 'Gotham-Book';
	max-width: 100px;
	padding: 3px 10px;
	margin: 0 auto;
	margin-left: 0;
	float: right;
	margin-top: 10px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #879528;
}

.contact-container{
	text-align: center;
}
.contact-container .regular-heading {
	margin-bottom: 100px;
}

.contact-container p {
	font-size: 30px;
	text-align: left;
}

.content-career {margin-top: 200px;margin-bottom: 200px;}

.content-career .heading {color: #fff;font-size: 65px;line-height: 70px;margin-bottom: 20px;}

.content-career p{font-size: 18px;color: #fff;max-width: 1000px;margin: 0 auto;padding: 0 15px;line-height: 40px;}

.list-career li{display: flex;border-bottom: solid 1px #ffffff;padding: 50px 0;text-align: left;}
.list-career .career-title {width: 25%;font-family: 'Gotham-Bold';color: #879526;font-size: 35px;line-height: 45px;}

.list-career .content {width: 75%;font-size: 28px;line-height: 40px;color: #fff;padding-left: 20px;}

.list-about {display: flex;flex-wrap: wrap;text-align: left;}
.list-about li {width: 30.333%;margin: 0 1.5%;}

.list-about li .about-heading {font-size: 77px;color: #879528;line-height: 76px;}
.list-about li p{font-size: 18px;line-height: 40px;}
.list-about li img{

}
.list-career li:last-child {
	border-bottom: none;
}

.text-with-mgb {
	margin-bottom: 65px;
}

.career-main-container {
	background-image: url(http://tzoneboba.com/wp-content/uploads/2020/06/crbg.jpg);
}

.career-main-container .regular-heading{
	color: #fff;
	margin-bottom: 50px;
}

.footer-container .my-container {
	display: flex;
	align-items: flex-start;
	max-width: 1300px;
	flex-wrap: wrap;
}

.footer-container .header-social-list {
	height: 35px;
	justify-content: flex-start;
	margin-left: -8px;
}
.footer-container .header-social-list img{
	width: 58px;
	margin-bottom: 0;
	margin-top: 13px;
	margin-right: 10px;
}
.header-social-list li {
	width: auto!important;
}

.menu-container {
	padding: 0!important;
}

.logo-footer {
	width: 97px;
	margin-top: -23px;
}

.main-menu-icon {
	position: fixed;
	right: 25px;
	color: #BF9957;
	top: 25px;
	cursor: pointer;
}


.footer-scial-icon {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.social-footer {
	display: flex;
	margin: 0;
	justify-content: flex-end;
}

.copy-right {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 32px;
}


.gototop {
	display: none;
	width: 40px;
	position: absolute;
	z-index: 9;
	right: 40px;
	bottom: 0;
	cursor: pointer;
}

.main-googlemap {
	width: 100%;
	min-height: 500px;
}

.menu-icon {
	height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.menu-icon img {
	width: 35px;
    height: auto;
	
}
.close-main-menu-icon {
		font-size: 30px;
    width: 35px;
    height: 35px;
    color: #000;
    text-align: center;
    line-height: 35px;
    right: 0;
    position: absolute;
    top: 0;
    margin-right: 15px;
    margin-top: 15px;
    z-index: 9999;
    cursor: pointer;
		display: none;
}

#loadding {
    position: fixed;
    z-index: 99999;
    background: #879528;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



:root {
  --active: #fff;
  --background: rgba(255, 255, 255, 0.1);
  --progress-duration: 4000;
  --progress-easing: cubic-bezier(0.4, 0, 0.2, 1);
}
.loading-indicator {
  -ms-flex: 0 1 320px;
  flex: 0 1 320px;
  height: 1px;
  position: relative;
  background-color: var(--background);
  margin-top: 5px;
}
.loading-indicator span {
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: var(--active);
  animation: loading calc(var(--progress-duration) * 1ms) var(--progress-easing) infinite;
  animation-fill-mode: both;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    -webkit-transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    -webkit-transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes loading {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.progress {
  -ms-flex: 0 1 50px;
  flex: 0 1 50px;
  padding-right: 10px;
  text-align: right;
  color: var(--active);
}
body.completed .progress,
body.completed .loading-indicator {
  animation: fadeOut var(--progress-easing) forwards;
  animation-iteration-count: 1;
  /*background-color: #071849;*/
}
body.completed .progress {
  animation-duration: calc(var(--progress-duration) * 0.75ms);
  animation-delay: calc(var(--progress-duration) * 0.375ms);
  
}
.progress {
    background: #879528;
}
.progress span {
    font-size: 15px;
}
body.completed .loading-indicator {
  animation-duration: calc(var(--progress-duration) * 0.625ms);
  animation-delay: calc(var(--progress-duration) * 0.5ms);
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes fadeOut {
  0% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
* {
  box-sizing: border-box;
}




@media only screen and (max-width: 10240px) {
	.sec3 .my-container img {
		max-width: 700px;
		position: absolute;
		right: -150px;
		bottom: 0;
	}
	.large-heading {
		font-size: 92px;
		line-height: 100px;
		text-align: right;
		text-align: left;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	.logo {
		width: 90px;
	}
}


@media only screen and (max-width: 768px) {
	.footer-container .header-social-list {
		justify-content: center;
	}
	.banner-content-inner .heading {
		font-size: 26px;
		line-height: 36px;
	}
	.banner-content-inner .des {
		font-size: 16px;
    	line-height: 29px;
	}
	.banner-content-inner {
		padding: 10px;
	}
	.site-header {
		position: fixed;
		padding: 0 15px;
		width: 100%;
		border: none;
		z-index: 9999;
		background-color: #879528;
		height: 60px;
	}
	header .menu-main-menu-container {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		right: -100%;
		background: #869529;
		
	}
	header .menu-main-menu-container	.main-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 15px;
		align-items: center;
		justify-content: center;
		
	}
	header .menu-main-menu-container .main-menu .menu-item {
		padding: 25px 0;
	}
	header .menu-main-menu-container .main-menu .menu-item a{
		font-size: 25px;
	}
	
	.banner {
		margin-top: 60px;
	}
	.list-about li{
		width: 100%;
		margin-bottom: 50px;
	}
	.text-with-mgb {
		margin-bottom: 20px;
	}
	.footer-container .column {
		width: 100%;
		text-align: center;
	}
	.footer-container .my-container {
		justify-content: center;
		align-items: center;
	}
	.logo-footer {
		margin: 0 auto;
	}
	.checkoutfullmenu-col .image-col {
		width: 100%;
		min-height: 350px;
		background-size: cover;
	}
	.checkoutfullmenu-col .text-col {
		width: 100%;
		height: 100px;
	}
	.list-menu li .img-col {
		width: 100%;
	}
	.list-menu li .text-col {
		width: 100%;		
	}
	.sec1 {
		flex-direction: row-reverse;
    	flex-wrap: wrap;
	}
	.sec1 .image-col img {
		position: inherit;
	}
	.sec1 .image-col {
		 width: 100%;
	}
	.sec1 .content-col {
		width: 100%;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.sec3 .my-container {
		flex-wrap: wrap;
	}
	.sec3 .my-container .large-heading {
		margin-bottom: 0;
		font-size: 80px;
		line-height: 90px;
		text-align: left;
		padding-left: 20px;
	}
	.sec3 .my-container img {
		/* position: inherit; */
		right: -175px;
		bottom: 0;
		max-width: 600px;
	}
	.sec1 .content-col {
		padding-bottom: 50px;
	}
	.sec2 {
		display: none;
	}
	.menu-icon {
		display: flex;
		margin-left: 15px;
		cursor: pointer;
	}
	.menu-icon img {
		width: 27px;
	}
	.header-social-list img {
		width: 20px;
		margin-bottom: 0
	}
	.delivery-bar {
		width: 165px;
		margin-right: 0;
	}
	header .header-social-list {
		display: none;
	}
	.footer-container .column3 {
		margin-top: 50px;
	}
	.close-main-menu-icon {
		    display: block;
    	opacity: 0;
    	visibility: hidden;
	}
	.contact-container .regular-heading {
		 margin-bottom: 30px;
	}
	.regular-heading {
		font-size: 40px;
    	line-height: 45px;
	}
	
	.list-about li .about-heading {
		font-size: 40px;
		color: #879528;
		line-height: 49px;
		text-align: center;
	}
	.list-about li p {
		font-size: 16px;
    	line-height: 30px;
	}
	.list-about li:last-child() {
		margin-bottom: 0;
	}
	.checkoutfullmenu-col .text-col a {
		    color: #fff;
		font-size: 24px;
		font-family: 'BebasNeue';
		line-height: 47px;
		letter-spacing: 0;
		background: #fff;
		color: #000;
		padding: 10px 40px;
	}
	.checkoutfullmenu-col .text-col {
		min-height: auto;
	}
	.list-menu li .text-col .heading {
		text-align: center;
	}
	.list-menu li {
		margin-bottom: 0;
	}
	.list-menu li .text-col .heading {
		color: #879528;
		font-size: 35px;
		line-height: 52px;
		position: relative;
		text-align: center;
	}
	.checkoutfullmenu-col .image-col {
		display: none;
	}
	.contact-container p {
		font-size: 16px;
    	line-height: 30px;
		text-align: center;
	}
	.content-career {
		margin-top: 50px;
    	margin-bottom: 0px;
	}
	.content-career .heading {
		font-size: 35px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.list-about li:last-child {
		margin-bottom: 0px;
	}
	
}

@media only screen and (max-width: 480px) {
	.logo {
		width: 55px;
	}
	.site-header {

	}
	.banner-content-inner .heading {
		margin-top: 0;
	}
	.banner-content-inner .des {
		font-size: 10px;
	    line-height: 17px;
	}
	.banner-content-inner .heading {
		font-size: 17px;
    	line-height: 21px;		
	}
	.swiper-pagination-bullet {
		width: 10px;
    	height: 10px;
	}
	.sec3 {
		overflow: hidden;
	}
	.sec3 .my-container .large-heading {
		margin-bottom: 0;
		font-size: 36px;
		line-height: 43px;
		text-align: left;
		padding-left: 10px;
	}
	.sec3 .my-container img {
		right: -140px;
	}

}





::-webkit-input-placeholder {
	/* Edge */
	color: #B3B3B3;
	font-size: 16px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #B3B3B3;
	font-size: 16px;
}

::placeholder {
	color: #B3B3B3;
	font-size: 16px;
}



