

body {
	margin: 0;
	padding: 0;
   font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}


/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

 h2, h3, h4, h5 {
	color: #071e70;
}

p {
	color: #676767;
	line-height: 1.8;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}

/*fonts*/
/*font-family: 'Allura', cursive;
font-family: 'Grey Qo', cursive;
font-family: 'Parisienne', cursive;
font-family: 'Yanone Kaffeesatz', sans-serif;*/
.c-btn {
	background-color: #fff;
	color: #000;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 25px;
	border: 1px solid #fff;
	transition: 0.3s ease-out;
}
.c-btn:hover {
	color: #fff;
	background-color: #000;
	transition: 0.3s ease-in;
}
.c-btn1 {
	background-color: #000;
	color: #fff;
	padding: 0.8rem 2rem;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	border-radius: 25px;
	border: 1px solid #000;
	transition: 0.3s ease-out;
}
.c-btn1:hover {
	color: #000;
	background-color: #fff;
	transition: 0.3s ease-in;
}
.c-btn2 {
	/*background-color: #000;*/
	color: #000;
	/*padding: 0.8rem 2rem;*/
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	border-radius: 25px;
	/*border: 1px solid ;*/
	transition: 0.3s ease-out;
}
.c-btn2:hover {
	color: #da2929;
	background-color: #fff;
	transition: 0.3s ease-in;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.align-c {
	align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
	background-color: #000!important;
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #fff;
}
.logo-img {
	width: 175px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #fff!important;
	/*line-height: 50px;*/
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 13px;
}
.nav-link-icon {
	color: #000;
	width: 27px;
	height: 27px;
	text-align: center;
	line-height: 27px;
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 0.6rem;
	font-size: 12px;
	transition: 0.3s ease-out;
	border: 1px solid #fff;
}
.nav-link-icon:hover {
	color: #fff;
	background-color: #da2929;
	transition: 0.3s ease-in;
}
.myNav-nav {
	width: 70%;
	justify-content: right;
	margin-right: 2rem;
}
.hm-head-icon {
	display: flex;	
	flex-direction: row;
	align-items: center;
}
.navbar-toggler {
	border: 1px solid #fff!important;
}

.customNav  {
	background-color: #000!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
	border: initial;
}

.customNav .logo-img {
	width: 100px;
}
.customNav .nav-link {
	color: #fff!important;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}
/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}




/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	    margin-top: 64px;
}
.hm-wel-cover {
	background-color: #000;
	padding: 6rem 0;
}
.hm-wel-img img {
	width: 70%;
}
.hm-wel-wrap h6 {
	color: #fff;
	padding: 4rem 0 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}
.hm-wel-wrap h1 {
	color: #fff;
	font-weight: 700;	
	font-size: 75px;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.hm-wel-wrap p {
	color: #fff;
	padding: 3rem 0 2rem;
}
.hm-wel-wrap {
	margin-right: 3rem;
}


.hm-pro-wrap {
	padding: 2rem 0 3rem;
	height: 100%;
	margin: 1rem;
	border-radius: 15px;
}
.hm-pro-wrap h4 {
	padding: 1.5rem 0 0.2rem;
	color: #000;
	font-weight: 600;
	font-family: sans-serif;

}
.hm-pro-wrap h2 {
	font-weight: 700;
	font-family:  monospace;
	letter-spacing: -3px;
	font-size: 45px;
	color: #000;

}
.hm-pro-top-title h1 {
	color: #000;
	padding: 2rem 0 4.5rem;
	text-transform: uppercase;
	font-weight: 600;
}
.hm-pro-top-title h6 i {
	color: red;
	font-weight: 400;
	font-size: 20px;
}

.hm-pro-cover {
	padding: 4rem 0;
}
.hm-pro-img img {
	width: 60%;
}
.hm-pro-line {
	position: relative;
}
.hm-pro-line {
	position: absolute;
	content: "";
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 380px;
	height: 1px;
	background-color: red;
}
.hm-pro-line::after {
	content: "*";
	position: absolute;
	top: -18px;
	background-color: #fff;
	width: 65px;
	color: #000;
	text-align: center;
	/*height: 60px;*/
	border-radius: 10px;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
}



.hm-why-line {
	position: absolute;
	content: "";
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 0.5px;
	background-color: red;
}
.hm-why-line::after {
	content: "*";
	position: absolute;
	top: -18px;
	background-color: #fff;
	width: 65px;
	color: #000;
	text-align: center;
	border-radius: 10px;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
}


.hm-why-title-para h4 {
	color: #000;
	font-family: sans-serif;
	/*font-family: first;*/
	font-weight: 700;
}
.hm-why-wap {
	padding: 3rem 0;
}
.hm-why-icon img {
	width: 100px;
}

.hm-why-title-para {
	margin-right: 4rem;
}
.hm-why-cover {
	padding: 4rem 0 1rem;
}
.hm-bakery-md-cover {
	background-image: url("../img/bakery-md.png");
	padding: 13rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.hm-best-cover {
	padding: 8rem 0 2rem;
}
.hm-col-best {
	padding-bottom: 6rem;
}
.hm-best-t h1 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 800;
	font-family: sans-serif;
	padding-top: 0;
	padding-bottom: 2.5rem;
}

.hm-best-line {
	position: absolute;
	content: "";
	bottom: 29px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	height: 1px;
	background-color: red;
}
.hm-best-line::after {
	content: "*";
	position: absolute;
	top: -18px;
	background-color: #fff;
	width: 65px;
	color: #000;
	text-align: center;
	border-radius: 10px;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.hm-best-all-wrap {
	background-color: #ffffff;
	border: 1px solid #ddd;
	padding: 3rem 4rem;
	border-radius: 25px;
}



.hm-meet-cover {
	padding-top: 1rem;
}
.hm-meet-tite-in {
	padding: 3rem 2rem 2rem;
	background-color: #fff;
}
.hm-meet-tite-in h6 {
	color: #000;
	font-family: sans-serif;
}
.hm-meet-tite-in h4 {
	color: #000;
	font-weight: 600;
}
.hm-meet-col-f {
	top: -200px;
	margin-bottom: -6em;
}


.hm-customer-cover {
	background-color: #fff;
	padding: 6rem 0;
}
.hm-customer-title h1 {
	color: #fff;
	font-weight: 700;	
	font-size: 75px;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.hm-customer-title h6 {
	color: orange;
	font-family: sans-serif;
}
.hm-customer-title h6 i {
	margin: 1.5rem 0;
	display: block;

}

.hm-customer-chef-img img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
}
.hm-customer-tite-in {
	background-color: #000;
	padding: 2rem;
	margin-top: 2rem;
	height: 100%;
}
.hm-customer-col {
	margin-bottom: 2rem;
}
.hm-customer-tite-in p {
	color: #a5a5a5;
}
.hm-customer-qoute i {
	color: #a5a5a5;
	font-family: first;
	letter-spacing: 0.9px;
	font-size: 11px;
	margin-top: -0.4rem;
	display: block;
}
.hm-customer-qoute h6 {
	color: orange;
	font-family: sans-serif;
}
.hm-cake-col {
	padding: 0;
}
.carousel-img {
	background-color: #0000;
}






/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/
.about-wel-cover {
	padding: 8rem 0 0;
}
.hm-about-title {
	margin-right: 3rem;
}
.hm-about-in-img i {
	color: #000;
}

.hm-about-in-pra h5 {
	font-size: 14px;
	color: inherit;
}
.hm-about-in {
	padding-top: 0.8rem;
}
.hm-about-cover {
	padding: 2rem 0 8rem;
}
.hm-about-img {
	background-color: #ececec;
	padding: 2rem 0;
}
/*.hm-about-img img {
	width: 150px;
}*/
.hm-about-img img {
	width: 250px;
}
.about-common-sec {
	height: 100%;
}



/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.details-img {
	/*border: 1px solid red;*/
	box-shadow: 1px 2px 3px 4px rgba(12,12,12,0.2);
}
.details-img img {
	padding: 2rem;
	text-align: center;
	margin: auto;
	display: table;
	width: 250px;
}
.details-col {
	margin-bottom: 2rem;
}
.details-heading {
	margin-top: 0.5rem;
	text-align: center;
	background-color: #dddd;
}
.details-heading h5 {
	color: #000;
	padding: 0.5rem 0;
	font-weight: 700;
	text-align: center;
}



/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/


#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}

.map-wrapper {
  line-height:0;

}
.contact-wrapper {
	background-color: #dddddd4a;
}
.empress-contact-cover {
	margin-top: 5rem;
}
.empress-contact-col {
	/*top: -3rem;*/
}
.empress-contact-wrap {
	padding: 1rem;
	margin-top: 2rem;
	background-color: #dddddd4a;
	height: 100%;
}
.empress-contact-wrap p, .empress-contact-wrap p a {
	color: #000;
	font-weight: 500;
	text-align: center;
}
.empress-contact-icon i {
	font-size: 35px;
	margin: 1rem 0;
}
.form-button {
	text-align: center;
	margin-top: 2rem;
}


/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	/*filter: drop-shadow(2px 4px 6px black);*/
}
.page-not-found-text {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-size: 20vw;
	font-weight: bolder;
	color: #000;  
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: none; /*currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.bottom-footer-wrapper {
	background-color: #000;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #fff;
	font-weight: 600;
}
.creator-link:hover {
	color: #fff;
}

.ft-logo img {
	width: 55%;
}
.ft-cover {
	background-color: #182434;
	padding: 4.5rem 0 3rem;
}
.ft-icon ul li i {
	color: orange;
}
.ft-icon ul li a {
	color: #ddd;
	display: block;
	margin-left: 1rem;
	font-size: 13px;
}
.ft-icon ul li {
	display: flex;
	flex-direction: row;
	padding: 0.5rem 0;
}
.ft-icon ul {
	margin-top: 2rem;
	padding-left: 0;
}
.ft-sd-wrap ul { 
    padding-left: 0;
}        
.ft-sd-wrap ul h6 {
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}
.ft-sd-wrap ul li a {
	color: #ddd;
	margin-bottom: 0.5rem;
	font-size: 15px;
	display: block;
	text-transform: capitalize;
}
.ft-lt-wrap h6 {
	color: #fff;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 13px;
}
.ft-social-icon {
	display: flex;
}
.ft-social-icon a {
	padding-right: 1rem;
}
.map-cl p i {
	color: #fff;
}
.map-cl p {
	color: #ddd;
}
.my-form {
	margin-bottom: 0.5rem;
}
.my-form input {
 	background-color: #394350;	
 	border: 1px solid #394350;
 	color: #fff;
}
.my-form input::placeholder {
	color: #ddd;
	font-size: 13px;
}
.c-btn3 {
	background-color: #000;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}
.c-btn3:hover {
	color: #000;
	background-color: #fff;
}

.pd-marg {
background: #e2e2e2;
    padding: 25px;
    margin-top: -8px;
}
.pro-inner-wrap-tb {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.pro-inner-wrap-tb  {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 20px;
	padding: 0.5rem;
}

.pro-inner-wrap-tb h4:first-child {
	color: #000;
	font-weight: 600;
}
.pro-inner-title {
	margin-bottom: 3rem;
}

.txt-size {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #000;
}

.txt-size-disc {
     font-size: 44px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}
.para-text {
    color :#000;
    font-size: 17px;
    font-weight : 600;

}

.txt-size-disc1 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
}

.my-ul {
    line-height: 27px;
    color: #000;
    font-weight: 600;
    padding-left: 0;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 2px solid #000000;
}

.my-img-pro {
        margin-top: 3rem;
}

.para-text strong {
    font-size: 24px;
    text-transform: uppercase;
}


/* gallery */

.gallery-card-img {
    border: none;
    overflow: hidden;
    margin-top: 1rem;
}
