.shine{
font-size: 2.6rem;
   margin: 0 auto;
   font-weight: 700;
   font-family: "Work Sans", Arial, sans-serif;
   letter-spacing: -3px;
   width: 100%;

   background: #e81816 -webkit-gradient(linear, left top, right top, from(#e81816), to(#e81816), color-stop(0.5, #fff)) 0 0 no-repeat;
   -webkit-background-size: 125px;
   color: rgba(255, 255, 255, 0.1);
   -webkit-background-clip: text;
   -webkit-animation-name: shine;
   -webkit-animation-duration: 2s;
   -webkit-animation-iteration-count: infinite;

}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}


.ftco-counter .block-18 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.listcore li{display: block; color: #fff;    margin-bottom: 10px;
    line-height: 20px;}
 .listcore li i{margin-right: 10px;}   
.fixright ul li .smlicn{    width: 89%;
    float: right;
    margin-right: 3px;}


.texttpspl {
     font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    margin: 0;
    top: 02%;
    left: 0%;
    position: absolute;
    color: #000000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    padding: 18px 15px;
    border: 1px solid #e2dbbb;
    line-height: 20px;
}
.texttpspl:before {
content: attr(data-heading);
    position: absolute;
    overflow: hidden;
    color: #e81816;
    width: 100%;
    z-index: 5;
    text-shadow: none;
    background: none;
    left: 13%;
    top: 39px;
    text-align: left;
    -webkit-animation: flicker 3s linear infinite;
    animation: flicker 3s linear infinite;
}

@-webkit-keyframes flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    opacity: 0.99;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px, 0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}

@keyframes flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    opacity: 0.99;
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(255, 255, 255, 0.4), 1px 1px 0 rgba(255, 255, 255, 0.4), 0 -2px 8px, 0 0 2px, 0 0 5px #ff7e00, 0 0 15px #ff4444, 0 0 2px #ff7e00, 0 2px 3px #000;
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    opacity: 0.4;
    text-shadow: none;
  }
}



.popup-gallery .gallery-item h3{    font-size: 16px;
    padding: 5px;
    background: #e91917;
    color: #fff;
    text-transform: capitalize;}
.container-Two .fifth-sect .abt-brd ul.lsitprd li a{ background: none; padding: 0; border: 0; }
  .container-Two .fifth-sect .abt-brd ul.lsitprd li{     margin: 0 10px 30px 10px;
    width: 18%;
    background: #e81816;
    padding: 14px 0;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e81816;
    font-size: 14px;
    color: #fff;}
    .container-Two .fifth-sect .abt-brd ul.lsitprd li:hover{background: #fff; color: #e81816; border: 1px solid #e81816;}  
.corfa .services-2 .icon span{color: #fff;}
.ftco-footer .ftco-footer-widget ul li {float:inherit; display:inherit; margin:5px 0;}
.mainnavmenu .navbar-form{
	padding: 10px 5px !important;
	margin:0 !important;
	}
.contact-section .box{text-align:center;    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
.contact-section .box ul li span{display:block;font-weight:normal; color:#000000; padding-bottom:10px;	}	
.contact-section .box ul li span.fa{color: #ffffff;
    background: #e91917;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    margin: 0 auto 10px;
    font-size: 20px;}
.contact-section .box span{display: block;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;}
.bg-light {
    background: #fafafa !important;
}
.ftco-counter .text strong.number {
    font-weight: 800;
    font-size: 44px;
    color: #2f89fc;
    display: block;
}
.ftco-counter .text span {
    display: block;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}
.p-5 {
    padding: 3rem !important;
}

#section-counter {
    position: relative;
    z-index: 0;
}
#section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 1;
    background: #2f89fc;
}
.ftco-counter .bg-counter {
    position: relative;
    background: #fff;
}
.ftco-counter .bg-counter h3.vr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(
180deg
);
    -ms-transform: rotate(180deg);
    transform: rotate(
180deg
);
    text-orientation: sideways;
    text-align: center;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 16px;
    z-index: 1;
}

.aside-stretch {
    background: #fff;
}
.aside-stretch:after {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #fff;
}


@charset "utf-8";
/* CSS Document */
/*container-Two starts */
@font-face {
	font-family: "StagSansRound-Semibold";
	src: url(../fonts/StagSansRound-Semibold-Reduced.woff.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "DINPRO-BOLD";
	src: url(../fonts/DINPRO-BOLD.OTF);
	font-weight: normal;
	font-style: normal;
}
.bannersec .carousel-indicators li {
	width:12px;
	height:12px;
	background-color:#401d12;
	border:1px solid #401d12;
	margin:0 2px;
}
.bannersec .carousel-indicators li.active {
	width:22px;
	height:12px;
}
.container-Two {
	margin-bottom: 0px;
}
.container-Two .cmn-head {
	padding: 40px 0;
}
.container-Two .cmn-head h2 {
	color: #401d12;
	text-align: center;
	font-size: 48px;
	font-family: "StagSansRound-Semibold";
}
.container-Two .cmn-head p {
	text-align: center;
	color: #555555;
	font-size: 14px;
	line-height: 22px;
}
.container-Two .second-sect .prt-div {
	position: relative;
	transition: all .2s;
	z-index: 200;
	animation: spin 10s linear infinite;
   transition: all 0.5s ease;
}
.container-Two .second-sect .prt-div h3 {
	position: absolute;
	width: 100%;
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	transition: all .2s 
}
.container-Two .second-sect .prt-div:hover h3 {
display:none;
}
.container-Two .second-sect .prt-div .celebrat {
	width: 100%;
	height:100%;
	position:absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top:0;
	background: rgba(0,0,0,.5);
	display:none;
	transition:all .9s;
}
.container-Two .second-sect .prt-div .celebrat a {
	margin:0 auto;
	transform: translate(-50%, -100%);
	position:absolute;
	top:50%;
	left:50%;
}
.container-Two .second-sect .prt-div .celebrat h4 {
	color:#fff;
	font-size:18px;
	text-align:center;
		transform: translate(-50%, 250%);
	position:absolute;
	top:50%;
	left:50%;
}
.container-Two .second-sect .prt-div:hover .celebrat {
	display:block;
	 animation-play-state: running;
}
.container-Two .second-sect .margtop {
	margin-top: 30px;
}
.container-Two .third-sect {
	background: #e8e6e1;
	padding: 10px 0 40px 0;
}
.owl-three .owl-dots{display:none !important}
.container-Two .fourth-sect {
	position: relative;
}
.container-Two .fourth-sect .fourthbanner {
	background: url(../images/product-banner.jpg) no-repeat;
	width: 100%;
	background-size: 100% 100%;
	padding-bottom: 70px;
}
.container-Two .fourth-sect .choose {
	background: #fff;
	padding: 20px;
	transition: all .3s;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
 transition-duration: $defaultDuration;
	transition-property: transform;
}
.container-Two .fourth-sect .choose h5 {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	padding: 10px 0;
	transition: all .3s;
	min-height: 85px;

}
.container-Two .fourth-sect .choose h5 span.chos-icn {
	background: url(../images/choose-icn-one.png) no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0px 0;
	transition: all .3s;
}
.container-Two .fourth-sect .choose h5 span.chos-icn2 {
	background: url(../images/choose-icn-two.png) no-repeat;
	background-size: contain;
}
.container-Two .fourth-sect .choose h5 span.chos-icn3 {
	background: url(../images/choose-icn-three.png) no-repeat;
	background-size: contain;
}
.container-Two .fourth-sect .choose .choosimg {
	margin: 10px 0 70px 0;
	position: relative;
}
.container-Two .fourth-sect .choose .choosimg span.digit {
	font-size: 80px;
	color: #ff7800;
	display: block;
	font-family: "DINPRO-BOLD";
	position: absolute;
	bottom: -40px;
	right: 10px;
	transition: all .3s;
}
.container-Two .fourth-sect .choose p {
	color: #333;
	font-size: 18px;
	text-align: left;
	line-height: 26px;
	transition: all .3s;
	-webkit-line-clamp: 2;
	min-height: 52px;
}
.container-Two .fourth-sect .choose:hover {
	background: #ff7800;
	transform: translateY(-15px);
}
.container-Two .fourth-sect .choose:hover span.digit {
	color: #3b231d;
}
.container-Two .fourth-sect .choose:hover h5 span.chos-icn {
	background: url(../images/choose-icn-one-hvr.png) no-repeat;
	background-size: contain;
}
.container-Two .fourth-sect .choose:hover h5 span.chos-icn2 {
	background: url(../images/choose-icn-two-hvr.png) no-repeat;
	background-size: contain;
}
.container-Two .fourth-sect .choose:hover h5 span.chos-icn3 {
	background: url(../images/choose-icn-three-hvr.png) no-repeat;
	background-size: contain;
}
.container-Two .fourth-sect .choose:hover h5 {
	color: #fff;
}
.container-Two .fourth-sect .choose:hover p {
	color: #fff;
}
.container-Two .fifth-sect .abtsect p.title {
	color: #401d12;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 30px;
}
.container-Two .fifth-sect .abtsect p.para {
 color:#$333333;
	font-size: 14px;
	line-height: 20px;
}
.container-Two .fifth-sect .abtsect p.parat {
	padding-bottom: 20px;
}
.container-Two .fifth-sect .abt-brd {
	
	padding-bottom: 30px;
}
.container-Two .fifth-sect .abt-brd p {
}
.container-Two .fifth-sect .abt-brd ul {
}
.container-Two .fifth-sect .abt-brd ul li {
	
	margin: 0 10px 30px 10px;
    width: 12.5%;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.container-Two .fifth-sect .abt-brd ul li a {
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	transition: all .3s;
	border:1px solid #ccc;
}
.container-Two .fifth-sect .abt-brd ul li a:hover {
	background: rgb(254 0 0);
}
i.quote {
    font-size: 44px;
       color: #f44336;
    margin-left: 19%;
    margin-bottom: 20px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.container-Two a.readmore {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .5s;
    float: left;
    width: 12%;
    font-weight: 600;
    text-align: center;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 38px 0;
    border: 1px solid #ef0c0c;
    border-radius: 5px;
    background: #fe0000;
    color: #fff;
}
.container-Two a.readmore span.linkarow {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transition: all .5s;
	width:25px;
}
.container-Two a.readmore:hover {
	text-decoration: none;
}
.container-Two a.readmore:hover span.linkarow {
	margin-left: 10px;
}
.container-Two .fifth-sect .videosect {
	margin: 40px 0 80px 0;
	position: relative;
	transition: all .5s;
	overflow: hidden;
}
.container-Two .fifth-sect .videosect .playicn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
	bottom: 0;
	opacity: 0;
	transition: all .4s;
}
.container-Two .fifth-sect .videosect:hover .playicn {
	opacity: 1;
}
.container-Two .fifth-sect .videosect .layer {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	height: 100%;
	display: flex;
	vertical-align: middle;
	align-items: center;
	justify-content: center;
}
/*.container-Two .fifth-sect .videosect:hover .layer {
	display:block;
}*/
.container-Two .Six-sect {
	background: url(../images/factory-banner.jpg) no-repeat;
	width: 100%;
	background-size: 100% 100%;
}
.container-Two .Six-sect .sixone .siximgchng {
	margin-bottom: 18px;
}
.container-Two .Six-sect .sixone .img-container {
	transition: all .5s;
	position: relative;
	overflow: hidden;
}
.container-Two .Six-sect .sixone .img-container .img-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #A8A8A8;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	cursor: pointer;
	text-align: center;
	transition: all 0.8s ease-out;
}
.container-Two .Six-sect .sixone .img-container .img-caption a {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -100%);
	position: absolute;
}
.container-Two .Six-sect .sixone .img-container .img-caption h3 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -10%);
	position: absolute;
}
.container-Two .Six-sect .sixone .img-container .img-container:hover .img-caption {
	opacity: 0;
}
.container-Two .Six-sect .sixone .img-container .bottom-right {
	top: 100%;
	left: 100%;
}
.container-Two .Six-sect .sixone .img-container:hover .img-caption {
	top: 0;
	left: 0;
	transition: all 0.6s ease-out;
}
.container-Two .Six-sect .sixone .img-container:hover .img-caption {
	opacity: 1;
}
.container-Two .Six-sect h5 {
	color: #333333;
	font-size: 30px;
	font-family: "StagSansRound-Semibold";
	padding-top: 20px;
}
.container-Two .Six-sect .gallery-carousel {
	margin: 20px 0 30px 0;
}
.container-Two .Six-sect .sixslide-two {
	padding-bottom: 50px;
}
.container-Two .Six-sect .sixslide-two .margchng {
	margin: 20px 0;
}
.container-Two .Six-sect .sixslide-one {
	border-top: 1px #aaaaaa dashed;
	border-bottom: 1px #aaaaaa dashed;
	margin: 40px 0 10px 0;
}
.container-Two .Six-sect .sixslide-two .owl-carousel .owl-controls {
	margin: 0 auto;
	display: table;
}
.container-Two .Six-sect .sixslide-two .owl-carousel .owl-controls .owl-dot {
	background: #947a71;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 30px 6px 0 6px;
	float: left;
}
.container-Two .Six-sect .sixslide-two .owl-carousel .owl-controls .owl-dot.active {
	background: #ff7800;
}
.container-Two .seven-sect .sevbanner {
	background: url(../images/exbhition-banner.jpg) no-repeat;
	width: 100%;
	background-size: 100% 100%;
	padding-bottom: 90px;
}
.container-Two .seven-sect .sevbanner .exhibt {
	position: relative;
	transition: all .5s;
	overflow: hidden;
}
.container-Two .seven-sect .sevbanner .exhibt a {
	color: #333333;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	background: #fff;
	width: 100%;
	z-index: 9999;
	position: relative;
}
.container-Two .seven-sect .sevbanner .exhibt .exhposi {
	position: absolute;
	top: 0;
	left: 0;
	background: #ff7800;
	padding: 11px 14px;
	z-index: 9999;
}
.container-Two .seven-sect .sevbanner .exhibt .exhposi h3 {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.container-Two .seven-sect .sevbanner .exhibt .exhposi h2 {
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 26px;
	padding: 5px 0;
}
.container-Two .seven-sect .sevbanner .exhibt:hover a {
	background: #ff7800;
	color: #fff;
}
.container-Two .seven-sect .sevbanner .exhibt .img-caption {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 3em;
	background: #A8A8A8;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 1.2em;
	border-radius: 5px;
	transition: all 0.8s ease-out;
	opacity: 0;
}
.top-bottom {
	top: -100%;
	left: 0;
}
.container-Two .seven-sect .sevbanner .exhibt:hover .img-caption {
	top: 0;
	left: 0;
	transition: all 0.6s ease-out;
}
.container-Two .seven-sect .sevbanner .exhibt:hover .img-caption {
	opacity: 1;
}
.container-Two .Eight-sect .bewaresub {
	border-bottom: 10px solid #fff;
	transition: all .5s;
	transition-property: transform;
	cursor: pointer;
}
.container-Two .Eight-sect .bewaresub h4 {
	color: #333333;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 10px;
	text-align: center;
}
.container-Two .Eight-sect .bewaresub ul {
	margin: 0 auto;
	display: table;
}
.container-Two .Eight-sect .bewaresub ul li {
	border-right: 2px solid #898989;
	padding: 0 5px;
}
.container-Two .Eight-sect .bewaresub ul li:last-child {
	border: none;
}
.container-Two .Eight-sect .bewaresub ul li span.caleder {
	vertical-align: middle;
	display: inline-block;
	margin: -4px 5px 0 0;
}
.container-Two .Eight-sect .bewaresub p {
	color: #555555;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 15px 0;
}
.container-Two .Eight-sect .bewaresub:hover {
	border-bottom: 10px solid #ff7800;
	transform: translateY(-15px);
}
.container-Two .Eight-sect ul.list-link {
	margin-bottom: 50px;
}
.container-Two .Eight-sect ul.list-link li {
	display:block;
}
.container-Two .Eight-sect ul.list-link li a {
	color: #333333;
	font-size: 16px;
	border-bottom: 1px #cccccc dashed;
	padding: 30px 0;
	transition: all .5s;
}
.container-Two .Eight-sect ul.list-link li:first-child a {
	padding-top: 10px;
}
.container-Two .Eight-sect ul.list-link li a:hover {
	color: #ff7800;
	text-decoration:none;
}
.pcnon{display:none}
@media (max-width: 999px) {
.container-Two .fourth-sect .choose .choosimg span.digit {
	font-size: 50px;
	bottom: -30px;
}
/*.container-Two .fourth-sect .choose h5 {
	font-size: 14px;
}*/
.container-Two .fourth-sect .choose p {
	font-size: 13px;
	line-height: 20px;
	min-height: 40px;
}
.container-Two .fourth-sect .choose .choosimg {
	margin: 10px 0 40px 0;
}
.container-Two .fifth-sect .abt-brd ul {
	float: none;
	margin: 0 auto;
	display: table;
}
.container-Two .fifth-sect .abtsect p.title {
	text-align: center;
}
.container-Two .fifth-sect .abt-brd {
	border-left: none;
	padding-bottom: 0;
}
.container-Two a.readmore {
	display: inline-block;
	margin: 15px auto;
}
.container-Two .Eight-sect .bewaresub h4 {
	font-size: 14px;
	padding: 15px 5px;
}
.container-Two .Eight-sect .bewaresub ul li {
	font-size: 13px;
}
.container-Two .Eight-sect .bewaresub p {
	font-size: 12px;
	line-height: 18px;
	padding: 10px 0;
}
.container-Two .Eight-sect ul.list-link li a {
	padding: 15px 0;
}
.container-Two .Eight-sect ul.list-link {
	margin-bottom: 15px;
}
}
@media (max-width: 767px) {
	.shine{font-size: 1.8rem;
    margin: 0px 10px;
    line-height: 80px; }
	.mainnavmenu .navbar .logomob a{float: left;}

.container-Two .fifth-sect .abt-brd ul.lsitprd li {
    margin: 0 10px 30px 10px;
    width: 43%;
    background: #e81816;
    padding: 0px 0;
    font-size: 14px;
    color: #fff;}

	.slider-text h3 {
    font-size: 18px !important;}
	.carousel-caption{top:8% !important;}
	.slider-text p{font-size:13px;}
.container-Two a.readmore {
    margin: 0 auto;
    display: table;
    width: auto;
    padding: 23px 0;
}	
	.pcnon{display:block}
.mblnon{display:none}	
.container-Two .cmn-head h2 {
	font-size: 38px;
}
.container-Two .cmn-head p {
	padding: 0 10px;
}
.container-Two .second-sect .prt-div {
	margin-bottom: 20px;
}
.container-Two .third-sect {
	padding: 10px 0 20px 0;
	margin: 20px 0 20px 0;
}
.container-Two .cmn-head {
	padding: 20px 0;
}
.container-Two .fourth-sect .fourthbanner {
	background-size: cover;
	padding-bottom: 20px;
}
.container-Two .fifth-sect .abtsect p.title {
	font-size: 16px;
	padding-top: 15px;
}
.container-Two .fifth-sect .abt-brd {
	border-left: none;
}
.container-Two .fifth-sect .abt-brd ul li {
	  width: 43%;
}
.container-Two a.readmore {
display: table;
    margin: 0px 14px 25px;
padding: 15px;
}
.container-Two .fifth-sect .videosect {
	margin: 20px 0 40px 0;
}
.container-Two .fifth-sect .videosect .playicn a img {
	width: 80%;
}
.container-Two .Six-sect .sixone .img-container {
	margin-bottom: 20px;
}
.container-Two .Six-sect .sixone .img-container img {
	width: 100%;
}
.container-Two .Six-sect h5 {
	text-align: center;
}
.container-Two .seven-sect .sevbanner .exhibt {
	margin-bottom: 20px;
}
.container-Two .seven-sect .sevbanner .exhibt img {
	width: 100%;
}
.container-Two .Eight-sect .bewaresub {
	margin-bottom: 20px;
}
.container-Two .Eight-sect .bewaresub img {
	width: 100%;
}
.container-Two .Eight-sect ul.list-link li a {
	padding: 20px 0;
}
.container-Two {
	margin-bottom: 0;
}
}
@media (max-width: 320px) {
}

/*container-Two End */
