/*------------------------------------------------------------------
Main Stylesheet

Project:    Upstake - Multipurpose Business Template
Version:    1.0
Last change:    10/06/2024
Author:    creativemaze
Primary use:    Bakery
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. General
2. Header
	2.1. Logo & Navigation
	2.2. Header Content
3. Main Content
	3.1. Bakery Area One 
	3.2. Bakery Area Two
	3.3. Bakery Area Three
	3.4. Bakery Area Four
	3.5. Bakery Area Five
	3.6. Bakery Area Six
	3.7. Bakery Area Seven
	3.8. Bakery Area Eight
	3.9. Bakery Area Nine
	3.10. Bakery Area Ten
	 
4. Footer
5. Responsive
-------------------------------------------------------------------*/

/* 1. GENERAL
 ----------- */
body,
html{
	width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
	font-family: sans-serif;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

*{
	box-sizing: border-box;
}

.page_area{
	width: 100%;
}

#loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
}

#loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: #333333;
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
} 

.bakery_heading{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2em;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.bakery_info{
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 10px;
	line-height: 1.5em;
}

.bg_head{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.2em;
	max-width: 600px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
}

.bg_sub{
	max-width: 600px;
	margin: 0 auto;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #dddddd;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 10px 0;
	line-height: 1.5em;
}

/* 2. HEADER
 ----------- */
/* --- 2.1. Logo & Navigation --- */
.navbar-header > a{
	text-decoration: none;
	color: #f1f1f1;
	transition: 0.5s;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 30px;
}

.navbar-header > a:hover{
	color: #f1f1f1;
}

#nav-logo > a{
	max-width: 160px; 
	position: relative;
	top: 33px;
}

#nav-logo > a img{
   position: relative;
   max-width: 160px;
   height: auto;
}

nav.navbar.bootsnav{
	background-color: transparent;
	border-bottom: none ;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav{
	margin-right: 160px;
	margin-top: 5px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	border: 0;
	background: #ffffff;
	z-index: 9999;
}

nav.navbar.bootsnav ul.nav > li > a{
    color: #ffffff;
    font-family: 'Raleway' , Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
	letter-spacing: 1px;
	border-top: none;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    text-align: left;
	color: #111111;
	font-family: 'Raleway' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
	letter-spacing: 1px;
	border-bottom: none;
	transition: 0.5s;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
	color: #71b280;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	left: 0;
}

 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
	font-size: 12px;	
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before{
    font-family: 'Font Awesome 5 Free';
    float: right;
    content: "\f105";
    margin-top: 0;
}

nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
    left: 200px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu{
    top: 2px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a{
	font-family: 'Raleway' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    text-transform: capitalize;
	letter-spacing: 1px;
}

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover{
	color: #71b280;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 14px;
    font-weight: 600;
	font-family: 'Raleway' , Arial, sans-serif;
    color: #71b280;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px !important;
}

.attr-nav > ul > li > a{
    color: #ffffff;
	padding-top: 36px;
	margin-left: -12px;
	position: relative;
	left: -160px;
}

.top-search ::placeholder{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

/* --- 2.2. Header Content --- */ 
.top_box{
	height: 50px;
	overflow-y: auto;
	border-bottom: solid 1px #6f6f6f;
}

.top_info{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto
}

.left_info,
.right_info{
	position: relative;
	flex: 50%;
	width: 50%;
	padding-top: 15px;
}

.left_info{
	max-width: 400px;
	margin: auto;
	text-align: left;
	display: block;
}

.right_info{
	max-width: 600px;
	margin: auto;
	text-align: right;
	display: block;
}

.right_info .fas,
.right_info .far,
.left_info .fab{
	font-size: 16px;
	color: #ffffff;
}

.right_info .fas,
.right_info .far{
	padding-right: 8px;
}

.left_info > a{
	padding-right: 14px;
}

.left_info .fab:hover,
.right_info .fas:hover{
	opacity: 0.6;
}

.sub_width{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.left_sub{
	flex: 50%;
	width: 50%;
	text-align: left;
}

.right_sub{
	flex: 50%;
	width: 50%;
	text-align: center;
	padding-right: 25px;
}

.top_sub{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: right;
	margin-bottom: 0;
}

.head_btn{
	max-width: 300px;
	display: inline-block;
	position: absolute;
	top: 19px;
	right: 0;
}

.head_btn a{
	background-color: #71b280;
	width: 150px;
    color: #ffffff;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.head_btn a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

.sliderwrap{
	position: relative;
	top: -140px;
}

.header__content{
	display: flex;
	flex-direction: column;
	justify-content:  center;
	align-items: center;
	height: 100vh;
	min-height: 800px;
}

.slide__content{
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 750px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header-title {
	max-width: 800px;
	display: block;
	margin: auto;
	padding: 0 20px;
}

.header-title__main{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.14em;
	text-align: center;
	display: block;
	color: #ffffff;
}

.header-title__sub{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
	line-height: 1.35em;
	letter-spacing: 1px;
	text-align: center;
	padding: 40px 0;
}

.buttoncol a{
	background-color: #71b280;
	width: 165px;
	margin: 0 auto 0;
    padding: 15px 14px;
    text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
    display: block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.buttoncol a:hover{
	background-color: #ffffff;
	color: #111111;
	border-color: #ffffff;
}

/* 3. MAIN CONTENT
 ----------- */
 
/* --- 3.1. Bakery Area One --- */
.bakery_area_one{
	position: relative;
	z-index: 9999;
	width: 100%;
	margin-top: -250px;
	min-height: 300px;
	margin-bottom: calc(9em + 80px);
}

.bakery_group_one{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bottom_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.bakery_col{
	flex: 100%;
	max-width: calc(100% - 70px);
	background-color: #ffffff;
	padding: 25px 20px 0;
}

.area_head{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 10px;
	margin-top: 10px;
}

.area_info{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 10px;
	margin-top: 30px;
}

.area_head h2{
	max-width: 550px;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.area_info p{
	max-width: 450px;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.list_col{
	position: relative;
	flex: 83.33%;
	width: 83.33%;
	padding: 25px 20px;
}

.btn_col{
	flex: 16.66%;
	width: 16.66%;
	padding: 0 10px;
}

.bg_col{
	padding: 0 20px;
}

.bg_box{
	background-color: #f6f6f6;
}

.bg_image{
	position: relative;
}

.bg_image img{
	width: 100%;
	height: auto;
	display: block;
}

.bg_info{
	padding: 0 15px 20px;
	text-align: center;
}

.price_info{
	width: 80px;
	height: 80px;
	position: relative;
	bottom: 40px;
	margin-bottom: -40px;
	z-index: 999;
	margin-left: 15px;
	background-color: #71b280;
	border-radius: 50%;
	padding: 20px;
}

.price_center{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.price_info h4{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 20px;
	display: inline-block;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}

.bg_title h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	text-align: center;
	color: #111111;
	letter-spacing: 1px;
	line-height: 1.4em;
}

.slidenav{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -70px;
	z-index: 999;
}

.prev_slide .fi,
.next_slide .fi{
	font-size: 38px;
	transition: 0.6s ease;
	display: inline-block;
	overflow: hidden;
	color: #71b280;
	cursor: pointer;
}

.prev_slide .fi{
	margin-right: 15px;
}

.next_slide .fi:hover,
.prev_slide .fi:hover{
	color: #111111;
}

.centerpage_btn a{
	background-color: #71b280;
	width: 170px;
    color: #ffffff;
    padding: 14px 17px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.centerpage_btn a:hover{
	background-color: #111111;
	color: #ffffff;
	border-color: #111111;
}

.center_align{
	display: flex;
	flex-direction: column;
	justify-content:  center;
	align-items: center;
}

/* --- 3.2. Bakery Area Two --- */
.bakery_area_two{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto;
	margin-bottom: calc(9em + 80px);
}

.bakery_group_two{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.square_col_left{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.square_col_right{
	flex: 50%;
	width: 50%;
	padding: 0 20px;
}

.square_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.square_photo_area{
	max-width: 550px;
	max-height: 550px;
	position: relative;
	text-align: center;
}

.square_color_box{
	position: absolute;
	top: -40px;
	left: -40px;
	width: 450px;
	height: 450px;
	border-top: solid 40px #71b280;
	border-left: solid 40px #71b280;
	z-index: -10;
}

.square_center{
	position: absolute;
	bottom: -80px;
	right: 0;
	margin-right: 25px;
	z-index: 99;
	width: 280px;
	height: 280px;
	background-color: #ffffff;
}

.square_photo{
	width: 260px;
	height: 260px;
	margin: 10px auto;
}

.square_photo_area img{
	width: 100%;
	height: auto;
	display: block;
}

.square_box{
	max-width: 550px;
	padding-left: 20px;
}

.square_box h2{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.square_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 15px;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
	max-width: 450px;
}

.square_list > ul > li{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	padding: 20px 0;
}

.square_list > ul > li .first-letter{
	background-color: #71b280;
	padding: 12px 14px;
	color: #ffffff;
	margin-right: 4px;
}

.square_col_button a{
	background-color: #71b280;
	width: 150px;
	margin: 35px 0 0;
    color: #ffffff;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.square_col_button a:hover{
	color: #ffffff;
	background-color: #111111;
	border-color: #111111;
}

/* --- 3.3. Bakery Area Three --- */
.bakery_area_three{
	position: relative;
	width: 100%;
	min-height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.bakery_area_three::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

/* --- 3.4. Bakery Area Four --- */
.bakery_area_four{
	position: relative;
	z-index: 999;
	max-width: 1400px;
	margin: -325px auto 9em;
	padding: 0 20px;
}

.bakery_group_four{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.grid_col{
	flex: 25%;
	width: 25%;
	position: relative;
	padding: 40px 20px 0;
}

.grid_box{
	position: relative;
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.grid_image{
	overflow: hidden;
	position: relative;
}

.grid_image img{
	width: 100%;
	height: auto;
	display: block;
}

.grid_overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: rgba(24, 25, 34, 0.5);
}

.grid_num{
	width: 75px;
	height: 75px;
	margin: 0 auto 0;
	background: transparent;
	border: solid 1px #f1f1f1;
	border-radius: 50%;
}

.grid_num h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-weight: 600;
	font-size: 25px;
	display: block;
	text-align: center;
	color: #dddddd;
	line-height: 1.4em;
}

.grid_num{
	position: absolute;
	top: 20px;
	left: 20px;
}

.grid_content{
	position: absolute;
	bottom: 20px;
	left: 20px;
	max-width: 400px;
}

.grid_content h3{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.4em;
}

/* --- 3.5. Bakery Area Five --- */
.bakery_area_five{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.bakery_group_five{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icon_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.left_info_col{
	flex: 66.66%;
	width: 66.66%;
	padding: 0 25px;
	margin: 0 auto 0;
}

.right_info_col{
	flex: 33.33%;
	width: 33.33%;
	max-width: 500px;
	padding: 30px 35px 40px 25px;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	margin-top: 0;
}

.info_center{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.right_info_box h2{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	color: #111111;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-top: 0;
}

.right_info_box p{
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	padding: 12px 0;
	line-height: 1.5em;
}

.icon_col{
	flex: 25%;
	width: 25%;
	padding: 0;
}

.icon_box{
	max-width: 215px;
	margin: auto;
	padding: 20px 10px 25px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	overflow: hidden;
}

.icon_bottom{
	margin-top: 197px;
}

.icon_symbol{
	position: relative;
	top: -60px;
	left: -60px;
	width: 120px;
	height: 120px;
	background-color: #71b280;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: -55px;
}

.icon_symbol .fi{
	font-size: 38px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	position: absolute;
	right: 20px;
	bottom: 10px
}

.icon_content h3{
	color: #111111;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-top: 0;
}

.area_button a{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	color: #71b280;
	text-decoration: none;
	max-width: 115px;
	margin: auto;
	transition: 0.5s;
}

.area_button a::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.area_button a:hover{
	color: #111111;
}

.info_col_button a{
	background-color: #71b280;
	width: 160px;
	margin: 25px 0 0;
    color: #ffffff;
    padding: 13px 15px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.info_col_button a:hover{
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

/* --- 3.6. Bakery Area Six --- */
.bakery_area_six{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0;
	padding: 5em 0 9em;
}

.bakery_area_six::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(24, 25, 34, 0.6);
}

.bakery_group_six{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
}

.cube_area{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.cube_box{
	max-width: 600px;
}

.cube_col{
	position: relative;
	flex: 50%;
	width: 50%;
	padding: 0 25px;
}

.video-play-button {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 28px;
	height: 42px;
	border-radius: 50%;
	padding: 28px 16px 12px 32px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 18px solid #71b280;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.cube_box h2{
	color: #ffffff;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.cube_info_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cube_info_col{
	flex: 50%;
	width: 50%;
	padding: 25px 30px 10px 0;
}

.cube_title{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	display: inline-block;
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
}

.cube_title::after{
	content: '';
	display: block;
    width: 50px;
    height: 2px;
    background: #71b280;
    transition: width .5s;
}

.cube_info_box{
	max-width: 250px;
	text-align: left;
}

.bg_col_button a{
	background-color: #71b280;
	width: 150px;
	margin: 35px 0 0;
    color: #ffffff;
    padding: 13px 14px;
    text-decoration: none;
	text-transform: uppercase;
    display: block;
    font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	border: 1px solid #71b280;
	letter-spacing: 1px;
	text-align: center;
}

.bg_col_button a:hover{
	color: #111111;
	background-color: #ffffff;
	border-color: #ffffff;
}

/* --- 3.7. Bakery Area Seven --- */
.bakery_area_seven{
	max-width: 1100px;
	margin: -95px auto 9em;
	padding: 0 20px;
	position: relative;
	z-index: 999;
}

.bakery_group_seven{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.count_info_col{
	flex: 25%;
	width: 25%;
	padding: 30px 20px 0;
}

.count_title{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #111111;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin: 0;
	padding: 6px 0;
}

.count_title::first-letter{
	color: #71b280;
}

.count_info_box{
	max-width: 275px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px 10px;
}

.counter{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 50px;
	font-weight: 800;
	display: inline-block;
	text-align: center;
	color: #71b280;
	letter-spacing: 1px;
	margin: 0;
}

/* --- 3.8. Bakery Area Eight --- */
.bakery_area_eight{
	max-width: 1280px;
	padding: 0 25px;
	margin: 0 auto 9em;
}

.bakery_group_eight{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.blog_col{
	flex: 33.33%;
	width: 33.33%;
	padding: 40px 20px 0;
}

.blog_box{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.blog_area{
	position: relative;
	background-color: #ffffff;
}

.blog_image{
	overflow: hidden;
	position: relative;
}

.blog_date{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 15px 0;
	background-color: #71b280;
}

.blog_date h3{
	color: #ffffff;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

.blog_image img{
	width: 100%;
	height: auto;
	display: block;
}

.blog_image > a > img{
	transition: ease-in-out 3.25s;
}

.blog_image > a > img:hover{
	transform: scale(1.15);
}

.blog_content{
	text-align: left;
	padding: 10px 10px 15px 15px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
	padding-bottom: 20px;
}

.blog_title a{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 20px;
	display: block;
	font-weight: 600;
	color: #111111;
	letter-spacing: 1px;
	text-align: left;
	text-decoration: none;
	transition: 0.5s;
	line-height: 1.4em;
}

a.blog_btn{
	max-width: 110px;	
    color: #71b280;
    text-decoration: none;
	text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', Arial, sans-serif;
    transition: 0.5s;
	letter-spacing: 1px;
	text-align: left;
}

a.blog_btn::after{
	content: "\203A";
	position: relative;
	top: 1px;
	font-size: 20px;
	display: inline-block;
	padding-left: 5px;
}

.blog_title a:hover{
	color: #71b280;
}

a.blog_btn:hover{
	color: #111111;
}

/* --- 3.9. Bakery Area Nine --- */
.bakery_area_nine{
	max-width: 1280px;
	margin: 0 auto 9em;
	padding: 0 25px;
}

.bakery_group_review{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.review_head{
	flex: 58.33%;
	width: 58.33%;
	padding: 0 15px;
}

.review_content{
	flex: 41.66%;
	width: 41.66%;
	padding: 0 15px;
	margin-top: 40px;
}

.review_head h2{
	max-width: 600px;
	color: #111111;
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 40px;
	font-weight: 800;
	display: block;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
}

.review_content p{
	max-width: 450px;
	font-family: 'Roboto' , Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
	color: #696969;
	letter-spacing: 1px;
	text-align: left;
	line-height: 1.5em;
}

.bakery_group_nine{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.client_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
}

.client_comment p{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	color: #696969;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.5em;
}

.client_comment p::before{
	content: '\275D';
	position: relative;
	top: 10px;
	padding-right: 5px;
	font-size: 45px;
	color: #71b280;
}

.client_info{
	margin: 40px 0 0;
	background-color: #ffffff;
	padding: 30px 25px 20px;
	max-width: 275px;
	box-shadow: 0 20px 70px rgba(38,42,76,.2);
}

.client_info img{
	max-width: 90px;
	height: 90px;
	margin: auto;
	border-radius: 50%;
	display: block;
	text-align: center;
}

.client_name{
	font-family: 'Raleway' , Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	display: block;
	color: #111111;
	letter-spacing: 1px;
	text-align: center;
	line-height: 1.4em;
}

.client_title{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	display: block;
	color: #71b280;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4em;
	margin: 0;
}

.client_icon{
	display: block;
	text-align: center;
	padding-top: 8px;
}

.client_icon .fi{
	font-size: 22px;
	color: #71b280;
	display: inline-block;
	text-align: center;
}

/* --- 3.10. Bakery Area Ten --- */
.bakery_area_ten{
	max-width: 1200px;
	margin: 0 auto -7em;
	padding: 0 20px;
	position: relative;
	z-index: 999;
	display: block;
	overflow: hidden;
}

.bakery_group_ten{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.feature_col{
	flex: 16.66%;
	width: 16.66%;
	padding: 10px;
	position: relative;
}

.feature_image{
	max-width: 200px;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.feature_image > a > img{
	transition: ease-in-out 3.25s;
}

.feature_image > a > img:hover{
	transform: scale(1.15);
}

.feature_image img{
	width: 100%;
	height: auto;
	display: block;
}

/* 4. FOOTER
 ----------- */
.footer{
	width: 100%;
	min-height: 350px;
	position: relative;
	clear: both;
	background-color: #111111;
}

.footer_area{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 25px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 6em;
}

.footer_col{
	flex: 25%;
	width: 25%;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto;
}

.footer_col{
	padding-top: 4.5em;
}

a.footer-logo img{
	max-width: 150px;
	height: auto;
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 10px;
}

.footer_box > h3 > a{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
}

.footer_box > p{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: left;
	padding: 20px 0;
	line-height: 1.5em;
}

.footer_social{
	margin: 12px 0;
}

.footer_social > a > .fab,
.footer_social > a > .fa{
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	transition: 0.5s;
}

.footer_social > a{
	padding-right: 12px;
}

.footer_social > a > .fab:hover,
.footer_social > a > .fa:hover{
	color: #71b280;
}

.footer_col > h4{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}

.footer_col > ul > li{
	padding: 4px 0;
}

.footer_col > ul > li a{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ffffff;
	text-align: justify;
	transition: 0.5s;
}

.footer_col > ul > li a:hover{
	color: #71b280;
}

.right_list{
	padding-top: 10px;
}

.blog_list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 390px;
	padding-bottom: 10px;
}

.left_blog{
	flex: 33.33%;
	width: 33.33%;
	padding-bottom: 10px;
}

.right_blog{
	flex: 66.66%;
	width: 66.66%;
	max-width: 290px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-top: -5px;
}

.left_blog img{
	vertical-align: middle;
	width: 100%;
	max-width: 100px;
}

.details{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	margin-top: 35px;
	border-top: solid 1px #e0e0e0;
}

.details p{
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
}

/* 5. RESPONSIVE
 ----------- */
@media only screen and (max-width: 1024px){
	.header__content{
		height: auto;
	}
	
	.slide__content{
		height: auto;
	}
}
 
@media only screen and (max-width: 992px){
	nav.navbar.bootsnav .navbar-toggle{
        background: transparent;
        color: #ffffff;
		font-size: 25px;
		margin-top: 7px;
		margin-bottom: 12px;
	}
	
	.head_btn{	
		margin-top: 40px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.head_btn a:hover{
		background: transparent;
		border-color: #111111;
	}
	
	.navbar-header > a{
		margin-top: 14px;
	}
	
	#nav-logo > a{
		top: 19px;
	}
	
	nav.navbar.bootsnav ul.nav > li > a{
		color: #111111;
	}
	
	nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        float: right;
        font-size: 16px;
        margin-left: 10px;
    }
	
	nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
		display: none;	
	}
	
	nav.navbar.bootsnav .dropdown .megamenu-content .col-menu .title:before{
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
    }
	
	nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu{
		left: 0;
	}
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown.on > a.dropdown-toggle:before{
		 content: "\f107";
	}
	
	nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu{
		border-left: none;
		border-right: none;
	}
	
	.left_info,
	.right_info,
	.left_sub,
	.right_sub{
		flex: 100%;
		width: 100%;
		text-align: center;
	}
	
	.right_sub{
		padding-left: 0;
		padding-top: 12px;
	}
	
	.top_sub,
	.left_info a{
		text-align: center;
	}
	
	.top_sub{
		padding-bottom: 4px;
	}
	
	.attr-nav > ul > li > a{
		position: relative;
		left: 0;
		padding-top: 21px;
	}
	
	.area_head{
		flex: 100%;
		width: 100%;
	}
	
	.area_info{
		flex: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.list_col{
		flex: 100%;
		width: 100%;
	}
	
	.btn_col{
		flex: 100%;
		width: 100%;
		margin-top: 85px;
	}
	
	.bakery_area_one{
		margin-bottom: calc(9em + 40px);
	}
	
	.info_head{
		flex: 100%;
		width: 100%;
	}
	
	.info_content{
		flex: 100%;
		width: 100%;
		margin-top: 10px;
	}
	
	.grid_col{
		flex: 50%;
		width: 50%;
	}
	
	.bg_col{
		flex: 50%;
		width: 50%;
		max-width: 350px;
	}
	
	.square_col_left{
		flex: 100%;
		width: 100%;
		margin-bottom: 90px;
	}
	
	.square_col_right{
		flex: 100%;
		width: 100%;
	}
	
	.bakery_area_two{
		margin-bottom: 9em;
	}
	
	.left_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.right_info_col{
		flex: 100%;
		width: 100%;
		margin-top: 50px;
		max-width: 450px;
	}
	
	.cube_col{
		flex: 100%;
		width: 100%;
		padding: 0;
	}
	
	.bakery_col_button a{
		margin-bottom: 90px;
	}
	
	.video-play-button{
		margin-top: 90px;
	}
	
	.bakery_area_six{
		padding-bottom: 18em;
	}
	
	.count_info_col{
		flex: 50%;
		width: 50%;
	}
	
	.blog_col{
		flex: 50%;
		width: 50%;
	}
	
	.review_head{
		flex: 100%;
		width: 100%;
	}
	
	.review_content{
		flex: 100%;
		width: 100%;
		margin-top: 20px;
	}
	
	.client_col{
		flex: 50%;
		width: 50%;
	}
	
	.feature_col{
		flex: 33.33%;
		width: 33.33%;
	}
	
	.footer_col{
		flex: 50%;
		width: 50%;
	}
}

@media only screen and (max-width: 600px){
	.header-title__main{
		font-size: 35px;
	}
	
	.bakery_heading,
	.area_head h2,
	.square_box h2,
	.right_info_box h2,
	.cube_box h2,
	.bg_head,
	.review_head h2{
		font-size: 30px;
	}
	
	.square_col_right,
	.square_box,
	.review_head,
	.review_content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.square_color_box{
		width: 300px;
		height: 300px;
	}
	
	.square_photo_area{
		max-width: 400px;
		max-height: 400px;
	}
	
	.square_center{
		width: 200px;
		height: 200px;
	}
	
	.square_photo{
		width: 180px;
		height: 180px;
	}
	
	.grid_col{
		flex: 100%;
		width: 100%;
	}
	
	.icon_col{
		flex: 50%;
		width: 50%;
		max-width: 200px;
	}
	
	.icon_box{
		max-width: 200px;
	}

	.blog_col{
		flex: 100%;
		width: 100%;
	}
	
	.count_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.client_col{
		flex: 100%;
		width: 100%;
	}
	
	.feature_col{
		flex: 50%;
		width: 50%;
	}
	
	.footer_col{
		flex: 100%;
		width: 100%;
		margin: 0;
	}
}	

@media only screen and (max-width: 420px){
	.blog_col,
	.grid_col,
	.left_info_col,
	.client_col{
		padding-left: 0;
		padding-right: 0;
	}
	
	.cube_info_col{
		flex: 100%;
		width: 100%;
	}
	
	.square_photo_area{
		max-width: 350px;
		max-height: 350px;
	}
	
	.square_center{
		width: 180px;
		height: 180px;
	}
	
	.square_photo{
		width: 160px;
		height: 160px;
	}
}

@media only screen and (max-width: 390px){
	.square_color_box{
		width: 250px;
		height: 250px;
	}
	
	.square_center{
		width: 150px;
		height: 150px;
	}
	
	.square_photo{
		width: 130px;
		height: 130px;
	}
}


@media only screen and (max-width: 320px){
	.square_color_box{
		width: 220px;
		height: 220px;
	}
	
	.icon_col{
		flex: 100%;
		width: 100%;
		max-width: 200px;
	}
	
	.icon_bottom{
		margin-top: 0;
	}
}
