
@font-face {
  font-family: poppins-light;
  src: url(font/Poppins-Light.ttf);
}

@font-face {
  font-family: poppins-regular;
  src: url(font/Poppins-Regular.ttf);
}

@font-face {
  font-family: LibreBaskerville-Regular;
  src: url(font/LibreBaskerville-Regular.ttf);
}


body {  
  font-family: poppins-light;
  font-size: 16px;
  background: #fff;
  color: #333333; 
}

a, a:hover {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}


h2 {
  font-family: LibreBaskerville-Regular;
  font-size: 48px;
  color: #2F2E2E;
  line-height: 57px;
  margin-bottom: 30px;
}


p {
  font-size: 18px;
  color: #555555;
  line-height: 21px;
}





/*header-area*/

.log-m {
  display: none;
}

.header {
  padding: 11px 0;
}

.head1 .logo img {
  width: 141.12px;
  margin-right: 72px;
  position: relative;
  z-index: 1;
  margin-left: 15px;
}

.head1 .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #fefefe;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
  margin-left: 30px;
}

.head1 .nav-link:hover {

}

.navbar {
    display: flex;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #1199B8;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.c-right {
    display: flex;
    align-items: center;
}
    

header {
  position: relative;
  background-color: black;
  height: 92vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 1;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/*
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('img/bg.png') black no-repeat center center scroll;
  }

  header video {
    display: none;
  }
}*/



/*banner-section*/

.banner p {
  font-size: 24px;
  color: #fefefe;
  margin-bottom: 10px;
}

.banner h1 {
  font-family: LibreBaskerville-Regular;
  font-size: 60px;
  color: #FFD700;
}

.banner a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  background: #ffd700;
  border: 1px solid #FFD700;
  padding: 8px 42px;
  margin-top: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.banner a:hover {
  background: transparent;
  border: 1px solid #FFD700;
  color: #fff;
}

.scroll-border img {
  width: 100px;
  display: inline-block;
  margin-top: 120px;
}


/*about-area*/

.about-area {
  padding: 80px 0 10px;
}

.about-area p {
  margin-bottom: 30px;
}



#SectionName {
  display: none;
}


#SectionNamebb {
  display: none;
}

.more-sec {
  background: url(img/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.more-ovrly {
  background: rgba(0,0,0,0.4);
  padding: 80px 0;
}


.abt-left {
  padding-right: 35px;
}


.abt-left h6,.abt-right h6 {
  font-family: LibreBaskerville-Regular;
  font-size: 24px;
  color: #fff;
}

.abt-left p,.abt-right p {
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin-bottom: 30px;
}

.abt-right {
  padding-left: 34px;
}

.abt-right p span {
  font-size: 35px;
  line-height: 0;
  position: relative;
  top: 6px;
}

.abt-right p {
  margin-bottom: 10px;
}

.plus-btn-area {
  padding: 20px 0 80px;
  text-align: center;
}

.plus-btn-area button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2F2E2E;
  font-size: 30px;
  color: #2F2E2E;
}

.minus-btn {
  text-align: center;
  margin-top: 60px;
}


.minus-btn button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    font-size: 36px;
    color: #fff;
}



/*product-area*/


.accordion {
  width: 100%;
  /*! max-width: 1080px; */
  height: 400px;
  overflow: hidden;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 25%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(2px);
  -webkit-filter: blur(2px);
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div {
  display: block;
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease;
}

.accordion ul li div * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div p {
  top: 65%;
  font-size: 16px;
  color: #fff;
  width: 300px;
  height: 73px;
  background: #555555;
  padding: 17px;
  text-align: left;
  font-family: LibreBaskerville-Regular;
  
}

.accordion ul li div p span {
  font-size:12px;
  font-family: poppins-light;  
}

.accordion ul li:nth-child(1) { 
  background-image: url("img/pro-1.jpg");
  background-repeat: no-repeat;
  background-position: center center; 
}

.accordion ul li:nth-child(2) { 
  background-image: url("img/pro-2.jpg");
  background-repeat: no-repeat;
  background-position: center center; 
}

.accordion ul li:nth-child(3) { 
  background-image: url("img/pro-3.jpg");
  background-repeat: no-repeat;
  background-position: center center; 
}

.accordion ul li:nth-child(4) { 
  background-image: url("img/pro-4.jpg");
  background-repeat: no-repeat;
  background-position: center center; 
}


.accordion ul .on { 
  width: 30%; 
  filter: blur(0px);
  -webkit-filter: blur(0px);
  /*! background-size: contain; */
}

.accordion ul:hover li:hover {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.accordion ul .on div:hover {
 background: rgba(0, 0, 0, 0.1) !important; 
}

.accordion ul:hover li:hover div * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.accordion ul .on div * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

 @media screen and (max-width: 600px) {

body { margin: 0; }

.accordion { height: auto; }

.accordion ul li,
.accordion ul li:hover,
.accordion ul:hover li,
.accordion ul:hover li:hover {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
}


/*product-modal*/

.modal-body {
  padding: 0 75px 100px;
  padding-top: 30px;
}
.pro-close img {
  width: 25px;
}

.pro-txt h2 {
  margin-bottom: 18px;
}

.pro-txt h6 {
  font-family: poppins-regular;
  font-size: 18px;
  margin-bottom: 2px;
}

.pro-txt p {
  margin-bottom: 16px;
}

.pro-txt-table {
  margin-top: 60px;
}

.t-head1 {
  width: 50px;
}

.t-head2 {
  width: 330px;
}

.t-head3 {
  width: 200px;
}

.t-head4 {
  width: 200px;
}

.t-head5 {
  width: 250px;
}

.table-pro th {
  font-family: poppins-regular;
  font-size: 14px;
  background: #FFD700;
  color: #000000;
  padding: 5px 15px;
  border: 1px solid #fff;
  font-weight: 400;
}

.table-pro td {
  font-size: 14px;
  color: #000000;
  padding: 5px 15px;
  border: 1px solid #fff;
}

.table-pro tr {
  background: #FFE65E;
}

.table-pro tr:nth-child(even){background: #fff !important;;}


/*value-chain-area*/

.value-chain-area {
   padding: 80px 0 100px;
}

.value-left {
   padding: 0 80px 0px 0;
}

.value-left h2 {
  margin-bottom: 50px;
}

.value-left h6 {
  font-family: poppins-regular;
  font-size: 18px;
  margin-bottom: 2px;
}

.value-left p {
  margin-left: 20px;
  color: #2E2E2E;
  margin-bottom: 22px;
}

.value-right {
  text-align: right;
}

.value-right img {
  width: 500px;
  position: absolute;
  right: 0;
  margin-top: 55px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}


/*news-area*/

.slider {
  margin-bottom: 60px;
  position: relative;
}

.slider-card {
  padding: 0px 0px;
  border-radius: 5px;
  transition: all 0.3s;
}

.slider-card img {
  border-radius: 5px 5px 0px 0px;
}

#owl-demo .owl-prev {
  position: absolute;
  top: calc(14% - 25px);
  left: -50px;
  opacity: 1;
  font-size: 72px !important;
  font-family: poppins-regular;
  z-index: 1;
}

#owl-demo .owl-next {
  position: absolute;
  top: calc(14% - 25px);
  right: -50px;
  opacity: 1;
  font-size: 72px !important;
  font-family: poppins-regular;
  z-index: 1;
}

.owl-dots {
  text-align: center;
  display: none;
}

.news-txt img {
  width: 100%;
  margin: 40px 0;
}

.news-txt h2 {
  font-size: 36px;
  color: #212121;
  margin-bottom: 0;
}

.news-main h2 {
  font-size: 28px;
  color: #212121;
  margin-bottom: 18px;
  line-height: 36px;
}

.news-area p {
  font-family: poppins-light;
  font-size: 18px;
  color: #212121;
}

.news-main a {
  font-family: poppins-regular;
  font-size: 18px;
  color: #000;
  text-align: center;
  background: #FFD700;
  border: 1px solid #FFD700;
  width: 225px;
  padding: 11px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 14px;
}

.news-main a:hover {
  background: transparent;
  border: 1px solid #FFD700;
}


.news-txt h6,.news-txt a {
  font-family: poppins-Regular;
  font-size: 18px;
  color: #212121;
  margin-top: 80px;
}

.news-txt a {
  color: #9B8715;
  text-decoration: underline;
}

.news-modal .modal-body {
    padding: 30px 125px 60px;
}

.modal-header {
    padding-top: 30px;
    padding-right: 30px;
}



/*gallery-area*/

.gallery-area {
  background: #FFD700;
  padding: 100px 0 20px;
}

#owl-demo2 {
  width: 61%;
  text-align: center;
  left: calc(19.5%);
}

#owl-demo2 .owl-prev {
  position: absolute;
  top: calc(35%);
  left: -130px;
  opacity: 1;
  font-size: 72px !important;
  font-family: poppins-regular;
  z-index: 1;
}
#owl-demo2 .owl-next {
  position: absolute;
  top: calc(35%);
  right: -130px;
  opacity: 1;
  font-size: 72px !important;
  font-family: poppins-regular;
  z-index: 1;
}

.gal-h {
  margin-bottom: 50px;
}

.gallery-item img.gal-img {
  height: 384px;
  width: 384px !important;
}

.gal-img img {
  width: 100%;
}

.gal-img video {
  width: 100%;
}




/*footer-area*/

.footer {
  background: url(img/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.foot-ovrly {
  background: rgba(0,0,0,0.4);
  padding: 80px 0;
}


.footer img {
  width: 380px;
  margin-bottom: 30px;
}


.footer p, .footer a {
  font-family: poppins-regular;
  font-size: 20px;
  color: #fff;
  line-height: 33px;
}

.footer h2 {
  color: #fff;
  margin-bottom: 40px;
}

.footer label {
  font-family: poppins-regular;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
}

.footer input {
  font-family: poppins-regular;
  font-size: 20px;
  color: #000;
  border-radius: 0;
  padding: 0 20px;
  min-height: 48px;
  /*margin-bottom: 10px;*/
}

.footer textarea {
  font-family: poppins-regular;
  font-size: 20px;
  color: #000;
  border-radius: 0;
  padding: 0 20px;
  /*margin-bottom: 30px;*/
}
.footer .txtarea{
	margin-bottom: 30px;
}


.footer button {
  font-family: poppins-regular;
  font-size: 18px;
  color: #000;
  text-align: center;
  background: #FFD700;
  border: 1px solid #FFD700;
  width: 225px;
  padding: 11px;
  transition: all 0.3s ease;
}

.footer button:hover {
  background: transparent;
  border: 1px solid #FFD700;
  color: #000;
}


.copyright {
  background: #fff;
  padding: 57px 0;
}

.copyright p {
  font-family: poppins-regular;
  font-size: 18px;
  color: #000;
  text-align: center;
}



.scrolltotop {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #FFD700;   
  text-align: center;
  font-size: 50px !important;
  color: #000 !important;
  display: inline-block;
  transform: rotate(270deg);
  transition: all 0.3s ease;
  margin-right: 40px;
  position: absolute;
  right: 0;
  margin-top: -35px;
  line-height: 53px;
}

.scrolltotop:hover {   
  background: #000;
  color: #fff !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,.5);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}

label.error{
	color:gold;
}
.qry_submit_rspn{
	background: white;
    color: green;
    padding: 8px 30px;
	display:none;
}