body {font-family: Verdana, Arial; color: #333333; font-size: 16px; line-height: 1.5em;}
html, body {width:100%; padding:0; margin:0;}

/* LAYOUT */

section {min-height: 400px; padding-bottom:30px; padding-top:20px}
strong { font-weight: bold; }

table td {font-size:16px;}

a:link, a:visited, a:active {color: #58D7E2; text-decoration: none; }
a:hover {color: #F8640A; text-decoration: none;}

b {font-weight:bold}

.page-title { padding-top:20px; font-size: 1.5rem; font-weight:bold; text-transform: uppercase;}

.txt-orange {
  color: #F8A142;
}

.bg-blue {
  background-color: #58D7E2;
}


.bg-box {
  background-color: #4F4A35;
}

.btn-light-grey, .btn-light-grey:hover, .btn-light-grey:active, .btn-light-grey:visited {
    background-color: #424242 !important;
}

.page-item.active .page-link{background-color:#F8A142 !important;border-color:#F8A142 !important;}

.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}

.box {
  position:relative;
  /* margin-top: -120px; */
  margin-top: 50px; 
  z-index:1001;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
.box { /* margin-top: -50px; */}	
}

@media (max-width: 992px) {
.box { margin-top: 0px; }	
}


.box .card-title {
  color: #FFFFFF;
  text-transform: uppercase;
}


.mask-bg:hover {
  background-color: rgba(240, 120, 0, 0.7);
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);

}

.poligon {
  width:98.9%;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 79.3%, 79.3% 100%, 0% 100%, 0% 86%, 0% 20%);
  padding: 5px 0px 5px 5px;
}

.poligon_border {
  background-color: #333333;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
}


.box-home {
  Background: #E83D20;
  position: absolute;
  top: 5px;
  left: 5px;
   -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%, 0% 86%, 0% 20%);
  clip-path: polygon(0% 0%, 80% 0%, 100% 0%, 100% 80%, 90% 100%, 0% 100%, 0% 86%, 0% 20%); 
}

.box-home p{
  color: white;
  font-size: 18px;
 text-transform: uppercase; 
 padding: 10px 20px 0px 20px;
}

.box-product {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  left: 30px;
}


.box-fun {
  position: relative !important;
  overflow: hidden;
}
.box-fun-overlay {
  display: none;
}
.box-fun a:hover .box-fun-overlay {
  display: inline;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease, padding 0.8s linear;
  background-color: rgba(17, 17, 17, 0.58);
  color: #fff;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.box-fun-overlay span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-box .card{border-radius:.8rem !important;}


.Image{
  width: 100%;
}



#cutleft .Image img{
  width:100%;
  height:100%;
  -webkit-clip-path: polygon(30% 0%, 80% 0%, 100% 0%, 100% 80%, 100% 100%, 0% 100%, 0% 86%, 0% 100%);
  clip-path: polygon(30% 0%, 80% 0%, 100% 0%, 100% 80%, 100% 100%, 0% 100%, 0% 86%, 0% 100%);
}

#cutright .Image img{
  width:100%;
  height:100%;
  -webkit-clip-path: polygon(0% 0%, 80% 0%, 70% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 86%, 0% 30%);
  clip-path: polygon(0% 0%, 80% 0%, 70% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 86%, 0% 30%);
}


.history {background-image: url("/images/Our_History.jpg"); background-size: contain;
background-repeat: no-repeat; background-color: #FFFFFF; }


#aboutus {
  position: relative;
  text-align: center;
  color: white;
}


@media (max-width: 991.98px) { 
.aboutus {background-image: url("/images/About_Banner.jpg"); min-height: 350px; color: white; }
.mission {background-image: url("/images/Our_Mission.jpg"); min-height: 350px; color: white; }
.values {background-image: url("/images/Our_Values.jpg"); min-height: 350px; color: white; }
 }



/* Carousel Wrapper */
/* Bottom right text */


@media (max-width: 1199.98px) { 
.carousel img {min-height: 400px; object-fit: cover; max-width: initial;}
}


.carousel-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #FFFFFF;
}

.carousel-caption_bg {
  background-color: rgba(17, 17, 17, 0.6);
}

.carousel-caption_left {
  text-align: left;
}

.carousel-caption_center {
  text-align: center;
}

.carousel-caption_right {
  text-align: right;
}

.carousel-caption h2{
    color: #F8A142;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
}

.carousel-caption p{
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.3;
}

.carousel-caption_btn {
    color: #504a33 !important;
    background-color: #F8A142;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px !important;
    width: 50px !important;
    outline: black;
    background-color: rgba(238, 162, 54, 0.8);
    background-size: 100%, 100%;
    border-radius: 50%;
}

.underline {
  border-bottom: 3px solid currentColor;
}

@media (max-width: 992px) { 
.carousel-caption h2{
	font-size: 1.4em;
	font-weight: 400;
}

.carousel-caption p{
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0;
}

.carousel-caption button{
	padding: 10px;
}
 }

/* Navbar */
.navbar-custom {
    background-color: #FFF;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}

/* change the link color and padding  */
.navbar-custom .navbar-nav .nav-link {
    color: #4F4A35;
    padding: 12px 20px;
	font-weight: 600;
	border-radius: 5px;
	font-size: 18px;
	text-transform: uppercase;
}

/* change the color and bg color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #F8A142;
    background-color: #ffffff;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown {
    background-color: #ffffff;
}

.navbar-custom .dropdown-menu {
    border: 0px;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: #F8A142 !important;
}

.dropdown:hover>.dropdown-menu {display: block; color: #F8A142;}

.side-nav { background-color: #FFFFFF;}

 @media only screen and (max-width: 1440px) {
.side-nav .collapsible a {
      font-weight: 500;
	  color: #4F4A35;
      font-size: 18px !important;		  
	  border-bottom:1px solid #CCCCCC;
	  padding-top:10px; padding-bottom:40px;
	  }
	  

.side-nav .collapsible li a:hover {
      color: #F8A142; }
	  
  .side-nav .social {
    padding-top: 0;
    text-align: bottom;
    border-bottom: 1px solid rgba(248, 161, 66, 0.65); }
	
.side-nav .social .fa-search,
.side-nav .social .fa-envelope,
.side-nav .social .fa-shopping-bag {
      font-size: 1.5rem;
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      color: #F8A142;
      transition: 0.3s; }	  
	  
	  
}


/* To-Top Button */
.totop-btn {
  position: fixed;
  bottom: 25px;
  right: 40px;
}


footer {
background-color: #F7F7F7;
color:#4F4A35;
text-align: left;
padding-top: 20px;
}
 
.foot a{color:#4F4A35;}
.foot a:hover{color:#F8A142; text-decoration: none;}

/******************* Crop Image ********************/

.card-img-top {
width: 100%;
height: 30vh;
object-fit: cover;
}

.crop_ProductDetail
{
    height: 15vh;
}

/******************* Photo Grid ********************/
.column_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0;
}

/* Create four equal columns that sits next to each other */

.column {
  -ms-flex: 33%; /* IE10 */
  flex: 34%;
  max-width: 33%;
  padding: 0;
}

.column img {
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}


/******************* Product Form ********************/

.orderformtitle {
color: #D90000;
font-size:1.3em;
}

.orderdetailtext {
color: #B20000;
}

#productmenu .card-header {
padding: 10px 20px 10px 20px !important;
}

#productmenu a { text-decoration: none; color: #1AC75C;  }
#productmenu a:hover{ color: #FF8000;  }