/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: impact;
	src: url(../fonts/impact.ttf);
}

* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #374a78;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: impact;
}
a {
	text-decoration: none;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	transition: all ease 0.3s;
}
a:hover{
    transition: all 0.5s ease;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.brownBorder{
    border: 1px solid #4b3822;
    box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.container {
	width: 98%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 95%;
	margin: auto;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
.half {
	width: 50%;
}
.defaultbg{
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
}
header {
	background-image: -moz-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(206,140,63) 100%);
	margin: 20px 0px 0px 0px;
	display: flex;
	flex-direction: column;
}
.topHeader{
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.whiteSpace {
	height: 10px;
}

.logo {
	margin: -10px 0px 10px 10px;
}
.logo img {
	width: 250px;
}
.logo img:hover {
  animation: bounce 0.6s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}
.contactBox {
    display: flex;
    justify-content: end;
    gap: 50px;
    z-index: 9999;
    position: relative;
    margin-right: 20px;
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
    fill: #4b3822;
}
.contactBox a {
    color: #4b3822;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.5s ease !important;
}
.contactBox a:hover{
    font-weight: bold;
    transform: scale(1.05);
}

.navSec {
}
.nav {
	background: #ce8c3f;
}
.nav ul {
	list-style: none;
	text-align: center;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 15px 0px 15px;
	line-height: 30px;
}
.nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	text-transform: uppercase;
	cursor: pointer;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #4b3822;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
	color: #4b3822;
}
/* Dropdown */
.dropdown{
    span{
      font-size: 12px;
  }
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #ce8c3f;
  list-style: none;
  top: 30px;
  left: 0;
  width: auto;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  z-index: 9999;
  
}
.dropdown-menu li {
    float: left;
    position: relative;
    width: 100%;
    text-align: left !important;
}
.dropdown-menu li a {
    display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.fdmenu{
    top: unset;
    bottom: 100%;
}

.active {
}
.hidden{
    display: none;
    transition: all ease 0.3s;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	margin-top: 0px;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
header.fixed {
    
}
.fixed > .nav ul li a {
	font-size: 14px;
}
.fixed .logo {
	margin-bottom: 0px;
	margin-top: 0px;
}
.fixed .logo img {
	width: 150px;
}

.contentSection {
	margin: 10px 0px 0px 0px;
	background: #fff;
}
.contentSec {
	margin: 10px 0px 30px 0px;
}
.contentMainHeading {
	font-size: 2.3vw;
	color: #a1060c;
	width: 100%;
	float: left;
	position: relative;
	font-family: shelley;
	margin-top: 30px;
}
.mainHeading p, .mainHeading h1, .mainHeading h3{
	font-size: 25px;
	color: #4b3822;
	width: 100%;
	float: left;
	position: relative;
	margin: 20px 0px 0px 0px;
	word-spacing: 5px;
	font-weight: 500;
}
.contentSubHeading p, .contentSubHeading h3 {
	font-size: 25px;
	color: #4b3822;
	width: 100%;
	float: left;
	position: relative;
	font-family: shelley;
	margin: 0px 0px 20px 0px;
	font-weight: 500;
}
.contentSec{
    border: 1px solid #ce8c3f;
    box-sizing: border-box;
    padding: 20px 0px 0px;
   
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #3a3a3a;
	margin: 0px 0px 20px 0px;
}
.contentSec ul{
    margin: 0px 0px 20px 35px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 16px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #ce8c3f;
}
.companySec{
    padding: 30px 0px 30px 0px;
     h3{
         margin-top: 0px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
    }
}
.threeImgs{
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 30px;
 .image-column{
            min-height: 400px;
             border: 1px solid #4b3822;
            box-sizing: border-box;
            
        img{
            width: 100%;
            height: 100%;
            transition: all ease 0.3s;
            transform: scale(1.1);
        }
       
        }
        
}
.image-column{
   
            overflow: hidden;
   
}

/* Slider */


.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    border: none;
    margin: 0px 10px 0px 10px;
    overflow: hidden;
}
.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 91.4%;
    margin: auto;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}


[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrow Styling */
.slick-arrow{
     background: none;
    display: flex;
    img{
        width: 30px;
        height: 30px;
    }
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;                 /* center vertically */
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-prev { 
    left: 15px; 
}
.slick-next { 
    right: 20px; 
}

.slick-prev:hover,
.slick-next:hover {
    
}




.logo-box {
  width: 100%;
  height: 150px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #4b3822;
    box-sizing: border-box;
    border-bottom: none;
    transition: all ease 0.3s;
    overflow: hidden;
}

.logo-container img {
  width: 90%;
  object-fit: contain;
  transition: all ease 0.3s;
}
.logo-container img:hover{
    animation: zoomBounce 0.6s ease-in-out forwards;
}
/* Keyframes for zoom + bounce */
@keyframes zoomBounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1.10);
  }
  100% {
    transform: scale(1.1);
  }
}

.more-btn {
  display: block;
  width: 100%;
  background-color: #4b3822;
  color: #ce8c3f;
  border: none;
  padding: 5px 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  text-transform: uppercase;
}

.more-btn:hover {
  background-color: #ce8c3f;
  color: #4b3822;
}

.videoBox{
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 45%, rgb(206,140,63) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 45%, rgb(206, 140, 63) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 45%, rgb(206,140,63) 100%);
        padding: 30px 0px 30px 0px;
    video{
        width: 90%;
        height: 700px;
        display: block;
        margin: auto;
        /*
        left: 0%;
        top: 50%;
        position: absolute;
        transform: translateX(-50%);
        */
        border: none;
        object-fit: cover;  /* fills box while preserving video proportions */
        display: block;   
    }
    
}
.infoSec{
    
}
.info-box {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding: 30px 0px 27px 0px;
  
}

.image-row {
  display: flex;
  width: 100%;
  gap: 20px;
}

.image-column {
  width: 50%;
  text-align: center;
  transition: all ease 0.4s;
}

.image-column img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
/* 
.image-column img:hover{
    
}
.image-column a > img:hover {
    transform: scale(1.1);
}
*/
.image-column img:hover{
    transform: scale(1.1);
}

.image-column:hover{
     transform: translateY(-10px) scale(1.03); /* Lift and slight zoom */
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #f0f4ff, #ffffff);
}



.btn-overlay {
    display: block;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4b3822;
    color: #ce8c3f;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  width: 50%;
}

.btn-overlay:hover {
  background: #ce8c3f;
    color: #4b3822;
}

footer {
    
}

.footerNav {

}
.footerNav ul {

	
}
.footerNav ul li {
	
}
.footerNav ul li a {
	
}
.rights{
    margin: 28px 0px 28px 0px;
}
.rights p {
	color: #0a0b0f;
	font-size: 14px;
	margin-top: 0px;
}
.rights a {
	color: #ce8c3f;
	transition: all ease 0.3s;
	
}
.rights a:hover {
	font-weight: bold;
}
/******contact us********/
.contactSec{
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.map{
    overflow: hidden;
    height: 400px;
    border: 1px solid #ce8c3f;
    box-sizing: border-box;
    margin-bottom: 30px;
}
iframe{
    width: 100%;
    height: 100%;
    
}
/*****responsive*****/
@media only screen and (max-width:1300px) {
    .logo img{
        width: 200px;
    }
    .logo-box{
        height: 350px;
    }
    .videoBox video{
        height: 650px;
    }
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}

.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
.videoBox video {
	height: 350px;
}
}

@media only screen and (max-width:645px) {
.topHeader {
    flex-direction: column;
}
.contactBox{
    margin-right: 0px;
    flex-direction: column;
        gap: 0;
}
.logo img {
	width: 125px;
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 28px;
	right: 10px;
	position: fixed;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: -70px;
	left: 0px;
	position: absolute;
	background: #ce8c3f;
	z-index: 9999;
	padding: 0px;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.dropdown{
    height: auto !important;
    float: left !important;
    position: relative !important;
}
.dropdown-menu {
  width: 100%;
  float: left;
  position: relative;
  top: unset;
  left: unset;
}
.dropdown-menu li {
    text-align: center !important;
}
.dropdown-menu li a {
}


.navBtn {
	margin: 10px 0px 5px 0px;
	width: 100%;
}
.contentSec p {
    text-align: center;
}
.sliderArrows img {
	width: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}
.slick-prev {
    left: 0px;
}
.slick-next {
    right: 0px;
}
.contentSec {
	margin: 0px 0px 0px 0px;
}
.logo-box {
    height: 200px;
}
.more-btn{
    padding: 4px 0px;
}
.image-row{
    flex-direction: column;
}
.image-column {
    width: 100%;
}
.footerNav {
    background: #ce8c3f;
    margin-bottom: 20px;
	}
.footerNav ul li{
    width: 100%;
}
.footerNav ul li a {
	
	width: 100%;
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
.threeImgs{
    flex-direction: column;
    img{
        height: auto;
    }
}

}


