/* -----------------------------------------
Home page slider
----------------------------------------- */
#home-slider .slider-caption {
	bottom: 130px;
	position: absolute;
	width: 100%;
}

#home-slider .slider-caption h3,.single-top-caption p {
	color: #fff;
	/ / text-shadow: 1 px 1 px 2 px rgba(0, 0, 0, 0.5);
	font-family: 'MavenProRegular';
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 2.5px;
	margin-bottom: 15px;
}

#home-slider .slider-caption p,.single-top-caption h1 {
	font-family: 'PoiretOneRegular';
	font-size: 65px;
	color: #fff;
	line-height: 65px;
	text-transform: uppercase;
	text-align: center;
}

#home-slider .slick-slide .background-zoom {
	height: 100vh;
	outline: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-mirror.active:hover > img {
	-webkit-animation: zoomin 40s 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}
#home-slider .slick-slide.slick-active.deactivate-zooming .background-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
#home-slider .slick-slide .background-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: transform 8s ease-in-out;
	-webkit-transition: -webkit-transform 8s ease-in-out;
	transition: -webkit-transform 8s ease-in-out;
	transition: transform 8s ease-in-out;
	transition: transform 8s ease-in-out, -webkit-transform 8s ease-in-out;
}
body #home-slider .slick-slide .product-slider-transition{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2.5s ease-in-out;
	transition: all 2.5s ease-in-out;

}
#home-slider .slick-slide.slick-active .background-zoom {
	-webkit-transform: scale(1.115);
	transform: scale(1.115);
}


#home-slider.product-slider .slick-slide.slick-active .background-zoom {
	/* -webkit-animation: none; */
}
@media screen and (max-width: 767px){

	#home-slider .slick-track .slick-slide{
		min-height: auto !important;
	}
}

@-webkit-keyframes zoomin {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
	}
}

.slick-dots li {
	margin: 0 2px;
}

.slick-dots {
	bottom: 4px;
}

.slick-slider .slick-dots li button {
	padding: 5px 3px !important;
}

.slick-dots li.slick-active button:before {
	background-color: #f1f1f1;
}

.slick-dots li button:before {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	width: 10px;
	height: 10px;
}

.slick-image {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.header_slider {
	position: fixed;
	z-index: 1000;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	#home-slider .slider-caption p {
		font-size: 12px;
		text-shadow: none;
		font-weight: 600;
	}

	#home-slider .slick-prev, #home-slider .slick-next {
		display: none !important;
	}
}



/* -----------------------------------------
WordPress Core Classes
----------------------------------------- */
.alignnone {
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption.alignnone {
	margin: 0 1em 1em 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.wp-caption.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

#wpadminbar {
	opacity: 0.3;
	-webkit-transition: 0.2s opacity linear;
	transition: 0.2s opacity linear;
	-webkit-transform: translateZ(0);
}

#wpadminbar:hover, #wpadminbar:focus {
	opacity: 1;
}

.cover {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* -----------------------------------------
General fixes
----------------------------------------- */
html, body {
	height: auto;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	-webkit-font-smoothing: antialiased;
	position: static;
	/*height: 100%;*/
/*overflow-x:hidd
en;*/
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=button] {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
	font-family: MavenProRegular;
	color: #6f6f6e;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family: MavenProRegular;
	color: #6f6f6e;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: MavenProRegular;
	color: #6f6f6e;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family: MavenProRegular;
	color: #6f6f6e;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	background-color: rgba(241, 241, 241, 0.85);
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 63px;
	margin: 0;
	padding-left: 21px !important;
}

textarea[rows] {
	/*Styles for TextArea*/
}

/* Responsive video container (YouTube, Vimeo) */
embed, iframe, object {
	max-width: 100%;
}

.video-container {
	position: relative;
	padding-bottom: 48.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Align Middle */
.align-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

/* -----------------------------------------
Typography
----------------------------------------- */
a:focus {
	outline: none;
}

p:empty {
	display: none;
}

body, h1, h2, h3, h4, h5, h6, p, a {
	font-family: 'MavenProRegular';
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* -----------------------------------------
Clearfix
----------------------------------------- */
.clearfix {
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* ------------------------------------
Basic Styles
------------------------------------- */
@font-face {
	font-family: 'MavenProBlack';
	src: url('../fonts/MavenProBlack.otf');
}

@font-face {
	font-family: 'MavenProBold';
	src: url('../fonts/MavenProBold.otf');
}

@font-face {
	font-family: 'MavenProMedium';
	src: url('../fonts/MavenProMedium.otf');
}

@font-face {
	font-family: 'MavenProRegular';
	src: url('../fonts/MavenProRegular.otf');
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/MyriadProRegular.otf');
}

@font-face {
	font-family: 'PoiretOneRegular';
	src: url('../fonts/PoiretOneRegular.otf');
}

h1 {
	font-family: 'MavenProRegular';
	color: #6f6f6e;
	font-size: 37px;
	font-weight: 400;
}

h2 {
	/*basic heading styles*/
}

h3 {
	/*basic heading styles*/
}

h4 {
	/*basic heading styles*/
}

h5 {
	/*basic heading styles*/
}

h6 {
	/*basic heading styles*/
}

p {
	font-family: MavenProRegular;
	color: #575756;
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 17px;
	text-align: justify;
}

p strong {
	color: #000;
}

p a {
	text-decoration: underline;
}

ul {
	/*basic list styles*/
}

ul li {
	/*basic list-item styles*/
}

a {
	color: #1a608b;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
	/*basic hover and focus effects*/
	color: #0a2535;
}

.button {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover, .button:focus {
	/*basic hover and focus effects*/
}

/*-------------------------------
	Paginator
	-------------------------------*/
	ul.pagination li a {
		padding: 0 7px;
		border-radius: 0;
	}

	.pagination.current {
		color: #fff;
		background: #1a608b;
		padding: 1px 7px 2px 7px;
	}

/* ------------------------------------
Header Styles
------------------------------------- */
.header .logo {
	padding-top: 12px;
}
.header .logo a{
	display: inline-block;
}
a {
	text-decoration: none;
	color: #232323;

	-webkit-transition: color 0.3s ease;

	transition: color 0.3s ease;
}

a:hover {
	color: tomato;
}

.socials-wrapper {
	margin: 16px 35px 0 0;
}

.socials-wrapper li a .fa {
	color: #fff;
}

.socials-wrapper li {
	display: inline-block;
}

.socials-wrapper li + li {
	margin: 0 0 0 15px;
}

.socials-wrapper li a {
	font-size: 22px;
}

/* ------------------------------------
Content Styles
------------------------------------- */
.testimonials_content {
	display: table;
	width: 100%;
	min-height: 450px;
	max-width: 1230px;
	margin: auto;
}

.testimonials_content .row {
	display: table-cell;
	vertical-align: middle;
}
.row.expanded{
	max-width: 100%;
}
.test_content {
	position: relative;
	top: 200px;
	opacity: 0;
}

blockquote {
	padding: 55px 60px 25px;
	display: inline-block;
	border: none;
	position: relative;
	margin: 0;
}
.testimonials_content-1 .test_content, .testimonials_content-3 .test_content{
	text-align: right;
}
.testimonials_content-2 .test_content{
	text-align: left;
}
.test_content blockquote:before {
	position: absolute;
	content: '';
	background-image: url(../images/_Group_.png);
	width: 35px;
	height: 22px;
	left: 0px;
	top: 35px;
}

.test_content blockquote:after {
	position: absolute;
	content: '';
	background-image: url(../images/_Group_.png);
	width: 35px;
	height: 22px;
	right: 0;
	bottom: 122px;
}

.contact-social-block {
	width: 10%;
}

.contact-address-block {
	width: 19%;
}

.box-video {
	position: relative;
	margin: 0 auto 20px auto;
	cursor: pointer;
	height: 100vh;
	/*    overflow: hidden;*/
}

@media only screen and (min-width: 1920px){
	.box-video{
		height: 100vh;
	}
}

.box-video .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 2;
}

.box-video .video-container {
	position: relative;
	margin: 0;
	z-index: 1;
}

.box-video .bt-play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	text-indent: -999em;
	cursor: pointer;
	z-index: 2;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box-video .bt-play:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 0;
	width: 0;
	margin: -12px 0 0 -6px;
	border: solid transparent;
	border-left-color: #000;
	border-width: 12px 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box-video:hover .bt-play {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.box-video.open .bg-video {
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}

.box-video.open .video-container {
	opacity: 1;

	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
}

.test_content blockquote p {
	/*line-height: 31px;*/
	line-height: 23px;
}

.test_content p strong {
	font-family: 'MavenProRegular';
	color: #6f6f6e;
	font-size: 18px;
	font-weight: 700;
	display: inline-block;
	margin-top: 33px;
}

.cover_2 {
	background-size: 90%;
}

.product_banner_slider .slick-next:before,
.home_banner_slider .slick-next:before {
	content: '';
	font-size: 103px;
	opacity: 0.5;
	position: absolute;
	background-image: url(../images/right-btn.png);
	right: -31px;
	background-size: 57%;
	height: 85px;
	width: 50px;
	background-repeat: no-repeat;
}
.slick-prev:before{
	right: 20px;
}
.product_banner_slider .slick-prev:before,
.home_banner_slider .slick-prev:before {
	content: '';
	font-size: 103px;
	opacity: 0.5;
	position: absolute;
	background-image: url(../images/left-btn.png);
	left: 31px;
	background-size: 57%;
	height: 85px;
	width: 50px;
	background-repeat: no-repeat;
}
.product_banner_slider .slick-next:before {
	background-image: url(../images/right-btn-light.png);
}
.product_banner_slider .slick-prev:before {
	background-image: url(../images/left-btn-light.png);
}

.home_bottom_content {
	padding: 48px 0 108px;
}

.content-section {
	padding-top: 162px;
}

.content-section.content-section-thumbnail {
	padding-top: 40px;

}

.page-thumbnail {
	height: 100vh;
}

.contact-content {
	padding-bottom: 22px;
}

.contact-content p {
/*	font-size: 18px;
	line-height: 23px;*/
}

.social-content li a .fa {
	color: rgb(111, 111, 110)
}

.contact-email {
	font-size: 15px;
	line-height: 19px;
	color: #70706E;
	margin: 13px 0 0 0;
	display: inline-block;
}



.social-content {
	margin: 0;
	line-height: 56px;
}

.contact-address {

	color: #70706E;
}

.contact-info {
	padding-bottom: 25px;
}

.about-page, .faq-page, .page-template-template-product  #home-slider .paralaxbg,.single-top .paralaxbg{
	background-size: cover;
	height: 100vh;
	margin-bottom: 85px;
	position: relative;
	width: -webkit-calc(100% - 0px);
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: 0px;
}
.single-top{
	position: relative;
}
.single-top-caption{
	bottom: 130px;
	position: absolute;
	width: 100%;
}
.text_block{
	padding: 30px 0;
}
.page-template-template-product #home-slider .slick-slide{
	display: block;
	float: none;
}

.slick-next {
	right: 32px;
}

.category-list {
	list-style: none;
	margin: 9px 0 40px 0;
	text-align: center;
	padding: 0;

}

.faq-page .page-title {
	position: absolute;
	/*bottom: 98px;*/
	bottom: 0px;
	width: 100%;
	font-family: 'PoiretOneRegular';
	font-size: 65px;
	word-spacing: 12px;
	color: #fff;
	/*-webkit-text-stroke: 1px #7b7b7b;*/
}

.faq-page {
	margin-bottom: 45px;
}

.category-item {
	display: inline-block;
	vertical-align: top;
}

.category-item + .category-item {
	margin: 0 0 0 45px;
}

.custom-head {
	margin-top: 160px;
}

.category-link {
	font-family: 'MavenProRegular';
	color: #6f6f6e;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 3px 20px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.category-link:hover, .category-link.active {
	color: #6f6f6e;
	border: 1px solid #6f6f6e;
}

.category-link.active {
	font-family: 'MavenProBold';
}

.post-title {
	margin: 0 0 0 0;
	color: #000000;
	font-size: 18px;
}

.post-title a {
	text-transform: uppercase;
	color: #000000;
	font-size: 18px;
	font-family: 'MavenProBold';
}

.post-title a:hover {
	color: #9a9a9a;
}

.post-title span {
	display: block;
	color: #ADADAD;
	text-transform: uppercase;
	margin: 2px 0 2px 0;
	font-size: 18px;
}

.news-item + .news-item {
	margin: 35px 0 0 0;
}

.news-item .date {
	color: #ADADAD;
	font-size: 18px;
	display: block;
	margin: 0 0 20px 0;
}

.news-item p {
	text-align: justify;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}

.thumbnail {
	margin: 25px 0 0 0;
}

.thumbnail img {
	width: 100%;
}

.custom_cover {
	background-size: 70%;
}

.about-content p em {
	font-style: normal;
	margin-bottom: 19px;
	display: inline-block;
}

/* -----------------------------------------
Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_fields {
	margin: 0;
}

.gfield {
	list-style: none;
	border: none !important;
	background-color: transparent !important;
}

.gfield_label {
	display: none !important;
}

.gfield_error input, .gfield_error textarea {
	border-color: red;
}

.gform_confirmation_message {
	margin-bottom: 15px;
}

.gform_footer {
	text-align: right;
	/*aligning of submit button*/
}

.validation_error {
	margin-bottom: 0 !important;
	padding: 5px;
	color: #990000;
	border: none !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.validation_message {
	margin-bottom: 10px;
	color: #990000;
}

.gform_wrapper {
	margin-top: 4px !important;
}

.gform_wrapper textarea.medium {
	height: 231px !important;
}

.gform_wrapper .gform_footer {
	margin: 8px 0 0 !important;
}

button, .button, input[type='submit'], input[type='reset'] {
	float: left;
	background-color: #808080;
	font-family: 'MavenProRegular';
	color: #ffffff;
	font-size: 16.7px;
	padding: 12px 48px !important;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
	background-color: #404041;
}

.news_image img {
	width: 100%;
	margin-bottom: 32px;
}

.news_image {
	margin: 54px 0 0 0;
}


/* TMPL: Wallpaper gallery*/
.gallery .gallery-item{
	position: relative;
	color: #fff;
	overflow:hidden;
}
.gallery .gallery-item a.box-link{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.gallery .gallery-bg{
	height: 400px;
	/*height:33vh;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.gallery .caption{
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
	padding: 15px 20px;
	opacity: 0;
	z-index: 4;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.gallery .caption p.item-title{
	color: #fff;
	display: table;
	width: 100%;
}
.gallery .caption a.download{
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}
.gallery .caption a.download:hover{
	text-decoration: none;
}
.gallery .gallery-item:hover > a.box-link:before{
	background: rgba(10,10,10,0.65);
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 2;
}
.gallery .gallery-item:hover .caption{
	opacity: 1;
}

.gallery .gallery-item:hover .gallery-bg{
	-webkit-transition: transform 1.75s ease-in-out;
	-webkit-transition: -webkit-transform 1.75s ease-in-out;
	transition: -webkit-transform 1.75s ease-in-out;
	transition: transform 1.75s ease-in-out;
	transition: transform 1.75s ease-in-out, -webkit-transform 1.75s ease-in-out;
	/*-webkit-transform: scale(1.155) rotate(3deg);*/
	/*transform: scale(1.155) rotate(3deg);*/
	-webkit-transform: scale(1.155);
	transform: scale(1.155);
}

/*    fancybox */
.fancybox-prev span, .fancybox-next span{
	height: 85px;
	width: 50px;
	top: 50%;
	margin-top: -42.5px;
	background-repeat: no-repeat;
	background-position: center;
}
.fancybox-next span{
	right: 1%;
	background-image: url(../images/right-btn.png);
}
.fancybox-prev span{
	left: 1%;
	background-image: url(../images/left-btn.png);
}

/* ------------------------------------
Footer Styles
------------------------------------- */
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 80px;
}

.footer p {
	font-size: 12px;
	line-height: 14px;
}
.footer p a{
	display: inline-block ;
}
.footer p a img{
	margin-bottom: 75px ;
}
.h_content p {
	font-size: 20px;
}
.slider-logo{
	max-width: 125px;
	position: absolute;
	bottom: 10px;
	z-index: 9999;
	right: 10px;
}
.homepage_banner{
	position: relative;
}


.introduction{
	max-width: 1230px;
	margin: auto;
	width: 100%;
	display: table;
	padding: 55px 0;
	text-align: center;
}
.introduction p:last-child {
	margin-bottom: 0;
}

/*Rajesh Css 10-7-2019*/
.mobile-img-rotation  {display: none;}

@media screen and (max-width: 480px){
.mobile-img-rotation {    
    background-image: url(/wp-content/uploads/2019/07/Mobile-rotation.jpg);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    display: block;
}
}

@media screen and (min-width: 1600px){
.gallery .gallery-bg {height:33vh;}
}

@media only screen and (max-width: 820px) and (orientation: landscape){
    .gallery .gallery-bg{
        height: 38vw;
    }
}


  @media only screen and (max-width: 640px){
.about-page .slider-caption h3, .single-top-caption h1, .faq-page .page-title {   
    text-shadow: none; font-weight: 600;}
  }

.page-id-105.add_pad .box-video {display: none !important;}

/*Rajesh Css End*/