 /* Font */

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/TrebuchetMS-Italic.woff2') format('woff2'),
      url('../fonts/TrebuchetMS-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/Trebuchet-BoldItalic.woff2') format('woff2'),
      url('../fonts/Trebuchet-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/TrebuchetMS.woff2') format('woff2'),
      url('../fonts/TrebuchetMS.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url('../fonts/TrebuchetMS-Bold.woff2') format('woff2'),
      url('../fonts/TrebuchetMS-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


body{
  font-family: 'Trebuchet MS';
}

/*html{
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}*/

html,body{
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
a {
  color: inherit;
  text-decoration: none;
}
a {
  color: #2f0802;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
  max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

.container {
  width:1200px;
  margin: auto;
}


/* Navigation Css Start */

header{
  padding:20px 0px;
  position: relative;
  z-index: 99;
}

.navbar .nav-list{
	display:flex;
}

.navbar .nav-list li a{
  color:#000000;
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: 400;
	transition:all 0.8s;
  padding: 0 31px;
  border-right:2px solid #000000;
}

.navbar .nav-list li:last-child a{
  border-right:0;
}

.navbar .nav-list li a.active{
	color:#86561D;
}

.navbar .nav-list li:hover a{
	color:#86561D;
}

.destop_header_inr{
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.logo_center img{
	max-width:200px;
}

.social_right ul{
	display:flex;
	justify-content:space-between;
}

.social_right ul li{
	margin-left:18px;
	display: flex;
}

.social_right ul li a{
	display:inherit;
}

.logo_center a{
  display: flex;
}

.navbar .nav-list li.dropdwon {
	position: relative;
}

.submenu{
	display:none;
 	position: absolute;
	width: auto;
	top: 100%;
	left: -1px;
	z-index: 1;
	text-align: left;
    background: #fff;
    padding: 10px;
}

ul.nav-list li.dropdwon:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-list li.dropdown:hover .menu_dropdown{
	opacity:1;
}

.navbar{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}

/* Megamenu */

ul li.dropdown{
	position: relative;
}

.megamenu{
	position: absolute;
    background: #fff;
    z-index: 99;
    width: 300px;
    opacity:0;
    visibility:hidden;
    transition:all 0.7s;
    top:30px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

ul li.dropdown:hover .megamenu{
	opacity:1;
	visibility:visible;
}

.megamenu li {
	padding:8px 10px;
	border-bottom:1px solid #ccc;
	margin-right:0 !important;
	margin-top:0 !important;

}

/* Mobile navigation */

.mobile_btm{
    padding:30px 20px 0;
}

.web_header_mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mo_menu {
  position: fixed;
  right:-80%;
  background: #fff;
  width:80%;
  height: 100vh;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index:9999;  
  visibility: visible;
}

.mo_menu.active {
  right:0;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  padding:60px 0px;
  background:#86561d;
  position: fixed;
  overflow-y: scroll;
  opacity:1;
  display:block;
  z-index:99999;
}

.main.active{
  transform: translate(-30%, 0);
  opacity: 0.5;
}

.main{
  transform: translate(0%, 0);
      transition: all 0.6s ease 0s;
}

.mo_menu .sidemenu_close{
  display:none;
}

.mo_menu.active .sidemenu_close{
  display:block;
}

.mo_menu.active .sidemenu_close span{
  background-color:transparent;
}

.mo_menu.active .sidemenu_close span:before, .mo_menu.active .sidemenu_close span:after{
  background-color:#fff;
}

.mo_menu.active .sidemenu_close span:before{
    transform: rotate(45deg);
    top: 10px;
}

.mo_menu.active .sidemenu_close span:after{
    transform: rotate(-45deg);
    top:10px;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color:#fff;
  box-shadow:none;
  top:8px;
}

.sideMenu ul li a {
    text-transform: uppercase;
}

.sideMenu .navbar-dropdown li a{
  background-color:transparent;
  display:flex;
  border-bottom:0;
  font-size: 16px;
  color: #000000;
   font-weight: 500;
}

.sideMenu .navbar-dropdown .dropdown_icon{
  width:38px;
  height:38px;
}

.sideMenu  .dropwon_nav h6, .sideMenu  .dropwon_nav p{
  color:#fff;
}

.sideMenu  .dropwon_nav h6{
  font-size:18px;
  margin-bottom:5px;
}

.sideMenu  .dropwon_nav p{
  font-size:14px;
}

.sideMenu .mob_dropdown:after{
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:20px;
  top:24px;
  color:#fff;
  cursor: pointer;
}

.mob_dropdown.active:after{
  transform: rotate(90deg);
}

.sideMenu ul li {
  display: block;
  border-top: 1px solid #ddd;
  position: relative;
  padding:18px 20px;
}

.sideMenu ul li .navbar-dropdown li{
    padding:20px 20px;
}

.sideMenu ul li:first-child {
    border: 0;
}

.sideMenu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  font-size:16px;
  font-weight:500;
}

.sideMenu ul li a span{
    cursor:pointer;
}

.menuIcon {
  display: inline-block;
  padding: 3px 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -8px;
}
.menuIcon span {
    display: block;
    width: 28px;
    height:3px;
    margin: 20px 0;
    background:#383838;
    position: relative;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.menuIcon span:before {
    position: absolute;
    content: "";
    left: 0;
    top: -10px;
    width: 28px;
    height:3px;
    background:#383838;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.menuIcon span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 28px;
    height:3px;
    background:#383838;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
    background:transparent;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
    transform: rotate(45deg);
    top: 0px;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
    transform: rotate(-45deg);
    bottom: 0px;
    transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.mo_menu.active .menuIcon.sidemenu_close{
    position: absolute;
    top: 15px;
    right: 15px;
}

.mo_menu.active .menuIcon.sidemenu_close{
    background-color:transparent;
}

.mo_menu.active .menuIcon.sidemenu_close i{
    font-size:32px;
    color:#Fff;
}


/* Banner Slider Css Start */

.banner_main{
  float:left;
  width:100%;
  position:relative;
}

.banner_slider .banner_itm{
  height:700px;
  display: flex !important;
  align-items: center;
  position:relative;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/*.banner_slider .banner_itm:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(84,84,84,0.8);
}*/

.banner_cnt{
  text-align:center;
  max-width:630px;
  margin-left:190px;
  position:relative;
  z-index:999;
}

.banner_cnt h2{
  text-shadow: 0px 10px 8px rgba(22,22,22,0.5);
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 48px;
  font-weight: 700;
  text-align:left;
}

.banner_cnt h2 strong{
  font-family: 'Impact';
  font-weight:500;
}

.banner_cnt a{
  color: #ed1c24;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 400;
  padding:19px 80px;
  display:inline-block;
  margin-top:42px;
  background:#ffffff;
  border-radius:50px;
  transition:all 0.5s;
}

.banner_cnt a:hover{
  background:#ed1c24;
  color:#ffffff;
}

.banner_slider button{
  background: #ffffff;
  cursor: pointer;
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 22px;
  color: #86561D;
}

.banner_slider button.menu_rgt{
  right:8.59%;
  top:50%;
  transform:translateY(-50%);
}

.banner_slider button.menu_lft{
  left:8.59%;
  top:50%;
  transform:translateY(-50%);
  z-index:999;
}

/* Banner Css End */

/* About Section Css Start */

.hm_about_main{
  float:left;
  width:100%;
}

.hm_about_inr{
  display:flex;
  column-gap:53px;
  padding:55px 0px;
  border-bottom:1px solid #BDBDBD;
}

.hm_about_inr_lft{
  display:flex;
  width:48%;
}

.hm_about_img_one img, .hm_about_img_two img{
  display:block;
}

.hm_about_img_two{
  margin-left: -125px;
  margin-top: 80px;
}

.hm_about_inr_rgt{
  width:48%;
}

.hm_about_inr_rgt h1{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-weight: 700;
  margin-bottom:22px;
}

.hm_about_inr_rgt p{
  color: #757575;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:30px;
}

.hm_about_inr_rgt a{
  border-radius: 8px;
  background: #86561d;
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: 400;
  padding:17px 76px;
  display:inline-block;
  transition:all 0.6s;
}

.hm_about_inr_rgt a:hover{
  background:#000000;
}

.our_product{
  float:left;
  width:100%;
  margin:55px 0px;
}

.our_product h2{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-weight: 700;
  text-align:center;
}

.our_product_inr{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:42px;
  grid-row-gap:54px;
  margin-top:50px;
}

.our_product_itm {
  position:relative;
  overflow:hidden;
}

.our_product_itm img{
  display:block;
  width:100%;
}

.product_name h2{
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: 700;
  background: #86561d;
  padding:17px 20px;
  text-align:left;
  opacity:0;
  visibility:hidden;
  transition:all 0.6s;
  position:absolute;
  bottom:-70px;
  left:0;
  width:100%;
}

.our_product_itm:hover h2{
  opacity:1;
  visibility:visible;
  bottom:0;
}

.cta_txt{
  float:left;
  width:100%;
  padding:105px 0px;
  background-size:cover;
  background-position:center;
  background-repeat: no-repeat;
}

.cta_inner{
  max-width:964px;
  margin:0 auto;
}

.cta_inner p{
   color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}

.map_main{
  float:left;
  width:100%;
  position: relative;
}

.map_dtl_inr{
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}

.map img{
  width:100%;
  display:block;
  height: 342px;
  object-fit: cover;
}

.map_info{
  max-width: 403px;
  background: #86561d;
  padding:36px 30px 50px;
  margin-left: auto;
  height: 342px;
}

.map_info h2{
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-weight: 700;
  margin-bottom:15px;
}

.map_info p{
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  max-width: 220px;
}

.map_info .contact_no{
  display:flex;
  column-gap:15px;
  margin:15px 0px;
}

.map_info .contact_no li a{
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
}

.map_info .contact_no li{
  position:relative;
}

.map_info .contact_no li:before{
  content:'|';
  position:absolute;
  right:-11px;
  color:#ffffff;
}

.map_info .contact_no li:last-child:before{
  content:none;
}

.map_info a{
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
}

.social_icon{
  display:flex;
  align-items:center;
  column-gap:25px;
  margin-top:15px;
}

footer{
  float:left;
  width:100%;
}

.copyright {
  background: #86561D;
  padding:28px 0;
}

.copyright_inr {
  display: flex;
  justify-content: space-between;
}

.copyright_lft ul {
  display: flex;
}

.copyright_lft ul li a {
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
  transition: all 0.8s;
  padding: 0 25px;
  border-right: 1px solid #ffffff;
}

.copyright_lft ul li:last-child a{
  border-right:0;
}

.copyright_rgt p {
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
}
/* About Section Css End */

/* Inner Page Css Start */
.inner_banner{
  float:left;
  width:100%;
  background-size:cover;
  background-position:center;
  height: 300px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}

.inner_banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(46,54,53,0.5);
}

.inner_bnr_cnt{
  position:relative;
  z-index:99;
}

.inner_bnr_cnt h1{
  text-shadow: 0px 2px 4px rgba(100,100,100,0.5);
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 48px;
  font-weight: 700;
  text-align:center;
}
/* Inner Page Css Start */

/* About Page Start */
.about_main{
  float:left;
  width:100%;
}

.about_inr{
  display:flex;
  column-gap:53px;
  padding:70px 0px 60px;
  border-bottom:1px solid #BDBDBD;
}

.about_inr_lft{
  display:flex;
  width:48%;
}

.about_img img{
  display:block;
}

.about_inr_rgt{
  width:48%;
}

.about_inr_rgt h1{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-weight: 700;
  margin-bottom:22px;
}

.about_inr_rgt p{
  color: #757575;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:30px;
}

.about_inr_rgt p:last-child {
  margin-bottom: 0;
}

.our_company{
  float:left;
  width:100%;
  margin:70px 0px;
}

.our_company h2{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 36px;
  font-weight: 700;
  text-align:center;
}

.our_company_inr{
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  column-gap:30px;
}

.our_company_lft{
  width:50%;
}

.our_company_rgt{
  width: 48%;
}

.our_company_img img{
  display:block;
  width:100%;
}

.our_company_lft p{
  color: #757575;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.our_company_lft h3{
  margin:25px 0px;
  color: #757575;
  font-family: "Trebuchet MS";
  font-size:24px;
  font-weight: 400;
  line-height: 24px;
}
/* About Page Css End */

/* Sweet Page Css Start */
.sweet_main{
  float:left;
  width:100%;
  margin:70px 0px;
}

.sweet_inr{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:50px;
  grid-row-gap:50px;  
}

.sweet_itm_img img{
  display:block;
}

.sweet_itm_info{
  margin-top:35px;
}

.sweet_itm_info h2{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 34px;
  font-weight: 700;
  margin-bottom:20px;
}

.sweet_itm_info p{
  color: #757575;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:20px;
}

.sweet_itm_info h3{
  color: #757575;
  font-family: "Trebuchet MS";
  font-size:24px;
  font-weight: 400;
  line-height: 24px;
  margin:20px 0px;
}

.contact_main{
  float:left;
  width:100%;
  margin:70px 0px;
}

.contact_inr{
  display:flex;
  width:100%;
  max-width:600px;
  margin:0 auto;
  column-gap:30px;
}

.contact_lft{
  width:45%;
}

.contact_rgt{
  width:50%;
} 

.contact_lft ul li {
  margin-bottom:30px;
}

.contact_lft ul li:last-child{
  margin-bottom:0;
}

.contact_lft ul li h3{
  color: #86561d;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-weight: 700;
  margin-bottom:10px;
}

.contact_lft ul li p{
  color: #0E0E0A;
  font-family: "Trebuchet MS";
  font-size:16px;
  font-weight: 400;
  line-height: 26px;
}

.contact_frm_grp{
  margin-bottom:15px;
}

.contact_frm_grp:last-child{
  margin-bottom:0;
}

.contact_frm_grp input, .contact_frm_grp textarea{
  width:100%;
  padding:11px 12px;
  color: #0E0E0A;
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #808080;
} 

.contact_frm_grp input::placeholder,  .contact_frm_grp textarea::placeholder{
  color: #757575;
  font-family: "Trebuchet MS";
}

.contact_frm_grp textarea{
  height:128px;
  display:block;
  resize:none;
  
}

.contact_frm_btn input{
  width:100%;
  border:0;
  display:block;
  background: #86561d;
  padding:10px 15px;
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor:pointer;
}
/* Sweet Page Css End */