 /* Font */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.woff2') format('woff2'),
        url('../fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
        url('../fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
font-family: 'Poppins';
}

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:absolute;*//*
  top:20px;
  left:0;
  right:0;
  z-index:99*/
}

.header_inner{
  background:#fff;
  border-radius:10px;
  position: relative;
}

.navbar .nav-list{
	display:flex;
}

.navbar .nav-list li{
	margin-right:32px;
}

.navbar .nav-list li a{
	color:#1F1A17;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:500;
	text-transform: capitalize;
	letter-spacing: 1px;
	transition:all 0.5s;
}

.navbar .nav-list li a.active{
	color:#BFA161;
}

.navbar .nav-list li a:hover{
	color:#BFA161;
}

.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:inherit;
}

.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%;
}

.logo_center {
  background: #bda060;
  position: absolute;
  z-index: 9999;
  padding: 14px 10px;
  top: -20px;
  clip-path: polygon(0% 0%,100% 0%,100% 88%,0% 100%);
}

.navbar nav{
  margin-left:auto;
}

/* 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%);
      z-index: 99999;
}

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;

}

.megamenu li a{
  font-size:16px !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:#1F1A17;
  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 .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: 20px 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:18px;
  font-weight:400;
  letter-spacing:1px;
}

.sideMenu ul li a span{
    cursor:pointer;
}

.menuIcon {
    display: inline-block;
    padding: 3px 12px;
    cursor: pointer;
    /*position: absolute;*/
    margin-left:auto;
    right: 0;
}
.menuIcon span {
    display: block;
    width: 28px;
    height:3px;
    margin: 20px 0;
    background:#1f1a17;
    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:#1f1a17;
    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:#1f1a17;
    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;
}

/* Topbar css */

.topbar{
	background:#1f1a17;
	padding:15px 0px;
}

.topbar_left ul{
	display:flex;
	align-items:center;
}

.topbar_left li{
	display:flex;
	align-items:center;
	margin-right:15px;
}

.topbar_left li a{
	margin-left:10px;
	color:#fff;
	font-size:16px;
  line-height:0;
}

.topbar_left li i{
  color: #006ab3;
  font-size: 18px;
  display: flex;
  background: #fff;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.topbar_right ul{
	display:flex;
	align-items:center;
}

.topbar_right ul li {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.topbar_right ul li {
	margin-left:20px;
}

.topbar_right ul li img {
  margin-right: 15px;
}

.topbar_right ul li span, .topbar_right ul li span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.topbar_inr{
	display:flex;
	justify-content:end;
	align-items:center;
}

.banner_main{
  position: relative;
}

.banner_main svg{
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 99;
  fill: #fff;
  overflow: hidden;
}


.banner_slider .bnr_img img {
    width: 100%;
    object-fit: cover;
    position: relative;
    height:100%;		
}

.banner_slider .bnr_img{
	position: relative;
	height:700px;
}

.bnr_img img{
  width:100%;
}

.banner_inr .bnr_img:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
/*	background:#000000bd;
	background-image:url(../img/rrdiagonal-line.png)*/;
	z-index:99;
	width:100%;
	height:100%;
}

.banner_inr .NextArrow {
    position: absolute;
    top: 50%;
    right:2%;
    transform: translateY(-50%);
    background: #fff;
    width:50px;
    height:50px;
    z-index: 9;
    border-radius: 8px;
    cursor: pointer;
}

.banner_inr .PrevArrow {
    position: absolute;
    top: 50%;
    left:2%;
    transform: translateY(-50%);
    background: #fff;
    width:50px;
    height:50px;
    z-index: 9;
    border-radius: 8px;
    cursor: pointer;
}

.banner_inr button i{
	font-size:26px;
}

.banner_inr{
	margin-bottom:0 !important;
}

.slick-dots{
	display:none !important;
}

.about_main{
	padding:80px 0px;
  position: relative;
}

/*.about_main:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: url('../img/about-one-line.png');
  opacity: 0.1;
}*/

.about_hm:before{
  background:none;
  content:none;
}

.about_inr{
	display:flex;
	justify-content:space-between;
  flex-wrap:wrap;
  align-items:center;
}

.about_inr:nth-child(even){
  flex-direction:row-reverse;
  margin:40px 0px;
}

.about_inr:last-child{
  margin-bottom:0;
}

.journy_year{
  border: 5px solid #24292d;
  padding: 15px;
  width:40%;
  background: #24292d;
  position:absolute;
  bottom:-30px;
  right:0;
}

.journy_year h2{
  color: #ffffff;
  font-size: 54px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 3px 3px 1px #006ab3;
  letter-spacing: 2px;
}

.journy_year p {
  font-size: 22px;
  font-weight:500;
  color: #fff;
}

.abt_img_big{
  position: relative;
}

.about_left, .about_right{
	width:48%;
}

.about_left h2{
	font-size:36px;
	line-height:45px;
	font-weight: 600;
	margin-bottom:15px;
	color: #1F1A17;
}

.about_left h2 span{
	color: #BFA161;
	font-size:36px;
	line-height:45px;
	font-weight: 600;
}

.about_left p {
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
	color: #24292d;
  line-height: 26px;
}

.about_left a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 15px 39px;
  font-weight:400;
  overflow: hidden;
  border-radius:5px;
  letter-spacing: 1px;
  background-color:#1F1A17;
  text-transform: capitalize;
  margin-top:15px;
  transition:all 0.5s;
}

.about_left a:hover{
  background:#BFA161;
  color:#fff;
}

.about_right{
	position: relative;
}

.about_right img{
	border-radius:10px;
  max-width:100%;
  width: 100%;
  display:block;
}

.abt_img_sml{
	position: absolute;
  bottom:-120px;
  right:20px;
}

/*strength_main Css*/
.strength_main{
	padding:30px 0px 60px;
	background:#1F1A17;
	margin-top:140px;
}

.strerngth_inr{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:40px;
	margin-top:80px;
  margin-bottom:-100px;
}

.strength_item{
	background:#fff;
	padding:25px 20px;
	border-radius:5px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.strength_item h2{
  font-size:36px;
  font-weight: 600;
  color:#bfa161;
  line-height: 40px;
  margin-bottom: 10px;
}

.strength_item h3{
  font-size:18px;
  font-weight: 500;
	color:#1F1A17;
}

.strerngth_btm h4{
	font-size:28px;
	color:#fff;
	font-weight:400;
}

.strerngth_btm ul{
	margin-top:15px;
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:30px;
	justify-content:space-between;
}

.strerngth_btm li{
	padding:20px 10px;
	background:#BFA161;
	font-size:20px;
	text-align:center;
	color:#fff;
	font-weight:500;
	letter-spacing: 1px;
	border-radius:5px;
}


/* Production Facilities Css*/
.facilities_main{
	margin:80px 0px;
}

.facilities_main h2{
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom:10px;
  color: #24292d;
  text-align:center;
}

.facilities_main h3{
  font-size:20px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #24292d;
  text-align:center;
}

.facilities_main h2 span {
    color: #006ab3;
    font-size: 42px;
    line-height: 45px;
    font-weight: 600;
}

.facilities_inr{
	margin-top:50px;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap:30px;
	grid-row-gap:30px;
}

.faciities_itm{
	display:flex;
	align-items:start;
	border-bottom:1px solid #ccc;
	padding-bottom:15px; 
}

.faciities_itm i{
  color: #006ab3;
  font-size: 22px;
}

.faciities_itm p {
  font-size: 16px;
  font-weight:500;
  color: #24292d;
  margin-left:15px;
  /*margin-top:15px;*/
  line-height: 22px;
}

.our_product {
	background-size:cover !important;
	background-position: center !important;
	position:relative;
	/*padding:80px 0;*/
  margin-top: 120px;
  margin-bottom:80px;
}

.product_top{
  z-index:999999;
  position: relative;
}

.our_product h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  color:#1F1A17;
  text-align: center;
}

.our_product h2 span {
  color: #BFA161;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

/*.our_product:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000d1;
}*/

.product_inr{
	z-index:9999;
    position: relative;
    margin:50px -15px 0;
}

.product_top{
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.slider_arrow .prev, .slider_arrow .next{
  background:#1F1A17;
  width:50px;
  height:50px;
  z-index: 9;
  border-radius: 8px;
  cursor: pointer;
  transition:all 0.8s;
  border:1px solid transparent;
}

.slider_arrow .prev:hover, .slider_arrow .next:hover{
	background:transparent;
	border:1px solid #BFA161;
	color:#BFA161;
}

.slider_arrow .prev:hover i, .slider_arrow .next:hover i{
color:#BFA161;
}

.slider_arrow .prev{
	margin-right:15px;
}

.product_top button i {
    font-size: 26px;
     transition:all 0.8s;
    color:#fff;
}

.prdt_itm{
	margin:0 15px;
	position: relative;
	transition:all 0.7s;
	overflow:hidden;
}

.product_name{
	background:#fff;
	padding:15px;
	position: absolute;
    margin: 0 auto;
    width: 95%;
    right: 0;
    left: 0;
    border-radius: 8px;
    bottom:15px;
    z-index:999;
}

.product_name h3{
	font-size:20px;
	color:#24292d;
	font-weight:500;
}

.prdt_img{
	position: relative;
	cursor:pointer;
}

.prdt_img img{
	min-height:453px;
	object-fit:cover;
	transition:all 0.7s;
	overflow:hidden;
  width:100%;
}

.prdt_itm:hover img{
	transform: scale(1.1);
}

.prdt_itm:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	cursor:pointer;
	height:100%;
	background:#0006;
	opacity:0;
	visibility:hidden;
	z-index:999;
	transition:all 0.7s;
}

.prdt_itm:hover:before{
	opacity:1;
	visibility:visible;
}

.product_name .read_more{
    position: absolute;
    background: #BFA161;
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: -25px;
    font-size: 20px;
    transition:all 0.5s;
}

.product_name .read_more:hover{
	background:#000;
}

.testing_main{
	margin:80px 0px;
}

.testing_main h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  color:#1F1A17;
  text-align: center;
}

.testing_main h2 span {
  color: #BFA161;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

.testing_inr{
	margin-top:50px;
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:30px;
  grid-row-gap:40px;
}

.testing_itm{
	text-align:center;
	position: relative;
}

/*.testing_itm:before {
    position: absolute;
    top: 55px;
    left: 75%;
    width: 64%;
    height: 2px;
    background-color: #006ab3;
    content:'';
}

.testing_itm:last-child:before, .testing_itm:last-child:after{
	content:none;
}

.testing_itm:after {
    position: absolute;
    top: 49px;
    right: -10%;
    width: 14px;
    height: 14px;
    background-color: #24292d;
    content: "";
    border-radius: 50%;
}*/

.testing_itm h3{
  background:#1F1A17;
  width:80px;
  height:80px;
  border-radius:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin:0 auto;
  letter-spacing: 2px;
}

.testing_itm h4{
	font-size:18px;
    font-weight:500;
    color: #24292d;
    margin-top:20px;
}

.test_icon{
	width: 110px;
  height: 110px;
  margin: 0 auto;
  border:2px solid #BFA161;
  border-radius:10px;
  display: flex;
  justify-content: center;
  align-items: center;
}


footer{
  background:#1f1a17;
  padding:80px 0px 80px;
  position: relative;
}

footer svg{
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 99;
  fill: #fff;
  overflow: hidden;
      transform: rotate(180deg);
}

.footer_clm h2{
	color:#BFA161;
	font-size:26px;
	font-weight:500;
	margin-bottom:30px;
	border-bottom:1px solid #444141;
  padding-bottom: 10px;
}

.footer_clm p{
	font-size:16px;
	font-weight:300;
	color:#cfcfcf;
  line-height: 26px;
}

.footer_inr{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap:80px;
}

.footer_clm ul.ftr_social{
	margin-top:30px;
	display:flex;
	align-items:center;
}

.footer_clm ul.ftr_social li{
	margin-right:20px;
}

.footer_clm ul.ftr_link{
	padding-left:20px;
}

.ftr_link li a{
	font-size:16px;
	font-weight:300;
	color:#cfcfcf;
}

.ftr_link li{
	margin-bottom:20px;
	list-style:disc;
}

.ftr_link li::marker{
	color:#cfcfcf !important;
}

.ftr_info li a, .ftr_info li p{
	font-size:16px;
	font-weight:300;
	color:#cfcfcf;
  line-height: 22px;
  letter-spacing:1px;
}

.ftr_info li p a{
  display:block;
}

.ftr_info li{
	margin-bottom:20px;
	display:flex;
	align-items:flex-start;
}

.ftr_info li i{
	color:#cfcfcf;
    font-size: 20px;
    padding-top: 5px;
    margin-right: 15px;
}

.newsletter{
	margin-bottom:-130px;
	z-index:9999;
	position:relative;
	display:block;
}

.newsletter_inr{
	background:#bfa161;
	padding:40px 40px;
	border-radius:8px;
  max-width: 80%;
  margin: 0 auto;
}

.newsletter_inr h2{
	font-size:30px;
	font-weight:600;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
  font-family: 'Poppins';
}

.newsletter_inr p {
	font-size:16px;
	color:#fff;
	font-weight:400;
	text-align:center;
}

.newsletter_form{
  width: 100%;
  margin: 30px auto 0;
  max-width: 650px;
}

.form_row .mail{
	display:flex;
	align-items:center;
  justify-content:space-between;
  column-gap:15px;
}

.mail input{
	width:calc(100% - 170px);
	height:50px;
  border: 0;
  padding:10px;
  color: #000;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 0;
  border-radius: 5px;
}

.mail form input::placeholder{
  color:#b1b0b0;
  font-weight:400;
  font-family: 'Poppins';
}

.mail button{
	display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 11px 20px;
  font-family: 'Poppins';
  font-weight: 400;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #24292d;
  text-transform: capitalize;
  cursor:pointer;
  border-radius: 5px;
  transition:all 0.8s;
}

.mail button:hover{
  background:#fff;
  color:#24292d;
}

.about_left p span{
	font-size:20px;
	font-weight:600;
	color: #006ab3;
}

.inner_banner{
  width:100%;
  height:500px;
  background-size:cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.inner_banner:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgb(0 0 0 / 63%);
}

.inner_banner h1{
  position: relative;
  z-index:999;
  color:#fff;
  font-size:48px;
  text-align:center;
  font-weight:500;
}

.contact_main{
  margin:80px 0;
}

.contact_row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:30px;
}

.contact_itm{
  background:#f7f8fe8c;
  text-align:center;
  padding:60px 30px;
  border-radius:15px;
  cursor:pointer;
  transition:all 0.7s;
  border:2px solid transparent;
}

.contact_itm:hover{
  background:transparent;
  border:2px solid #1f1a17;
}

.contact_itm:hover i {
  background:transparent;
  border:2px solid #1f1a17;
  color:#24292d;  
}

.contact_itm h2{
  color:#1f1a17;
  font-family: 'Poppins';
  font-size:20px;
  font-weight:600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.contact_itm a{
  font-size:16px;
  font-family: 'Poppins';
  font-weight:500;
  color:#4c4b4a;
  line-height: 26px;
  word-break: break-all;
  display: block;
  margin-bottom: 8px;
}

.cnt_icon{
  margin-bottom:15px;
}

.contact_itm i{
  font-size:26px;
  background:#1f1a17;
  width:70px;
  height:70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
  color: #fff;
  transition:all 0.7s;
  border:2px solid transparent;
}


.contact_form form{
  max-width:800px;
  margin:30px auto 0;
}

.contact_form h2{
  color:#24292d;
  font-family: 'Poppins';
  font-size:42px;
  font-weight:600;
  line-height: 59px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
} 

.contact_form h2 span {
  color:#BFA161;
}

.contact_form form input, .contact_form form textarea{
  width:100%;
  height:55px;
  padding:12px 10px;
  color: #000;
  font-family: 'Poppins';
  font-size:14px;
  font-weight:500;
  letter-spacing: 1px;
  border:0;
  border:1px solid #24292d;
  border-radius:5px;
}

.contact_form form .frm_grp{
  margin-bottom:15px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact_form form textarea{
  height:150px;
  resize:none;
}

.contact_form form input::placeholder, .contact_form form textarea::placeholder{
  color:#b1b0b0;
  font-weight:400;
  font-family: 'Poppins';
}

.contact_form form button{
  color: #ffffff;
  font-family: 'Poppins';
  font-size:16px;
  font-weight:400;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  align-items: center;
  background:#24292d;
  border-radius: 5px;
  padding:14px 30px;
  justify-content: center;
  margin-top:20px;
  cursor:pointer;
  transition:all 0.9s;
  border:1px solid transparent;
}

.contact_form form button:hover{
  border:1px solid #24292d;
  background:transparent;
  color:#24292d;
}

.form_main .form_row{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:30px;
}

.map{
  margin-top:80px;
  position: relative;
  transition:all 0.6s;
}

.map:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#1010108c;
  transition:all 0.6s;
}

.map:hover:before{
  opacity:0;
  background:transparent;
  z-index:-1;
}

.map iframe{
  width:100%;
  height:500px;
  display: block;
  cursor:pointer;
}

/* service_icon Css */
.service_icon{
  width:70%;
  margin-left:auto;
  margin-top: 80px;
}

.icon_itm{
  display:flex;
  justify-content:space-between;
  column-gap:20px;
}

.srvc_icon img{
  width: 70px;
  border: 1px solid #24292d;
  padding: 10px;
  border-radius: 5px;
}

.srvc_icon h3{
  font-size:20px;
  font-weight:500;
  margin-top: 10px;
}


/* Gallery Page */


/* Product Page Css */

.product_main{
  margin:80px 0px;
}

.product_inner{
  max-width:960px;
  margin:0 auto;
}

.product_inner img{
  border-radius:10px;
}

.product_inner h2  {
  color:#006ab3;
  font-size:28px;
  line-height: 45px;
  font-weight: 600;
  margin:15px 0px;
}

.product_inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #24292d;
  line-height: 26px;
}

.product_inner h3 {
  color:#24292d;
  font-size:22px;
  line-height: 38px;
  font-weight: 600;
  margin:30px 0px 0px;
}

.product_inner .product_inner_img{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:30px;
}

.product_inner .product_inner_img img{
  border-radius:5px;
  width:100%;
  height: 220px;
  object-fit: cover;  
}

/* Gallery Fiter Css */

.gallery_img_main{
  margin:80px 0px;
}

.revGallery-anchor, .gal-overlay, .nak-gallery-poster{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.revGallery-anchor{
  overflow: hidden;
  position: relative;
  width: calc(100% / 4 - 0px);
  display: block;
  float: left;
  border:10px solid transparent;
}

.gal-overlay{
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(27,27,27, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: background .4s ease;
  -webkit-transition: background .4s ease;
}
    
.revGallery-anchor:hover .gal-overlay{
  background: rgba(27,27,27, 0);
}

.nak-gallery {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.nak-gallery-poster{
  padding-bottom:100%;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.nak-gallery-poster{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  display: block;
  width: 100%;
  height: 0;
}

.revGallery-anchor:hover .nak-gallery-poster{
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}

.img-responsive{
  display:none;
}

.gallery_btn{
  display:flex;
  justify-content:center;
  column-gap:15px;
}

.button{
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color:transparent;
  border-radius: 2px;
  color: #000000;
  padding-bottom:3px;
  font-size:18px;
  cursor:pointer;
  font-family: 'Poppins', sans-serif;
}

.button:hover {
  color: #BFA161;
}

.button:active,
.button.is-checked {
  color:#BFA161;
}

.button.is-checked {
  color: #BFA161;
}

.revGallery-anchor-width1{
  width: 40%
}

.revGallery-anchor-width2{
  width: 30%
}

.revGallery-anchor-width3{
  width: 20%
}

.nak-gallery-height1{
  padding-bottom: 400px
}

.nak-gallery-height2{
  padding-bottom: 300px
}

.nak-gallery-height3{
  padding-bottom: 200px
}

.preloader{
  display: none;
}

.preloaderStyle{
  background: red;
  width: 100%;
  height: 100px;
}

/* Team Section Css */
.team_main{
  margin-bottom:80px;
}

.team_title_top{
  margin-bottom:50px;
}

.team_title_top h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  color: #1F1A17;
  text-align: center;
}

.team_title_top h2 span {
  color: #BFA161;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

.team_inr {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:40px;
  grid-row-gap:40px;
}

.team_itm_main{
  border-color: transparent;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.team_itm_main:hover .team_itm img {
    transform: scale(1.05);
}

.team_itm_main .team_itm img{
  transition: all .6s ease-in-out;
  cursor:pointer;

  display: block;
}
.team_itm{
  overflow: hidden;
  position: relative;
}

.team_itm_main .item-content {
  padding: 30px 25px;
}

.team_itm_main .item-content h5{
  color:#24292d;
  font-size:22px;
  font-weight: 600;
  text-align:center;
  margin-bottom:5px;
}

.team_itm_main .item-content h4 {
  font-size:18px;
  font-weight:500;
  color:#BFA161 ;
  line-height: 26px;
  text-align:center;
}

.team_itm_dtl{
  margin-top:10px;
}

.team_itm_main .item-content p{
  font-size:16px;
  font-weight:500;
  color:#24292d ;
  line-height: 22px;
  text-align:center;
}

.team_itm_main .item-content p a:hover {
   color:#BFA161 ;
}

/* Project Page Css Start */
.our_porject_data{
  margin:80px 0px;
}

.our_porject_data_inr .dataTables_length, .dataTables_filter, .dataTables_paginate, .dataTables_info{
  display:none !important;
}

.our_porject_data_inr table{
  border-collapse: collapse;
}

.our_porject_data_inr table th{
  font-size: 16px;
  font-weight:600;
  color:#1F1A17;
  padding: 12px 10px;
  text-align:left;
}

.our_porject_data_inr table tr th:nth-child(1),
.our_porject_data_inr table tr td:nth-child(1){
  width:70px;
}

.our_porject_data_inr table tbody tr:last-child td:last-child{
  font-weight:600;
  font-size:16px;
}

.our_porject_data_inr table tbody tr td:nth-child(3){
  width:50%;
}

.our_porject_data_inr table.progress_table  tbody tr td:nth-child(2){
  width:48%;
}
.our_porject_data_inr table.progress_table  tbody tr td:nth-child(3){
  width:auto;
}

.our_porject_data_inr table td{
      border-top: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  color:#1F1A17;
  padding: 12px 10px;
}

.our_porject_data_top {
  margin-bottom:30px;
}

.our_porject_data_top h2{
  color: #BFA161;
  font-size:26px;
  line-height:32px;
  font-weight:600;
  text-align:center;
  margin-bottom:10px;
}

.our_porject_data_top p{
  color:#1F1A17;
  font-size:16px;
  line-height:26px;
  font-weight:500;
  text-align:center;
}


.our_porject_data_inr table tbody tr:nth-child(odd){
  background-color:#bda06038 !important;
}
.ftr_link li:last-child {
    margin-bottom: 0;
}

.abt_inr {
  display: flex;
  justify-content: space-between;
  margin:0px 0px;
}

.abt_lft {
  width:60%;
}

.abt_rgt {
  width:35%;
}

.abt_lft p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #24292d;
  line-height: 26px;
}

.abt_inr h3{
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1F1A17;
}

.abt_inr h3 span{
  color: #BFA161;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

.why_choose li{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #24292d;
  line-height: 26px;
  display:flex;
}

.why_choose li i {
  margin-right:10px;
  color:#BFA161;
}

.why_us_main {
  margin-bottom:50px;
}

.why_us_main h2{
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1F1A17;
  text-align:center;
  margin-bottom:50px;
}
.why_us_main h2 span{
  color: #BFA161;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

.why_us_row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  column-gap:30px;
  grid-row-gap:30px;
}

.why_us_clm h3{
  margin-bottom:15px;
  color: #BFA161;
  font-size: 22px;
  font-weight: 500;
}

.why_us_clm p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #24292d;
  line-height: 26px;
}

.our_certificate{
  margin-bottom:80px;
}

.our_certificate h2 {
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1F1A17;
  text-align:center;
  margin-bottom:50px;
}

.our_certificate h2 span{
  color: #BFA161;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
}

.our_certificate_inr{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  column-gap:40px;
}

.certificate_itm_im img{
  width:100%;
  box-shadow:3px 3px 31px 4px rgba(0,0,0,0.24);
  height: 100%;
}