/*
Theme Name: Saver Enterpries
Author: Saver Enterpries
Author URI: http://www.hiqusolutions.com/
Description: Saver Enterpries
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: basmati rice, rice, baba saraj, baba saraj corporation, processing, quality rice, international, production, mills, private, punjab, 
Text Domain: saverenterpries

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: sans-serif;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover{
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
a, a:hover, a:focus {
	text-decoration: none;
	text-decoration: none;
}
img {
	-o-object-fit: cover;
	object-fit: cover;
}
/* CSS Document */
body {
	font-family: 'Roboto Condensed', sans-serif !important;
	color: #131313;
	overflow-x: hidden;
}
.wrapper{}
header {}
.top-bar{
	background-color: #eee;
	/*background-color: #009240;*/
}
/*.top-bar .container:after{
	content: '';
    position: absolute;
    right: 15px;
    background: #dcdcdc;
    height: 1px;
    width: 86.4%;
    z-index: 1;
}*/
.top-bar .row{
	min-height: 45px;
	/* min-height: 60px; */
	padding-bottom: 10px;
}
.top-social{
	font-size: 0;
	margin-left: 125px;
	/*margin-left: 185px;*/
}
.top-social a{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	line-height: 22px;
	text-align: center;
	
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
}
.top-social .facebook{
    background-color: #4867aa;
}
.top-social a:last-of-type{
	margin-right: 0;right
}
.top-social a:hover{
	background-color: #6a1c76;
	color: #fff;
}
.top-social .ion-social-facebook{
	font-size: 16px;
}
.top-social .ion-social-twitter{
	font-size: 13px;
}
.top-social .ion-social-googleplus{
	font-size: 15px;
}
.top-bar span{
	font-size: 20px;
	font-weight: 700;
	color: #464545;
}
.top-bar span i{
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
	color: #6a1c76;
}
.top-bar span:first-of-type{
	margin-left: 30px;
}
.navigation{
	position: relative;
	background-color: #fff;
}
/*.navigation:after{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	background-image: url('http://saverenterprises.com/wp-content/uploads/2017/04/header-shape.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 6px;
	z-index: 1;
}*/
.navigation .navbar-brand{
	/*background-color: #fff;*/
	padding: 0 3px 3px 3px;
	/*padding: 17px 40px 12px;*/
	position: absolute;
	top:-10px;
	/*left: 15px;
	top: -46px;*/
	/*top: -60px;*/
	/*margin-right: 0;*/
	display: block;
	z-index: 1;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item{
	margin-left: 1px;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
	font-weight: 400;
}
mega-current-menu-item > a.mega-menu-link:hover{
	background:green;
}
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:before{
	font-size: 30px;
}
.slide-readmore{
	position: relative;
	color: #fff;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all ease-in-out .3s !important;
	-moz-transition: all ease-in-out .3s !important;
	transition: all ease-in-out .3s !important;
}
.slide-readmore:hover{
	color: #f5c400;
}
.slide-readmore:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #f5c400;
	width: 40px;
	height: 2px;
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.persephone .tp-bullet {
	background-color: transparent;
    width: 8px;
    height: 8px;
    border:#fff 2px solid;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
} 
.persephone .tp-bullet:hover, 
.persephone .tp-bullet.selected {
    background: #f5c400;
    border:#f5c400 2px solid;
    width: 8px;
    height: 8px;
}
.tp-dottedoverlay.twoxtwo {
    background: none;
    background-color: rgba(0,0,0,.3);
    /*background-color: rgba(106,28,118,.5);*/
}
.hermes.tparrows{
	visibility: visible !important;
	opacity: 1 !important
}
.services-content{
	padding:43px 0 18px;
}
.services, .weather{
	background-color: #fff;
	text-align: center;
    border-radius: 0 0 10px 10px;
	padding:34px 15px 33px;
}
.services-img{}
.services h2{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin:24px 0 21px;
}
.services-content .col-lg-3:nth-child(1) .services h2 a{
	color: #6a1c76;
}
.services-content .col-lg-3:nth-child(2) .services h2 a{
	color: #f5c400;
}
.services-content .col-lg-3:nth-child(3) .services h2 a{
	color: #009240;
}
.services p{
	color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 31px;
    letter-spacing: normal;
}
.weather{
	background: #39a9ff;
	position: relative;
	overflow:hidden;
	min-height: 341px;
	padding-left: 0;
	padding-right: 0;
}
.weather:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../uploads/2017/05/weather-img.jpg') no-repeat top center / cover;
	width: 100%;
	height: 341px;
	opacity: .1;
}
.weather-info{
	/*position: relative;*/
	z-index: 1;
	color: #fff;
}
.current-weather,
.current-weather-icon,
.weather-real-feel,
.weather-chance{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}
.current-weather{
	position: relative;
	font-size: 40px;
	font-weight: 400;
}
.current-weather span,
.weather-real-feel span,
.upcoming-weather li .weather-status span{
	font-size: 30px;
	font-weight: 300;
	position: absolute;
	top: -2px;
	right: 0;
}
.current-weather span{
	right: -2px;
	font-size: 20px;
}
.current-weather-icon{}
.current-weather-status{
	font-size: 18px;
	font-weight: 400;
	margin:10px 0;
}
.weather-real-feel,
.weather-chance{
	position: relative;
	font-size: 14px;
	font-weight: 300;
	margin:0 0;
	padding: 0 8px;
}
.weather-real-feel span{
	font-size: 10px;
}
.upcoming-weather{
	background-color: rgba(255,255,255,.2);
	padding: 18px 0 13px;
	margin-top: 20px;
	font-size: 0;
}
.upcoming-weather li{
	display: inline-block;
	vertical-align: top;
	padding: 0 8px;
}
.upcoming-weather li .weather-day{
	font-size: 14px;
	text-transform: uppercase;
}
.upcoming-weather li .weather-icon img{
	width: 30px;
	margin: 0 auto 5px;
}
.upcoming-weather li .weather-status{
	position: relative;
	font-size: 14px;
}
.upcoming-weather li .weather-status span{
	font-size: 8px;
	right: 3px;
	top: -2px;
}
.weather-bottom{
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(22,124,225,.9);
	padding: 21px 0;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.weather-date{
	font-size: 18px;
}
.weather-city{
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 10px;
}
/* Home Steps Slider Css */
.services-slider{
	padding-top:15px;
}
.cd-slider-wrapper {
	position: relative;
	height: 500px;/*	height: 75vh;*/
	border: 5px solid white;
}
.cd-slider {
	position: relative;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}
.cd-slider li {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
}
.cd-slider li.is-visible {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-slider .cd-half-block {
	height: 50%;
	background-position: center center;
	background-repeat: no-repeat;
}
.cd-slider li:first-of-type .image {
	background-image: url(../images/img-1.html);
}
.cd-slider li:nth-of-type(2) .image {
	background-image: url(../images/img-2.html);
}
.cd-slider li:nth-of-type(3) .image {
	background-image: url(../images/img-3.html);
}
.cd-slider li:nth-of-type(4) .image {
	background-image: url(../images/img-4.html);
}
.cd-slider .image {
	background-size: cover;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cd-slider .content {
	padding: 3rem;
	color: #ffffff;
	background-color: #a97c50;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*
.cd-slider .light-bg {
	color: rgba(0, 0, 0, 0.6);
}
*/
.cd-slider .btn {
	display: inline-block;
	background: rgba(0, 0, 0, 0.2);
	padding: 1em 1.6em;
	margin-top: 1em;
	font-size: 1.3rem;
	color: #ffffff;
	border-radius: 50em;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.no-touch .cd-slider .btn:hover {
	background: rgba(0, 0, 0, 0.6);
}
.cd-slider li:nth-of-type(1) .content {
	background-color: #f5c400;
}
.cd-slider li:nth-of-type(2) .content {
	background-color: #047638;
}
.cd-slider li:nth-of-type(3) .content {
	background-color: #6a1c76;
}
.cd-slider li:nth-of-type(4) .content {
	background-color: #303030;
}
.cd-slider h2 {
	font-size: 3.3rem;
	margin-bottom: .4em;
	/*text-transform: uppercase;*/
	line-height: 1.4;
}
.cd-slider p {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

@media only screen and (min-width: 900px) {
.cd-slider li {
	pointer-events: none;
	z-index: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: z-index 0s 0.6s;
	-moz-transition: z-index 0s 0.6s;
	transition: z-index 0s 0.6s;
}
.cd-slider li.is-visible {
	pointer-events: auto;
	z-index: 3;
	-webkit-transition: z-index 0s 0s;
	-moz-transition: z-index 0s 0s;
	transition: z-index 0s 0s;
}
.cd-slider li.is-visible.covered {
	/* list item still there, but covered by the list item entering the viewport (.is-visible) */
	z-index: 2;
}
.cd-slider .cd-half-block {
	height: 100%;
	width: 50%;
	float: right;
}
.cd-slider .cd-half-block.content {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
	-moz-transition: -moz-transform 0.6s 0s ease-in-out;
	transition: transform 0.6s 0s ease-in-out;
}
.cd-slider .cd-half-block.image {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0s 0.3s;
	-moz-transition: -moz-transform 0s 0.3s;
	transition: transform 0s 0.3s;
}
.cd-slider li.is-visible .cd-half-block.content, .cd-slider li.is-visible .cd-half-block.image {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.cd-slider li.is-visible .cd-half-block.content {
	-webkit-transition: -webkit-transform 0.6s 0s ease-in-out;
	-moz-transition: -moz-transform 0.6s 0s ease-in-out;
	transition: transform 0.6s 0s ease-in-out;
}
.cd-slider .content {
	/* vertically align its content */
	display: table;
	padding: 0 2rem;
}
.cd-slider .content > div {
	/* vertically align <div> inside div.content */
	display: table-cell;
	vertical-align: middle;
}
.cd-slider .btn {
	padding: 1.4em 2em;
	font-size: 1.4rem;
}
.cd-slider p {
	font-size:20px;
	font-weight: 300;
}
.cd-slider h2 {
	font-size: 35px;
	margin-bottom: 0;
	line-height: 26px;
}
.cd-slider h2{
	line-height: 45px
}
.cd-slider p {
	line-height: 32px
}
}

@media only screen and (min-width: 1170px) {
.cd-slider .content {
	padding: 0 3rem;
}
.cd-slider h2 {
	font-weight: 700;
	margin-bottom: 5px;
}
}
/* Slider Navigation */
.cd-slider-navigation {
	position: absolute;
	z-index: 3;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	font-size: 0;
}
.cd-slider-navigation li {
	display: inline-block;
	margin: 0 0;
	font-size: 20px;
	font-weight: 700;
}
.cd-slider-navigation li.selected a {
	background-color: #ffffff;
}
.cd-slider-navigation a {
	display: block;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 50%;
	color: transparent;
	/* image replacement */
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	border: 1px solid #ffffff;
	text-decoration: none;
}

@media only screen and (min-width: 900px) {
.cd-slider-navigation {
	padding: 0 0 0;
	background-color: rgba(0, 0, 0, 0.8);
	/* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
	-webkit-transform: translateZ(2px) translateX(-50%);
	-moz-transform: translateZ(2px) translateX(-50%);
	-ms-transform: translateZ(2px) translateX(-50%);
	-o-transform: translateZ(2px) translateX(-50%);
	transform: translateZ(2px) translateX(-50%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-slider-navigation.slider-animating {
	/* fixes a bug on Firefox with ul.cd-slider-navigation z-index */
	-webkit-transform: translateX(-50%) scale(1);
	-moz-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	-o-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.cd-slider-navigation a {
	height: 3.8rem;
	width: 3.8rem;
	line-height: 4rem;
	text-align: center;
	/* reset style */
	text-indent: 0;
	border: none;
	border-radius: 0;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cd-slider-navigation li.selected a {
	background-color: #047638;
	color: #fff;
}
}
.seed-img{
	background: rgba(255,255,255,1);
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 2px;
}
.seed-img img{
	max-width:100%;
}
.featured-products{
	padding: 0px 0 60px;
}
.featured-products h3{
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	color: rgba(0,0,0,.9);
}
.featured-products h3:after{
	content: '';
	background: url("../../uploads/2017/04/heading-after.png") no-repeat;
	width: 90px;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.featured-products p{
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #474747;
	margin-top: 52px;
}
.featured-slider{
	margin:55px -15px 0;
	margin-bottom: 0 !important
}
.featured-products .slick-slide {
	position: relative;
    margin: 0 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 30px 15px 0;
}
/*.featured-products .slick-slide:before{
	content: '';
	opacity: 0;
	position: absolute;
	left: 0;
	top:0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
}*/
.featured-products .slick-slide:hover:before{
	opacity: 1;
}
.featured-products .slick-slide:hover .zoom-view{
	opacity: 1;
}
.zoom-view{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;

}
.zoom-view a{
	background: #6a1c76;
	width: 100px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	border-radius: 1px;
	color: #fff;
	/*color: rgba(0,0,0,.9);*/
	display: block;margin: 0 auto;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
/*.zoom-view a:hover{
	background: #6a1c76;
	color: #fff;
}*/
.featured-products .slick-slide img {
    display: block;
    border-radius: 4px;
	width:auto;
	height:270px;
    margin: 0 auto;
}
.featured-products .slick-prev:before, 
.featured-products .slick-next:before{
	font-family:"Ionicons";
	color: #000;
	font-size: 30px;
}
.featured-products .slick-next:before{
	content: '\f10a'
}
.featured-products .slick-prev:before{
	content: '\f107'
}
.featured-products .slick-prev {
    left: -20px;
}
.featured-products .slick-next {
    right: -20px;
}
.featured-products h5{
	font-size: 15px;
	font-weight: 500;
}
.featured-products h5 a{
	color: #6a1c76;
    padding: 30px 0;
    display: block;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    font-size: 18px;
    font-weight: bold;
}
.featured-products h5 a:hover{
	color: #6a1c76;
}
.featured-products .slick-dots{
	display: none !important;
}
footer{
	text-align: center;
}
.footer-top{
	background-color: #ea2127;
	padding: 40px 0;
	border-top: 5px solid white;
}
.footer-top h5{
	color: #f5c400;
	font-size: 22px;
	font-weight: 400;
}
.footer-top h6{
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin-top: 15px;
}
.footer-social{
	font-size: 0;
	margin:20px 0 40px;
}
.footer-social a{
	display: inline-block;
	color: #f5c400;
	font-size: 30px;
	padding: 0 15px;
}
.footer-top p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    float: left;
    padding-bottom: 30px;
    line-height: 2em;
    letter-spacing: initial;
}
::-webkit-input-placeholder{
	color:lightgray;
}
.copyright{
	background-color: #ea2127;
	padding: 7px 0 15px;
	border-top: 3px solid white;
}
.copyright p{
	color: white;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
/* About us page Title */
.page-title .container{
	position: relative;
	height: 200px;
}
.page-title{
	position: relative;
	/*background: url('http://saverenterprises.com/wp-content/uploads/2017/04/slide-01.jpg') no-repeat top center fixed / cover;
	height: 200px;*/
	/*display: table;
	width: 100%;*/
}
/*.page-title:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
}*/
.page-title h1{
	font-size: 22px;
	/*display: table-cell;
	vertical-align: middle;*/
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.7);
	position: relative;
	z-index: 1;
	font-weight: 400;
	/*padding-top: 12px;*/
	position: absolute;
	bottom: 0;
	left: 15px;
}
.page-title h1 span{
	background-color: #f7f7f7; 
	display: block;
	padding: 14px 15px 10px;
}
.custom-breadcrumb{
	position: absolute;
	right: 15px;
	bottom: 0;
	display: block;
	background-color: rgba(106,28,118,.8);
	/*background-color: rgba(0,0,0,.8);*/
	height: 45px;
	line-height: 47px;
	padding-left: 15px;
	padding-right: 15px;
	/*text-transform: uppercase;*/
	color: #fff;
	font-weight: 300;
}
.custom-breadcrumb a{
	color: rgba(255,255,255,.7);
}
.page{
    overflow-x: hidden;
}
.about-section{
	position: relative;
    background-color: #fff;
	padding: 60px 0 50px;
    border-bottom: 1px solid #6a1c76c2;
    border-bottom-style: dotted;
}
.a-b:before,
.a-b:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.a-b:before{
    left: -100%;
}
.a-b:after {
    right: -100%;
}
 
.about-section .col-lg-12{
	padding-bottom: 60px;
}
.ceo-thumb{
    background-color: #f7f7f7;
    padding: 60px 0;
}
.ceo-thumb img{
	float:left;
	padding-right: 20px;
    max-width: 122px; 
}
.about-section p{
	/*text-align: center;*/
	font-size: 17px;
	line-height: 25px;
	margin-top: 15px;
	color: rgba(0,0,0,.8);
	font-weight: 300;
}
.about-section p:first-of-type{
	margin-top: 0;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.two-col-section{
	position: relative;
	background-color: #fff;
	padding: 30px 0 60px;
}
.two-col-section:before,
.two-col-section:after{
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.two-col-section:before{
	left: -100%;
}
.two-col-section:after{
	right: -100%;
}
.two-col{
	 margin-top: 30px;
	 text-align: center;
}
.two-col h2,
.ceo-thumb h2{
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    color: #6a1c76;
}

.two-col p,
.ceo-msg p{
	font-size: 17px;
	font-weight: 300;
	line-height: 22px;
	text-align: justify;
	color: rgba(0,0,0,.8);
}
.msg-of-ceo{
	padding: 60px 0 142px;
}
.ceo-msg{
	border: rgba(0,0,0,.1) 6px solid;
	padding: 30px 30px 40px;
}
.ceo-msg .col-lg-5{
	position: relative;
}
.ceo-msg .col-lg-7{
	padding-right: 40px;
}
.ceo-img{
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px 50px;
}
.ceo-img img{
	display: block;
	height: 657px;
	width: 100%;
	/*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.ceo-msg p{
	padding: 15px 0px 0px 0px;
}
.ceo-msg p.with-bg{
	background: #6a1c76;
	color: #fff;
	padding: 5px 15px 7px;
	margin-top: 15px;
	font-weight: 700;
}
.ceo-msg h3{
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 17px;
}
/* Contact us Page Css */

.contact-us {
	padding: 65px 0 70px;
}
.contact-us h2 { 
	font-size: 52px;
	margin-bottom: 60px;
color: #526066;
    font-weight: 600;
}
.contact-us h3 { 
	font-size: 15px;
	color: #526066;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.contact-us h4 { 
color: #526066;
 font-weight: 700;
	font-size: 30px;
	margin-bottom: 60px;
}
.contact-us .body, .contact-us .footer { 
	font-size: 16px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 60px;
    line-height: 1.6;
}
.contact-us .body span, 
.contact-us .footer span { 
	font-size: 14px;
	color: #6a1c76;
    font-weight: 700;
} 
.contact-us .footer {
	margin-bottom: 0;
}
.contact-us .footer p {
	margin-bottom: 0.5rem;
}
.contact-us label {
	font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
color: #526066;
}
.form-control,  textarea.form-control {
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
.form-control { 
	font-size: 12px;
	line-height: 2;
	padding-left: 10px;
	padding-right: 10px;
}
.form-control:focus, 
textarea.form-control:focus {
	border-color: #8dc63f;
}
textarea.form-control {
	height: 100px;
	resize: none;
}
.btn-success,
.submit{ 
	font-size: 16px;
	line-height: 1.8;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #6a1c76;
	border: none;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	margin-top: 10px;
	height: 45px;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
}
iframe{
      width: 100%;
      display: block;
}
span.wpcf7-not-valid-tip { 
    font-size: 13px !important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    padding: 1em 1em;
    margin: 0;
}
/*.contact-us{
	padding: 60px 0;
}
.contact-us .col-md-8 img{
	width: 100%;
	height: 100%;
	display: block;
}
.form-group{
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.form-group label{
	display: block;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}
.form-control{
	border-radius: 0;
	font-size: 15px;
	padding: 0;
	height: 40px;
	border:none;
	border-bottom: rgba(0,0,0,.1) 1px solid;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
}
textarea.form-control{
	padding-top: 10px;
	height: 150px;
	border: rgba(0,0,0,.1) 1px solid;
	border-radius: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	resize: none;
}
.form-control::-webkit-input-placeholder {
  	color: rgba(0,0,0,.4);
}
.form-control::-moz-placeholder {
  	color: rgba(0,0,0,.4);
}
.form-control:-ms-input-placeholder {
  	color: rgba(0,0,0,.4);
}
.form-control:-moz-placeholder {
 	color: rgba(0,0,0,.4);
}
.form-control:focus{
	border-color: #6a1c76;
}
.contact-us .col-md-4{
	background: #fff;
	padding: 30px 40px;
}
.contact-us h2{
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
}
.btn-success{
	background: #6a1c76;
	border: none;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	border-radius: 2px;
	height: 40px;
    line-height: 40px;
}
.btn-success:focus{
	outline: none;
	border:none;
	box-shadow: none;
}
.contact-us br{
	display: none;
}*/
span.wpcf7-not-valid-tip {
    font-size: .5em;
    margin-top: 5px;
    text-align: left;
}
div.wpcf7-response-output {
    margin: 0em 0.5em 0em;
}
/* Products Page Css */
.products-page{
    padding: 30px 0 0px;
}
.products-page.featured-products .slick-slide{
    display: block;
    float: none;
    height: auto;
    min-height: auto;
    margin: 30px 0 0 0;
	border: 1px solid darkgray;
    box-shadow: 3px 3px 10px #d0cece;
}
.single-product-page .single-product{
	background-color: transparent;
	border-radius: 0;
}
.single-product-page .product-img{
	text-align: center;
}
.single-product-page .product-img img{
	height: 400px;
	max-width: 100%;
}
.single-product-page .product-title,
.single-product-page h2,
.comment-reply-title{
	text-align: left;
	font-size: 30px;
	margin: 0px 0 20px;
	text-transform: uppercase;
    font-weight: 700;
	padding-top:60px;
}
.coming-soon{
	padding: 60px 0;
	text-align: center;
	font-size: 36px;
}
/* Pagination Css */
.wp-pagination{
	line-height: 43px;
	margin-top: 30px;
}
.wp-pagination li a,
.wp-pagination li a:hover,
.wp-pagination li.active a,
.wp-pagination li.disabled {
 color: #000;
 text-decoration:none;
}
.wp-pagination li {
 display: inline;
}
.wp-pagination li.active{
	pointer-events: none;
   cursor: default;
}
.wp-pagination li a,
.wp-pagination li a:hover,
.wp-pagination li.active a,
.wp-pagination li.disabled {
 background-color: #fff;
 border-radius: 3px;
 cursor: pointer;
 padding: 12px;
 padding: 0.75rem;
 border: rgba(0,0,0,.2) 1px solid;
}
.wp-pagination li a:hover,
.wp-pagination li.active a {
 background-color: #6a1c76;
 border:#6a1c76 1px solid;
 color: #fff;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item-has-children > a.mega-menu-link:after{
	display: none;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
	text-transform: uppercase;
	font-weight: 700;
}
.mega-no-link > a.mega-menu-link{
	pointer-events: none;
}
.post-products-archive{
	text-transform: capitalize;
}
.current-item{
	color: #fff !important;
}

.single-product-page p{
	font-size: 18px;
    display: block;
    line-height: 1.9;
    color: black;
    text-align: justify;
}
.single-product-page table{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: #000 1px solid;
	border-right: none;
}
.single-product-page table thead tr{
	background-color: #6a1c76;
	border-bottom: #000 1px solid;
}
.single-product-page table thead tr th,
.single-product-page table tbody tr td{
	border-right: #000 1px solid;
}
.single-product-page table thead tr th{
	text-transform: uppercase;
	color: #fff;
	padding: 11px 10px 10px;
	font-weight: 700;
	text-align: center;
}
.single-product-page table tbody tr td{
	padding: 11px 10px 10px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}
.single-product-page .product-img{
	background-color: #fff;
	padding: 20px;
	border-radius: 2px;
}
.single-product-page h2{ 
	margin-top: 50px;
    padding-top: 50px;
    text-align: center;
}
.single-product-page .featured-products {
    padding-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
	padding-bottom: 0;
}
.single-product-page .featured-products .slick-slide{
	padding: 0;
	border-radius: 0;
}
.single-product-page .featured-products .slick-slide img{
	width: 100%;
	height: 200px;
	border-radius: 0;
}
.single-product-page .featured-products h5{
	padding: 20px 0 15px;
	text-align: left;
	font-size: 16px;
    font-weight: 700;
}
.single-product-page .featured-products p{
	margin-top: 0;
    padding: 0 0 15px 0;
    text-align: left;
}
.says, .reply, #email-notes {
	display: none;
}
.comment-body p{
	margin-bottom: 10px;
}
.comment-meta{
	font-size: 12px;
    margin: 5px 5px 10px 0;
}
.comment-meta a{
	color: rgba(0,0,0,.5);
}
.comment-reply-title{
	margin-top: 15px;
}
.single-product-page h2.comments-title{
	text-align: left;
	border: none;
	margin-top: 0;
}
.comment-respond label{
	font-size: 17px;
}
.comment-form-url{
	margin-top: 5px;
    margin-bottom: 5px;
}
.card-text{
    padding: 4px 4px;
    margin: 0px;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.panel-default.card{
	margin-top: 30px;
	border-radius: 4px;
	border: none;
	position: relative;
}
.panel-default.card .card-header{
	background-color: #9169a1;
	padding: .75rem 1.25rem .55rem 1.25rem;
	font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
	color: #fff;
}
.panel-default.card .card-text{ 
	padding: 10px 0;
} 
.card-header:first-child {
    border-radius: calc(5px - 1px) calc(5px - 1px) 0 0;
}
#demo3{
	min-height: 255px;
}
.panel-footer{
	position: absolute;
    top: 10px;
    right: 15px;
}
.panel-heading.card-header,
.page-link{
	border: none;
}
.page-item:first-child .page-link{
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-radius: 3px;
	margin-right: 5px;
}
.page-item:last-child .page-link{
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	border-radius: 3px;
}
.page-link{
	color: #9169a1;
    background-color: #fff;
    border: none;
    width: 27px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
    padding: 0;
}
.panel-body{
	min-height: 295px;
}
#news_slider .card-text:first-child{
	padding-top: 0;
}
.top-review{
	background-color: #fff;
	padding-bottom: 50px;
	padding-top: 93px;
}
.about-heading h2{
	font-size: 19px;
    color: white;
    font-weight: bold;
    line-height: 2;
    background: #6a1c76c2;
    padding: 4px 30px;
    margin-bottom: 47px;
    float: left;
}
.paragraph-text p{
    margin-top: 10px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.7;
    color: black;
    font-weight:400;
}
.welcome-heading h1{
	text-align:left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ea2127;
	padding-left: 0px;
	padding-top: 13px;
	padding-bottom: 12px;
}
.welcome-heading p{
	text-align: justify;
    margin: auto;
    line-height: 1.7;
    font-size: 19px;
    letter-spacing: normal;
}