@import url("secondary.css");

/*********************************************************************************
common styles
***************/

body {
	color:#000!important;
	font-family: 'Quicksand', sans-serif!important;
	font-size:15px!important;
	background:  #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important; 
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #f88530
}

.btn {
	padding: 10px 25px !important;
	border-radius: 0px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 700 !important;
}

.btn-submit {
	background: #0EA1D7;
	color: #fff;
}

.btn-cancel {
	background: #ff5d05;
	color: #fff;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-more {
	overflow: hidden;
	display: inline-block;
	color: #d6261c !important;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 10px 0px !important;
	display: inline-block !important;
	border-bottom: 2px solid #d6261c !important;
	font-weight: 700 !important;
	letter-spacing: 1px;
}

.btn-more span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.btn-more span::before {
	position: absolute;
	right: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #0393d8;
	width: 100%;
}

.btn-more:hover {
	padding: 10px 0px !important;
	background: transparent !important;
	border-bottom: 2px solid #0393d8 !important;
}

.btn-more:hover span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

/*********************************************************************************
header styles
***************/
 
/*logo bar*/

header .logo-bar {
	position:fixed;
	top:0;
	left:0;
	width:100%;
    padding: 5px 0;
	z-index:99;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
header.header-fixed-bar  .logo-bar {
	 background:#FFF !important;
	 z-index:999;
	 width:100%;
	 -webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.11);
	 -moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.11);
	 box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.11);
}
header.header-fixed-bar .logo{
	padding:0;
}
header.header-fixed-bar .site-nav {
    margin: 10px 0;
}

header.header-fixed-bar .level_1 li a {
     color:#333 !important;
}

header.header-fixed-bar .level_1 li a:hover, header.header-fixed-bar .level_1 li a.active, header.header-fixed-bar .level_1 li a.nav-active, header.header-fixed-bar .level_1 li a:hover:after, header.header-fixed-bar .level_1 li a.active:after, header.header-fixed-bar .level_1 li a.nav-active:after {
    color: #FFF !important;
}

header .logo {
	display:block;
	padding:10px 0;

}
header .logo img {
	max-width:100%;
}
/* nav bar */

header   .nav-bar {
	  
}
/*site nav*/
header .site-nav {
	margin:23px 0; 
} 

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 35px !important;
	line-height: 46px !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #121212;
	margin-bottom: 10px !important;
	font-family: 'Playfair Display', serif;
	text-transform:capitalize;
}

.main-head span {
	font-size: 15px !important;
	line-height: 25px;
	color: #000;
	font-weight: 600;
}

.sub-head {
	font-size: 25px !important;
	font-weight: 700;
	color: #d6261c;
	margin-bottom: 10px !important;

}
/*Index Products*/
.idx-product-sec{
	padding:50px 0;
	position:relative;
	background:#f2f2f2;
}
.idx-product-sec .product-blk img{
	max-width:100%;
}
.idx-product-sec .product-blk .pro-name{
	padding:10px 15px;
	position:relative;
	background:#1f1919;
	font-size:16px !important;
	line-height:24px;
	color:#FFF !important;
	display:block;
	text-align:center;
	font-weight:600;
}

/* End Products */

/**/
.home-abt-bar{
	position:relative;
	padding:80px 0;
}
.home-abt-bar .home-img-col {
    position: relative;
}
.home-abt-bar .home-img-col:before {
    content: '';
    position: absolute;
    background: #e52528;
    top: 30px;
    bottom: 30px;
    width: 100%;
    right: 0px;
    z-index: -1;
}

.home-abt-bar .main-head {
	color: #000;
	margin-top:60px !important;
}

.home-abt-bar p {
	text-align: justify;
	margin-bottom:10px !important;
}

.home-abt-bar img {
	max-width: 95%;
}

.home-abt-bar .btn-more {
	margin: 0px 0 0 0;
}
/* */

/**/
.home-item-bar {
    background: url(..//design_img/home-back-01.jpg)  no-repeat top center;
    padding: 50px 0 80px;
    background-size: 100%;
    background-attachment:fixed
}
.home-item-bar  .main-head { 
 margin-bottom: 20px !important; text-align:center
}
.home-item-bar .main-head span.brdr {
    margin: 5px 10px 5px  !important;
}

.main-head span.brdr {
 background: #e52528;
 height: 2px;
 display: inline-block;
 width: 30px;
 margin: 5px 10px 5px 0 !important;
}
.main-head span.brdr img {
 width:32px;
 height:41px;
 margin: auto;
 margin-top:-27px
}


.home-item-col { 
	display: block;
    margin-bottom:25px;
    position:relative;
    border-bottom:5px solid #e52528;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.home-item-col:after {
	content:'';
    width: 100%;
    padding: 25px;
    background: linear-gradient(0deg, #000000ba 0%, #fff0 50%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-item-col .item-pic{
	overflow:hidden;
	height:inherit;
}

.home-item-col .item-pic  img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	max-height:inherit;
    position:relative;
    top: inherit;
    left:inherit;
    margin-bottom:inherit;
    margin-right:inherit;
   -webkit-transform:inherit;
    transform:inherit;
}

.home-item-col .item-info {
	position:absolute;
	width:100%; 
	bottom:0; 
	z-index:99;
	padding:20px;
}
.home-item-col h4 {
	 font-family: 'Playfair Display', serif;
	font-size:25px;
	font-weight:700;
	color:#fff;
	text-transform:capitalize;
	text-align:left;
	margin:0 0 20px !important;
	position:relative;
}
.home-item-col p {
    color: #fff;
    text-align: left;
    line-height: 15px;
    margin-bottom: 0!important; 
}

.home-item-col:hover .item-pic img {
	transform:scale(1.1);
}
/**/
.home-abt-bar {
 padding:80px 0 80px 0!important;
}
.home-abt-bar .main-head {
 margin-top: 60px !important;
 margin-bottom: 20px !important;
}
.home-abt-bar .home-img-col {
 position:relative
}
.home-abt-bar .home-img-col::before {
 content: '';
 position: absolute;
 background: #e52528;
 top: 30px;
 bottom: 30px;
 width: 100%;
 right: -15px;
 z-index: -1;
}
.home-abt-bar .home-img-col img {
 max-width:100%;
} 
.home-abt-bar p {
 text-align:justify;
}


/* home web col bar  */
.home-web-col-bar {
	background:#fff ; 
	padding: 50px 0px 60px;
}
.home-web-col-bar .main-head {
	text-align:center; 
	margin-bottom: 30px!important;
} 
.home-web-col-bar .main-head span.brdr {
    margin: 5px 10px 5px  !important;
}
.home-web-col-bar img.cntr-img { 
	max-width: 100%;
    border-radius:100%
}
.home-web-col {
	overflow:hidden;
	margin-top:45px;
}

.home-web-col .h-text { 
	padding: 10px 15px;
	width:calc(100% - 100px);
	height:110px;
	float:left;
}
.home-web-col .h-text h4 {
	font-size: 18px;
    font-weight:700; 
	margin: 0px 0 8px !important; 
}
.home-web-col .h-text p {
	color:#333;
	line-height:17px;
	font-size: 13px!important;
}
.home-web-col .h-icon {
	width:100px;
	height:100px;
	background:#44a1c5;
	padding:20px;
	float:left;
    border-radius:100%;
}
.home-web-col .h-icon img {
	max-height:100%;
	max-width: 100%;
	margin:auto;
	display:block; 
}
 
/*.advantage bar */
.advantage-bar {
 background: #eee;
padding:40px 0;
text-align:center; 
}
.advantage-bar .main-head{
	text-transform:none;  
}
.advantage-bar .advantage {
	border-radius: 10px;
	background:#fff;
    border:1px solid #ddd;
    padding: 30px !important;
    overflow: hidden; 
	margin-top:15px;
} 
.advantage-bar .advantage-icon {
    width: 70px;
    margin: 0 auto 10px;
}
.advantage-bar .advantage-icon img {
 max-width:100%;
 filter: brightness(1);
}
.advantage-bar .advantage-text { 
}
.advantage-bar .advantage-text p {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px!important;
	line-height:25px;
    margin-bottom: 0!important;
}
 
.advantage-bar .advantage-text p span {
 display:block;
 font-weight: 500;
 font-size: 14px;
 text-transform: none;
 line-height:20px;
 color: #666!important;
}

/**/


.idx-product-desc{
	padding:50px 0;
	position:relative;
}
.idx-product-desc .supp-fea-blk{
	padding:30px 20px;
	position:relative;
	min-height:434px;
	background:#f2f2f2;
	border-radius:10px;
}



.idx-product-desc.why-choose-sec .supp-fea-blk{
	padding:30px 20px;
	position:relative;
	min-height:278px;
	border:none;
	background:#FFF;
}
.idx-product-desc.why-choose-sec .main-head{
	text-align:center;
	margin-bottom:20px !important;
}


.idx-product-desc .supp-fea-blk ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.idx-product-desc .supp-fea-blk ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
	margin-bottom:10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.idx-product-desc .supp-fea-blk ul.mylist li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}

.idx-product-desc .supp-fea-blk .main-head{
	font-size:26px !important;
	line-height:35px;
}
.idx-waves-sec{
	padding:50px 0 80px;
	position:relative;
}
.wave-bg{
	position:absolute;
	right:-20px;
	top:-30px;
	bottom:0;
	background:#f2f2f2;
	height:500px;
	width:300px;
	z-index:-1;
	border-radius:10px;
}


.idx-waves-sec .wave-blk ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 15px !important;
}
.idx-waves-sec .wave-blk ul li{
	font-size: 14px !important;
    line-height: 24px;
	margin-bottom:10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.idx-waves-sec .wave-blk ul li:before{
	content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 14px;
    font-weight: 700;
}
.idx-waves-sec  .wave-blk-right img{
	max-width:100%;
}
.why-choose-sec{
	padding:60px 0;
	position:relative;
	background:#f2f2f2 url("../design_img/why-background-bg.jpg")no-repeat center center;
}
.idx-fact-sec{
	padding:50px 0;
	position:relative;
}

/* count bar*/
/*
.count-bar {
	background: #fff;
	width: calc(100% + 140px);
	position: relative;
	left: -140px;
	z-index: 1;
}

*/

.count-col {
	background: #fff;
	padding: 15px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.count-col .icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 10px !important;
	text-align: center;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.count-col .icon img {
	max-width: 100%;
}

.count-col .main-text {
	font-size: 34px !important;
	text-align: center;
	font-weight: 700;
	color: #0093d8;
	line-height: 40px;
	margin-bottom: 5px !important
}

.count-col .main-text::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
}

.count-col .common-text {
	text-align: center;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	color: #666;
	line-height: 20px;
}

.home-pr-bar {
	position: relative;
	background: #fff;
	padding: 45px 20px 40px 0;
	z-index: 1;
}

.home-pr-bar .main-head {
	text-align: right
}

.home-pr-bar .col-centr {
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 55%;
	right: 0;
	background: #fff6b4;
	z-index: -1;
}

.pr-bar-2{
margin-bottom: 25px;
} 

/*  */

.home-pr-bar img {
	max-width: 100%;
}

.home-pr-bar p {
	text-align: right
}

.home-pr-bar .btn-more {
	float: right;
}

.home-pr-bar.mddle {
	padding: 50px 0 60px 0px;
}

.home-pr-bar.mddle .main-head {
	text-align: left
}

.home-pr-bar.mddle .col-centr {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0%;
	right: 50%;
	background: #fff;
	z-index: -1;
}

.home-pr-bar.mddle p {
	text-align: left
}

.home-pr-bar.mddle .btn-more {
	float: left;
}

/* Testemonials */
.testimonial-bar {
	background: url('../design_img/home-back-02.jpg') no-repeat center center #eee;
	background-size: cover;
	padding: 80px 0px 30px;
	position: relative;
}

.testimonial-bar .testimonial {
	max-width: 600px;
	margin: 10px auto 0;
	padding: 20px;
	min-height: auto;
}

.testimonial-bar .testimonial p {
	color: #333;
	margin: 0px 0 20px 0 !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .writer-pic {
	background: #fff;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0px auto 15px;
	position: relative;
}

.testimonial-bar .writer-pic img {
	border-radius: 100%;
	width: 100px;
	height: 100px;
}

.testimonial-bar .writer-pic .view-btn {
	background: #ecc400;
	text-align: center;
	padding-top: 4px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.testimonial-bar .writer-pic .view-btn .fa {
	color: #fff;
}

.testimonial-bar .subject {
	text-align: center;
	color: #333;
	font-weight: 600;
}

.testimonial-bar .message {
	color: #333;
	margin: 0px 0 20px 0 !important;
	text-align: center;
	font-size: 14px !important;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .message-pic {
	text-align: center;
}

.testimonial-bar .message-pic .fa {
	border: 1px solid #333;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	padding-top: 14px;
	border-radius: 100%;
	margin: 5px 3px 10px 3px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.testimonial-bar .message-pic .fa:hover {
	color: #fff;
	background: #18a0d3;
	border-color: #18a0d3
}

.testimonial-bar .writer {
	font-weight: bold;
	text-align: center;
	color: #68c431;
	margin-bottom: 10px !important;
	font-family: 'Poppins', sans-serif;
}

.testimonial-bar .main-head p {
	font-size: 20px !important;
	line-height: 24px;
	color: #121212;
	font-weight: 500;
}

.testimonial-bar .writer-info {
	font-weight: normal;
	color: #333;
}

.testimonial-bar .bt-group {
	display: table;
	margin: 20px auto 0;
}

.testimonial-bar .bt-group .btn {
	border: 2px solid #6c2519;
	color: #6c2519 !important;
	font-weight: 600;
	border-radius: 25px !important;
	padding: 2px 15px;
	margin: 0 5px;
}

.testimonial-bar .bt-group .btn.btn-view {
	background: #eca300;
	color: #fff !important;
	border-color: #eca300;
}

.testimonial-bar .bt-group .btn:hover {
	background: #6c2519;
	color: #fff !important;
	border-color: #6c2519
}

.page-testimonials {
	background: #fff;
	padding: 40px 0 20px 0 !important;
}

.page-testimonials .item {
	margin-top: 0px;
	clear: both;
}

.page-testimonials .writer-pic {
	border: 1px solid #ddd;
	float: left;
}

.page-testimonials .writer-pic img {
	width: 100%;
	height: 100%;
}

.page-testimonials .testimonial {
	float: right;
	width: 88%;
	max-width: inherit;
	height: auto;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-top: 0;
	padding: 15px;
	position: relative;
}

.page-testimonials .testimonial .t-arrow {
	background: url(../design_img/icon-arrow-left.png) no-repeat left;
	width: 23px;
	height: 25px;
	position: absolute;
	left: -22px;
	top: 20px;
}

.page-testimonials .subject {
	text-align: left;
	font-size: 18px
}

.page-testimonials .writer {
	text-align: left;
}

.page-testimonials .message-pic {
	text-align: left;
}

.page-testimonials .message-pic .fa:hover {
	background: #ecc400;
	border-color: #ecc400;
}

.testimonial-bar .owl-nav div {
	background: #ff9c00 !important;
	color: #fff !important;
	border: 1px solid #ff9c00;
}

.testimonial-bar .owl-nav div.owl-prev {
	left: 15%;
	top: 35%;
	padding: 16px 19px 12px !important;
}

.testimonial-bar .owl-nav div.owl-next {
	right: 15%;
	top: 35%;
	padding: 16px 19px 12px !important;
}

.testimonial-bar .mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 20px !important;
}

.testimonial-bar .mylist li::before {
	content: "\f192";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #68c431;
}
/* Date 18-08-2023 */
.quality-control-bar .col-row:nth-child(2n+1){
	width:100%;
	float:left;
	
}
.quality-control-bar .col-img{
	width:50%;
	float:right;
	padding:0 15px;
}
.quality-control-bar .col-desc{
	width:50%;
	float:left;
	padding:20px 15px;
}
.quality-control-bar .col-row.row2{
	margin-top:30px !important;
	width:100%;
	float:left;
}
.quality-control-bar .col-row.row2 .col-desc{
	float:right;
}
.quality-control-bar .col-row.row2 .col-img{
	float:left;
}

.products .product-info .col-img{
	width:50%;
	float:right;
	padding:0 15px;
	position:relative;
}
.products .product-info .col-desc{
	width:50%;
	float:right;
	position:relative;
	padding:20px 15px;
}
/* 
.products .products-bar{
	margin:20px 0;
	padding:50px 0;
	border-bottom:1px solid #34343475;
}
*/
.products .products-bar .row2{
	clear:both;
	padding:40px 0;
	margin:20px 0;
	overflow:hidden;
}
.products .products-bar .row2 .col-img{
	float:left;
}
.products .products-bar .row2 .col-desc{
	float:right;
}

.products .product-info p{
	font-size:14px !important;
	line-height:24px;
	color:#333;
	text-align:justify;
}
.products .products-bar .row2.last-row {
     padding: 40px 0 0;
	 margin:20px 0 0;
}



/*
.products .col-row:nth-child(2n) {
	width:50%;
	float:right;
	padding:0 15px;
	position:relative;
}
.products .col-row:nth-child(2n+1){
	width:50%;
	float:left;
	padding:20px 15px;
	position:relative;
}
*/



.quality-control-bar .col-img:nth-child(2n) {
    width: 100%;
    float: left !important;
    padding: 0 15px;
}

.quality-control-bar .quality-control-text .col-desc p{
	font-size:14px !important;
	line-height:25px;
	color:#333;
	font-weight:400;
	text-align:justify;
}

/*home client bar */
.home-client-bar {
	padding: 50px 0 70px !important;
	background: #fff;
}

.home-client-bar .main-head {
	text-align: center;
}

.home-client-bar .client-logo {
	text-align: center;
}

.home-client-bar .client-logo img {
	max-width: 100%;
}
.quality-control ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.quality-control ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px !important;
    color: #232323 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.quality-control ul.mylist li:before{
	content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #da251b;
    font-size: 10px;
    font-weight: 700;
}


/* */
section.contents .content-bar {
	padding: 50px 0;
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/page-banner.jpg) no-repeat bottom center;
	padding: 200px 0 120px;
	background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
	color: #ffffff;
	font-size: 30px !important;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 10px !important;
	display: table;
	margin:0 auto !important;
	font-family: 'Playfair Display', serif;
}

.banner-bar .banner-content p {
	color: #fff;
	margin: 0px 0 0px !important;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px 0 0 !important;
	display:none;
}

.location li {
	color: #666 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '/';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 10px;
	color: #ccc;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #ccc !important;
	font-size: 16px !important;
	line-height: 24px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #fff !important;
}

.location li a.active {
	color: #fbfdcc !important;
}

/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}

.col-bar {}

.col-bar:after {
	content: '';
	display: table;
	clear: both;
}

.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}

.col-bar .col .txt-title {
	display: none;
}

.col-bar .cont-col {}


.col-bar .img-col {
	position: relative;
}

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col img {
	max-width: 100%;
}

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 50%;
	color: #faaa1d;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
	opacity: 1;
}

.col-bar .file-col {}

.col-bar .file-col img {
	max-width: 100%;
}

.cont-bar {
	/*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

.abt-us .col-row {
	margin: 0 -15px;
}

.abt-us .col-row .col {
	width: 50%;
	float: left;
	padding: 10px 15px 10px;
}

.abt-us .col-row .col-desc p {
	text-align: justify
}
/**/
.company-profile-bar .com-details .col-img{
	width:50%;
	float:left;
	padding:0 15px
}
.company-profile-bar .com-details .col-desc{
	width:50%;
	float:right;
	padding:0 15px;
}
.company-profile-bar .com-details{
	clear:both;
	margin-bottom:30px;
	overflow:hidden;
}
.company-profile-bar .com-details .col-desc p{
	font-size:14px !important;
	line-height:25px;
	color:#333;
	font-weight:400;
	text-align:justify;
}

.company-profile-bar .com-details.row2 .col-img{
	float:right;
}

.company-profile-bar .com-details.row2 .col-desc{
	float:left;
	padding:30px 15px;
}

.key-strength-blk .main-head{
	text-align:center;
	margin:30px auto !important;
}
.key-strength-blk .home-web-col {
    overflow: hidden;
    margin-top:25px;
}

.key-strength-blk .home-web-col .h-icon {
    width: 100px;
    height: 100px;
    background: #44a1c5;
    padding: 20px;
    float: left;
    border-radius: 100%;
}

.key-strength-blk .home-web-col .h-icon img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}

.key-strength-blk  .home-web-col .h-text {
    padding: 10px 15px;
    width: calc(100% - 100px);
    height: 140px;
    float: left;
}
.key-strength-blk  .home-web-col .h-text h4{
	font-size:20px !important;
	line-height:27px;
	color:#333;
	font-weight:700;
	margin-bottom:5px !important;
}

.key-strength-blk  .home-web-col .h-text p {
    color: #333;
    line-height: 17px;
    font-size: 13px!important;
}
.key-strength-blk .key-st-mid{
	margin-top:80px !important;
}

.key-strength-blk .key-st-mid img{
	    max-width: 100%;
    border-radius: 100%;
}

.business-sec .sis-blk{
	padding:20px 30px;
	-webkit-box-shadow: 0px 10px 13px -7px #00000045, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #00000045, 5px 5px 15px 5px rgba(0,0,0,0);
	position:relative;
	margin-bottom:40px !important;
	min-height:158px !important;
}
.business-sec .sis-blk h4{
	font-size:20px !important;
	line-height:27px !important;
	color: #e52528;
	font-weight:700;
	margin-bottom:5px !important;
}

.business-sec .sis-blk p{
	font-size:16px !important;
	line-height:25px;
	font-weight:500;
}
.business-sec  .presence-blk{
	margin-top:60px;
}

.presence-blk .col-desc  { display: table-header-group;   }
.presence-blk .col-img { display: table-footer-group; }
.presence-blk  .main-head{
	text-align:center !important;
	margin-bottom:30px !important;
}



/**/
.leadership-bar .company-mng{
	position:relative;
	border-bottom:1px solid #e6e6e6;
	padding:0 0 30px 0;
	margin-bottom:30px !important;
	overflow:hidden;
}
.leadership-bar .company-mng .col-img{
	width:35%;
	float:left;
	border:2px solid #2a367e;
}
.leadership-bar .company-mng .col-img img{
	max-width:100%;
}
.leadership-bar .company-mng .col-desc{
	width:100%;
	float:left;
	/* padding:20px 30px;  */
}
.leadership-bar .company-mng .col-desc .management h4{
	font-size:22px !important;
	line-height:30px;
	font-weight:700;
	margin-bottom:20px !important;
	color:#454545;
}
.leadership-bar .company-mng .col-desc .management h4 span{
	display:block;
	font-size:14px !important;
	line-height:25px;
	font-weight:500;
	
}
.leadership-bar .company-mng .col-desc .management p{
	font-size:14px !important;
	line-height:25px;
	font-weight:500;
	color:#333;
	text-align:justify;
}
.leadership-bar .company-mng.dir-note {
    position: relative;
    border: none;
    padding: 0px 0px;
    overflow: hidden;
}
.leadership-bar .company-mng.dir-note .col-desc{
	width:100%;
	padding:0 0px;
}
.leadership-bar .company-mng.dir-note .col-desc h4{
	color:#e12527;
}
.infrastructure-bar .infra-blk{
	padding:40px 30px 30px;
	position:relative;
	background:#f6f6f6;
	min-height:540px;
}
.infrastructure-bar .infra-blk ul.mylist{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}
.infrastructure-bar .infra-blk ul.mylist li{
	font-size: 14px !important;
    line-height: 25px;
    margin-bottom: 10px !important;
    color: #333 !important;
    font-weight: 500;
    text-align: left;
    text-indent: -15px;
}

.infrastructure-bar .infra-blk ul.mylist  li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #e12527;
    font-size: 10px;
    font-weight: 700;
}


.infrastructure-bar .infra-blk ul.mylist li ul{
	list-style: none;
    padding: 0 !important;
    margin: 0 0 0 20px !important;
}


.infrastructure-bar .infra-blk ul.mylist li ul li:before{
	color:#2a367e;
	content: "\f111";
	 font: normal normal normal 14px/1 FontAwesome;
     margin-right: 10px !important;
	 font-size:8px;
}
/**/
.visin-missn {
	margin: 15px - 15px;
	color: #333;
}

.visin-missn .col-row {
	width: calc(50% - 30px);
	height: 155px;
	float: left;
	padding: 15px;
	margin: 25px 15px;
	background: #f2f2f2;
}

.visin-missn .col-row .col-desc .main-head {
	font-size: 28px !important;
	line-height: 35px !important;
	color: #121212;
}

.visin-missn .col-row .col-desc p {
	text-align: justify;
	margin-bottom: 0 !important
}

/**/
.why-choose {
	margin: 15px -15px;
	text-align: center
}

.why-choose .main-head {
	margin-bottom: 10px !important;
}

.why-choose .col-row {
	width: calc(25% - 30px);
	height: 240px;
	float: left;
	padding: 10px;
	margin: 10px 15px;
	background: #fff;
	border-bottom: 2px solid #d6261c;
	-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
}

.why-choose .col-row .col-img .img-col {
	margin-bottom: 15px
}

.why-choose .col-row .col-img .img-col:after,
.why-choose .col-row .col-img .img-col a {
	display: none
}

.why-choose .col-row .col-img .img-col img {
	max-width: 70px;
}

.why-choose .col-row .col-desc h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 5px !important;
	color: #d6261c;

}

/**/
.sch-uniform {}

.sch-uniform .col-row {
	margin: 0 0 0 -15px;
}

.sch-uniform .col-row .col {
	width: 50%;
	padding: 40px 15px 50px;
	float: left;
	position: relative;
}

.sch-uniform .col-row .col-img {}

.sch-uniform .col-row .col-desc {
	padding-right: 50px;
}

.sch-uniform .col-row .col-desc .main-head span {
	color: #f3ad10;
}

.sch-uniform .col-row .col-desc:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + 100px);
	background: #fffad7;
	z-index: -1
}

.sch-uniform .col-row .col-desc p {
	text-align: justify
}

/*  */
.sch-uniform-2 .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin: 0 0 0 -15px;

}

.sch-uniform-2 .school-text {
	width: 100%;
	text-align: center;
}

.sch-uniform-2 .school-text .col {
	width: 100%;
	padding: 0 0px 20px !important;
	background: transparent !important;
}

.sch-uniform-2 .school-text .col-desc p {
	text-align: center;
}

.sch-uniform-2 .col-row .col {
	width: 100%;
	float: left;
	position: relative;
}

.sch-uniform-2 .col-row .col-desc {
	padding: 8px 25px 0;
}

.sch-uniform-2 .col-row .col-desc h3 {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 20px;
	background: #0093dd9c;
	padding: 10px 45px !important;
}

.sch-uniform-2 .col-row .col-img {
	padding: 20px 20px 0px;
	padding-bottom: 0;
	background: #fffad7;
}

.sch-uniform-2 .col-row .col-desc::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: calc(100% + 100px);
	background: #fffad7;
	z-index: -1;
	display: none;
}

/*  */

/**/
.frml-wear {
	margin: 0 0 0 -15px;
}

.frml-wear:after {
	content: '';
	display: table;
	clear: both
}

.frml-wear .col-row {
	width: 50%;
	padding: 0px 15px;
	float: left;
	position: relative;
}

.frml-wear .col-row:first-child {
	width: 100%;
	padding-bottom: 20px;
}

.frml-wear .col-row:first-child .col {
	background: #fff;
	padding: 0px;
	text-align: center
}


.frml-wear .col-row .col {
	background: #fffad7;
	padding: 20px;
}

.frml-wear .col-row .col-img {
	padding-bottom: 0px;
}

.frml-wear .col-row .col-desc {
	background: #fff;
}

.crp-uniform {}

.crp-uniform .col-row:first-child {
	margin: 0
}

.crp-uniform .col-row:first-child .col {
	width: 100%;
	background: #fff;
	padding: 0px;
	text-align: center
}

.crp-uniform .col-row:first-child .col-desc {}

.crp-uniform .col-row:first-child .col-desc:after {
	display: none;
}

.crp-uniform .col-row:first-child .col-desc p {
	text-align: center
}

.crp-uniform .col-row {
	margin: 30px 0
}

.crp-uniform .col-row:after {
	content: '';
	display: table;
	clear: both
}

.crp-uniform .col-row .col {
	width: 50%;

}

.crp-uniform .col-row .col-img {
	float: left;
	padding: 40px;
	position: relative
}

.crp-uniform .col-row .col-desc {
	float: right;
	;
	padding: 50px 40px;
}

.crp-uniform .col-row .col-desc p {
	text-align: justify
}

.crp-uniform .col-row .col-img:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #fffad7;
	z-index: -1
}

.crp-uniform .col-row:nth-child(2n+1) .col-img {
	float: right;
}

.crp-uniform .col-row:nth-child(2n+1) .col-desc:after {
	right: inherit;
	left: 0;
}

.crp-uniform .col-row:nth-child(2n+1) .col-desc {
	float: left;
}
/**/
.certi-sec .certi-blk{
	margin-bottom:15px;
}
.certi-sec .certi-blk.highlight{
	clear:both;
	margin-left:33.33%;
	margin-right:33.33%;
}
.certi-sec .col .txt-title {
    display: block;
    text-align: center;
    font-weight: 600;
	padding:5px 0 0px !important;
	margin-bottom:5px !important;
}

.certi-sec .col-row.highlight .cont-col h5{
	text-align:center;
	margin-bottom:15px !important;
	font-size:18px !important;
	line-height:25px !important;
	font-weight:700;
	color:#d6261c;
	clear:both;
}
.certi-sec .col-row.highlight .col-desc .txt-title{
	display:none;
}
.certi-sec .col-row .col-desc{
	display:block;
	min-height:50px;
}
/*  */
.corp-pg {
	margin: 0 -15px;
}

.pro-desc .col-img{
	width:50%;
	float:left;
	padding:0 15px !important;
}
.pro-desc .col-desc{
	width:50%;
	float:left;
	padding:30px 15px !important;
}
.pro-desc .col-desc p{
	font-size:14px !important;
	line-height:24px;
	font-weight:400;
	text-align:justify;
}
.pro-desc  .col-row:nth-child(2n){
	clear:both;
	padding-top:50px;
}
.pro-desc  .col-row:nth-child(2n+1){
	clear:both;
	padding-top:50px;
}
.pro-desc  .col-row:nth-child(2n) .col-img{
	float:right;
}
.pro-desc  .col-row:nth-child(2n+1) .col-img{
	float:left;
}
.corp-pg .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.corp-pg .col-row .col {
	position: relative;
}

.corp-pg .col-row .col-desc h3 {
	font-size: 23px !important;
	line-height: 30px !important;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 20px;
	background: #0093dd9c;
	padding: 10px 45px !important;
}

.corp-pg .col-row .col-img {
	padding: 20px 20px;
	padding-bottom: 0;
	background: #fffad7;
}

.corp-pg .corpo-text {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

/* Gallery Page */
.gallery-bar {
	margin: 0 -15px;
}

.gallery-bar .col {
	padding: 0 15px;
	width: 33.3333%;
	float: left;
	margin: 12px 0;
}

.gallery-bar .col-desc {
	display: none;
}

.gallery-bar .col .txt-title {
	display: block;
	padding: 10px 0 !important;
	font-weight: 600;
	border-bottom: 1px solid
}

 

/* Infrastructure Page */
.infrastructure-pg {
	margin: 0 -15px;
}

.infrastructure-pg .col {
	width: 33.33%;
	float: left;
	padding: 10px 15px 10px;
}

.infrastructure-pg .col-desc {
	display: none;
}

/* Career Page */
.career .career-right {
	float: right;
}

.career-msg p {
	text-align: center;
}

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 13px;
	padding: 10px 10px;
	border: 1px solid #333 !important;
	background: #fff;
}

.career .btn-submit {
	min-width: 135px;
	color: #FFF !important;
	background: #1d68c4 !important;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 15px !important;
	margin-top: 20px;
	border-radius: 0px !important;
}

.career .btn-submit:hover {
	background: #333 !important;
}

/* Contact Us Page */
.contact-pg {}

.contact-pg .col-row {
	width: 50%;
	float: left;
	background: #f2f2f2;
}

.contact-pg .col-row p {
	margin: 0 !important;
	line-height: 0;
}

.contact-pg .contact-form {
	width: 100%;
	margin-top:60px !important;
}

.contact-blk {
	padding: 15px;
	background: #f2f2f2;
	position: relative;
	text-align: center;
	display: block;
	min-height: 195px;
}

.contact-blk .h-icon {
	display: flex;
	width: 70px;
	height: 70px;
	padding: 8px;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	margin: 0 auto 10px;
	transition: all 300ms linear;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}

.contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
}

.contact-blk .cont-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #232323;
}

.contact-blk .cont-text p a {
	color: #232323 !important;
}

.contact-pg .ftr-map {
	width: 100%;
	height: 412px;
}

.contact-blk br.bs{
	display:none;
}


/* Contact Form */
.contact-pg .enq-form {
	background: #ffff;
	text-align: left;
	padding: 30px;
	border-radius: 0px;
	width: 100%;
	border: 1px solid #eee;
	/*
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
	-moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 11%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 11%); */
}

.contact-pg .enq-form h2 {
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	margin-bottom: 0px !important;
	color: #d6261c;
}

.contact-pg .enq-form p {
	line-height: 24px;
	text-align: center;
	margin-bottom: 20px !important;
}

.contact-pg .enq-form .btn-submit {
	margin: 10px auto 0;
	display: table
}


/* shop filter */
.shop-filter {
	margin-bottom: 15px;
}

.shop-filter .form-group {
	margin-bottom: 0 !important;
}

.shop-filter .form-group label {
	padding-top: 10px !important;
	color: #666;
	font-weight: 600;
	color: #f08e76
}

.shop-filter .form-control {
	width: 100%;
	text-transform: capitalize
}

.shop-filter:after {
	content: '';
	display: table;
	clear: both;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
	background: #0EA1D7;
	color: #fff;
	padding: 6px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
}

.category-list {
	background: #fff;
	padding: 12px 15px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.category-list ul {
	list-style: none;
}

.category-list ul li ul {
	display: none;
}

.category-list ul li ul.active {
	display: block;
	margin-top: 8px !important;
}

.category-list ul li a {
	display: block;
	color: #000 !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category-list ul li a.active {
	color: #f79523 !important;
}

.category-list>ul>li>a:after {
	content: url(../design_img/icon-plus.png);
	float: right;
}

.category-list>ul>li>a.active:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.category-list ul ul li a {
	color: #666 !important;
}

.filter-list {
	background: #fff;
	padding: 20px 15px 40px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
}

/* product list ********************************************/
.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}

.product-detail-bar img {
	max-width: 100%;
}

.product-detail-bar h4.pr_name {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-weight: 600;
	text-transform: capitalize
}

/**/
.product-detail-bar .pr_rate {
	color: #333;
	padding-bottom: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.product-detail-bar .pr_rate_before {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
	border: 1px solid #333;
	color: #333;
	padding: 0px 15px;
	margin-left: 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
	margin: 15px 0px 0;
	padding: 10px 20px !important;
	background: #0EA1D7;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 200px;
}

/**/
.product-detail-bar .social.mob {
	display: none
}

.product-detail-bar .social {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-top: 18px !important;
}

.product-detail-bar .social li {
	float: left;
	margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
	line-height: 33px !important;
	font-weight: 600
}

.product-detail-bar .social li a .fa {
	background: #f2f2f2;
	color: #fff !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
	border: 0px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
	background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
	background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/**/
.product-detail-bar .pr_desc {
	word-break: break-word;
}

/* enquiry box */
.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}

.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../design_img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}

.modal-dialog.frm-model .frm-content {
	padding: 20px 30px 30px;
}

.modal-dialog.frm-model .frm-content h4 {
	color: #666;
	font-weight: 400;
	margin-bottom: 20px !important
}

.modal-dialog.frm-model .frm-content h4 b {
	color: #0EA1D7;
	font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
}

.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 7px !important;
}

/*after open popup*/
.modal.fade .modal-dialog.frm-model {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.frm-model {
	-webkit-transform: translate(-50%, -53%);
	transform: translate(-50%, -53%);
}

/*items*/
.item {
	margin-bottom: 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 0px
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.4;
	z-index: 1;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-pic {
	height: 239px;
	overflow: hidden;
}

.item-pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.item .discount {
	background: #f48736;
	border-bottom-left-radius: 10px;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	opacity: 0;
	visibility: hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a {
	background: #fff;
	font-size: 16px;
	color: #0EA1D7 !important;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 11px 15px;
	border-radius: 5px;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a.cart {
	background: #d4b037;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #0EA1D7;
	color: #fff !important;
}

.item-name {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	background: #0EA1D7;
	padding: 10px !important;
	text-align: center;
}

.item-name a {
	color: #fff !important;
	font-weight: 500;
	text-align: center;
}

.item-price {
	text-transform: capitalize;
	margin-bottom: 15px !important;
	line-height: 15px;
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #d4b037;
}

.item-container:hover .item-back {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item-container:hover .item-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

/**/
.no-item {
	display: table;
	margin: 0 auto 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #00839f;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/**/
.vrtulize-bar{
	
}
.vrtulize-bar .vrtulize-col{ 
	margin-bottom:15px; 
	border-radius:10px;
	padding:20px;
	border:1px solid #eee;  
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
}
.vrtulize-bar .vrtulize-col .img-col{
	position:relative;
}
.vrtulize-bar .vrtulize-col .img-col:after {
    content: '';
    background: url(../design_img/pattern.png) no-repeat center;
	background-size: 100%;
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
}
.vrtulize-bar .vrtulize-col .img-col img{
	width:100%;
	border-radius:5px; 
}  
.vrtulize-bar .vrtulize-col a{
	display:block;
	padding:5px;
	border-radius:5px;
	background:#e52528;
	color:#fff!important;
	margin-top:15px;
	text-align:center;
	font-weight:600 	
}

.vrtulize-bar .vrtulize-col a:hover{
	background:#2a367f;
}

.vrtulize-bar .vrtulize-mdl {
	border-radius:20px;
	border:1px solid #ddd;
	background-repeat:repeat;
	overflow:hidden;
	border:1px solid #eee;  
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
} 
.vrtulize-bar .vrtulize-mdl img {
	width:100% 
}


/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}

.form-group label {
	font-weight: normal;
}

.form-group label.error {
	background: #c3511a;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c3511a;
	position: absolute;
	top: -14px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 4px !important;
	height: auto;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #ccc;
	box-shadow: inherit;
}

.form-group select.form-control {}

.form-group input[type=file] {
	border: 0 !important
}

.form-group textarea {
	resize: none;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
	margin-top: 0px;
}

.form-group .checkbox a {
	color: #e16d18 !important
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #f4b724
}

/*********************************************************************************
footer styles
************** */
footer {
}
footer .footer-bar {
	padding: 70px 0 0px !important; 
	background:#2a367f !important; 
}
footer .logo{}
footer .logo img{
	max-width:150px;
	margin-bottom:20px !important;
}
footer  p {
    line-height: 20px !important;
    color: #fff !important;
    text-align: justify;
}

footer  h2{
	color:#fffeff !important;
	font-size:18px !important;
	line-height:30px !important;
	font-weight:600;   
}
footer  iframe{
	width:100%;
	height:200px;
}
/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #feaf4f !important;
}

footer .site-nav ul a {
	font-size: 14px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* Social Nav */
footer .social-nav ul {
 list-style: none;
 padding: 0px !important;
 display: table;
 text-align: center; 
}
footer .social-nav ul li {
 float: left;
 margin-right: 5px !important;
}
footer .social-nav ul li a {
 border: 0 !important;
 padding: 0 !important;
}
footer .social-nav li a .fa {
 color: #fff !important;
 width: 34px;
 height: 34px;
 line-height: 34px;
 font-size: 16px !important;
 text-align: center;
 border: 0px;
 border-radius: 100%;
 vertical-align: middle;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 transition: all 300ms linear;
}
footer .social-nav li a .fa-facebook {
 background: #3b5a9a;
}
footer .social-nav li a .fa-twitter {
 background: #28a8e0;
}
footer .social-nav li a .fa-linkedin {
 background: #117bb8;
}
footer .social-nav li a .fa-youtube {
 background: #d81a1a;
} 
 
/* footer nav*/
footer .nav-menu ul {
	list-style: none;  
}

footer .nav-menu ul li {
	line-height: 25px !important;   
}

footer .nav-menu ul a {
	display: block;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	text-decoration: underline !important
}

/*footer bar bottom*/
footer .footer-bar-bottom {
    border-top: 1px solid #3948a3;
     padding: 20px 0 15px !important;
	margin-top:70px;
	opacity:0.9;
}

footer .footer-bar-bottom .copy { 
	margin:5px 0 0px!important;
	color:#666;
	float:right
}

footer .footer-bar-bottom .co-name {
	color:#e52528
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	color: #f6f6f6;
}

footer .footer-bar-bottom .designer img {
	vertical-align: -3px;
}

/* top and down button*/
#goTop,
#goDown {
	width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #d6261c;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 6px;
    display: none;
}

#goDown {
	display: block;
}

#goTop .fa,
#goDown .fa {
	color: #fff;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #d6261c;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}