/* :root {
    --custom-primary-color: #cb823f;
    --custom-secondary-color: #131212;
    --green-color: #00a543;
    --grey-color: #e3e3e3;
    --pink-color: #de606a;
    --head-color: #ef7b00;
    --p-color: #131212;
    --tstrip:#d9f2e3;
    --white-color:#fff;
  } */
:root {
  --custom-primary-color: #ef7b00;
  --custom-secondary-color: #131212;
  --green-color: #00a543;
  --grey-color: #e3e3e3;
  --pink-color: #de606a;
  --head-color: #ef7b00;
  --p-color: #131212;
  --tstrip: #d9f2e3;
  --white-color: #fff;
}

html {
  font-size: 65.5%;
  scroll-behavior: smooth;
  font-family: 'Catamaran', sans-serif;
}
*{
    box-sizing: border-box;
}
main{
    overflow: hidden;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 22, 2020 */


/* 
@font-face {
  
  src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
       url('../fonts/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fwregular{
  
}


@font-face {
  font-family: 'proxima_nova_altbold';
  src: url('../fonts/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_alt_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.fwAltBold{
  font-family: 'proxima_nova_altbold';
}

@font-face {
  font-family: 'proxima_nova_altlight';
  src: url('../fonts/proxima_nova_alt_light-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_alt_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova_altthin';
  src: url('../fonts/proxima_nova_alt_thin-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_alt_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  
  src: url('../fonts/proxima_nova_black-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.fwBlack{
  
}

@font-face {
  font-family: 'proxima_novabold';
  src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
.fwBold{
  font-family: 'proxima_novabold';
}


@font-face {
  font-family:'proxima_novaextrabold';
  src: url('../fonts/proxima_nova_extrabold-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.fwextraBold{
  font-family:'proxima_novaextrabold';
}

@font-face {
  font-family: 'proxima_novathin';
  src: url('../fonts/proxima_nova_thin-webfont.woff2') format('woff2'),
       url('../fonts/proxima_nova_thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

body {
  /*max-width: 1024px;*/
  margin: auto;
  color: var(--custom-secondary-color);
  font-weight: 500;
  font-size: 62.5%;
}

main,
.custom-container {
  padding: 0;
  margin: auto;
  max-width: 1200px;
}

.mnhd {
  padding-left: 20px;
}

.seletarea {
  display: flex;
  justify-content: end;
  padding-right: 20px;
}

/*a,*/
/*span,*/
/*label,*/
/*p,*/
/*i {*/
/*  font-size: 1.6rem;*/
/*}*/
.homeBanner {
  /* height: 735px; */
  margin-top: 0;
  overflow: hidden;
  /* background: url(../images/home-banner.jpg); */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

strong {
  font-size: inherit;
}

.dropdown-menu {
  font-size: 14px;
  text-align: left;
  list-style: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


a {
  color: var(--custom-secondary-color);
  outline: none;
  text-decoration: none;
  /* transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; */
}

a:hover,
.custom-primary-color {
  color: var(--custom-primary-color);
}

.bg-grey {
  background-color: var(--grey-color);
}

.pink-color {
  color: var(--pink-color);
}

/*   font-size  */
.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz30 {
  font-size: 1.4rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz300 {
  font-size: 3.2rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz36 {
  font-size: 2.5rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz40 {
  font-size: 4rem;
}

.fz42 {
  font-size: 2.5rem;
  font-weight: 600;
}

.fz44 {
  font-size: 4.4rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz50 {
  font-size: 5rem;
}

.fz80 {
  font-size: 8rem;
}

.fw400 {
  font-weight: 400;
  /* font-family: 'Playfair Display', serif; */
}

.fw500 {
  font-weight: 500;
  /* font-family: 'Playfair Display', serif; */
}

.fw600 {
  font-weight: 600;
  /* font-family: 'Playfair Display', serif; */
}

.fw700 {
  font-weight: 700;
  /* font-family: 'Playfair Display', serif; */
}

.fw800 {
  font-weight: 800;
  /* font-family: 'Playfair Display', serif; */
}

.fw900 {
  font-weight: 900;
  /* font-family: 'Playfair Display', serif; */
}


/* header */
header {
  padding: 0px 0 2px 0px;
  position: relative;
}

/* header-nav */
#header-nav ul {
  padding-left: 0;
}

#header-nav ul li a {
  font-size: 14px;
  margin-left: 20px;
  text-decoration: none;
}

.logo {
  min-width: 155px;
}

#megamenu-wrap>li>a {
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 40px;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.megamenu {
  position: absolute;
  text-align: left !important;
  right: 0;
  background: #fff;
  width: 100%;
  z-index: 4;
  padding: 0;
  box-shadow: 0 0 6px 0 #dedede;
  margin-top: 0px;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#megamenu-wrap {
  float: right;
}

#megamenu-wrap>li>a.selesta {
  background: #ef7b00;
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
  display: block;
  margin-top: 8px;
}

.giact {

  color: #ef7b00 !important;
}

.g370 {
  line-height: 1.5;
}

#megamenu-wrap>li>a.selesta::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0;
}

/*added on 03-03-2021 starts*/
.seletarea.cate {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;

}

.seletarea.cate .dropdown {
  margin-right: 20px;
}

.seletarea.cate .dropdown+.dropdown {
  margin-right: 0;
}

.seletarea.cate .dropdown button.dropdown-toggle,
.seletarea.cate .dropdown button.dropdown-toggle:focus {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 25px;
  padding-left: 10px;
}

.seletarea .dropdown button.dropdown-toggle,
.seletarea .dropdown button.dropdown-toggle:focus {
  text-align: left;
  position: relative;
  padding-right: 25px;
  padding-left: 10px;
}

.seletarea.cate .dropdown button.dropdown-toggle:after,
.seletarea .dropdown button.dropdown-toggle:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 0 solid transparent;
  border-top: 5px solid #656565;
  position: absolute;
  right: 8px;
  top: 14px;
}



/*added on 03-03-2021 ends*/
@media (min-width:1200px) {
  #megamenu-wrap>li:hover .megamenu {
    visibility: visible;
    opacity: 1;
  }
}

.megamenu ul {
  padding-left: 0;
}

.megamenu ul ul {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 4;
  padding: 10px;

  box-shadow: 0 0 8px 0 #675749;
  left: 6px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
}

.megamenu .sub-dropdown.active {
  visibility: visible;
  opacity: 1;
}

.megamenu ul li a {
  margin-left: 0 !important;
  border-bottom: 1px solid #eee;
  display: block;
  white-space: break-spaces;
  font-size: 14px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 0;

}

.megamenu ul li:last-child a {
  border-bottom: 0;
}

.footer-map {
  background: url(../images/map-bg.png) no-repeat top center;
  padding: 100px 10px 0;
  position: relative;

}

.footer-map path:hover {
  fill: #ffb81a;

}

.footer-map path {
  stroke: #fff;
  cursor: pointer;
}


.description {
  position: absolute;
  top: 0px;
  max-width: 400px;
  right: 70px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
  line-height: normal;
  /* display: none; */
  text-transform: uppercase;
}

.states-nav {
  max-width: 770px;
  margin: auto;
}

.states-nav ul li {
  margin: 0 10px;
  position: relative;
}

.states-nav ul li:after {
  content: '';
  width: 1px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -10px;
  background: #cb823f;
}

.states-nav ul li:first-child:after {
  content: none;
}

.states-nav ul li a {
  text-transform: uppercase;
  font-size: 1.4rem;

  color: #0c0c0c;
}

.states-nav ul li a:hover {
  text-decoration: none;
  color: #cb823f;
}

.states-nav ul li a.active {
  color: var(--custom-primary-color);
}

.prodimg img {
  max-width: 80%;
}

.prodimg a {
  font-size: 1.25rem;
  color: var(--custom-primary-color);
}

.title-tool-tip {
  background: #fff url(../images/title-tooltip.jpg) no-repeat left;
  position: fixed;
  top: 10px;
  min-height: 44px;
  line-height: 32px;
  padding: 5px;
  padding-left: 40px;
  padding-right: 10px;
  font-size: 1.4rem;
  z-index: 1;
  border: 1px solid;
  opacity: 0;
  visibility: hidden;
  transition: .3s linear;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  -ms-transition: .3s linear;
  -o-transition: .3s linear;
  white-space: nowrap;
}

.listing-items ul {
  display: none;
  padding-left: 0;
}

.listing-items ul a {
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;

  text-transform: uppercase;
}

.listing-items ul a:hover {
  color: #fff;
}

.listing-items {
  position: absolute;
  right: 5%;
  top: 55%;
}

.listing-items ul li:before {
  content: '';
  width: 40px;
  display: inline-block;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.handicrafts:before {
  background: url(../images/handicraft-icon.png);
}

.agriculture:before {
  background: url(../images/agriculture-icon.png);
}

.natural:before {
  background: url(../images/natural-icon.png);
}

.texttile:before {
  background: url(../images/textile-icon.png);
}

.food-stuff:before {
  background: url(../images/food-stuff-icon.png);
}

.Manufactured:before {
  background: url(../images/manufacture-icon.png);
}

.footer-map2 {
  background: #7ccca7;
}


.social-media span:hover img {
  opacity: .9;
}

.footer-slider {
  position: relative;
  max-width: 440px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.footer-slider .swiper-pagination-bullets {
  bottom: 0;
}

.footer-slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #47494a;
  opacity: 1;
}

.footer-slider .swiper-pagination-bullet-active {
  background-color: var(--custom-primary-color)
}

.india-map {
  max-width: 500px;
}


.prodcategory.indx,
.prodcategory.indx a {
  color: #000;
}

.prodcategory.indx {
  border-top: 2px solid #a0763d;
}

.prodcategory,
.prodcategory.indx {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 23px;
}

.prodcategory p,
.prodcategory.indx p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.prodcategory span {
  padding: 0 8px;
}

.prodcategory a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.prodcategory.indx a:hover {
  color: #000;
  text-decoration: underline;
}

.broc,
.brochome {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.brochome {
  color: #00963f;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/*.infoclck{*/
/*  background: #fff;*/
/*  color: #000;*/
/*  padding:10px;*/
/*  font-size: 11px;*/
/*  font-weight: bold;*/
/*  position: absolute;*/
/*  top: 44%;*/
/*  left:18%;*/
/*  max-width: 200px;*/
/*  border:1px solid #000;*/
/* box-shadow:0 0 2px 2px rgba(0,0,0,0.2); */

/*}*/

.infoclck {
  background: #a55f16;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 148px;
  left: 30%;
  max-width: 200px;
  border: 0px solid #000;
  /*box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);*/
}

.infoclck:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 61px solid transparent;
  border-top: 18px solid #a55f16;
  position: absolute;
  left: 8px;
  transform: translateX(-0%);
  bottom: -12px;

}

.infoclckstt {
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 148px;
  left: 30%;
  max-width: 200px;
  border: 0px solid #000;
  /*box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);*/
}

.infoclckstt:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 61px solid transparent;
  border-top: 18px solid #fff;
  position: absolute;
  left: 8px;
  transform: translateX(-0%);
  bottom: -12px;

}


@media(max-width:767px) {
  .preserve-card-title {
    height: auto !important;
    margin-bottom: 8px !important;
    padding-inline: 18px;
}
  .common-title-gi {
    margin-bottom: 16px !important;
}
  .fixedbar {
    flex-wrap: wrap;
  }

  .seletarea.cate .dropdown,
  .seletarea.cate .dropdown button {
    width: 100%;
  }

  .seletarea.cate .dropdown {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .prodimg .loader_con {
    margin-bottom: 50px;
  }

  .prodimg img {
    max-width: 100% !important;
  }

  .prodimg a {
    font-size: 1.7rem !important;
    font-weight: 500;
  }

  .gi-about img {
    max-width: 96%;
    height: 70px !important;
  }

  .infoclckstt {


    top: 283px !important;
    left: 47% !important;
  }

  .infoclck {
    max-width: auto !important;
    top: 40% !important;
    left: 47% !important;
  }
  .preserve-gradient-border {
    background:none !important;
    /* background: linear-gradient(179deg, rgba(96, 66, 38, 1) 83%, rgba(68, 38, 16, 1) 100%); */
    border:0px !important;
}

  .fz30 {
    font-size: 1.875rem;
  }

  .wood-bg p {
    font-size: 18px !important;
  }

  img.preserve-icon {
    /* height: 80px; */
  }

  .fixedbar {
    flex-wrap: wrap;
  }

  .seletarea.cate .dropdown,
  .seletarea.cate .dropdown button {
    width: 100%;
  }

  .seletarea.cate .dropdown {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .prodimg .loader_con {
    margin-bottom: 50px;
  }

  .prodimg img {
    max-width: 100% !important;
  }

  .prodimg a {
    font-size: 1.7rem !important;
    font-weight: 500;
  }

}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: inherit;
  animation-fill-mode: inherit;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}




/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

.loader_con {
  position: relative;
}

.loader_ic {
  width: 100%;
  min-height: 100px;
  position: relative;
  text-align: center;
  /*position:absolute;*/
  top: 50%;
  margin-top: -40px;
  z-index: 0;
}

.loader_ic img {
  max-width: 30px;
  margin: auto;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.dropdown-menu {
  max-height: 400px;
  overflow: auto;
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}




.hiding {
  opacity: 0;
}


.seletarea .dropdown .dropdown-toggle::after {
  content: "";
  background: url(../images/drparrow.png) 0 0 no-repeat;
  width: 9px;
  height: 6px;
  border: 0;
  position: absolute;
  right: 10px;
  top: 15px;
}

.seletarea .dropdown button.dropdown-toggle,
.seletarea .dropdown button.dropdown-toggle:focus {
  border: 1px solid #d9d8d8;
  background: #fff;
  font-size: 14px;
  color: #212529;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00963f;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%px;
}

#myBtn:hover {
  background-color: #077334;
}

.fixedbar {

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #f7f7f7 !important;
  padding: 0;
  z-index: 11;
  padding: 0 !important;
  width: 100%;
}

.paddtop {
  padding-top: 100px;
}

.common-title-gi {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.preserve-card-title {
  font-size: 18px;
  color: #cbb27b;
  margin-top: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: auto;
}

.treasures-img {
  height: 170px;
}

.wood-bg p {
  text-align: center;
  max-width: 90%;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
}

img.preserve-icon {
  height: 70px;
  margin-top: 24px;
}

.preserve-card ul li {
  font-size: 16px;
  color: white;
  margin-left: 20px;
}

.preserve-card-title {
  margin-bottom: 0;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .gi-about img {
    max-width: 74%;
    height: 123px;
  }

  .wood-bg p {
    font-size: 24px;
  }

}