@media(min-width:1920px){
    .container{
        max-width: 1600px;
    }
}
body{
    font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
h1,h2 {
	text-transform: uppercase;
	font-weight: 600;
}
.org {
	color: #b25c21;
}
.top-sec {
	background-color: #203634;
	padding: 10px 0px;
}
.top-sec .tbv {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
    display: flex;
}
.top-sec .tbv li{
    margin-right: 15px;
}
.top-sec .tbv li:last-child{
    margin-right: 0;
}
.top-sec .pit {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: flex;
}
.top-sec .row.g-3 {
	justify-content: space-between;
}
.top-sec .top-right {
	display: flex;
	justify-content: end;
}
.top-sec a {
	text-decoration: none;
	color: #fff;
    transition: .45s;
}
.top-sec .tbv .wqa {
	margin-left: 5px;
}
.top-sec .pit li {
	margin-left: 15px;
}
.top-sec .pit li:first-child{
    margin-left: 0;
}
.top-sec a:hover{
 color: #f1a22b;
}
.navbar-toggler[aria-expanded="false"] .fa-xmark{
 display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
 display: none;
}
.navbar-toggler{
	width: 60px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.my-head .fa-solid.fa-xmark {
	color: #ff0000;
	font-size: 24px;
}
/* nav-sec */
.navbar-brand img {
	width: 140px;
}
.navbar-nav {
	display: flex;
	align-items: center;
}
.nav-link.active {
	color: #b25c21 !important;
}
.nav-link:hover{
	color: #b25c21;
}
.nav-link {
	font-size: 18px;
	color: #000;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.my-head .btn.btn-primary {
	padding: 6px 20px;
	background-color: #b25c21;
	border: none;
	transition: .45s;
}
.my-head .btn.btn-primary:hover{
	background-color: #000;
}
.my-head .nav-item {
	margin-left: 20px;
}
.my-head .dropdown-item:hover {
	background-color: #b25c21;
	color: #fff;
}
.navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 1000;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	background-color: #fff;
}
/* my-modal */
.my-modal .modal-footer {
	display: flex;
	justify-content: center;
	border-top: none;
}
.my-modal .modal-header {
	border-bottom: none;
}
.my-modal .form-control {
	border-color: #203634;
}
.my-modal .form-control:focus {
	box-shadow: none;
	border-color: #f1a22b;
}
.my-modal .btn.btn-primary {
	background-color: #203634;
	border: none;
	transition: .45s;
}
.my-modal .btn.btn-primary:hover{
	background-color: #f1a22b;
}
.my-modal .btn-close{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	opacity: 1;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
}
/* banner-sec */
.ban{
    overflow: hidden;
}
.banner-box{
    position: relative;
}
.banner-box .qaz {
	color: #b25c21;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: #fff;
	font-weight: 700;
}
.banner-box:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
}
.ban .banner-box .banner-cont {
	position: absolute;
	top: 50%;
	left: 13%;
	transform: translateY(-50%);
	z-index: 3;
	width: 720px;
}
.ban .banner-box .ban-head strong {
	font-size: 70px;
	color: #fff;
	line-height: 45px;
	font-weight: 100;
}

.ban .banner-box .ban-text p {
	color: #fff;
	text-align: justify;
}
.ban .banner-box .ban-text {
	margin-top: 30px;
}
.ban .banner-box .banner-cont .otu {
	text-decoration: none;
	padding: 10px 40px;
	background-color:#b25c21;
	transition: .45s;
	color: #fff;
    border-radius: 6px;
}
.ban .banner-box .banner-cont .otu:hover{
    background-color: #203634;
}
.ban .banner-box .banner-cont .hjl {
	color: #b25c21;
	text-decoration: none;
	font-weight: 600;
}
.ban .banner-box .ban-btn {
	margin-top: 60px;
}
.ban .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ffffff !important;
	margin-right: 4px;
    transition: .45s;
}
.ban .owl-dot.active {
	width: 30px;
	height: 10px;
	background-color:#b25c21 !important;
	border-radius: 30px;
}
.ban .owl-dots {
	position: absolute;
	left: 50%;
	bottom: 17px;
    transform: translateX(-50%);
}
.about-us .abpic img {
	width: 100%;
}
.about-us .text p {
	text-align: justify;
}
.about-us {
	margin-top: 80px;
	position: relative;
}
.about-us::before {
	position: absolute;
	content: '';
	background-image: url(images/about-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	right: 0;
	top: -60px;
	z-index: -1;
	rotate: 180deg;
	opacity: .07;
}
.about-us .ab-top img {
	width: 50px;
}
.about-us .ab-top {
	display: flex;
	justify-content: center;
}
.about-us .number {
	text-align: center;
	margin-top: 10px;
	font-size: 30px;
}
.about-us .nm {
	text-align: center;
}
.about-us .ab-box {
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
	border-radius: 10px;
	padding: 10px;
}
.about-us .jku {
	margin-top: 30px;
}
.about-us .abton {
	margin-top: 60px;
}
.about-us .abton a {
	text-decoration: none;
	padding: 10px 40px;
	background-color: #b25c21;
	transition: .45s;
	color: #fff;
	border-radius: 6px;
}
.about-us .abton a:hover{
	background-color: #203634;
}
.managing-sec p {
	text-align: justify;
}
.managing-sec {
	margin-top: 80px;
}
.managing-sec .mang-pic img {
	width: 100%;
}
.managing-sec .mang-pic {
	overflow: hidden;
	border-top-right-radius: 240px;
	border-bottom-left-radius: 240px;
	position: relative;
}
.managing-sec .bjk {
	display: flex;
	align-items: center;
}
.managing-sec .mnam {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px 30px;
	font-size: 25px;
	background-color: #b25c21;
	color: #fff;
}
.whyus-sec .head {
	text-align: center;
	margin-bottom: 30px;
}
.whyus-sec {
	position: relative;
	padding: 150px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 80px;
	background-attachment: fixed;
}
.whyus-sec .org {
	color: #fff;
}
.whyus-sec::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	background-image: url(images/why-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 149px;
	width: 100%;
	z-index: 1;
}
.whyus-sec::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	background-image: url(images/why-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 149px;
	width: 100%;
	z-index: 1;
	rotate: 180deg;
}
.whyus-sec .cir img {
	width: 50px;
}
.whyus-sec .main-box {
	padding: 30px;
	background-color: #fff;
	backdrop-filter: blur(20px);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,.7);
	border-radius: 10px;
	min-height: 100%;
}
.whyus-sec .nam {
	font-size: 28px;
	margin-bottom: 10px;
}
.mark-sec .main-box {
	background-color: #f9f9f9;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
}
.mark-sec .main-box .pl-pic img {
	width: 100%;
}
.mark-sec .plnm {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 8px;
}
.mark-sec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 150px 0px;
	background-attachment: fixed;
	position: relative;
	margin-top: 80px;
}
.mark-sec .head {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 4;
}
.mark-sec .org {
	color: #fff;
}
.mark-sec::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	background-image: url(images/why-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 149px;
	width: 100%;
	z-index: 2;
}
.mark-sec::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	background-image: url(images/why-shape.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 149px;
	width: 100%;
	z-index: 2;
	rotate: 180deg;
}
.mark-sec .layer::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.2);
	z-index: 1;
}
.mark-sec .owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.mark-sec .owl-carousel .owl-nav button.owl-next, .mark-sec .owl-carousel .owl-nav button.owl-prev {
	background: #000;
	color: #fff;
	border: none;
	padding: 0 !important;
	font: inherit;
	font-size: 30px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: .45s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mark-sec .owl-carousel .owl-nav button.owl-next:hover, .mark-sec .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: rgb(178, 92, 33);
}
.mark-sec .owl-nav span {
	padding-bottom: 4px;
}
.mark-sec .owl-prev {
	margin-right: 5px;
}
.f-logo {
	width: 140px;
	height: 80px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flsec .f-logo img {
	width: 110px;
}
.footer {
	padding: 50px 0px;
}
.footer .f-text p {
	color: #fff;
}
.footer .f-text{
	margin-top: 10px;
}
.footer .social-head strong {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.footer .fead strong {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
.footer .dsaa {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.footer .dsaa li a {
	color: #fff;
	text-decoration: none;
	transition: .45s;
	display: inline-block;
    font-size: 16px;
}
.footer .dsaa li a:hover{
	color: #f1a22b;
}
.footer .dsaa li {
	margin-bottom: 7px;
	transition: transform .25s ease;
}
.footer .dsaa li:last-child{
	margin-bottom: 0px;
}
.footer .fead {
	margin-bottom: 20px;
}
.footer .nsbtn .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.footer .nsbtn #button-addon2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	background-color: #000;
}
.footer .nsbtn #button-addon2:hover{
	background-color: #b25c21;
}
.footer .nsbtn .form-control:focus{
	box-shadow: none;
}
.footer .ophead strong {
	color: #fff;
	font-size: 16px;
}
.footer .wej p {
	color: #fff;
	margin-bottom: 0;
}
.footer .sol-icon {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer .fgr {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	transition: .45s;
}
.footer .fgr .fa-brands {
	color: #fff;
	font-size: 18px;
	transition: .45s;
}
.footer .fgr:last-child{
	margin-right: 0px;
}
.footer .fgr:hover{
	background-color: #fff;
}
.footer .fgr:hover .fa-brands{
	color: #000;
}
.footer .social-head {
	margin-bottom: 15px;
}
.Copyright {
	background-color: #203634;
}
.Copyright .container{
	padding: 5px 0px;
	border-top: 1px solid #fff;
}
.Copyright .container p{
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
}
.footer {
	padding: 50px 0px;
	background-color: #203634;
	margin-top: 100px;
}

.rpt-sec .rpt-cont .text {
	text-align: justify;
	margin-top: 20px;
}
.rpt-sec .main-box .icon img {
	width: 40px;
}
.rpt-sec .main-box .icon {
	width: 60px;
	height: 50px;
	background-color: #fff;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2);
	display: flex;
	justify-content: center;
	align-items: center;
}
.rpt-sec .main-box .Nam {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.rpt-sec .main-box {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.2);
	min-height: 100%;
	border: 1px solid #ffd8be;
	border-radius: 6px;
}
.rpt-sec .main-box .data p {
	text-align: justify;
}
.rpt-sec {
	margin-top: 80px;
}
.rpt-sec .ngf {
	color: #b25c21;
	font-size: 18px;
}
.feature-sec .ngf {
	color: #b25c21;
	font-size: 18px;
}
.feature-sec {
	margin-top: 80px;
}
.feature-sec .main-box {
	text-decoration: none;
	position: relative;
	transition: .45s;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	margin: 5px;
}
.feature-sec .main-box:hover{
	transform: scale(1.02);
}
.feature-sec .main-box::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
	transition: .45s;
}
.feature-sec .main-box:hover::before{
	transition: width 700ms;
	width: 100%;
}
.feature-sec .pro-box {
	text-decoration: none;
}
.feature-sec .cont {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	opacity: 0;
	transition: .45s;
}
.feature-sec .main-box:hover .cont{
	opacity: 1;
}
.feature-sec .main-box .pnm {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
}
.feature-sec .main-box .pbtn {
	text-align: center;
	color: #fff;
}
.feature-sec .main-box .pbtn span{
	background-color: #000;
	padding: 8px 20px;
	border-radius: 5px;
	transition: .45s;

}
.feature-sec .main-box .pbtn span:hover{
	background-color: #b25c21;
}
.feature-sec .owl-carousel .owl-nav button.owl-next, .feature-sec .owl-carousel .owl-nav button.owl-prev{
	background: #000;
	color: #fff;
	border: none;
	padding: 0 !important;
	font: inherit;
	font-size: 30px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	transition: .45s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature-sec .owl-carousel .owl-nav button.owl-next:hover, .feature-sec .owl-carousel .owl-nav button.owl-prev:hover{
background-color: #b25c21;
}
.feature-sec .owl-nav {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.feature-sec .owl-nav span {
	padding-bottom: 4px;
}
.feature-sec .owl-prev {
	margin-right: 5px;
}
.feature-sec .head {
	margin-bottom: 30px;
}
.contact-sec {
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}
.contact-sec::before {
	position: absolute;
	content: '';
	background-image: url(images/dotted-world-map-png.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width: 630px;
	height: 630px;
	right: 110px;
	z-index: -2;
	opacity: .15;
}
.contact-sec .head h2 {
	text-align: start;
	color: #fff;
}
.contact-sec .head p {
	color: #fff;
}
.contact-sec .left-form {
	background-color:#203634;
	padding: 20px 30px;
	min-height: 100%;
}
.contact-sec .btn.btn-primary {
	background-color: #b25c21;
	border: none;
	color: #ffffff;
	transition: .45s;
	margin-top: 40px;
}
.contact-sec .btn.btn-primary:hover{
	background-color: #ffffff;
	color: #000000;
}
.contact-sec .mg-place {
	list-style-type: none;
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}
.contact-sec .mg-place li {
	margin-bottom: 10px;
}
.contact-sec .mg-place li:last-child{
	margin-bottom: 0;
}
.contact-sec .head {
	margin-bottom: 20px;
}
.contact-sec .phn {
	margin-top: 20px;
}
.contact-sec .phn .gew  a {
	text-decoration: none;
	color: #000;
	transition: .45s;
}
.contact-sec .phn .gew  a:hover{
	color: #b25c21;
}
.contact-sec .phn .gew {
	margin-bottom: 10px;
	font-weight: 500;
}
.contact-sec .phn .gew:last-child{
	margin-bottom: 0px;
}
.con .htk {
		display: flex;
		justify-content: center;
}
.contact-sec .off-head {
	margin-bottom: 20px;
}
.contact-sec .responsive-map{
overflow: hidden;
padding-bottom:25.25%;
position:relative;
height:0;
}
.contact-sec .responsive-map iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.our-gallery .sub-head{
	text-align: center;
}
.our-gallery .heading {
	text-align: center;
	margin-bottom: 40px;
}
.our-gallery .g-box{
	text-decoration: none;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.6);
	transition: .45s;
	border-radius: 5px;
}
.our-gallery .g-box:hover{
	transform: scale(1.03);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.6);
}
.our-gallery .g-box::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.8);
	height: 0;
	z-index: 2;
	transition: .45s;
	border-radius: 5px;
}
.our-gallery .g-box:hover:before{
	transition: height 700ms;
	height: 100%;
}

.our-gallery .g-box img {
	width: 100%;
	border-radius: 5px;
}
.our-gallery .eye-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	opacity: 0;
}
.our-gallery .g-box:hover .eye-icon{
	opacity: 1;
}
.our-gallery .eye-icon .fa-solid.fa-eye {
	font-size: 20px;
	color: #b25c21;
}
.our-gallery .g-but a {
	text-decoration: none;
	font-size: 16px;
	padding: 6px 40px;
	background-color: #000;
	color: #fff;
	z-index: 1;
	border-radius: 5px;
	transition: .45s;
}
.our-gallery .g-but a:hover{
	background-color: #b25c21;
}
.our-gallery .g-but {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.our-gallery {
	margin-top: 40px;
}
.our-gallery .head {
	margin-bottom: 40px;
	text-align: center;
}
.our-gallery .ngf {
	color: #b25c21;
	font-size: 18px;
}
.inban {
	overflow: hidden;
}
.iner-brid .gre {
	display: flex;
	justify-content: center;
}
.iner-brid .gre {
	display: flex;
	justify-content: center;
	color: #fff;
}
.iner-brid .gre a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	transition: .45s;
}
.iner-brid .gre a:hover{
	text-decoration: underline;
}
.iner-brid {
	background-color:#b25c21;
	padding: 7px;
}
.misvis-sec .mis-pic img {
	width: 50px;
}
.misvis-sec .mis-box .mis-pic .cir {
	width: 110px;
	height: 110px;
	background-color: #f9f9f9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.2);
}
.misvis-sec .mis-box .head strong {
	font-size: 20px;
	margin-bottom: 15px;
}
.misvis-sec .mis-box {
	display: flex;
}
.misvis-sec .nhg {
	display: flex;
	align-items: center;
}
.misvis-sec .mis-box {
	padding: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.misvis-sec .vis {
	padding: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.misvis-sec .vis .nhg {
	display: flex;
	align-items: center;
	justify-content: end;
}
.misvis-sec {
	margin-top: 70px;
}
.other-office {
	padding: 20px;
	background-color: #ffede1;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
	min-height: 100%;
}
.other-office .vbr {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
}
.other-office .vbr li{
	margin-bottom: 10px;
}
.other-office .vbr li:last-child{
	margin-bottom: 0;
}
.get-head h1 {
	text-align: center;
}
.get-head{
	margin-bottom: 40px;
}
.inban img {
	width: 100%;
}
.gl-mar .main-box .pl-pic img {
	width: 100%;
}
.gl-mar .plnm {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 8px;
}
.gl-mar .main-box {
	background-color: #f9f9f9;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,.3);
}
.gl-mar {
	margin-top: 70px;
	position: relative;
}
.gl-mar .head {
	margin-bottom: 30px;
	text-align: center;
}
#conact-page .head h1 {
	text-align: center;
}
.our-product .head {
	text-align: center;
	margin-bottom: 50px;
}
.our-product .sub-head {
	text-align: center;
}
.our-product .p-head h2 {
	font-size: 20px;
}
.our-product .gha {
	padding-left: 0;
	list-style-type: none;
}
.our-product .p-head {
	margin-bottom: 20px;
}
.our-product .info-btn a {
	text-decoration: none;
	padding: 10px 40px;
	background-color: #b25c21;
	transition: .45s;
	color: #fff;
	border-radius: 6px;
}
.our-product .info-btn a:hover {
  background-color: #203634;
}
.our-product .gha li {
	margin-bottom: 10px;
}
.our-product .info-btn {
	margin-top: 40px;
}
.our-product .product-pic img {
	width: 100%;
}
.our-product .hjt {
	display: flex;
	align-items: center;
}
.our-product {
	margin-top: 80px;
}
.our-product .product-pic {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.4);
}
.expimpo-sec .pic-box{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
	background-color: #f9f9f9;
}
.expimpo-sec .pic-box .pic img {
	width: 100%;
}
.expimpo-sec .nmbtn {
	text-align: center;
	font-weight: 600;
	padding: 7px;
	background-color: #e8e8e8;
}
.expimpo-sec {
	margin-top: 80px;
}
.expimpo-sec .head {
	margin-bottom: 30px;
}





