/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
/* Loader */
 #loader {
            border: 12px solid #f3f3f3;
            border-radius: 50%;
            border-top: 12px solid #5D6F34;
            width: 70px;
            height: 70px;
            animation: spin 1s linear infinite;
        }

        .center {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        @keyframes spin {
            100% {
                transform: rotate(360deg);
            }
        }


.brd {
  border: 1px solid red
}

.header_top_bar {
  text-align: right;
  font-size: 14px;
 /* background: #6D7E3A;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7e3a+0,5b6d33+100 */
/*background: linear-gradient(to bottom,  #6d7e3a 0%,#5b6d33 100%);*/
	background: linear-gradient(to bottom,  #292f18  0%,#40511c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: #fff;
  height: 42px;
  margin-top: 0px;
  padding: 5px 15px 0 0;
}
.header_top_bar span {
  margin: auto 5px
}
.header_mid_bar {
  background: url("../images/bg_header.png") center no-repeat;
  height: 120px;
}
.header_menu_bar {
  /*background: #6D7E3A !important;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7e3a+0,5b6d33+100 */
/*background: linear-gradient(to bottom,  #6d7e3a 0%,#5b6d33 100%); */
	background: linear-gradient(to bottom,  #5e6d33   0%,#40511c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  color: #fff;
  height: 42px;
  margin-top: 0px;
  padding: 5px 15px 0 0;
}
.school_logo {
  text-align: right !important;
}
.school_logo img {
  text-align: right !important;
}
.header_school_name {
  text-align: center;
}
.header_school_name h1 {
  font-size: 30px;
  margin: 2px;
  padding: 2px;
  text-transform: uppercase;
  color: #01407F;
  font-weight: 700;
}
.header_school_name h3 {
  font-size: 15px;
  margin: 2px;
  padding: 2px;
}
.header_school_name p {
  font-size: 12px;
  margin: 2px;
  padding: 2px;
}
/*new */
#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; /* Place the video behind other content */
}
.content-over-video {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}
.logo_name_header {}
.logo_name_header p {
  text-align: center !important
}
.logo_name_header img {
/*  width: 28%*/
}
#header {
  padding: 0px 0 !important;
  z-index: 9999999
}
#header .logo img {
  max-height: 95px !important;
}
#hero .carousel-container {
 /* top: 292px;*/
}
#hero {
  height: 550px !important;
}
.txt_left {
  text-align: left !important
}
.txt_right {
  text-align: right !important
}
.txt_center {
  text-align: center !important;
}
/* nav bar*/
.navbar li {
 /* margin: auto 15px auto auto !important;*/
}
.nav_icon {
  width: auto;
  height: 20px;
  margin: 5px 5px 5px 5px;
  background: url("../images/svg/leaf_d.svg") no-repeat;
  background-position-x: left;
}
.nav_icon:hover {
 
}
.nav_icon_active {
  width: auto;
  height: 20px;
  margin: auto 2px auto auto;
  
}
/* end*/





.banner_overlay {
  position: absolute;
  z-index: 99999;
  top: 480px;
}
.banner_overlay_container {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: url("../images/transparant_overlay.png") repeat;
  height: 70px;
  ;
}
.banner_overlay_txt {
  text-align: center !important;
  padding-top: 18px;
  font-weight: 400;
  font-size: 20px;
}
.banner_overlay_container img {
  width: 15%;
  padding-right: 5px;
}
.banner_overlay2 {
  position: absolute;
  z-index: 99999;
  top: 162px;
}
.banner_overlay_container2 {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background: url("../images/transparant_overlay2.png") repeat;
  height: 70px;
  ;
}
.banner_overlay_txt2 {
  text-align: center !important;
  padding-top: 18px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}
.banner_overlay_container2 img {
  width: 15%;
  padding-right: 5px;
}
.cart_box {
  padding: 3px 0px !important;
  width: 10%px;
  border-radius: 50px;
  font-weight: 400;
  background-color: #fff !important;
  border: 1px solid #DC5826 !important;
  color: #DC5826 !important;
  margin: 0 5px 5px 15px;
  -webkit-box-shadow: 1px 1px 5px 1px #DCB879;
  box-shadow: 1px 1px 5px 1px #DCB879;
}
.cart_box span {
  margin: 0px 5px;
}
.cart_box:hover {
  background-color: #DC5826 !important;
  color: #fff !important;
}
.cart_icon_hold {
  text-align: center !important;
  width: 45px !important;
  height: 45px !important;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DC5826;
  padding: 8px 8px;
  background-color: #D9D9D9;
}
.cart_icon img {
  color: #000 !important;
}
.cart_text {
  padding: 5px 0 0 0 !important
}
.cart_count {
  text-align: center !important;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #DC5826;
  padding: 10px 5px !important;
  color: #000;
  font-weight: 700;
}
.cart_count:hover {
  color: #fff !important;
  border: 1px solid #fff;
}
.testimonial-slider .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  border-radius: 100%;
}
.testimonial-slider {
  padding: 10px 0px 40px;
}

.carousel-inner_testi {border:0px solid red; background-image: url("../images/quote.png");background-repeat: no-repeat;
            /*background-attachment: fixed;*/
            background-position: left center; background-position: 5% 0%;}

.body_header {
  font-size: 40px !important;
  text-transform: none !important;
  font-weight: 500 !important;
}
.body_header2 {
  font-size: 25px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-family: 'Oswald', sans-serif;
  color: #01407F;
  background: url("../images/headline_brd.png")no-repeat;
  background-position: 0 95%;
  padding-bottom: 7px;
}
.body_header3 {
  font-size: 25px !important;
  text-transform: none !important;
  font-weight: 700 !important;
}
.text_induym {
  color: #DC5826 !important
}
.write_email {
  -webkit-border-radius: 50px 50px 50px 50px;
  border-radius: 50px 50px 50px 50px;
  background-color: #000;
  padding: 15px 55px;
  width: 50%;
  text-align: center;
  margin: 15px auto;
  color: #fff !important
}
.write_email a {
  color: #fff !important;
}
.write_email:hover {
  background-color: #DC5826 !important;
}
#footer .footer-top {
  background-color: #5E7332 !important
}
#footer {
  background-color: #2F3919 !important
}
.credits {
  padding: 30px 0 0 0 !important
}


.page_content{ border:0px solid #c1c1c1; background: #F1F8E9!important; -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; padding: 15px 15px; margin-bottom: 15px; border-top:5px solid #5e6f2f ;border-bottom:5px solid #5e6f2f ;}

.page_content h2{ color:#6d7e3a;  font-size: 25px;  font-weight: 500;}

.page_content table, tbody, tfoot, th, tr, td { border:1px solid #000!important; border-width: 1px!important; padding: 2px 5px; font-size: 14px!important;}
.page_content  tr{ height:30px!important;}

.page_content  thead{ height:40px!important; background: #5D6E34!important; color:#fff!important;}

.page_content table tr:nth-child(even) {
  background-color: #bfccaf;
}

/* pages */
.breadcrumbs {
  height: 245px !important;
  margin: 120px auto 50px auto !important;
  background: url("../images/page_header.jpg");
  background-size: cover; /* <------ */
  background-repeat: no-repeat;
  background-position: center center; /* optional, center the image */ border-bottom: 4px solid #DC5826;
	
}
.breadcrumbs h2 {
  color: #fff !important;
  text-align: center;
  border: 0px solid red;
  width: 100%
}
.breadcrumbs_txt_hold {
  padding: 5px 0 !important; margin-bottom: 1px;
	
}
.breadcrumbs_txt{background: #F1F8E9 !important; padding:5px 0 0 0 ;}
.breadcrumbs_txt ol {
	
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 10px;
  margin: 0;
  font-size: 14px;
 /* border-bottom: 2px dotted #6D7E3A;*/ -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; border-bottom:3px solid #5e6f2f ;
}
.breadcrumbs_txt ol li + li {
  padding-left: 10px;
}
.breadcrumbs_txt ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

/*cms */

.cms_hold{ margin:10px auto 145px auto!important; padding:0 25px;}
.cms_hold h1{ font-size: 25px!important;
  text-transform: none !important;
  font-weight: 700 !important;
 /* font-family: 'Oswald', sans-serif !important;*/
  color: #01407F !important;
 /* background: url("../images/headline_brd.png")no-repeat !important;
  background-position: 0 95% !important;*/
  padding-bottom: 0px !important; margin-bottom: 0px!important;
text-align: left!important;}

.cms_hold h2{ font-size: 25px!important;
  text-transform: none !important;
  font-weight: 700 !important;
 /* font-family: 'Oswald', sans-serif !important;*/
   /*color: #01407F !important; */
	color: #000 !important;
 /* background: url("../images/headline_brd.png")no-repeat !important;
  background-position: 0 95% !important;*/
  padding-bottom: 0px !important; margin-bottom: 0px!important;
text-align: left!important;}

.cms_hold h3{ font-size: 25px!important;
  text-transform: none !important;
  font-weight: 700 !important;
  /* font-family: 'Oswald', sans-serif !important;*/
  /*color: #01407F !important; */
	color: #000 !important;
 /* background: url("../images/headline_brd.png")no-repeat !important;
  background-position: 0 95% !important;*/
  padding-bottom: 0px !important; margin-bottom: 0px!important;
/*text-align: left!important;*/}

.cms_hold h4{ font-size: 25px!important;
  text-transform: none !important;
  font-weight: 700 !important;
  /* font-family: 'Oswald', sans-serif !important;*/
   /*color: #01407F !important; */
	color: #000 !important;
 /* background: url("../images/headline_brd.png")no-repeat !important;
  background-position: 0 95% !important;*/
  padding-bottom: 0px !important; margin-bottom: 0px!important;
text-align: left!important;}

.cms_hold h5{ font-size: 25px!important;
  text-transform: none !important;
  font-weight: 700 !important;
 /* font-family: 'Oswald', sans-serif !important;*/
   /*color: #01407F !important; */
	color: #000 !important;
 /* background: url("../images/headline_brd.png")no-repeat !important;
  background-position: 0 95% !important;*/
  padding-bottom: 0px !important; 
	margin-bottom: 0px!important;
text-align: left!important;}

.cms_hold p{   
 /* font-family: 'Oswald', sans-serif !important;*/
  color: #000 ;
	margin-left: 50px!important;
	padding:2px!important;
 }

.cms_hold ul, ol{   
/*  font-family: 'Oswald', sans-serif !important;*/
  color: #000 !important;
	margin-left: 0x!important;
 }

.cms_hold  table{ margin:0 auto!important; widht:100%!important;}
.cms_hold  blockquote{ margin:5px auto!important; text-align: center!important; width: 100%;}

.blog_hold p{   
 /* font-family: 'Oswald', sans-serif !important;*/
  color: #000 ;
	padding:2px!important;
 }

.plant_img img{ webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;}
.plant_img img:hover {
  transition: 0.3s;
  transform: scale(1.1);
	opacity: 1;}

.testimonal_hold{
	border: 1px solid #01407F; border-left: 0px; border-right: 0px; webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; ; /*height: 280px;*/ margin-bottom: 20px; overflow: hidden; text-align: center;
	
}

.testimonial{ }
.testimonial::before {
  content: open-quote;
	font-size: 45px;
	 font-family: "Space Grotesk", sans-serif;

  font-style: normal;
	color:#5D6F34!important;

}
/*.testimonial::after {
  content: close-quote;
	font-size: 45px;
	 font-family: "Space Grotesk", sans-serif;

  font-style: normal;
	color:#5D6F34!important;
	border:1px solid red;
}*/
.testimonal_hold p{margin: 5px !important}
/*cms */


/* sidebar*/

.sidebar_hold{}
.sidebar_hold ol{ margin-bottom: 25px;	
	}
.sidebar_hold ol li{ 	
	 margin:5px auto!important;
	border-bottom: 1px dotted #5D6F34!important;
	padding:5px auto!important;
	height: 32px;
}
.sidebar_hold ol li a{ color:#5D6F34!important}
.sidebar_hold ol li a:hover{ color:#EE0A0D!important}
.sidebar_hold ol li::before {
  content: "> ";
}
/* sidebar*/


.content h1 {
  font-size: 24px !important;
  color: #DC5826 !important
}
.content p {
  text-align: justify;
}
.form_message {
  font-size: 14px;
  text-align: right;
}
.form_error {
  text-align: center;
  color: red;
  background: #EED9D9;
  padding: 10px 5px;
  border-bottom: 2px solid red;
}
.form_success {
  text-align: center;
  color: green;
  background: #9AF0BB;
  padding: 10px 5px;
  border-bottom: 2px solid green;
}
.accordion-header {
  background: #F8BBA3 !important;
  border-color: #DC5826 !important
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion {
  --bs-accordion-active-bg: #DC5826;
  --bs-accordion-active-color: white;
}
.accordion {
  --bs-accordion-bg: #524a4e;
  --bs-accordion-color: white;
}
.accordion {
  --bs-accordion-btn-bg: #D6C4C4;
}
/*store*/
.store_finder_row {
  margin: 5px auto;
  border: 2px solid #DC5826;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  padding: 20px 5px;
}
.store_icon {
  text-align: right;
}
.store_name {
  text-align: left;
  font-weight: 700;
}
.store_add {
  text-align: left;
  font-size: 16px !important;
}
.store_mappin {
  text-align: left;
}
.card {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.card_footer_btn_hold {
  padding: 0 !important;
  border: none !important;
}
.btn_buy_card {
  text-align: center !important;
  background: #DC5826 !important;
  width: 100% !important;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  color: #fff !important
}
.card_footer_btn_hold {
  overflow: hidden;
}
.btn_buy_card:hover {
  color: #fff !important;
  background-color: #000 !important;
  transform: scale(1.1);
  opacity: 1;
  transition: 0.3s;
}
.card:hover img {
  transition: 0.3s;
  transform: scale(1.1);
  opacity: 1;
}
.card_image {
  overflow: hidden;
}
.filter_label {
  font-weight: 700 !important;
}
.filter_label:hover {
  background: #none !important;
}
.card-title {
  font-size: 16px !important;
}
.card-text {
  font-size: 14px !important;
}
/* Peroduct Pages CSS */
.product_images_hold {}
.main_image {
  margin: 5px auto 5px auto;
  overflow: hidden;
}
.main_image img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.main_image img:hover {
  border: 2px solid #DC5826;
  transition: 0.3s;
  transform: scale(1.1);
}
.small_image {
  margin: 5px auto 5px auto;
  overflow: hidden;
}
.small_image img {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.small_image img:hover {
  border: 2px solid #DC5826;
  transition: 0.3s;
  transform: scale(1.1);
}
.small_image_select img {
  border: 2px solid #DC5826
}
.Product_details_hold {}
.Product_details_hold h1 {
  font-size: 30px !important;
  font-weight: 400 !important;
  color: #000 !important
}
.Prdouct_title {
  margin: 5px auto 10px auto
}
.view_all_products {
  font-size: 12px !important;
  margin: 10px auto auto auto;
}
.food_type_row {
  margin: 5px auto 10px auto
}
.food_type {
  background-color: #EEEBEB;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px;
  font-size: 12px;
  padding: 5px;
}
.food_type img {
  width: 20px;
  margin-right: 5px;
}
.food_dsic {
  margin: 5px auto 10px auto
}
.food_dsic p {}
.qty_hold {
  background: #EFEFEF;
  border: 1px solid #ADA9A9;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.qty_hold {
  margin-top: 15px;
}
.qty_txt {
  text-align: right !important;
}
.qty_btn {}
.qty_btn button {
  width: 20px !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  outline: none !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.qty_fld {
  padding: auto 2px !important;
}
.qty_fld input {
  width: 25px !important;
  height: 25px !important;
  text-align: right !important;
  width: 100% !important;
}

.btn-change5{
        
 box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 1.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #31708f  inset;
}
.btn-change5:hover{
    -webkit-box-shadow: -500px 0 0 #31708f inset;
}
.btn_maincta {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #fff !important;
  font-size: 17px;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  margin-bottom: 10px;
  font-weight: 500
}
/*.btn_maincta:hover{ background-color:#454545!important; color:#fff; overflow:hidden;transition: 0.3s;transform: scale(1.1);}*/
.btn_maincta img {
  width: 45px;
  margin-right: 5px;
}
.PrePrimary {
  background: #CD0685;
}
.PrimarySecondary {
  background: #0C7A46;
}
.SrSecondar {
  background: #6C8AF1;
}
.Admissions {
  background: #D1931C;
}
.PrePrimary:hover {
  background: #990061;
}
.PrimarySecondary:hover {
  background: #074427;
}
.SrSecondar:hover {
  background: #0E30A1;
}
.Admissions:hover {
  background: #AC7509;
}
.school_cta2 {}
.btn_maincta2 {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  color: #fff !important;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 10px !important;
  margin-bottom: 10px;
  font-weight: 500;
  background: #5E7332;
}
/*.btn_maincta:hover{ background-color:#454545!important; color:#fff; overflow:hidden;transition: 0.3s;transform: scale(1.1);}*/
.btn_maincta2 img {
  width: 45px;
  margin-right: 5px;
}
.btn_maincta2:hover {
  background: #2B3319
}
.photo_gal {}
.photo_gal h2 {
  text-align: left;
}
.btn_viewmore {
  margin-right: 25px !important;
  background: #01407F;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.img_hold{ overflow:hidden!important;}
.card-img2 {overflow: hidden!important; -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px; border: 1px solid #01407F; height: 175px;}
.card-img2 img {
 
	
}
.card-img-overlay {
  border: 1px solid #ccc;
  height: 27px;
  margin-top: 147px;
  padding: 0;
  background: #FFF;
  opacity: 0.5;
}

.body_circular_image {
  text-align: center;
	border: 6px solid #01407F;
  -webkit-border-radius: 100px;
  border-radius: 100px;
	  width: 185px;
  height: 190px;
	padding:0!important;
}
.body_circular_image img {
 
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 173px;
  height: 180px
}

/*.body_circular_image {
  text-align: center
}
.body_circular_image img {
  border: 6px solid #01407F;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 200px;
  height: 200px
}*/
.body_circular_text {
  font-size: 14px;
}
.body_circular_text p {
  text-align: justify;
}
.blog_news_row {
  border-bottom: 1px dotted #000;
  padding: 5px auto !important;
}
.blog_news_image {
  margin: 5px auto;
	height: 160px;
	overflow: hidden!important;
}
.blog_news_text {
  font-size: 14px;
}
.blog_news_text p {
  text-align: justify;
  padding: 2px;
  margin: 2px;
}

.blog_news_category{
		background:#ACA6A6; padding:5px 15px!important; width: auto; display: table; -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;}

.blog_news_category:hover{
		background:#000; padding:5px 15px!important; width: auto; display: table; -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; color:#fff;}

.blog_news_category a{ color:#000;}
.blog_news_category a:hover{ color:#fff!important;}
.blog_news_title {
  font-weight: bold
}
.blog_news_title a {
  color: #0000FF;
}
.blog_news_title a:hover {
  color: #f00;
}
.blog_news_title {}

.blog_news_txt{ border-bottom:1px dashed #5E7332!important; height: 150px!important;}


.read_more {
  font-size: 12px;
  color: #0000FF;
}
.btn_blogmore {
  background: #01407F;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 0 0 0;
}
.footer-links {}
.footer-links p {
  margin: 5px !important;
  padding: 0px auto !important;
}
.body_page_fix {
  margin-top: 200px;
}
/* phpto gallery */
.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
	width: 100%;
	height:160px!important;
	webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.gallery-item3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
	width: 100%;
	height:100px!important;
	webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer; 
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
	webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
	text-align: center;
	
}

.img-hold{
	/*border:1px solid red;*/
	overflow: hidden;
	width:100%;
}

.gallery-item2 p{ margin:5px auto 2px auto!important; padding:5px auto 2px auto!important;}
.gallery-item2 img {

  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer; 
}
.gallery-item2:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.overlay:hover {
  opacity: 1;
}
.caption {
  color: #fff;
  text-align: center;
}
/* phpto gallery */
.also_aval {
  margin: 25px auto;
  border-top: 3px dotted #DC5826;
  padding-top: 15px !important;
}
.also_aval span {
  font-size: 18px !important;
  font-weight: 600;
}
.also_aval a {
  font-size: 20px !important;
  font-weight: 600;
}
.prdoduct_info {
  border-top: 3px dotted #DC5826;
  padding-top: 15px !important;
}
.prdoduct_info h2 {
  font-size: 16px;
  font-weight: 600;
}
.prdoduct_info p {
  font-size: 14px;
}
.prdoduct_info ul {
  font-size: 14px;
}
.modal {
  z-index: 9999999 !important;
}
.modal-content {
  border: 4px solid #6D7E3A !important;
  position: relative;
}
.modal-header h1 {
  font-size: 25px !important;
  color: #DC5826 !important;
}
.modal-dialog {
  margin-top: 215px;
}
.btn_prev {
  position: absolute;
  top: 45%;
  left: 0;
  background: #000;
  padding: 5px;
  color: #fff !important;
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  opacity: 0.5;
  font-size: 12px;
}
.btn_prev_inactive {
  background: #444444;
  padding: 5px;
  color: darkgrey;
}
.btn_next {
  position: absolute;
  top: 45%;
  right: 0;
  background: #000;
  padding: 5px;
  color: #fff !important;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  opacity: 0.5;
  font-size: 12px;
}
.btn_next_inactive {}
/*cart */
.cart_hold {
  border: 2px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.cart_title span {
  color: #DC5826;
  margin: auto 15px;
}
.cart_title span::after {
  content: " ~"
}
.cart_row {
  border: 1px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_row_total {
  background: #F6D9CE !important;
  border: 1px solid #DC5826;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.cart_row_total_txt span {
  margin: auto 4px !important;
  font-weight: 900;
}
.qty2_hold {
  width: 125px;
  background: #EFEFEF;
  border: 1px solid #ADA9A9;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
}
.value-button {
  float: left;
  width: 20px !important;
  height: auto !important;
  padding: 0 !important;
  border: none !important;
  background: #000 !important;
  color: #fff !important;
  font-weight: 600;
  outline: none !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  text-align: center !important;
  margin: auto 5px;
}
.qty_fld2 {
  padding: auto 2px !important;
  float: left;
  width: 50px;
}
.qty_fld2 input {
  width: 25px !important;
  height: 25px !important;
  text-align: right !important;
  width: 100% !important;
}
.cart_pay {
  margin: 25px auto;
}
/*Declaration Form*/
.DeclarationForm {}
.DeclarationForm p {
  margin: 5px !important;
}
.DF_form {
  margin-top: 25px;
	padding: 15px!important;
}
.DF_instr {
  font-size: 12px;
  text-indent: 15px !important;
  margin-top: 15px !important;
}
.DF_form h2 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
.df_frm_inside_sec {
  margin: 5px;
  padding: 5px;
}
.form-group {
  margin: 15px auto;
}
.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #6D7E3A
}
.form-group input {
  border-color: #909E5E !important
}
.form-control::placeholder {
  color: #C5C5C5 !important;
}
/*form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}

.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.value-button:hover {
  cursor: pointer;
}

form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}

form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}

form #input-wrap {
  margin: 0px;
  padding: 0px;
}

input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/