body{
    font-family: 'Roboto', sans-serif;
	font-family: 'Montserrat', sans-serif;
}

ul {
	margin: 0; 
	padding: 0;
}
a, a:focus, a:hover {
	text-decoration: none;
	color: #111;
}

.no-pd{
    padding:0px;
}
.counter-sec{
    background:#2c3e50;
    color:white;
}
.h-prg a:hover {
    background: transparent;
color:white;
border:1px solid #fff;
}
table {
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: arial;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #f2f2f2;
}
td {
    margin: 0px;
    padding: 4px 5px;
    width: 320px;
    border-bottom: 1px solid rgb(234, 234, 234);
    font-size: 15px;
    vertical-align: top;
    word-break: break-word;
}
tr:hover {
    background-color: #b4c7b8;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
.about-img{
    overflow:hidden;
    box-sizing:border-box;
}
.about-img img{
    transform:scale(1.2);
    transition:all 3s linear;
}
.about-img:hover img{
  transform:scale(1);   
}
.about-divider{
    position:relative;
    content:"";
    width:20px;
    height:2px;
    background:white;
    left:50%;
    top:0;
    transform:translateX(-50%);
    margin-bottom:2rem;
}
.about-divider::before{
    position:absolute;
    background:#e53c40;
    content:"";
   width: 46px;
    height: 2px;
    left: -60px;
    top: 0;
    
}
.about-divider::after{
    position:absolute;
    background:#e53c40;
    content:"";
   width: 46px;
    height: 2px;
    left: 40px;
    top: 0;
    
}
.para-p {
    padding: 0.3rem 0;
}
.top-bar {
	width: 100%;
	float: left;
	border-bottom: none;
	position: relative;
	background: #e53c40;
	padding: 15px 0;
}
.top-menu {
	width: 100%;
	float: left;
	background: #f1f1f1;
}
.main_hdr {
    //position: static;
    transition: all 0.4s ease 0s;
        }
.top-menu.main_hdrshrk {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     z-index: 9;
     padding:1rem 0;
        }
//.top-bar::before {
	background: #272828;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 20%;
}
.top-left {
	width: 100%;
	float: left;
	position: relative;
}
//.top-left::before {
	position: absolute;
	content: "";
	width: 40px;
	border-bottom: 43px solid #272828;
	left: 100%;
	border-right: 40px solid transparent;
	top: 0;
	bottom: 0;
	z-index: 3;
}
//.top-left::after {
	position: absolute;
	content: "";
	width: 53px;
	border-bottom: 43px solid #ffce1a;
	left: 100%;
	border-right: 40px solid transparent;
	top: 0;
	bottom: 0;
	z-index: 2;
}


.no-gap {
	padding-left: 0;
}
.top-left i {
	color: #fff;
	padding-right: 8px;
	font-size: 16px;
}
.top-left li {
	list-style: none;
	display: inline-block;
	padding-left: 20px;
}
.top-left li:first-child {
	padding-left: 0;
}
.top-left li a {
	color: #ccc;
	font-size: 15px;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
}
.top-left li a:hover {
	color: #fff;
}
.top-right {
	float: right;
}
.top-right ul {
	list-style: none;
}
.top-right ul li {
	display: inline;
	padding-right: 20px;
}
.top-right ul li a {
	color: #fff;
	transition: all 0.3s ease 0s;
}
.social-icons {
	padding: 10px 0;
}
.social-icons a {
	color: #000;
	margin-right: 15px;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s ease;
}
.social-icons a:hover {
	color: #ffce1a;
}
.social-icons a:last-child {
	margin-right: 0;
}
.nav-part {
	width: 100%;
	float: left;
	padding: 20px 0;
}
.cont-part {
	display: inline-block;
	margin: 0;
}
.srch-cont {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
	padding: 9px 0px;
	float: right;
}
.search {
	position: relative;
}
.frst-1 {
	display: inline-block;
	padding-left: 15px;
}

.search input {
	width: 250px;
	height: 45px;
	padding: 8px 40px 8px 10px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
	z-index: 10000;
	line-height: 45px;
}


/*.search input {
	width: 250px;
	height: 45px;
	padding: 8px 40px 8px 10px;
	font-size: 15px;
	border-radius: 0;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
}*/


.search img {
	position: absolute;
	right: 11px;
	top: 12px;
}
.search button {
	position: absolute;
	right: 5px;
	background: transparent;
	border: none;
	font-size: 18px;
	bottom: 11px;
	color: #000;
}
.head-right {
	float: right;
}
.logo-site img {
	/*max-width: 100%;*/
	width: 167px;
}
.cont-part li {
	list-style: none;
	display: inline-block;
	margin-left: 11px;
	max-width: 290px;
	position: relative;
	padding-left: 40px;
	vertical-align: top;
}

.cont-part i {
	color: #e53c40;
	font-size: 18px;
	float: left;
	display: inline-block;
	border: 1px solid #e6e6e6;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
.cont-part h6 {
	font-size: 16px;
	font-weight: 500;
	color: #252525;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}
.cont-part p {
	font-size: 15px;
	font-weight: 300;
	color: #545454;
	margin: 0;
}
.cont-part a {
	color: #545454;
	transition: all 0.3s ease;
	font-family: 'Roboto', sans-serif;
}
.cont-part a:hover{
	color: #e53c40;
}
.frst-1 p {
	font-family: 'Roboto', sans-serif;
}
.top-menu {
	width: 100%;
	float: left;
/*	background: #e53c40;*/
	position: relative;
	padding:4rem 0;
}
//.top-menu::before {
	background: #272828;
	position: absolute;
	content: "";
	right: 0;
	width: 17%;
	top: 0;
	bottom: 0;
}
.logo-site {
	margin-top: 0px;
}

//#cssmenu > ul > li.gt-qw {
	float: right;
	background: #272828;
	padding-left: 25px;
	position: relative;
}
//#cssmenu > ul > li.gt-qw::before {
	width: 30px;
	position: absolute;
	content: "";
	border-top: 62px solid #272828;
	content: "";
	border-left: 44px solid transparent;
	right: 100%;
	top: 0;
	bottom: 0;
	z-index: 2;
}
//#cssmenu > ul > li.gt-qw::after {
	width: 52px;
	position: absolute;
	content: "";
	border-top: 62px solid #ffce1a;
	content: "";
	border-left: 44px solid transparent;
	right: 100%;
	top: 0;
	bottom: 0;
	z-index: 1;
}
//#cssmenu > ul > li.gt-qw a {
	color: #dfdfdf;
	text-transform: inherit;
	font-weight: 600;
}



//#cssmenu > ul > li.gt-qw a {
	padding: 2px 5px !important;
	margin: 16px 8px;
	display: inline-block;
	font-size: 20px;
}
#cssmenu > ul > li {

    margin-left: -1% !important;
}

//#cssmenu > ul > li.gt-qw:hover > a {
	color: #fff;
}
//#cssmenu > ul > li.gt-qw  > a:hover {
	color: #ffce1a;
}


#cssmenu > ul > li:first-child > a {
	border: none;
}
#cssmenu > ul > li:last-child > a {
	border: none;
}
.gt-qw img {
	margin-right: 5px;
	margin-top: -5px;
}
.sub-cat {
    z-index: 1;
    overflow-y: auto;
    max-height: 250px;
    top: 100%;
    width: 287px;
}

.slider-bg {
  float: left;
  width: 100%;
  height: 450px;
}
.slider-bg .carousel-inner {
  height: 450px;
  width: 100%;
}
.slider-bg .carousel-inner .item::before {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 0;
}
.slider-bg .carousel-inner .item > img {
  min-height: 450px;
  width: 100%;
}
.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 55%;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 1.0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 15%;
  top:inherit;
}

.carousel-control.left {
  background:none;
}

.carousel-control.right{ background:none;}

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  display: inline-block;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  left: -20%;
  margin-left: -10px;
  transition: all 0.5s ease;
}

.carousel-control .fa-angle-right, .carousel-control .icon-next {
  margin-right: -10px;
  right: -20%;
  transition: all 0.5s ease;
}

.carousel:hover .carousel-control .fa-angle-left, .carousel:hover .carousel-control .icon-prev{ left:13%}

.carousel:hover .carousel-control .fa-angle-right, .carousel:hover .carousel-control .icon-next{right: 13% }

.slider-text-bg {
	bottom: 0;
	left: 0;
	/* position: absolute; */
	right: 0;
	top: 0;
	padding: 50px 0;
	float: left;
	width: 100%;
}

.slider-text {
	bottom: inherit;
	right: inherit;
	text-align: left;
	text-shadow: none;
	width: 68%;
	float: left;
}
.slider-text h6 {
	color: #ffce1a;
	font-size: 21px;
	font-weight: 300;
	margin: 0 0 35px 0;
}
.slider-text h3 {
	font-size: 45px;
	font-weight: 600;
	color: #333536;
	margin-top: 110px;
	margin-bottom: 25px;
}


.slider-text h1 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}





.slider-text h1 span{ color:#d71b1f;}

.slider-text:hover h3:after { width: 30%; height:4px;}



.slider-text p {
	color: #535d64;
	/* font-family: "Open Sans",sans-serif; */
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	width: 70%;
}

.btnss {
  margin: 35px 0 0 0;
}

.slider-text a.lrn {
	background: #242525;
	color: #fff;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	margin: 0 20px 0 0;
	padding: 13px 30px;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	display: inline-block;
	border-radius: 0;
}

.slider-img {
	width: 32%;
	float: right;
}
.slider-img img {
	max-width: 100%;
}





.slider-text a.lrn:hover {
	background: #ffce1a;
	color: #fff;
}

.slider-text a.contct {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
  font-size: 15px;
  padding: 10px 26px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: inline-block;
  border-radius: 35px;
}



.slider-text a.contct:hover{ background:#111; color: #fff;}

.slider-text a.contct:hover:before, .carousel-caption a.contct:hover:after { border-color:#01AEF0; }

.slider-text a.lrn:hover:before, .carousel-caption a.lrn:hover:after { border-color:#fff; }

.carousel-control i {
  border: 2px solid #111;
  color: #111;
  font-size: 40px;
  height: 48px;
  line-height: 42px;
  //opacity: 0.5;
  text-align: center;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.carousel-control i:hover {
	background: #e53c40 none repeat scroll 0 0;
	border-color: #e53c40;
	color: #fff;
}

.carousel-indicators .active {
  background-color: #00aeef;
  height: 16px;
  margin: 0 4px 0 0;
  width: 16px;
}

.carousel-indicators li {
  border-radius: 0;
  margin:0 4px 0 0;
  width: 16px;
  height: 16px;
  background-color: #2C3E50;
}









.footer-main {
	width: 100%;
	float: left;
	background: #111111;
	padding: 50px 0px;
}
.hd-1 h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
.hd-1 p {
	color: #fff;
	text-align: justify;
	font-size: 14px;
}
.h-prg p {
	color: #fff;
	margin-bottom: 25px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
}
.h-prg a {
	background: #e53c40;
	color: #fff;
	padding: 8px 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}


.hd-1 h4::before {
	background: #ffce1a;
	content: "";
	position: absolute;
	width: 32px;
	height: 2px;
	top: 38px;
	left: 16px;
	bottom: 0px;
	right: 0;
}
.ftr-links li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.hd-1 {
	margin-bottom: 35px;
}

.contact-part {
	width: 100%;
	float: left;
	background: #f1f1f1;
	text-align: center;
}
.txt-pt h4 {
	color: #242424;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	padding-left: 60px;
	line-height: 26px;
	margin: 0;
}

.txt-pt h4 a {
	color: #242424;
	transition:all 0.3s ease;
}
.txt-pt h4 a:hover{
	color:#ffce1a;
}

.cnct-btn button {
	background: #ffce1a;
	border: none;
	color: #fff;
	padding: 5px 25px;
	transition:all 0.3s ease;
}
.cnct-btn button:hover {
	background: #333;
}
.socl-ic {
	border-right: 1px solid #d9d9d9;
}
.socl-ic a {
	font-size: 30px;
	color: #242424;
	margin-right: 20px;
	transition:all 0.3s ease;
}
.socl-ic a:last-child {
	margin-right: 0;
}
.txt-pt img {
	width: 35px;
	float: left;
	position: relative;
	top: 10px;
}
.ftr-srch input {
	height: 40px;
	width: 100%;
	padding: 10px 35px 10px 10px;
	font-size: 13px;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
}
.pd-0 {
	padding: 0;
}
.ftr-contt {
	display: inline-flex;
}
.txt-pt {
	padding: 30px;
	//min-height: 135px;
}
.socl-ic a:hover {
	color: #ffce1a;
}
.tx-prt {
	background: #ececec;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.copyright {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.copyright {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}


.prod-info {
	text-align: center;
	margin-bottom: 40px;
}
.prod-info {
	text-align: center;
	margin-bottom: 40px;
}
.prod-brdr {
	margin-bottom: 27px;
}
/*.why-choose {
	width: 100%;
	float: left;
	background-image: url("../images/prdct-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}*/
.why-choose {
    width: 100%;
    float: left;
    background-image: linear-gradient(
rgba(0,0,0,0.3),
    rgba(0,0,0,0.3)),url("../images/prdct-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.product-block .heading h3::before {
	margin: 0;
}


.img-part {
	position: relative;
	z-index: 1;
}
.heading {
    margin-bottom: 32px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.heading h3 {
	margin-top: 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
	color: #e53c40;
	font-family: 'Roboto', sans-serif;
}
/*.heading h3::before {
	position: absolute;
	content: "";
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	margin: 0 auto;
	background: #ffce1a;
}*/
.heading h5 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	/* font-family: lato; */
	color: #e53c40;
	margin-top: 0;
	display: inline-block;
	position: relative;
	padding-right: 8px;
	font-family: 'Roboto', sans-serif;
}
.heading h5::before {
    /* background: #000; */
    width: 100px;
    height: 1px;
    position: absolute;
    content: "";
    left: 100%;
    top: 8px;
}
//.pd-lft {
	padding-left: 30px;
}
.clients-bar {
	width: 100%;
	float: left;
}


.wrapper {
	float: left;
	width: 100%;
}

.pd-50 {
	padding: 50px 0;
}
.grey-bg {
	background: #f4f4f4;
}

.product-block .sample-img .item {
	margin: 9px 12px;
}
.prdt-box {
    text-align: center;
    /* border: 1px solid #ddd; */
    /* border-radius: 250px 250px 0 0; */
    padding: 18px;
    transition: all 0.4s ease 0s;
    border: 1px solid #efefef;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
.prdt-box:hover {
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: -5px 5px 0px #16a085;
}
.prdt-box:hover .prdt-des a{
	color:#e53c40;
}
.prdt-box:hover .prdt-media img{
	//transform:scale(0.9);
}
.prdt-media {
	width: 100%;
	margin: auto;
	height: 228px;
	background: transparent;
	border-radius: 50%;
	line-height: 238px;
	position: relative;
}
.prdt-media img {
	transition: all 0.6s ease 0s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	content: "";
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.prdt-des {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prdt-des h6 {
	color: #919191;
	font-weight: 600;
	font-size: 14px;
	margin-top: 22px;
	margin-bottom: 8px;
}

.prdt-des a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	transition: all 0.4s ease;
	//min-height: 47px;
	//display: block;
	font-family: 'Roboto', sans-serif;
}
.prdt-des a:hover{
	color: #ffce1a;
}
.prod-info h3 {
	color: #373737;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
}
.prod-brdr img {
	width: 110px;
}
.prod-info span {
	color: #e53c40;
}
.para-p p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 25px;
	font-weight: normal;
}
.para-a a {
	color: #ffce1a;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 15px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	background: #fff;
}
.para-a {
	margin-top: 20px;
}



.ftr-srch {
	position: relative;
}
.ftr-srch button {
	position: absolute;
	right: 5px;
	background: transparent;
	border: none;
	font-size: 18px;
	bottom: 8px;
	color: #000;
	padding:0;
}
.ftr-srch button {
	font-size: 18px;
	color: #000;
}

.clnt-main .logo-showcase .item {
	margin: 5px;
	text-align: center;
	box-shadow: none;
	border: 1px solid #d6d6d6;
	border-radius: 0;
	padding: 0;
}


.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover::before, .hvr-sweep-to-right:focus::before, .hvr-sweep-to-right:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
	border-color: #ffce1a;
}

/*feature---section*/



.featurebox {
    position: relative;
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url("../images/bg-lab.jpg");
    background-attachment:fixed;
    background-size:cover;
    z-index: 1;
}

.featurebox::after {
	z-index: -1;
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
}

.featurebox .prdt-box {
    background: #fff;
}

.featurebox .heading h5 {
    color: #fff;
}

.featurebox .heading h3 {
    color: #fff;
}


.featurebox .heading h3::before {
       background: #fff;
}


.abt-blk{
    border-bottom:1px solid #fff;
    padding-bottom:2rem;
}

.abt-blk span {
	color: #e53c40;
}
#accordion h4 a:hover {
	background: #e53c40 !important;
	color: #fff;
}


.pgbn-main {
	background-image: url("../images/cnt-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0px;
	background-size: cover;
	position:relative;
}
.pgbn-main::before {
	content: "";
	background: rgba(51, 51, 51);
	width: 100%;
	height: 184px;
	position: absolute;
	top: 0;
	opacity: 0.3;
}

.text-cntr {
	text-align: center;
}
.text-lnk {
	text-align: center;
	margin-top: 28px;
}
.text-lnk li {
	list-style: none;
	display: inline-block;
}
.text-cntr h2 {
    font-size: 30px;
    font-weight: 500;
    color: #e53c40;
    font-family: 'Roboto', sans-serif;
}
.text-cntr h2::before {
    background: #000;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    top: 79px;
}
.product-block p {
	font-family: 'Roboto', sans-serif;
}
.text-lnk li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

.text-lnk span {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
}
.text-lnk span::before {
	content: "/\00a0";
	color: #ffce1a;
	padding: 0 5px;
}

.abt-hd h2 {
	color: #333;
	font-size: 40px;
	font-weight: 500;
	line-height: 45px;
	text-transform: capitalize;
}
.sct-blk i {
	color: #ffce1a;
}
.abt-dtl p {
	color: #666;
	font-size: 14px;
	line-height: 27px;
	margin: 0;
	padding: 0;
}
.about-icon i {
	color: #333;
	font-size: 70px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	transition: all 0.4s linear;
}
.pb-1 {
	padding-bottom: 70px;
}
.ab-box {
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
	transition: all 0.4s linear;
	height: 270px;
	background: #fff;
}
.ab-box h3 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}
.ab-box h3 {
	-webkit-transform: translateY(160%);
	transform: translateY(160%);
	transition: all 0.4s linear;
}
.about-mn {
	padding-bottom: 80px;
}
.ab-box p {
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
	transition: all 0.4s linear;
	color: #666;
	margin: 0 0 12px 0;
	padding: 0;
}
.ab-box a{
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
	transition: all 0.4s linear;
}
.ab-box:hover.single-about-item p {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-box:hover.single-about-item a {
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	color: #ffce1a;
}
.ab-box:hover .about-icon i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-box:hover.single-about-item h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ab-text p {
	font-size: 14px;
	font-weight: 400;
	color: #616161;
	padding: 0 15px 0px 0px;
	line-height: 26px;
}
.ab-text h3 {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	font-size: 20px;
	text-transform: capitalize;
	font-family: lato;
	font-weight: 600;
	line-height: 26px;
	color: #333;
}
.ab-text span {
	color: #ffce1a;
}
.pro-img {
	width: 20%;
	float: left;
}
.pro-img img {
	width: 100px;
	border: 2px solid #ffce1a;
	border-radius: 50%;
	height: 100px;
	display: inline-block;
}
.pro-desc {
	width: 75%;
	float: left;
	margin-top: 24px;
	margin-left: 10px;
}
.pro-desc h5 {
	font-size: 19px;
	font-family: lato;
	text-transform: capitalize;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.pro-desc p {
	font-size: 14px;
	color: #a1a1a1;
	font-family: lato;
	margin-top: 5px;
}



/****Contact Page****/
.contact-page {
  background: rgba(0, 0, 0, 0) url("../images/contact-bg.jpg") no-repeat fixed center center / cover ;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  color:#fff;
}

.contact-page::before {
/*	background: #fff none repeat scroll 0 0;*/
background:rgba(0,0,0,0.9);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.cont-haeding > h3 {
  color: #023669;
  font-size: 24px;
  margin-top: 40px;
  //padding-bottom: 15px;
  position: relative;
}
.cont-haeding > h3::before {
  background: #555 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
  display: none;
}
.cont-haeding > h3::after {
  background: #1193d4 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 25px;
  position: absolute;
  width: 20px;
  display: none;
}

.contt-info ul {
	/*box-shadow: 0 0 4px rgba(0,0,0,0.1);*/
}

.contt-info li {
    /* border-bottom: 1px dashed #ddd; */
    margin-top: 0px;
    padding: 15px 15px 15px 60px;
    position: relative;
    list-style: none;
    width: 100%;
    margin-right: 21px;
    background: #e53c40;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    outline: 1px solid #ddd;
    outline-offset: 3px;
    height: 93px;
    font-size: 13px;
}
#addContactForm {
	margin: 7rem 0;
}


.contt-info i {
	left: 12px;
	position: absolute;
	top: 15px;
}
.contt-info li h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	margin-left: 15px;
}

.contt-info li p {
	margin: 8px 0 0 15px;
	color: #fff;
}

.contt-info li p {
	margin: 8px 0 0 15px;
	color: #fff;
	height: 51px;
}
.contt-info a {
	color: #fff;
}

.contt-info a:hover {
	color: #fff;
}

.heading-1 h1 {
	margin-top: 0;
	margin-bottom: 43px;
	font-size: 28px;
	text-transform: capitalize;
	font-family: lato;
	font-weight: 600;
}
.cnt-blk {
	margin-bottom: 30px;
}
.cnt-blk p {
	margin-top: 20px;
	line-height: 22px;
	font-size: 15px;
}
.contt-info img {
	background: #fff;
	padding: 6px;
	border-radius: 18%;
	margin-right: 20px !important;
}
.contact-from .form-group {
  margin-bottom: 35px;
  position: relative;
}
.contact-from .form-group i {
  color: #999;
  position: absolute;
  right: 17px;
  top: 17px;
}
.contact-from .form-control {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  height: auto;
  line-height: 50px;
  padding: 0 45px 0 15px;
}
.contact-from .form-group:hover .form-control, .contact-from .form-group:focus .form-control {
  border-color: #e53c40;
}
.contact-from .form-control:hover, .contact-from .form-control:focus {
  box-shadow: inherit;
  border-color: #ffce1a;
}
.contact-from .form-group:hover i, .contact-from .form-group:focus i {
  color: #e53c40;
}

.btn-common {
	color: #fff;
	background: #e53c40;
	font-weight: 400;
	font-size: 14px;
	border-radius: 0;
	margin-right: 0px;
	text-align: center;
	padding: 0 40px;
	line-height: 50px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	position: relative;
}

.btn-common:hover, .btn-common:active {
	opacity: 1;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	color: #ffce1a;
}
.cnbn-main {
	background-image: url("../images/cnt-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding: 40px 0px;
	background-size: cover;
	position:relative
}
.cnbn-main::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	opacity: 0.3;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(51, 51, 51);
}



/****sidebar css****/
.catogry-main h4 {
	color: #fff;
	font-size: 17px;
	font-family: lato;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 15px 15px;
	background: #333;
	letter-spacing: 0.8px;
	position:relative;
	text-align:left;
}
.catogry-main h4::before {
	content: "";
	position: absolute;
	border: 1px dashed;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
}
.sidebar-main li.active {
	background: #ffce1a;
}
.sidebar-main li.active a {
	color: #fff;
}
.sidebar-main li {
	list-style: none;
	background: #fafafa;
	margin-bottom: 10px;
	border: 1px solid #eee;
	position:relative;
}
.sidebar-main li a::before {
	content: "";
	position: absolute;
	border: 1px dashed #fff;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
}
.sidebar-main li a {
	color: #848484;
	font-size: 16px;
	text-transform: capitalize;
	font-family: lato;
	font-weight: 400;
	display: block;
	padding: 15px 20px;
	position: relative;
	transition: all 0.4s ease;
}
.sidebar-main li:hover a {
	background: #333;
	color: #fff;
}
.listing-pro {
	margin-top: 9px;
}
.listing-pro .prdt-media img{
	transition: all 0.6s ease 0s;
}
.listing-pro .prdt-box {
	margin-bottom: 30px;
	transition: all 0.3s ease;
}
.listing-pro .prdt-box:hover {
	//box-shadow: 1px 1px 9px 3px rgba(0,0,0,.1);
}
.listing-pro .prdt-box:hover .prdt-des a{
	color: #e53c40;
}
.listing-pro .prdt-box:hover .prdt-media img{
   //transform: scale(0.9);
}
.rel-pro .heading h3::before {
	background: #ddd;
}
.rel-pro .prdt-box {
	background: #fff;
}

.panel-group .panel + .panel {
	margin-top: 0px;
}



/****product detail****/
.pro-detail-left {
	height: 540px;
	position: relative;
	border: 1px solid #e5e5e5;
}
.pro-detail-left img {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.detail-desc h2 {
	font-size: 25px;
	font-weight: 500;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	position:relative;
}
.detail-desc h2::before {
	content: "";
	position: absolute;
	background: #e53c40;
	width: 50px;
	height: 2px;
	bottom: -1px;
	left: 0;
}
.detail-desc h4 span {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
}
.detail-desc h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background: #e53c40;
	padding: 10px 0 10px 10px;
}
.detail-desc h4::before {
	content: "\f0c3";
	font-family: fontawesome;
	padding-right: 5px;
	color: #fff;
	font-size: 14px;
}
.detail-desc p {
	color: #616161;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}
.detail-desc h3 {
	color: #333;
	font-size: 25px;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	position:relative;
}
.detail-desc h3::before{
	content: "";
	position: absolute;
	background: #e53c40;
	width: 50px;
	height: 2px;
	bottom: -1px;
	left: 0;
}
.detail-desc ul {
	margin-top: 20px;
}
.detail-desc ul li {
	list-style: none;
	transition: all 0.3s ease;
}
.detail-desc ul li:hover {
	background: #e53c40;
	color: #fff;
}
.detail-desc ul li:hover p{
	color: #fff;
}
.detail-desc ul li:hover::before {
	color: #fff;
}
.detail-desc ul li {
	background: #f4f4f4;
	padding: 10px 15px 10px 15px;
	position:relative;
	margin-bottom: 5px;
}
/*.detail-desc ul li:nth-child(2n) {
	background: #fff;
}*/
.detail-desc ul li::before {
	content: "\f0c3";
	font-family: fontawesome;
	color: #e53c40;
	padding-right: 10px;
}
.detail-table h5 {
	color: #333;
	font-size: 25px;
	text-transform: capitalize;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
	margin-top: 25px;
	position:relative;
}
.detail-table h5::before{
	content: "";
	position: absolute;
	background: #e53c40;
	width: 50px;
	height: 2px;
	bottom: -1px;
	left: 0;
}
.tbl-main {
	width: 100%;
	float: left;
	margin-top: 12px;
}
.tbl-main tr:nth-child(2n){
	background: #f4f4f4;
}
.tbl-main tr td {
	padding: 15px 20px;
	border: 1px solid #ddd;
}








.lb-tnd {
	width: 100%;
	float: left;
	border-radius: 0;
	background: #f4f4f4;
	padding: 20px 15px 20px;
}
.lb-tnd li {
	list-style: none;
	padding: 0;
	width: 100%;
	float: left;
	margin-bottom: 15px;
	box-shadow: 1px 1px 6px rgba(0,0,0,.1);
	background: #fff;
	position:relative;
}
.li-img {
	width: 25%;
	float: left;
	padding: 5px;
	position:relative;
}
.li-img::before {
	content: "";
	position: absolute;
	background: #333;
	z-index: 1;
	right: 5px;
	left: 5px;
	opacity: 0.4;
	border-radius: 5px;
	top: 5px;
	bottom: 5px;
}
.li-img img {
	max-width: 100%;
	position: relative;
	height: 150px;
	border-radius:5px;
}
.li-img h5 {
	position: absolute;
	bottom: 0;
	color: #333;
	left: 15px;
	z-index: 2;
	font-size: 11px;
	background: #fff;
	padding: 5px 12px;
	border-radius: 12px;
	bottom: 3px;
}
.li-desc {
	width: 70%;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.li-desc h3 {
	margin: 9px 0;
	font-size: 22px;
	font-family: lato;
	font-weight: 500;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}
.li-desc h3::before {
	position: absolute;
	width: 35px;
	height: 2px;
	content: "";
	background: #ffce1a;
	bottom: -1px;
}
.li-desc a{
	color:#333;
	transition: all 0.3s ease;
}
.li-desc a:hover {
	color: #ffce1a;
}
.li-desc p {
	color: #666;
	line-height: 22px;
}



.main-rb {
	float: right;
	display: inline-block;
	top: 10px;
	position: absolute;
	right: 0;
	background: #ffce1a;
	padding: 8px 0px 8px 10px;
}
.mn-rb {
	position: relative;
}
.main-rb p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	padding-right:6px;
}
.mn-rb::before {
	content: "";
	position: absolute;
	border-color: transparent #ffce1a transparent transparent;
	border-width: 0 20px 20px 0;
	top: 10px;
	border-style: solid;
	left: 0;
	right: 120px;
}
.mn-rb::after {
	content: "";
	position: absolute;
	border-color: transparent #ffce1a transparent transparent;
	border-width: 20px 18px 0px 0;
	top: 26px;
	border-style: solid;
	left: 0;
	right: 120px;
	bottom: 0;
}
.main-rb i {
	padding: 0 10px 0 0;
}
.brd-up {
	position: relative;
}
.brd-pt {
	position: absolute;
	content: "";
	background: #b20000;
	width: 6px;
	height: 8px;
	right: -6px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	bottom: -7px;
}
.br-tp {
	position: relative;
}
.br-tp::after {
	content: "";
	background: #ffce1a;
	position: absolute;
	width: 6px;
	height: 31px;
	right: -6px;
	bottom: -9px;
}
.br-tp::before {
	content: "";
	position: absolute;
	background: #ffce1a;
	right: -6px;
	width: 6px;
	height: 6px;
	top: -28px;
	border-top-right-radius: 50%;
}





.glass-case * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 0;
    margin: 0;
    border: 0;
}

    .glass-case *:before, .glass-case *:after {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

.glass-case {
    position: relative;
}
/*********************DISPLAY***************************/
.gc-display-area {
    position: absolute;
    overflow: hidden;
    border: 2px solid #F5F5F5;
    padding: 2px;
    background-color: #fff;
}

.gc-display-container {
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.gc-display-display {
    position: relative;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    cursor: crosshair;
    opacity: 1;
}
/*********************LENS***************************/
.gc-lens {
    position: absolute;
    overflow: hidden;
    z-index: 1000;
    cursor: crosshair;
    background: #CECECE;
    opacity: .5 !important; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=50) !important; /* Netscape */
    -moz-opacity: 0.5; /* Safari 1.x */
    -khtml-opacity: 0.5;
}
/*********************ZOOM***************************/
.gc-zoom {
    position: absolute;
    /overflow: hidden;
    width: 100%;
    height: auto;
    z-index: 1040 !important;
    border: 2px solid #f5f5f5;
    padding: 2px;
    background-color: #fff;
}

.gc-zoom-inner {
    cursor: crosshair;
    border: 0 !important;
    left: -2px !important;
    top: -2px !important;
    margin: 0 !important;
    z-index: 1010 !important;
}

.gc-zoom-container {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

    .gc-zoom-container img {
        position: relative;
        max-width: none !important;
    }
/*********************CAPTION**********************/
.gc-caption-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 2px;
    z-index: 1050 !important;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #333;
    font-size: 0.9em;
}

    .gc-caption-container div {
        position: relative;
        padding: 0 12px 0 12px;
    }

.gc-caption-intop {
    left: 0;
    top: 0;
}

.gc-caption-inbottom {
    left: 0;
    bottom: 0;
}

.gc-caption-outtop, .gc-caption-outbottom {
    width: 100%;
    width: calc(100% + 4px);
    border: 2px solid #f5f5f5;
    background: #fff;
}

.gc-caption-outtop {
    top: 0;
    left: -2px;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.gc-caption-outbottom {
    bottom: 0;
    left: -2px;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.gc-alignment-center {
    text-align: center;
}

.gc-alignment-left {
    text-align: left;
}

.gc-alignment-right {
    text-align: right;
}

/*********************UL***************************/
.gc-thumbs-area {
    position: absolute;
    overflow: hidden;
    background-color: transparent;
}

.gc-thumbs-area-prev, .gc-thumbs-area-next {
    position: absolute;
    z-index: 1010;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev, .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 5%;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev, .gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 5%;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
    right: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
    top: 0;
}

.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
    bottom: 0;
}

.gc-thumbs-area-prev:hover, .gc-thumbs-area-next:hover {
    opacity: 1;
    cursor: pointer;
    cursor: hand;
}

.gc-thumbs-area-prev .gc-disabled, .gc-thumbs-area-next .gc-disabled, .gc-thumbs-area-prev .gc-disabled:hover, .gc-thumbs-area-next .gc-disabled:hover {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

.glass-case ul {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    list-style: none;
}

    .glass-case ul li {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border: 2px solid #f5f5f5;
        padding: 2px;
        background-color: #fff;
    }

.gc-thumbs-area.gc-hz li {
    display: inline;
    float: left;
    max-width: 100%;
    max-height: 100%;
    margin-right: 5px;
}

.gc-thumbs-area.gc-vt li {
    margin-bottom: 5px;
}

.glass-case ul li .gc-li-display-container {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.glass-case ul li:hover {
    border-color: #ed3237;
    cursor: pointer;
    cursor: hand;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    border-color: #ed3237;
    cursor: default;
}

.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    left: 50%;
}
/*********************OVERLAY***************************/
.gc-overlay-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483647 !important;
    background-color: rgb(204, 204, 204); /*the falback for ie7, ie8*/
    background-color: rgba(51, 51, 51, 0.95);
}

.gc-overlay-gcontainer {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-overlay-container-display {
    position: absolute;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.gc-ocd-top {
    top: 0;
}

.gc-ocd-bottom {
    bottom: 0;
}

.gc-overlay-fit {
    padding: 4em 5.5em 1em 5.5em;
    overflow: hidden;
}

.gc-overlay-display {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    cursor: crosshair;
}

.gc-overlay-display-center {
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gc-overlay-display-vcenter {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gc-overlay-display-hcenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gc-overlay-top-icons {
    position: absolute;
    top: 0;
    padding: 1em 1.5em 1em 0;
    width: 100%;
    height: 4em;
}

.gc-overlay-left-icons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 1.5em;
    height: 100%;
    width: 5.5em;
}

.gc-overlay-right-icons {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1.5em 0 1em;
    height: 100%;
    width: 5.5em;
}
/*********************ICONS***************************/


.gc-icon:before {
    line-height: 1;
}

.gc-icon {
    font-family: "linea-arrows-10" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1020;
    cursor: pointer;
    cursor: hand;
    color: #fff;
    opacity: .7; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7;
    height: 1em;
    width: 1em;
    line-height: 0;
    background: rgb(204, 204, 204);
    background: rgba(204, 204, 204, 0.5);
    border: 2px solid #F5F5F5;
}

.gc-icon:hover {
	opacity: 1; /* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 5-7 */
	filter: alpha(opacity=100); /* Netscape */
	-moz-opacity: 1; /* Safari 1.x */
	-khtml-opacity: 1;
}

.gc-disabled .gc-icon:hover, .gc-disabled .gc-icon:hover, .gc-disabled .gc-icon, .gc-disabled .gc-icon {
    opacity: .3; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /* IE 5-7 */
    filter: alpha(opacity=30); /* Netscape */
    -moz-opacity: 0.3; /* Safari 1.x */
    -khtml-opacity: 0.3;
    cursor: default;
}

/* *** ICON NEXT *** */
.gc-icon-next {
    top: 50%;
    right: -2px;
}

    .gc-icon-next:before {
        position: absolute;
        top: -2px;
        right: -2px;
        content: "\e04b";
    }

.gc-icon-next-vt {
    bottom: 0;
    left: 50%;
}

    .gc-icon-next-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e019";
    }

.gc-display-area .gc-icon-next {
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next {
    right: 0;
    font-size: 2em !important;
}

.gc-thumbs-area-next .gc-icon-next-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-next {
    position: relative;
    right: 0;
    font-size: 3em;
}
/* *** ICON PREV *** */
.gc-icon-prev {
    top: 50%;
    left: -2px;
}

    .gc-icon-prev:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e03f";
    }

.gc-icon-prev-vt {
    top: 0;
    left: 50%;
}

    .gc-icon-prev-vt:before {
        position: absolute;
        top: -2px;
        left: -2px;
        content: "\e083";
    }

.gc-display-area .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev {
    font-size: 2em !important;
}

.gc-thumbs-area-prev .gc-icon-prev-vt {
    font-size: 1.5em !important;
}

.gc-overlay-area .gc-icon-prev {
    position: relative;
    left: 0;
    font-size: 3em;
}
/* *** ICON DOWNLOAD *** */
.gc-icon-download {
    right: -2px;
    bottom: 0;
    font-size: 2em;
    overflow: hidden;
}

    .gc-icon-download:before {
        position: absolute;
        top: -4px;
        left: -2px;
        content: "\e064";
    }
/* *** ICON CLOSE *** */
.gc-icon-close {
    position: relative;
    font-size: 2em;
    float: right;
}

    .gc-icon-close:before {
        position: absolute;
        content: "\e04a";
        top: -2px;
        right: -2px;
    }

.gc-icon-enlarge {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-enlarge:before {
        position: absolute;
        content: '\e017';
        top: -2px;
        right: -2px;
    }

.gc-icon-compress {
    position: relative;
    float: right;
    margin-right: 0.25em;
    font-size: 2em;
}

    .gc-icon-compress:before {
        position: absolute;
        content: '\e053';
        top: -2px;
        right: -2px;
    }
/*********************LOADING***************************/
.gc-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 31px;
    height: 31px;
    margin-left: -15px;
    margin-top: -15px;
    background-image: url(../images/loader.gif);
}

.gc-loading3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-size: 0.25em;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(102, 153, 102, 0.2);
    border-right: 1.1em solid rgba(102, 153, 102, 0.2);
    border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
    border-left: 1.1em solid #669966;
    -webkit-animation: loadGC 1.1s infinite linear;
    animation: loadGC 1.1s infinite linear;
}

    .gc-loading3,
    .gc-loading3:after {
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }

@-webkit-keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadGC {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*********************GENERAL***************************/
.gc-hide {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-noscroll {
    overflow: hidden;
}

.gc-start {
    display: none;
    z-index: 0;
    opacity: 0; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0; /* Safari 1.x */
    -khtml-opacity: 0;
}

.gc-icon.gc-icon-download, .gc-icon.gc-icon-next, .gc-icon.gc-icon-prev {
    display: none !important;
}
.newbtn{
	color: #fff !important;
background-color: #ffce1a !important;
border-color: #ffce1a !important;
border-radius: 1px !important;
}
.searchresult {
	position: absolute;
	z-index: 9;
	top: 100%;
	background: #f4f4f4;
	max-height: 250px;
	overflow-y: scroll;
	left: 0;
	right: 0;
	border: 1px solid #ddd;
	border-top: 0;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15)5;
}
.liresult {
	padding: 0;
	border-bottom: 1px solid #ddd;
	list-style: none;
	cursor: pointer;
	position: relative;
}
.liresult img {
	position: absolute;
	left: 10px;
	top: 10px;
}
.liresult a {
	color: #333;
	font-weight: normal;
	display: block;
	padding: 12px 12px 12px 43px;
	position: all 0.4s ease 0s;
}
.liresult a:hover {
	color: #ffce1a;
}
.liresult img {
	position: absolute;
	left: 10px;
	top: 7px;
}
.customer-head h3 {
    font-size: 26px;
    font-weight: 400;
    text-transform: capitalize;
    color: #333;
}
.customer-main .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    font-weight: normal;
}
.customer-main .form-group {
    margin-bottom: 20px;
}
.customer-main .bt-cust {
    background: #333;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.customer-main .bt-cust:hover{
    background: #ffce1a;
    color: #fff;
}
/*cart page csss*/
.main-table {
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
}
.main-table th {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: middle;
    border:1px solid #ddd;
}
.main-table tbody {
    background: #f4f4f4;
}
.main-table tbody tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
    color: #7d7d7d;
    font-size: 14px;
    text-transform: uppercase;
}
.main-table tbody tr td img {
    display: inline-block;
    max-width: 90px;
    height: 90px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.num-input{
    border: 1px solid #dddddd;
    height: 26px;
    width: 45px;
}
.cart-btns {
    float: right;
}
.btn-sb-1.btn-update {
    padding: 9px 20px;
    border-radius: 0;
    border: none;
    background: #333;
    color: #fff;
}
.btn-sb-1 i {
    margin: 0 0 0 5px;
}
.btn-f1{
    padding: 10px 20px;
    background: #333;
    color: #fff;
}
.btn-f1 i {
    margin: 0 0 0 5px;
}
.btn-f2{
    padding: 10px 20px;
    background: #333;
    color: #fff;
}
.btn-f2 i {
    margin: 0 0 0 5px;
}
a.disabled {
   pointer-events: none;
   cursor: not-allowed;
   background:#c0c0c0;
}
/*.watermark::after {
	content: "";
	opacity: 0.4;
	top: 26%;
	left: 30px;
	bottom: 0;
	right: 0;
	position: absolute;
	display: inline-block;
	height: 190px;
}*/



.prod-btn {
	margin-top: 20px;
}
.addcart {
	background: #ffce1a;
	border-radius: 30px;
	padding: 9px 34px;
	border:none;
}


.sidebar .panel-default {
	border: 0;
}
.sidebar .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border: 0 !important;
	padding: 0;
}
.sidebar .panel-title {
	font-weight: 300;
}
.sidebar .panel-title a {
	display: block;
	padding: 15px;
	color: #fff;
	background: #e53c40;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-left: 40px;
}



.sidebar .panel-title a::after {
	position: absolute;
	content: "\f0c3";
	left: 11px;
	font-family: fontawesome;
}
.sidebar .panel-title a.collapsed {
	background: #222;
	font-family: 'Roboto', sans-serif;
}

.sidebar .panel-default {
	border: 0;
}

.sidebar .panel-body {
	padding: 0;
}
.sidebar .product-tab {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ddd;
}
.sidebar .product-tab li {
	list-style: none;
}
.sidebar .product-tab li a {
	display: block;
	padding: 11px 15px;
	background: #f4f4f4;
	color: #222;
	border-bottom: 1px solid #ddd;
	transition: all 0.4s ease 0s;
}
.sidebar .product-tab li a:hover {
	background: #e53c40;
	color:#fff;
}

.part-hdng h5 {
	margin-top: 0;
	font-size: 30px;
	text-transform: ;
	font-weight: 600;
	padding-bottom: 15px;
	text-align:center;
	
}
#team-showcase.team-showcase .detail-container {
	padding: 18px 15px 10px;
	position: relative;
	background-color: #f1f1f1;
	border-bottom: 3px solid #000;
}
#team-showcase.team-showcase .detail-title {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 12px;
	color: #000;
}
.team-showcase .social-links a {
	line-height: 40px;
	font-size: 18px;
	color: #000;
}
.team-showcase .detail-subtitle {
	font-size: 12px;
	line-height: 1em;
	color: #ffce1a;
	margin-bottom: 10px;
}
.gt-qw a {
	/* float: right; */
	display: inline-block;
	float: left;
}
.pp-msg h5 {
	float: ;
	margin-bottom: 45px;
}
.mdl-button {
	margin-top: 30px;
}
.fm-gp Button {
	background: #272828;
	color: #fff;
	padding: 12px 45px;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
	border: 0;
	margin-top: 15px;
}
.fm-gp Button:hover {
        background: #ffce1a;
	color: #fff;
}
.fm-gp input {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	padding: 6px 12px;
}




.ftr-cnt-single {
    padding: 5px 0px;
    position: relative;
    overflow: hidden;
}

.ftr-cnt-single::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    background: #e53c40;
    transform: rotate(8deg) scaleY(3.5) translate(-43px);
}


.tr-cnt-text h2 {
	font-size: 30px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	font-weight: 600;
}
.ftr-cnt-anchr h4 {
	float: right;
	font-size: 38px;
	font-size: 'Roboto', sans-serif;
	font-weight: 700;
}
.ftr-cnt-anchr h4 a {
	padding-left: 9px;
}
.ftr-cnt-anchr h4 i {
	color: #111;
}
.ftr-sec-heading h4 {
	margin-top: 0;
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 53px;
}
.ftr-sec-heading h4::before {
	background-image: url("../images/ftr-icon.png");
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	left: 0;
	top: 32px;
}
.ftr-links ul {
	list-style: none;
}
.ftr-address ul {
	list-style: none;
}
.ftr-links ul li a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.ftr-links ul li a:hover {
	color: #e53c40;
}
.ftr-news p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 20px;
}
.footer-logo {
	margin-bottom: 31px;
}
.ftr-address {
	width: 100%;
	float: left;
}
.h-prg {
	margin-bottom: 45px;
}
.ftr-address ul li {
	position: relative;
		margin-bottom: 10px;
}
.ftr-address ul li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 17px;
	width: 34px;
	height: 34px;
	border: 2px solid #373636;
	text-align: center;
	line-height: 33px;
}
.ftr-address ul li p {
	display: inline-block;
	padding-left: 50px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 36px;
}
.ftr-address ul li a {
	display: inline-block;
	padding-left: 50px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	transition: all 0.3s ease 0s;
	line-height: 36px;
}
.ftr-address ul li a:hover {
	color: #e53c40;
}
.second-row {
	padding-top: 30px;
	border-top: 1px solid;
	margin-top: 55px;
}
.ftr-copy p {
	color: #757575;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}
.ftr-social {
	float: right;
}
.ftr-social ul {
	list-style: none;
}
.ftr-social ul li {
	display: inline-block;
	margin-left: ;
	margin: 0 5px;
}
.ftr-social ul li i {
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 31px;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.ftr-social ul li i:hover {
	background: #e53c40;
	border-color: #fff;
	color: #fff;
}

.why-choose .heading {
	text-align: center;
	display:none;
}
/*.why-choose .heading h3::before {
	position: absolute;
	content: "";
	height: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	margin: 0;
	background: #fff;
}*/

.why-choose .img-part img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}
.abt-background {
	background: #e7e7e7;
	padding: 28px 15px;
	position: relative;
	z-index: 1;
	height: auto;
}
//.abt-background::before {
	position: absolute;
	content: "";
	background: #f2e01c;
	width: 100%;
	height: 100%;
	top: 0;
	left: -110px;
	z-index: -1;
}
.why-choose .heading h5 {
	color: #fff;
	margin-bottom: 5px;
}
.why-choose .heading h3 {
	color: #e53c40;
	font-family: 'Roboto', sans-serif;
}

.product-block .heading {
    text-align: left;
}
.abt-blk h4 {
	font-size: 28px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Roboto', sans-serif;
	color: #222;
	margin-top: 0;
	margin-bottom: 15px;
}
.abt-blk p {
	width: 100%;
	margin: 0 auto;
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #222;
    text-align: justify;
    padding: 30px 0;
text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.aboutus-boxes {
    text-align: center;
    box-shadow: 0 0 15px 0 rgb(229 60 64 / 42%);
    padding: 20px 0;
    height: 440px;
    max-height: 440px;
    overflow: hidden;
}
.aboutus-boxes img {
	width: 50px;
}
.abt-blk {
	margin-bottom: 80px;
}
.aboutus-boxes h4 {
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
	margin-top: 20px;
}
.aboutus-boxes p {
	font-family: 'Roboto', sans-serif;
	width: 75%;
	margin: 0 auto;
	line-height: 22px;
	color: #222;
    text-align: justify;	
}
.bx-img {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	border-radius: 50%;
	background: #ede7e7;
}

/*++++++++++++++++Ashish Css+++++++++++++++++++*/
#cssmenu{
    margin:10px 0 !important;
}
#cssmenu > ul li a {
    padding: 12px 16px !important;
    margin-right: 1rem !important;
}

#cssmenu .active a {
	background: #e53c40 !important;
	color: #fff !important;
}
#cssmenu > ul > li:hover > a {
	background: #e53c40 !important;
	color: #fff !important;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	background: #e53c40 !important;
	padding-left: 25px;
	color:#fff;
}
/*.abt-background::before {
	border: 2px solid #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-radius: 5px 0 0 0;
	border-width: 2px 0 0 2px;
	content: "";
	height: 30px;
	left: 162px;
	position: absolute;
	top: 0;
	width: 30px;
	top: 37px;
}
.abt-background::after {
	border: 2px solid #000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-radius: 0 0 5px 0;
	border-width: 0 2px 2px 0;
	bottom: 0;
	content: "";
	height: 30px;
	position: absolute;
	right: 162px;
	width: 30px;
	bottom: 401px;
}*/
.img-part::before{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	bottom: 0;
	content: "";
	height: 10px;
	position: absolute;
	right: 0;
	top: -10px;
	width: 255px;
}
.img-part::after{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	content: "";
	height: 210px;
	left: 100%;
	position: absolute;
	right: 0;
	top: -10px;
	width: 10px;
}

.util-theme-default .util-page:hover span {
	background-color: #e53c40 !important;
}
.up-btn{
    position:fixed;
    bottom:30px;
    right:20px;
    background:#e53c40;
    color:white;
    padding:1rem 1.2rem;
    text-align:center;
    display:none;
    z-index:3;
}
.whatsapp{
    position:fixed;
    bottom:30px;
    left:20px;
    background:#e53c40;
    color:white;
    padding:1rem 1.2rem;
    text-align:center;
    z-index:3;
    font-size:20px;
}
.col-md-4 {
    float: left;
}





.blog_card {
	margin: 50px 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	box-shadow: 0 12px 15px rgba(0,0,0,0.1), 0 17px 50px rgba(0,0,0,0.1);
	border-radius: .375rem;
	&_image{ padding: 20px;
	& img{ margin-top: -60px;
	width: 100%;
	border-radius: 20px;
	transition: .25s ease-in-out;
	box-shadow: 0 8px 17px rgba(0,0,0,0.1), 0 6px 20px rgba(0,0,0,0.1);
	} } &_content { padding: 16px;
	& h3{ font-size: 24px;
	line-height: 36px;
	color: #303133;
	font-weight: 500;
	margin-bottom: 20px;
	letter-spacing: -0.5;
	} & p{ font-size: 16px;
	color: #777;
	line-height: 36px;
	} & a{ text-decoration: none;
	& h6{ font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-transform: uppercase;
	color: #c8a482;
	margin-bottom: 33px;
	} } } &: hover { .blog_card_image{ & img{ transform: translatey(-3%); } } };
	height: 340px;
}
.m-5.text-center {
	margin-top: 288px;
}
.blog_card_image {
	position: relative;
}
.blog_card_image span {
	position: absolute;
	top: 138px;
	bottom: 0px;
	left: 22px;
}
.blog_card_image p {
	position: absolute;
	top: 138px;
	bottom: 0px;
	left: 234px;
}
.blog_card_image img {
	width: 340px;
	height: 150px;
	padding: 22px;
}
.blog_card_content h3 {
	font-size: 16px;
}
.blog_card_content {
	padding: 12px 25px;
	margin-bottom:25px;
}
.blog_card_content p {
	margin-bottom: 20px;
	color:#747373;
}
.blog-date i {
	margin-left: 10px;
	margin-right: 5px;
}
.blog-date u {
	color: #747373;
}
.blog-date span {
	color: #747373;
}
.blog-content {
	font-size: 18px;
}
.blog_card_content a {
	background: #232f3e none repeat scroll 0 0;
	color: #fff;
	padding: 10px 15px;
	border-radius: 4px;
	
}


/* Blog Page Coading End */


/* Single Blog Page Coading Starts */

.blog-post {
    margin:20px auto 0;   
	margin-bottom:40px;
    border:1px solid #f4f4f4;
    box-shadow:0 0 25px rgba(0,0,0,.05);
}

.blog-hero {
	width: 100%;
	height: 0;
	padding-bottom: 30%;
	
	background-size: cover;
	position: relative;
}

summary {
	margin-top: 20px;
	display: inline-block;
	margin-left: 5%;
}
summary h3 {
	/* width: 100%; */
	font-size: 3.5em;
	color: #555;
	font-weight: 500;
}

summary .blog-date {
	/* width: 100%; */
	font-size: 18px;
	padding-left: 2px;
	color: #fff;
	background: #555;
	text-align: center;
}
article {
    
    padding-bottom:50px;
    
}


.blog-img {
    width:60%;
    height: 0;
    margin:50px auto 60px;
    padding-bottom:35%;
    background-size:cover;
    position:relative;
}

.blog-img-caption {
    position:absolute;
    bottom:-30px;
    font-size:.9em;
    color:#888;
    left:4%;
}

b {
    font-weight:bold;
}

@media (min-width:601px) and (max-width:1000px){
    .blog-post {
        width:90%;
    }
    .blog-content {
        width:75%;
    }
  
    .blog-hero {
        padding-bottom:35%;
    }
	.blog-hero {
	margin-top: 0%;
}
summary {
	margin-left: 121px;
}
}




@media (max-width:600px){
    .blog-post {
        font-size:.9em;
        width:90%;
    }
    .blog-content {
        width:80%;
    }
    .blog-img {
        width:90%;
        padding-bottom: 50%;
    }
    .blog-hero {
        padding-bottom:60%;
    }
}


/* Single Blog Page Coading End */

/* Recent Blog Post Coading Starts */
.other-blogs h3 {
   background: #e53c40;
    padding: 8px 40px;
  color: #fff;
}



.other-blogs {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.other-blogs ul li {
	list-style: none;
	line-height: 25px;
}
.other-blogs a {
    color:#000;
}
.other-blogs i {
	color: #ed3237;
	font-size: 17px;
	margin-right: 5px;
}
.scroll {
	height: 125px;
	overflow-x: hidden;
	overflow-y: scroll;
}
/* Recent Blog Post Coading End */