/*css styling --general----*/

.p0{
	padding: 0!important;
}
.m0{
	margin: 0!important;
}
*{
	box-sizing: border-box!important;
}
a{
	cursor: pointer!important;
}
body{
	background-color: #fff;
}
.lr-p15{
	left-padding: 15px!important;
	right-padding: 15px!important;
}
.tb-p-15{
	top-padding: 15px!important;
	bottom-padding: 15px!important;
}
.section-heading{
	margin: 30px auto;
}
.p-b-0{
	padding-bottom: 0!important;
}
.home-top-nav{
	position: fixed;
	width: 100%;
	background-color: #000;
	top: 0;
}
.section-heading h4{
	padding-top: 16px;
	padding-bottom: 2px;
	font-size: 1.2em;
	text-align: center;
	margin: 30px auto 0px auto;
}
.common-section{
	padding: 48px 10px;
}
.sales{
	background-color: #008100!important;
	border-color: #008100!important;
}

.heading-underline{
    width: 60px;
    height: 5px;
    background: #f95800;
    display: block;
    margin: 12px auto  0 auto;
}

.flip-card {
	margin: 42px auto;
  background-color: transparent;
  height: 270px;
  border: 0.2px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border: 1.75px solid #ccc;
}
.our-team-heading{
	text-align: center;
	font-size: 32px;
	color: #007dc3;
}
.flip-card-front img{
	width: 100%!important;
	height: 100%!important;
}/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #fff;
  color: rgba(0,0,0,0.75)!important;
  transform: rotateY(180deg);
      padding: 12px 0 0 0;
}
.flip-card-back h5{
	margin-bottom: 33px!important;
}


.contact-flip-a{
	display: block;
	color: inherit!important;
	font-size: 15px;
}
.contact-flip-a:hover{
	color: inherit!important;
	text-decoration: none;
}
.form-control{
	outline: none!important;
	box-shadow: none!important;
}
.form-group label{
	font-size: 16px;
}
.careers-form{
	border: 1px solid #ddd;
	padding: 3em;
	margin-top: 3em;
}
.form-label{
	margin-bottom: 32px;
	background-color: #f8f9fa!important;
}
.careers-submit{
	background-color: #008100!important;
	border-color: #008100!important;
	color: #fff!important;
	outline: none!important;
	margin: 0 auto;
	width: 60%;
	margin-top: 3em;
	display: block!important;
}
.careers-submit:hover{
	background-color: #fff!important;
	border-color: #008100!important;
	color: #008100!important;
}
.modal-backdrop.show{
	z-index: 9;
}

.modal-list,
.modal-list li{
		padding-left: 32px;
}
.modal-list a{
	color: #007dc3!important;
}
.modal-body h6{
	margin-top: 32px;
}
.sales-close{
	background-color: #008100!important;
	border-color: #008100!important;
	color: #fff!important;
	font-weight: 500;
}
.sales-close:hover{
	background-color: #fff!important;
	border-color: #008100!important;
	color:  #008100!important;
}
/*.content-overlay:before {
    background: linear-gradient(90deg,#333 10%,rgba(51,51,51,0));
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}*/
.content-overlay{
	height: 500px;
	width: 100%;
	margin-bottom: 24px;

}
 .ontent-overlay__text-wrap{
    color: #fff;
    float: left;
    padding: 45px;
    position: relative;
    width: 60%;
}
.content-overlay-image{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.about-us-section{
	padding: 2em 0;
}
.content-section{
	background: #fff;
	width: 70%;
	margin: 140px auto 50px;
	padding:32px 64px!important;
	letter-spacing: 0.4px;
	text-align: justify;
	-webkit-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 23px -2px rgba(0,0,0,0.75);
}
.companies-content{
	margin: 0 40px;
	display: none;
}
.section-primary-image{
	height: 300px;
	width: 200px;
	margin: 0 auto;
}
.section-primary-image img{
	width: 100%!important;
	display: block;
	margin: auto;
}
.para-heading{
	font-size: 24px;
}
.navbar a{
	color: #fff!important;
}
/*css styling for navbar section*/
.top-nav-home{	
	z-index: 99;
	width: 100%;
	position: fixed;
	background: transparent!important;
	border-bottom: 0.8px solid rgba(255, 255, 255, 0.15);
}
.thumbnail-heading{
	font-weight: 450;
	font-size: 20px;
	text-align: center;
}
.thumbnail-para{
	text-align: justify;
	font-weight: 400;
	max-height: 50px;
	font-size: 14px!important;
}

.top-nav{
	position: fixed!important;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;
	z-index: 99;
}

.top-nav .navbar-brand,
.navbar-light .navbar-nav .nav-link{
	color: #fff!important;
	font-size: 14px;
}

.nav-link{
	padding: 0.5em 1.9em!important;
}
.dropdown-menu{
	background-color: #222!important;
	color: #fff!important;
	padding: 0 15px;
	min-width: -webkit-fill-available!important;
	margin-left: 12px;
}

 .dropdown .dropdown-menu {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 0;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 234px;
    opacity: 1;
}
.dropdown-item{
	padding-right: 0;
	padding-left: 0;
	font-size: 13px;
	opacity: 0.9;
	color: #fff!important;
}

.dropdown-menu .nav-item:hover{
	background-color: #00ff3796!important;
}
.dropdown-divider{
	margin: 0.2rem 0!important;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus{
	color: #fff!important;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dropdown-menu > li a:hover, .dropdown-menu > li.show{
	background-color: #008200!important;
}
.navbar-toggler{
	outline: none!important;
}

.fa{
	color: white;
	font-size: 15px;
}
.career-top-content{
	text-align: center;
	padding: 1rem 2rem!important;
	border-left: 5px solid rgb(0,100,0);
	border-right: 5px solid rgb(0,100,0);
	background-color: rgba(1,100,0,0.3)!important;
	margin-bottom: 32px;
}
/*css styling for banner-carousel section*/
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#landing-banner-carousel{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-caption{
	bottom: 40%!important;
}
.banner-bold-text{
	font-weight: 700!important;
	font-size: 60px;
	display: block;
	color: #000!important;
}
.sharp
{
	border-radius: 0px!important;
}
.ourteamcard {
    padding: 1em!important;
    margin: 1em;
    transition: transform .2s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.ourteamcard:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.1);
    overflow: hidden;
}
#banner-text{
	font-weight: 100!important;
	font-size: 48px;
	line-height: 64px;

}
.thumbnail-img-div{
	width: 300px;
	height: 230px;
	margin: 50px auto;
}
.thumbnail-img-div img{
	width: 100%!important;
	height: 100%;
	-webkit-box-shadow: 0px 14px 27px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 14px 27px -9px rgba(0,0,0,0.75);
	box-shadow: 0px 14px 27px -9px rgba(0,0,0,0.75);
}
/*css styling for card section*/
.border{
	border: 1px solid #ccc;
}
.img-cards{
	width: 100%;
	height: 350px;
}
.clear-both{
	clear: both;
}
.card-heading-img{
	padding: 14px 0px;
}
.card-heading{
	font-size: 32px;
}
.card-content{
	margin-top: 48px;
	padding-top: 32px;
}
.card-desc{
	font-size: 18px;
	font-weight: 400;
	color: #191919;
}
.card-read-more{
	font-style: italic;
    cursor: pointer;
    text-decoration: none;
}
.card-read-more:active,
.card-read-more:focus,
.card-read-more:hover{
 	text-decoration: none!important;
 	color: #418207!important;
 	outline: none;
}

/*footer section css style*/
.ql-icons{
	margin-right: 12px;
}
.footer {
	padding-top: 24px;
	padding-bottom:  2px;
	background-color: #06163a!important;
	color: #fff!important;
	letter-spacing: 0.4px;
}
.ql-section{
	border-bottom: 1px solid #fff;
}
.quicklinks{
	list-style-type: none;
	font-weight: 500;
	margin-bottom: 16px;
}
.quicklinks a,
.quicklinks a:active,
.quicklinks a:focus,
.quicklinks a:hover,
.address{
	text-decoration: none;
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	opacity: 0.9;
}
.copyright{
	padding-top: 16px;
	justify-content: center;
	font-weight: 100;
	opacity: 0.9;
	padding-bottom: 4px!important;
}
.copyright-para{
	color: #fff!important;
	padding-left: 6px;
	text-align: center;
	font-size: x-small;
}
.copyright-para a{
	color: #fff;
}
.navbar-brand{
	height: 70px;
	width: 70px;
}
.navbar-brand img{
	height: 100%;
	margin-right: 14px;
}
.navbar-light .navbar-brand{
	color: #fff!important;
}
.cr-link,
.cr-link:active,
.cr-link:focus,
.cr-link:hover,{
	text-decoration: none!important;
	color: #fff!important;
}

/*FRANCHISE SECTION*/
.img-thumbnail{
	max-height: 200px!important;
	margin-top: 32px; 
	border: 0px!important;
	margin-right:  4px 10px;
	
}
.thumbnail{
	width: 100%;
}
.franchise-anchor{

}
.franchise-anchor:active,
.franchise-anchor:focus,
.franchise-anchor:hover{
	outline: none!important;
	color: #000!important;
	opacity: 0.9;
	text-decoration: none!important;
}
.franchise-name{
	text-align: center!important;
	align-content: center;
	outline: none!important;
	color: #000!important;
	opacity: 0.9;
	text-decoration: none!important;
}
.img-thumbnail img{
	width: 100%;
}
.bottom-slider{
	height: 550px;
	width: 100%;
}
.f-images{
	display: inline-block!important;
	justify-content: center;
}
.btm-slider-img-div{
	width: 100%;
	height: 550px!important;
}
.slick-dots{
	bottom: -25px!important;
}

.slick-dots li button:before{
	height: 35px!important;
	width: 35px!important;
}
.slick-next{
	display: none!important;
}
.btm-slider-img-div img,
.h3-img img{
	width: 100%;
	height: inherit;
}
.f-images{
	width: 100%;
	height: 100%;
}

.bottom-slider .btm-slider-img-div{
	height: inherit;
}
/*founder css styles*/
.founder-image-div{
	height: 100%;
	width: 100%!important;
}
.founder-image-div img{
	height: 100%;
	width: 100%!important;
}
.jumbotron{
	padding: 4rem 2rem 2rem 2rem!important;
}
.jumbotron-heading li{
	padding: 4px 1px;
}
.jumbotron-meatandeat{
	background-color:  #fff!important;
	border-left: 5px solid rgb(75.7, 15.3, 17.6)!important;
	border-right:5px solid rgb(75.7, 15.3, 17.6)!important;
	border-top: 1px solid rgb(75.7, 15.3, 17.6)!important;
	border-bottom: 1px solid rgb(75.7, 15.3, 17.6)!important;
	margin: 0 auto;
}
.signature *{
	text-align: -webkit-right!important;
}
.fa-quote-left{
	color: #000;
	position:absolute;
}
.quote{
	 font-size: 80px!important;
    position: absolute;
    margin-left: 29px;
    color: green;
}
.founder-quotes-para{
	margin-top: 32px;
}

/*group og companies stylings*/
.companies-images-wrapper{
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
	text-align: -webkit-center!important;
}
.logo-images{
	text-align: -webkit-center!important;
	width: 100!important;
	object-fit: contain!important;
}
.companies-images-wrapper img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.companies-img{
	width: 100%;
	margin-bottom: 24px;
	text-align: -webkit-center!important;

}
.companies-img img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.color
{
	color:black;
}

.meatandeat-img{
	margin-top: 50px;
}
.kebabistan-img{
	margin-top: 15px;
	padding-right: 12px;
}
.chai-img{
	padding-right: 10px;
}
.gio-img{
	padding-right: 42px;
}
.me-fresh{
	padding-right: 42px;
}