@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
/* font-family: 'Great Vibes', cursive; */
html, body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	min-width: 320px;
	overflow-x: hidden;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	text-decoration: none;
	background: transparent;
}

a, a:hover, a:focus, a:active {
	outline: 0;
}

a img {
	border: none;
}

:active, :focus {
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none
}

.header {
	position: relative;
	width: 100%;
	background: #d01c1f;
}

#header {
	transition: 0.8s;
	-webkit-transition: 0.8s;
}

.stickyHeader {
	z-index: 99;
	position: fixed;
	background: #fff;
	border-bottom: 1px solid #dedede;
	width: 100%;
	top: 0;
}

.header.stickyHeader {
	padding: 5px 0;
}

/*.owl-carousel {
	padding: 0 0px;
}
*/
.owl-carousel .item {
	text-align: center;
}

.owl-carousel .item a {
	text-decoration: none;
}

.ws .product-thumb {
	display: block;
	line-height: 120px;
	height: 210px;
	text-align: center;
	margin-bottom: 6px;
}

.ws .product-thumb:last-child {
	margin: 0;
}

.ws .product-thumb img {
	display: inline-block;
	vertical-align: middle;
	max-height: 200px;
}

.ws .product-ttl {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #121212;
	text-transform: uppercase;
	border-bottom: 4px solid #f4f4f4;
	border-top: 4px solid #f4f4f4;
	padding: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-0-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-white-space: nowrap;
	-moz-white-space: nowrap;
	-ms-white-space: nowrap;
	-o-white-space: nowrap;
}

.ws a:hover .product-ttl {
	color: #F90;
	text-decoration: none;
}

.ws .product-price {
	font-weight: 600;
	display: block;
	color: #777;
	text-align: center;
}

.owl-carousel .item samp {
	color: #F90;
}

.ws .product-qntty {
	font-weight: 400;
	display: block;
	color: #999;
	text-align: center;
}

.owl-buttons {
	margin-top: -17px !important;
	position: absolute;
	left: 14px !important;
	bottom: 16% !important;
	width: 100% !important;
}

.owl-theme .owl-controls .owl-buttons div {
	color: #fff !important;
	font-size: 15px !important;
	width: 32px;
	background: #d01c1f !important;
	opacity: 1 !important;
}

.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 3px 10px;
	font-size: 52px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

.owl-prev {
	width: 30px;
	margin-left: -65px;
	left: -50px;
	padding: 35px;
	position: absolute;
	display: block;
}

.owl-next {
	right: auto;
	position: absolute;
	left: 12px;
}

.owl-pagination {
	/* display: none; */
}
.banner_sec .owl-dots {
    margin-top: -34px;
    position: relative;
}
.banner_sec .owl-buttons {
 display: none; 
}

.logo {
	text-align: center;
	box-shadow: 2px 3px 64px #333;
	background-color: white;
}

.h_t_left {
	padding-top: 8px;
	text-align: right;
}

.h_t_left ul li {
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	padding-right: 20px;
}

.h_t_left ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 13px;
}

.h_t_left ul li span {
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
}

.h_social ul {
	text-align: right;
}

.h_social ul li {
	display: inline-block;
}

.h_social ul li a {
	display: block;
}

.h_social ul li a {
	display: block;
	color: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}

.header_top {
	padding: 17px 0;
	padding-right: 10%;
}

.header_bottom {
	background: #47001c;
	text-align: right;
	padding-right: 10%;
}

.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.navigation nav > ul {
	margin: 0;
}

.navigation nav > ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
	-moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
	-ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
	-o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
	transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(0deg);
}

.navigation nav > ul > li {
	display: inline-block;
	position: relative;
}

.navigation nav > ul > li > a {
	display: block;
	white-space: nowrap;
	margin: 0;
	text-transform: uppercase;
	padding: 4px 0px;
	font-size: 11px;
	color: #fff;
	line-height: 23px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navigation nav > ul > li > a:hover {
	color: #fff;
	border-bottom-color: #d01c1f;
	background: #d01c1f;
}

.navigation nav > ul > li.menu-item-has-children > a {
	padding-right: 20px;
	position: relative;
}

.navigation nav > ul > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	right: 7px;
	margin-top: -5px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navigation nav > ul > li.menu-item-has-children > a:hover:after {
	border-color: black;
}

.navigation nav > ul > li.current-menu-item > a, .navigation > ul > li.current_page_item > a, .navigation > ul > li.current-menu-ancestor > a, .navigation > ul > li.current_page_ancestor > a {
	color: #fff;
	border-bottom-color: #ff5a00;
}

.navigation nav > ul > li.current-menu-item > a:after, .navigation > ul > li.current_page_item > a:after, .navigation > ul > li.current-menu-ancestor > a:after, .navigation > ul > li.current_page_ancestor > a:after {
	border-color: black;
}

.navigation nav > ul > li:not(:first-child) {
	margin: 0 0 0 20px;
}

.navigation nav > ul > li ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	-webkit-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
	-moz-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
	-ms-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
	-o-transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
	transform: perspective(200px) translateZ(0px) translateY(0px) rotateX(-90deg);
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	-o-transform-origin: top center;
	transform-origin: top center;
}

.navigation nav > ul > li > ul {
	position: absolute;
	z-index: 10;
}

.navigation nav > ul > li > ul li.current-menu-item > a, .navigation > ul > li > ul li.current_page_item > a, .navigation > ul > li > ul li.current-menu-ancestor > a, .navigation > ul > li > ul li.current_page_ancestor > a {
	background: #47001c;
}

.navigation nav > ul > li > ul li.menu-item-has-children > a {
	padding-right: 36px;
	position: relative;
}

.navigation nav > ul > li > ul li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	top: 50%;
	right: 18px;
	margin-top: -5px;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.navigation nav > ul > li > ul li ul {
	-webkit-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
	-moz-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
	-ms-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
	-o-transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
	transform: perspective(100px) translateZ(0px) translateY(0px) rotateY(90deg);
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
}

.navigation nav > ul > li > ul > li {
	position: relative;
	list-style: none;
}

.navigation nav > ul > li > ul > li > a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-decoration: none;
	background: #d01c1f;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-align: left;
}

.navigation nav > ul > li > ul > li > a:hover {
	background: #47001c;
}

.navigation nav > ul > li > ul > li.current-menu-item > a, .navigation > ul > li > ul > li.current_page_item > a {
	background: #47001c;
}

.navigation nav > ul > li > ul > li ul {
	position: absolute;
	z-index: 10;
	left: 100%;
	top: 0;
}

.navigation nav > ul > li > ul > li ul li {
	position: relative;
	list-style: none;
}

.navigation nav > ul > li > ul > li ul li a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 20px;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-decoration: none;
	background: #d01c1f;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-align: left;
}

.navigation nav > ul > li > ul > li ul li a:hover {
	background: #47001c;
}

.navigation nav > ul > li > ul > li ul li.current-menu-item a, .navigation > ul > li > ul > li ul li.current_page_item a {
	background: #47001c;
}

section.banner_sec {
	background: #f2f1f1;
}

.banner_cont {
	position: relative;
	text-align: left;
	width: 40%;
	float: left;
}

.banner_cont h3 span {
	display: block;
}

.banner_cont h3 {
	font-size: 30px;
	font-weight: 500;
	color: #252525;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 3px;
}

.banner_cont h1 span {
	display: block;
}

.banner_cont h1 {
	font-size: 65px;
	font-weight: 900;
	margin-bottom: 26px;
	text-transform: uppercase;
	color: #d01c1f;
}

.banner_cont p span {
	display: block;
}

.banner_cont p {
	color: #252525;
	font-size: 21px;
	letter-spacing: 3px;
}

.baneer_social.h_social ul {
	text-align: left;
}

.banImg {
	width: 50%;
	float: left;
	padding: 30px 0;
	position: relative;
}

.banImg span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-55%, -50%);
}

.baneer_social.h_social ul li a {
	margin-left: 0;
	background: #d01c1f;
	margin-right: 12px;
	margin-top: 10px;
}

.section_block {
	padding: 40px 0;
}

/*.catery_block {
	background: url(../images/cate_bg.jpg) no-repeat;
}*/

.catery_block {
	
	text-align: center;
	position: relative;
	padding-bottom: 22px;
	min-height: 150px;
	padding-top: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

.catery_block h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 900;
}

.catery_block p {
	color: #fff;
	font-weight: 400;
}

a.catery_icon {
	background: #d01c1f;
	color: #fff;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	position: absolute;
	bottom: -35px;
	left: 50%;
	border: 3px solid #fff;
	transform: translate(-50%, -50%);
}

.info .img-frame {
	width: 58%;
}

.info .img-frame, .info .txt-frame {
	display: table-cell;
	vertical-align: middle;
}

.info .img-frame {
	position: relative;
	z-index: 1;
}

.info .img-frame .text {
	width: 41.2%;
}

.info .img-frame .text {
	color: rgba(255, 255, 255, .1);
	position: relative;
	text-align: center;
}

.info .img-frame .text, .info .img-frame .image {
	display: table-cell;
	vertical-align: top;
	padding: 80px 0;
}

.info .num {
	display: inline-block;
	vertical-align: top;
	font-size: 72px;
	line-height: 72px;
	padding: 12px 129px 0 43px;
	letter-spacing: 4px;
	color: #fb7b7c;
	font-weight: 900;
}

.info .tild {
	margin: 0 -19px 0 0;
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 213px;
	right: -30px;
	letter-spacing: 13px;
	font-weight: 700;
	white-space: nowrap;
	color: #fb7b7c;
}

.info .img-frame .box {
	position: absolute;
	left: 40px;
	right: 15px;
	text-align: center;
	bottom: 30px;
}

.info .img-frame .box-inner {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.info .img-frame h3 {
	margin: 0 0 12px;
	color: #dedede;
	font-weight: 600;
	font-size: 32px;
	line-height: 36px;
}

.info .img-frame .box p {
	letter-spacing: 1.9px;
}

.info .img-frame p {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fb7b7c;
	font-weight: 500;
}

.info {
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 40px;
	display: table;
	width: 100%;
}

.info .img-frame:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55.5%;
	content: "";
	background: #d01c1f url(../images/child5.png) no-repeat;
	background-position: bottom left;
	z-index: -1;
}

.info .img-frame .image img {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	display: block;
	width: 100%;
	height: auto;
}

.txt-frame {
	padding: 0 0 0 4%;
}

.txt-frame h3 {
	color: #d01c1f;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	position: relative;
	line-height: 51px;
	padding-bottom: 6px;
	margin-bottom: 25px;
}

.txt-frame h3:after {
	content: " ";
	background: #d01c1f;
	width: 20%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.txt-frame h4 {
	color: #252525;
	text-transform: uppercase;
	line-height: 23px;
	font-weight: 600;
}

.txt-frame p {
	color: #252525;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	margin: 15px 0;
}

.more {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #d01c1f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 20px 12px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	letter-spacing: 2.6px;
	margin-top: 30px;
	display: inline-block;
}

.more:after, .more:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	content: "";
	height: 2px;
	background: #d01c1f;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.more:hover {
	color: #000;
	text-decoration: none;
}

.more:before {
	left: auto;
	right: 0;
	top: auto;
	bottom: 0;
}

.more:hover:before {
	right: 50%;
}

.more:hover:after {
	left: 50%;
}

.gift_block {
	padding: 20px;
	position: relative;
	background: url(../images/g_back_1.jpg) repeat 0 0;
	background-size: 100%;
	box-shadow: 0px 3px 28px #777;
}

.corporate_sec {
	-webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -400px 0;
	}

}

span.gtop_icon {
	position: absolute;
	left: -20px;
	top: -50px;
}

span.gbottom_icon {
	position: absolute;
	bottom: -50px;
	right: 0px;
}

.gift_block:after {
	background: #fff;
	width: 85%;
	height: 30px;
	position: absolute;
	content: "";
	bottom: -30px;
	transform: translate(-50%, 0%);
	left: 50%;
	border-style: solid;
	border-color: red;
	border-width: 0px 7px 7px 7px;
}

.gift_block:before {
	background: #fff;
	width: 85%;
	height: 30px;
	position: absolute;
	content: "";
	top: -30px;
	transform: translate(-50%, 0%);
	left: 50%;
	border-style: solid;
	border-color: red;
	border-width: 7px 7px 0px 7px;
}

.gift_img {
	text-align: center;
}

.gift_details h2 {
	color: #121212;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
}

.gift_details h2 .fa {
	color: #7a7a7a;
}

.gift_details p {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 400;
}

.gift_details li {
	display: inline-block;
	margin-right: 45px;
	color: #a71123;
}

.gift_sec {
	display: flex;
	height: 190px;
	align-items: center;
}

.info.info2 .img-frame:after {
	right: 0;
	left: auto;
}

.info.info2 .tild {
	left: 30px;
	right: auto;
}

.info2 .txt-frame {
	padding: 0 4% 0px 0;
}

.gift_block.certificate_block {
	background: url(../images/g_back_2.jpg) no-repeat;
}

.gift_block.certificate_block:after {
	border-color: #47001c;
}

.gift_block.certificate_block:before {
	border-color: #47001c;
}

.certificate_block .gift_details h2 {
	color: #fff;
}

.certificate_block .gift_details p {
	color: #fff;
}

.certificate_block .gift_details li {
	color: #fff;
}

.certificate_block span.gtop_icon {
	right: -70px;
	top: -70px;
	left: auto;
}

.certificate_block span.gbottom_icon {
	position: absolute;
	bottom: -60px;
	left: -60px;
}

.info.product_sec .img-frame {
	vertical-align: top;
	color: rgba(255, 255, 255, .1);
	width: 32.2%;
	padding: 4.7% 0 0;
}

.info.product_sec .tild {
	left: 55px;
	top: 183px;
}

.info.product_sec .img-frame:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background: #d01c1f;
	z-index: -1;
	background: #d01c1f url(../images/child5.png) no-repeat;
	background-position: bottom left;
    
}

.product_sec .more {
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
}

.product_sec .more:after, .product_sec .more:before {
	background: #fff;
}

.product_sec .txt-frame ul li {
	width: 32%;
	display: inline-block;
	border-right: 1px solid #dedede;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #dedede;
}

.product_sec .txt-frame ul li:nth-child(3) {
	border-right: 0px solid #dedede;
}

.product_sec .txt-frame ul li:nth-child(6) {
	border-right: 0px solid #dedede;
	border-bottom: 0px solid #dedede;
}

.product_sec .txt-frame ul li:nth-child(4) {
	border-bottom: 0px solid #dedede;
}

.product_sec .txt-frame ul li:nth-child(5) {
	border-bottom: 0px solid #dedede;
}

.product_sec .txt-frame ul li h4 {
}

.product_sec .txt-frame ul li p {
}

.product_sec .txt-frame ul li a {
	text-decoration: none;
}

.product_sec .txt-frame ul li h4 {
	color: #333;
	font-size: 15px;
	font-weight: 800;
}

.product_sec .txt-frame ul li p {
	text-align: center;
	line-height: 19px;
}

.pro_img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.pro_img img {
	width: 100%;
}

.gift_block.framedart {
	padding: 20px;
	position: relative;
	background: url(../images/g_back_3.jpg) no-repeat;
	background-size: cover;
	box-shadow: 0px 3px 28px #777;
}

.testi-frames {
	float: left;
	width: 60%;
	margin-right: 38px;
}

.img-frame.img-frame_tes {
	width: 36%;
	float: right;
	display: block;
	min-height: 500px;
}

.info .img-frame.img-frame_tes:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background: #d01c1f url(../images/child5.png) no-repeat;
	background-position: bottom right;
	z-index: -1;
}

.testi-frames h3 {
	color: #d01c1f;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	position: relative;
	line-height: 51px;
	padding-bottom: 6px;
	margin-bottom: 25px;
}

.testi-frames h3:after {
	content: " ";
	background: #d01c1f;
	width: 20%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.testimonial_block {
	border-left: 7px solid #d01c1f;
	padding: 30px 45px;
	box-shadow: 6px 3px 52px #999;
	margin-right: -85px;
	z-index: 99;
	position: relative;
	background: #fff;
}

.tesprofile img {
	border-radius: 0;
	width: 83%;
	height: 150px;
	margin-bottom: 9px;
}

.tesprofile {
	float: right;
	width: 32%;
	text-align: right;
}

span.quote {
	color: #f68d91;
	font-size: 60px;
	display: block;
	text-align: left;
}

.img-frame_tes .tild {
	right: auto;
	left: 20px;
}

.ft_logo {
	margin: 0 0 22px;
}

.ft_addr p {
	font-size: 13px;
	color: #fff;
	padding: 5px 0;
	line-height: 20px;
}

.ft-cont h3 {
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: initial;
	margin-top: 5px;
	letter-spacing: 0px;
}

.ft_addr p .fa {
	padding-right: 6px;
}

.about_right li {
	color: #252525;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	position: relative;
	list-style: none;
	padding-left: 13px;
	margin-bottom: 7px;
}

.about_right li:before {
	content: "\f105";
	font-family: FontAwesome;
	left: 0px;
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #d01c1f;
}

.team_sec li {
	display: inline-block !important;
}

.team_sec li:before {
	content: none;
}

.ft-cont ul {
	padding: 0;
}

.ft-cont li {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	list-style: none;
	letter-spacing: 2px;
	padding-bottom: 5px;
	line-height: 16px;
}

.ft-cont li a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
	padding: 4px 0;
	display: block;
}

footer {
	background: #d01c1f;
	padding-top: 50px;
}

.footer_form {
	background: #fff;
}

.footer_form h3 {
}

.input_holder input {
	border: none;
	border-bottom: 1px solid #dedede;
	color: #000;
	width: 100%;
}

.input_holder textarea {
	border: none;
	border-bottom: 1px solid #dedede;
	color: #000;
	width: 100%;
}

.input_holder {
	margin: 13px 0;
}

.f_btn {
	background: #d01c1f;
	border: none;
	color: #fff !important;
	text-transform: uppercase;
	padding: 9px 22px;
	width: auto !important;
}

.copy-part {
	background: #47001c;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
	padding: 10px;
}

.inner_heading {
	background: #47001c;
	position: relative;
	padding-right: 10px;
	height: 32px;
	margin: 44px 0;
}

.inner_heading h2 {
	background: #d01c1f;
	position: absolute;
	margin: 0;
	width: 33%;
	height: 90px;
	margin-top: -28px;
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.inner_heading h3 {
	text-align: right;
	color: #fff;
	font-size: 19px;
	line-height: 29px;
}

.ab_img img {
	width: 100%;height: 230px;
}

.about_right h3, .prodesc h3 {
	color: #d01c1f;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	position: relative;
	line-height: 26px;
	padding-bottom: 6px;
	margin-bottom: 17px;
}
/*
.about_right h3:after, .prodesc h3:before {
	content: " ";
	background: #d01c1f;
	width: 20%;
	height: 3px;
	position: absolute;
	bottom: 0;
}
*/
.about_right p {
	color: #252525;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
}

section.inner_page {
	padding: 50px 0;
}

.about_right {
	padding-bottom: 15px;
}

.ab_img {
	    margin-bottom: 25px;    border: 10px double;
    padding: 0;
}

.product_menu {
	background: #e0e0e0;
	margin-bottom: 42px;
}

.product_menu ul {
}

.product_menu ul li {
	background: url(../images/seperator.png) no-repeat;
	background-position: left;
	min-height: 70px;
	width: 10%;
	list-style: none;
	float: left;
}

.product_menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}

.product_menu ul li a img {
	width: 80%;
}

.proheading {
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	padding: 15px 0;
	margin-bottom: 35px;
	display: block;
}

.proheading h2 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
	color: #d01c1f;
}

.prodesc ul li {
	color: #252525;
	font-weight: 400;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	position: relative;
	list-style: none;
	margin-bottom: 7px;
	text-indent: 0;
}

.prodesc ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #d01c1f;
	margin-left: -20px;
}

.pro_img_inner {
	background: url(../images/pro_bg.png) no-repeat;
	position: relative;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 50%;
	align-items: center;
	min-height: 300px;
	padding-right: 100px;
}

.pro_img_inner.pull-right {
	padding-right: 0;
	padding-left: 40px;
}

.procode {
	position: absolute;
	right: 0;
	top: -40px;
	width: 18%;
}

.sl_no h2 {
	background: #d01c1f;
	padding: 10px;
	font-size: 70px;
	color: #ececec;
	font-weight: 800;
}

.procode h3 {
	margin: 0 -19px 0 0;
	font-size: 16px;
	line-height: 24px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 223px;
	right: -44px;
	letter-spacing: 8px;
	font-weight: 800;
	white-space: nowrap;
	color: #fb7b7c;
}

.procode.procode_left {
	left: 0;
	right: auto;
}

.pro_img_inner.pro_img_inner_left {
	padding-right: 0;
	padding-left: 100px;
}

.prodesc {
	padding-bottom: 100px;
}

.warning {
	color: #d02c2c;
}

table.pro_table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}

table.pro_table td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}

table.pro_table tr:nth-child(even) {
	background-color: #dddddd;
}

.con_image {
	text-align: center;
}

.address {
	background: #d01c1f;
	padding: 63px 70px;
	min-height: 418px;
}

.address h3 {
	color: #fff;
	font-size: 21px;
	font-weight: 800;
}

.address p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 29px;
	line-height: 23px;
}

.address.address_wine {
	background: #47001c;
}

.c_heading {
	width: 80%;
	margin: 0 auto;
	border: 2px solid #d01c1f;
	padding: 11px 20px;
}

.c_heading {
	width: 80%;
	margin: 0 auto;
	border: 2px solid #d01c1f;
	padding: 11px 20px;
	margin-top: 50px;
}

.c_heading h2 {
	color: #d01c1f;
	font-size: 35px;
	font-weight: 400;
}

.c_heading p {
}

.contact_form {
	margin-top: 43px;
}

.contact_form li {
	display: inline-block;
	width: 100%;
	border-bottom: 0 solid #e0dedb;
	margin: 0 0 20px 0;
	position: relative;
}

.contact_form label {
	float: left;
	width: 125px;
	color: #333;
	line-height: 26px;
	margin: 0 0 5px 0;
}

.contact_form input[type="text"] {
	font-size: 1em;
	border: 0;
	width: 100%;
	border: 0;
	background: #fff;
	margin: 0;
	padding: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 3px solid #e0dedb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

.contact_form input[type="email"] {
	font-size: 1em;
	border: 0;
	width: 100%;
	border: 0;
	background: #fff;
	margin: 0;
	padding: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 3px solid #e0dedb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

.contact_form input[type="tel"] {
	font-size: 1em;
	border: 0;
	width: 100%;
	border: 0;
	background: #fff;
	margin: 0;
	padding: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 3px solid #e0dedb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

.contact_form textarea {
	font-size: 1em;
	border: 0;
	width: 100%;
	border: 0;
	background: #fff;
	margin: 0;
	padding: 15px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: 3px solid #e0dedb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-appearance: none;
}

.contact_form input[type="submit"] {
	font-size: 1.556em;
	border: 0;
	background: #333 url(../images/arrow2.svg) calc(100% - 30px) center no-repeat;
	margin: 0 auto;
	padding: 24px 120px 24px 30px;
	color: #f9edd4;
	cursor: pointer;
	background-size: auto 25px;
	min-width: 304px;
	text-align: left;
	-webkit-appearance: none;
}

#leafContainer {
	overflow: hidden;
	top: 0;
	left: 0;
}

.product_images img {
	width: 100%;
}

.prodesc.prodesc_framed {
	padding-bottom: 10px;
}

.retail_store-location p {
	padding-bottom: 0px !important;
	padding-right: 119px;
}

..retail_store-location h3 {
	padding-bottom: 8px !important;
}

.min-h-ex {
	min-height: 443px;
}

.extra-pad-retail {
	margin-top: 31px;
}

.inner_page .testimonial_sec {
	border-left: 7px solid #d01c1f;
	box-shadow: 6px 3px 52px #999;
	z-index: 99;
	position: relative;
	background: #fff;
	margin: 11px 0;
	padding: 0 20px;
}

.testimonial_sec .tesprofile {
	float: right;
	width: 100%;
	text-align: center;
	padding: 16px 0;
}

.testimonial_sec .tesprofile h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.testimonial_sec .tesprofile p {
	margin: 5px;
}

.training_institute .about_right span {
	width: 100%;
	display: table;
}

.training_institute-text span {
	width: 100%;
	display: table;
}

.training_institute-text p {
	font-size: 16px;
	margin: 17px 0;
	text-align: justify;
}

.text-box-tow p {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 0 78px;
	line-height: 35px;
}

.text-box-tow {
	color: #fff;
	background-color: #47001c;
	padding: 17px 0;
	min-height: 274px;
	margin: 38px 0;
}

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

.training_institute-textarea-two img {
	float: left;
	margin-right: 35px;
}

.training_institute-textarea-two p {
	color: #252525;
	font-size: 16px;
	margin: 0;
}

.logos-box {
	text-align: center;
	margin: 17px 0px;
	min-height: 310px;
}

.logos-box h3 {
	font-weight: 500;
	margin: 0;
	font-size: 18px;
	color: #d01c1f;
	padding-bottom: 8px;
}

.logos-area {
	margin-top: 28px;
}

.pro_img_inner img {
	width: 100%;
	margin-top: 50px;
}

.product_images img {
	height: 100%;
	width: 100%;
	padding: 5px;
	    box-shadow: 0 0 22px #e9e9e9;
}

.product_images {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	    margin-bottom: 30px;
}

.testimonial_sec .more {
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
}

.panel-title > a:before {
	float: right !important;
	font-family: FontAwesome;
	color: #fff;
	content: "\f055";
	padding-right: 5px;
}

.panel-title > a.collapsed:before {
	float: right !important;
	content: "\f056";
}

.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
	text-decoration: none;
}

.panel-default>.panel-heading {
	color: #fff;
	background-color: #47001c;
	border-color: #ddd;
}

.pro_img_inner .inner-image {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pro_img_inner .inner-image img {
	width: 100% !important;
}

.pleasant-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 676px;
}

.pro_img_inner-art {
	background: url(../images/pro_bg.png) no-repeat;
	position: relative;
	background-position: center;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 90%;
	align-items: center;
	min-height: 300px;
	padding-right: 100px;
}

.pro_img_inner-art img {
	width: 100%;
}

.mupro ul li {
	display: inline-block;
	width: 25%;
}

.code_no {
	position: absolute;
	top: 0;
	list-style: none;
	left: 0;
}

.code_no ul li {
	list-style: none;
	color: #d01c1f;width: 100%!important;
	margin: 2px;
	border: 1px solid #d01c1f;
	padding: 5px 13px;
}

/* moulding------------------ */
.content-con {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wrapper {
	padding-right: 5%;
	padding-left: 5%;
}

.content-con .con-head {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #646362;
}

.mrg-bottom-20 {
	margin-bottom: 20px;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.filter-box {
	margin-bottom: 20px;
	background-color: #efefef;
}

.filter-box .filter-head {
	background-color: #d01c1f;
	padding: 5px 0 5px 10px;
	display: block;
}

.filter-box .filter-head span {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.filter-box .filter-con {
	height: 370px;
	overflow: auto;
}

.filter-box ul {
	margin: 5px 30px;
	padding: 0;
	list-style: none;
}

.filter-box .checkbox {
	margin: 2px 0 0 0;
	font-size: 12px;
}

.filter-box .checkbox input[type="checkbox"] {
	margin-top: 2px;
}

#displayGrid .img-con {

	/*  background-color: #efefef; */
	padding: 5%;
}

.design-block .img-con {
	border: 5px solid #ccc;
	height: 100px;
	vertical-align: middle;
	position: relative;
	display: table-cell;
}

.design-block img {
	width: 100%;
	max-height: 100%;
	display: inline-block;
}

.design-block .hover-info {
	display: none;
	background: url(../img/home-prod.html) center center;
	font-size: 12px;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
}

.design-block .title {
	text-align: center;
}

.design-block .title span {
	font-weight: bold;
	color: #666;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

h2.con-head img {
	width: 81px;
}

.gal {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

.gal img {
	width: 94%;
	padding: 15px 0;
}

@media (max-width:500px) {
	.gal {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	}

}

/* -new change */

.soon-tra {
    color: #d01c1f;
    font-size: 20px;
    font-weight: 400;
}


.soon-tra span {
    font-weight: 600;
    font-size: 22px;
    margin-left: 7px;
}


.procts-con ::before {
	display: none;
}
.procts-con li {
    color: #d01c1f;
    margin: 5px;
    font-size: 17px;
}
.procts-con li:last-child{
	font-size:22px;
	font-weight: 600;
}
.about_right li a {
	text-decoration: none;
}

.v-bold b {
    font-size: 18px;
}



.prodesc h4 span {
    color: #d01c1f;
    font-weight: 700;
    margin-left: 83px;
}

.moulding-bar {
    margin-top: 5%;
}
.moulding-bar .panel-warning>.panel-heading {
    color: #fff;
    background-color: #d01c1f;
    border-color: #d01c1f;
        padding: 0;
}
.moulding-bar a {
    display: table;
    width: 100%;
    padding: 12px;
}

.moulding-bar .panel-title > a.collapsed:before{
	    content: "\f055";
}

/*.moulding-bar  .panel-title > a.collapsed:before {
    float: right !important;
    content: "\f056";
}*/

.moulding-bar .panel-title > a:before{
	    content: "\f056";
}

/*_____sudipta new_______*/

.nwto li {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.nwto p {
    float: left;
    margin: 7px 0;
}
.nwto img {
    float: right;
}
.nwto span.decp2 {
    color: #d01c1f;
    margin-left: 12px;
    font-weight: 600;
    font-size: 16px;
}


.prom h3{


	color: #d01c1f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    position: relative;
    line-height: 26px;
    padding-bottom: 6px;
    margin-bottom: 17px;
}

.opac span.op {
    color: #d01c1f;
    margin-left: 12px;
    font-weight: 600;
    font-size: 16px;
}


.logo-imge img {
   
    width: 103px;
    float: right;
    margin-top: -14px;
}
.pro_img_inner ul li {
    position: relative;
    display: inline-block;
    width: 49%;    vertical-align: top;
}

.proheading h2 span {
    background: #47001c;
    color: #fff;
    padding: 9px 30px;
    font-size: 12px;
}

span.cat_fas {
    background: #d01c1f;
    display: block;
    width: 89px;
    text-align: center;
    float: left;
    border: 6px solid #dedede;
    margin-right: 20px;
}
span.cat_fas p {
    color: #dedede;
    margin: 0;
    padding: 5px;
    font-style: italic;
}
span.cat_fas h3 {
    color: #ddd;
    margin: 0;
    padding: 4px;
    padding-bottom: 9px;
    font-size: 27px;
    /* position: absolute; */
}
.category_molding h2 {
    color: #fff;
    border: 3px solid #dedede;
    padding: 23px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 152px;border: 10px double #fff;
   /*      -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
       -moz-box-shadow: inset 0px 0px 0px 10px #f00;
       box-shadow: inset 0px 0px 0px 4px #000; */
    
}
.category_molding a {
    text-decoration: none;
    background: red;    box-shadow: 0px 0px 0px 5px #222;
    display: block;
    padding: -21px;
    background: url(../../../../../../www.ecollegestreet.in/demo/lionwp/wp-content/uploads/2018/05/Small-Banner_300X150_key-products_040918.jpg) 0px 0px no-repeat;
}
.category_molding a:hover h2{background: #dedede;color: #000;}


/* ---- */
.middle_bann{}


section.section_block.middle_bann {
    background-size: cover!important;
    min-height: 290px;margin-bottom: 25px;
}
.middletext {
    width: 23%;
    padding: 15px;
    text-align: center;
}
.middletext.right_text {
    float: right;
    margin-right: 45px;
}
.middletext h2 {
    color: #fff;
    font-family: oswald;
    font-weight: 300;
    font-size: 36px;
}
.middletext h2 span {
    color: #cd2527;
    font-family: 'Great Vibes', cursive;
    font-size: 52px;
}
.middletext p {
    color: #fff;
    font-weight: 400;
}
.middletext.blacktext p {
    color: #000;
}
.middletext.blacktext h2 {
    color: #000;
}
.middletext.middle_text {
    margin: 0 auto;
}



main {
	columns: 300px;
	column-gap: 20px;
}


article {
	break-inside: avoid-column;
	margin-bottom: 1rem;
	padding: 15px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #fff;
}
article img{width: 100%;}

.eachsubproduct {
    clear: both;
}

.ft_addr a {
   
    color: #fff;
    text-decoration: none;
}

.ft_addr a:hover {
   
    color: #fff;
    text-decoration: underline;

}


.roll-over {
    position: relative;
    float: left;
    width: 100%;
    background: url(../images/dic-bg.jpg);
    text-align: center;
    padding: 10px 0 8px;    margin: 8px 0;
}
.roll-over a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 700;
    display: table;
    width: 100%;
    line-height: 16px;
}
.modal-body img{width: 100%;}