/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Template: twentyseventeen
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.
*/

/* Header */

/*@font-face {
	font-family: 'MyWebFont';
	src: url('assets/fonts/CenturyGothic.eot');*/
	/* IE9 Compat Modes */
	/*src: url('assets/fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),*/ /* IE6-IE8 */
	/*url('assets/fonts/CenturyGothic.woff2') format('woff2'),*/ /* Super Modern Browsers */
	/*url('assets/fonts/CenturyGothic.woff') format('woff'),*/ /* Pretty Modern Browsers */
	/*url('assets/fonts/CenturyGothic.ttf') format('truetype'),*/ /* Safari, Android, iOS */
	/*url('assets/fonts/CenturyGothic.svg#svgFontName') format('svg');*/
	/* Legacy iOS */
/*}*/

/*@font-face {
	font-family: 'Open Sans';
	src: url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet");
}*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

html, body{
	font-family: 'Roboto', sans-serif !important;
}

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	box-shadow: none !important;
}

.site-content {
	padding: 0 0 0 0 !important;
}

.custom-header {
	/*margin-bottom: 40px !important;*/
	display: none;
}

.entry-content a img,
.comment-content a img,
.widget a img {
	box-shadow: none;
}

.page-one-column .panel-content .wrap {
	max-width: 1260px;
}

.page-one-column .site-content .wrap {
	max-width: 1260px;
}

.page-one-column .site-content .wrap .content-area {
	max-width: 1260px !important;
}

.panel-content .wrap {
	padding-top: 0;
}

/*.navigation-top {
	background: #fff;
	transition: all .5s;
	box-shadow: 1px 1px 9px #ccc;
}
.navigation-top nav {
	margin-left:0;
}
.main-navigation ul {
	text-align: center;
}
.main-navigation ul li {
	padding: 1em 1.25em;
}
.main-navigation ul li a {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	display: block;
	transition: all .5s;
	padding:0;

}
.main-navigation ul li a:hover  {
	color: #000;
}
.main-navigation .menu-primary-menu-container ul li a {
	position: relative;
}
.main-navigation .menu-primary-menu-container ul li a:after {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 0%;
	  content: '.';
	  color: transparent;
	  background: #1779bf;
	  height: 2px;
	  transition: all .5s;
	  top: 40px;
}
.main-navigation .menu-primary-menu-container ul li a:hover:after {
	width: 35%;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
	color: #000 !important;
}
.main-navigation .menu-primary-menu-container .current-menu-item > a:after, .main-navigation .menu-primary-menu-container .current_page_item > a:after {
	position: absolute;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  width: 0%;
	  content: '.';
	  color: transparent;
	  background: #1779bf;
	  height: 2px;
	  transition: all .5s;
	  top: 40px;
	  width: 35%;
}*/

/*.dddwrapper-layer {
	background-color: rgba(0, 0, 0, 0.3) !important;
}*/

.site-content-contain{
	padding-top: 68px;
}

.navigation-top {
	transition: all .5s;
	box-shadow: 1px 1px 9px #ccc;
}

.navigation-top {
	border: 0;
	font-size: 14px;
	top: 0;
	bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 3;
}

.site-navigation-fixed.navigation-top{
	z-index: 11 !important;
}

.navigation-top .wrap {
	max-width: 100% !important;
	padding: 0 !important;
}

.site-branding {
	padding: 25px 0 5px;
	text-align: center;
}

.site-header {
	background-color: #fff;
}

.site-branding .custom-logo-link{
	display: none;
}

.navigation-top .custom-logo-link {
	display: none;
	/*display: inline-block;*/
	vertical-align: middle;
	width: 130px;
	padding: 0;
	margin: 8px 0 0 10px;
}

.navigation-top .custom-logo-link img {
	width: 100%;
	height: auto;
	max-height: unset;
}

.navigation-top .custom-logo-link {
	display: inline-block;
}

.navigation-top nav {
	float: right;
}

.navigation-top #mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	width: auto !important;
}

.navigation-top a{
	font-family: 'Lato', sans-serif !important;
}

#mega-menu-wrap-top{
	background-color: #fff;
}
#mega-menu-wrap-top #mega-menu-top {
	text-align: center;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
	padding: 1em 1.25em;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
	font-family: 'Lato', sans-serif !important;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 3px;
	display: block;
	transition: all .5s;
	padding: 0;
	color: #444;
	position: relative;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #1779bf;
	height: 2px;
	transition: all .5s;
	top: 40px;
	display: block;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover:after {
	width: 35%;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	color: transparent;
	background: #1779bf;
	height: 2px;
	transition: all .5s;
	top: 40px;
	width: 35%;
	display: block;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background-color: transparent;
	color: #444;
	border-color: transparent;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus {
	background-color: transparent;
	color: #444;
	border-color: transparent;
}

#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
	background-color: #fff;
	padding-bottom: 35px;
}

#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
	margin-top: 14px !important;
	box-shadow: 0px 3px 6px rgba(204, 204, 204, 0.5);
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	width: 900px;
	margin: 0 auto;
	float: none;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 15px 30px;
	text-align: center;
	position: relative;
	margin-bottom: 20px
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a img {
	width: 100%;
	height: 75px !important;
    object-fit: cover;
    object-position: top;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
	border-right: 1px solid hsla(60, 0%, 55%, .2);
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:last-child {
	border-right: 0;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.widget_media_image:after {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	color: transparent;
	background: #1779bf;
	height: 2px;
	transition: all .5s;
	width: 20%;
	display: block;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.widget_media_image:hover:after {
	width: 90%;
}

/* Header End */

button, input[type="button"], input[type="submit"]{
	font-family: 'Lato', sans-serif !important;
}

/* Footer */

.site-footer {
	border: 0;
}

.site-footer .widget-area {
	padding: 1em;
}

.site-footer .footer-widgets-wrap {
	background-color: #1779bf;
}

.site-footer .widget-column.footer-widget-1 {
	width: 40%;
}

.site-footer .footer-widget-1 ul li {
	display: inline-block;
	border: 0;
	position: relative;
	padding: 15px;
}

.site-footer .footer-widget-1 ul li:after {
	position: absolute;
	width: 1px;
	content: "";
	height: 40%;
	background: #fff;
	right: 0px;
	top: 16px;
}

.site-footer .footer-widget-1 ul li a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all .5s;
	font-family: 'Lato', sans-serif !important;
}

.site-footer .footer-widget-1 .widget {
	padding-bottom: 0;
}

.widget ul li a,
.widget-area ul li a {
	box-shadow: none !important;
}

.site-footer .footer-widget-1 ul li:last-child::after {
	content: "";
	background-color: transparent;
}

.site-footer .widget-column.footer-widget-2 {
	width: 60%;
}

.site-footer .widget-column.footer-widget-2 .widget_text {
	width: 60%;
	float: left;
	padding-bottom: 0;
}

.site-footer .widget-column.footer-widget-2 .widget_text input {
	/*height: 45px;*/
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 15px;
	/* text-transform: capitalize;*/
	color: #fff;
	font-family: 'Lato', sans-serif !important;
}

.site-footer .widget-column.footer-widget-2 .widget_text .epicwin-subscribe {
	position: relative;
}

.site-footer .widget-column.footer-widget-2 .widget_text input::-webkit-input-placeholder {
	color: #fff;
}

.site-footer .widget-column.footer-widget-2 .widget_text .epicwin-subscribe-btn {
	display: none;
}

.site-footer .widget-column.footer-widget-2 .widget_text .show-loader .sub-email-field .fa-spin {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 30px;
	opacity: 0.6;
	color: #1779bf;
}

.site-footer .widget-column.footer-widget-2 .widget_text .sub-email-field .fa-spin {
	display: none;
}

.site-footer .widget-column.footer-widget-2 .social-navigation {
	clear: unset;
	text-align: right;
	width: 40%;
}

.site-footer .widget-column.footer-widget-2 .social-navigation li {
	display: inline-block;
	padding-left: 15px;
}

.site-footer .widget-column.footer-widget-2 .social-navigation a {
	width: unset;
	height: unset;
	background-color: transparent;
	margin: 0;
}

.site-footer .widget-column.footer-widget-2 .social-navigation .icon {
	vertical-align: middle;
	width: 25px;
	height: 25px;
}

.site-footer .footer-copyright-wrap {
	background-color: #2b2b2b;
	text-align: center;
}

.site-footer .footer-copyright-wrap .footer-copyright p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	font-family: 'Lato', sans-serif !important;
}

.site-footer .footer-copyright-wrap .footer-copyright a {
	color: #fff;
}

.epicwin-alert.alert-success {
	color: #09e845;
}

.epicwin-alert.alert-warning {
	color: #f5e622;
}

.epicwin-alert.alert-danger {
	color: #f10909;
}

.site-footer .widget-column.footer-widget-2 .widget_text input.fld-invalid {
	border: 1px solid #f10909;
	;
}

/* Footer End */

/* Slider */

.slider-caption-text {
	letter-spacing: 3px !important;
	text-shadow: 2px 2px 5px #444;
	/*background-color: rgba(255, 255, 255, 0.2);*/
	padding: 25px !important;
}

.slider-section .tp-bullets .tp-bullet {
	background: transparent;
	font-size: 24px;
	height: 40px;
	width: 37px;
}

.slider-section .tp-bullets .tp-bullet:hover,
.slider-section .tp-bullets .tp-bullet.selected {
	color: #1779bf;
	border-bottom: 2px solid #1779bf;
}


/* Slider End */

/* Content */

h2.vc_custom_heading {
	color: #1779bf;
	font-size: 40px;
	font-weight: 900 !important;
	font-family: 'Lato', sans-serif !important;
	position: relative;
	letter-spacing: 3px;
	padding-bottom: 20px;
    margin: 50px 0 30px;
}

h2.vc_custom_heading:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #1879bf;
	height: 4px;
	top: auto;
	width: 70px;
}

h1.vc_custom_heading {
	color: #1779bf;
	font-size: 45px;
	font-weight: 900 !important;
	font-family: 'Lato', sans-serif !important;
	position: relative;
	letter-spacing: 3px;
	margin: 50px 0;
	margin-top: 0;
	text-transform: uppercase;
}

h1.vc_custom_heading:after {
	position: absolute;
	bottom: 0;
	left: 80px;
	right: 0;
	content: '.';
	color: transparent;
	background: #1879bf;
	height: 4px;
	top: 70px;
	width: 70px;
}

.inquiry-section h1.vc_custom_heading {
	color: #fff;
}

.inquiry-section h1.vc_custom_heading:after {
	background: #fff;
}

.aboutus-section p {
	color: #727272;
	font-family: 'Roboto', sans-serif !important;
	font-size: 17px !important;
	letter-spacing: 1.5px;
	text-align: justify !important;
}

h3.vc_custom_heading {
	font-family: 'Lato', sans-serif !important;
	font-size: 18px;
	font-weight: 600 !important;
	color: #1879bf;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 30px;
}

h3.vc_custom_heading:after {
	position: absolute;
	left: 0;
	width: 0%;
	content: '.';
	color: transparent;
	background: #1879bf;
	height: 1px;
	bottom: -15px;
	width: 36px;
}

.aboutus-item-section .wpb_content_element {
	margin-bottom: 0;
}

.aboutus-item-section .wpb_single_image.vc_align_center {
	text-align: left;
	width: 100%;
}

.stone-img .vc_figure{
	display: block;
    width: 100%;
    text-align: center;
}

.stone-img .vc_figure .vc_single_image-wrapper{
	display: block;
    width: 100%;
    text-align: center;
}

.stone-img .vc_figure .vc_single_image-wrapper img{
	width: 100%;
}

.vc_row.wpb_row.vc_row-fluid.aboutus-detail-first-section.vc_row-has-fill {
	background-position: 100% 100% !important;
}

/* Ourproduct-Section */

.our-product-custom-padding {
	padding: 30px 30px 0 30px !important
}

.our-product-custom-padding .wpb_content_element {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.ourproduct-item-section:nth-child(odd) .img-custom-lr {
	order: 1;
}

.marble-info p{
	font-size: 17px;
	display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-align: justify;
}

.custom-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: #1879bf;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 14px 30px;
	border-color: #1879bf;
	background-image: unset;
}

.custom-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background-color: transparent;
	color: #444;
	border-color: #1879bf;
	box-shadow: none;
}

/* Ourgallery-Section */

.ourgallery-section .simplefilter {
	margin: 30px 0;
}

.ourgallery-section .simplefilter li {
	min-width: 185px;
	color: #727272;
	border-radius: 5px;
	background-color: #f5f5f5 !important;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px;
	border: 0;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 10px 15px;
	transition: all 0.3s ease;
	font-family: 'Lato', sans-serif !important;
}

.ourgallery-section .simplefilter_89 li.active {
	background-color: #1879bf !important;
	color: #fff;
}

.ourgallery-section .simplefilter_89 li:hover {
	background-color: #1879bf !important;
	color: #fff;
}

.ourgallery-section .filters-div .filtr-item {
	padding: 10px !important;
	transition-duration: 0.3s;
}

.ourgallery-section .filters-div .filtr-item .thumbnail {
	background-color: transparent;
}

.ourgallery-section .filters-div {
	margin-top: 25px;
}

/* Aboutus-Detail-Section */

.aboutus-detail-first-section .vc_color-info.vc_message_box {
	border-color: transparent;
	background-color: transparent;
	padding: 1em 1em 1em 0;
}

.aboutus-detail-first-section .vc_color-info.vc_message_box .vc_message_box-icon {
	display: none;
}

.aboutus-detail-first-section .vc_color-info.vc_message_box p {
	color: #000;
	font-size: 40px;
	font-family: 'Lato', sans-serif !important;
	font-style: italic;

}

.aboutus-detail-first-section .vc_color-info.vc_message_box p strong {
	color: #1779c0;
	font-weight: 400;
	letter-spacing: 2px;
}

.aboutus-detail-first-section .vc_separator .vc_sep_holder .vc_sep_line {
	border-top: 5px solid #1779bf;
}

.aboutus-detail-first-section .wpb_text_column p strong {
	font-size: 18px;
	font-family: 'Lato', sans-serif !important;
	letter-spacing: 1px;
}

.aboutus-detail-first-section .wpb_text_column p:first-child{
	font-family: 'Lato', sans-serif !important;
}

.aboutus-detail-first-section .wpb_text_column p {
	font-size: 17px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	text-align: justify;
}

.aboutus-testimonial-section .owl-item .testimonials-item .testimonials-text {
	font-size: 20px;
	font-family: 'MyWebFont';
	color: #1779bf;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
	padding-top: 120px;
}

.aboutus-testimonial-section .owl-item .testimonials-item .testimonials-text:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(assets/images/quote.png);
	width: 80px;
	height: 62px;
}

.aboutus-testimonial-section .owl-item .testimonials-item .testimonials-title {
	font-size: 20px;
	color: #adadad;
	font-style: italic;
	font-family: 'Lato', sans-serif !important;
	text-align: right;
}

.aboutus-detail-second-section .wpb_text_column p strong {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lato', sans-serif !important;
}

.aboutus-detail-second-section .wpb_text_column p{
	text-align: justify;
}

.aboutus-detail-second-section h4.vc_custom_heading {
	font-size: 24px;
	font-family: 'Lato', sans-serif !important;
	font-weight: 700 !important;
	color: #000;
}

.aboutus-detail-second-section .cross-img-block {
	position: relative;
	margin-bottom: 110px;
}

.aboutus-detail-second-section .cross-img-block .vc_column-inner {
	padding-top: 0 !important;
}

.aboutus-detail-second-section .cross-img-block .about-img-one {
	position: relative;
	z-index: 1;
}

.aboutus-detail-second-section .cross-img-block .about-img-one:after {
	position: absolute;
	content: '';
	width: 160px;
	height: 22px;
	right: 25px;
	top: 77px;
	transform: rotate(140deg);
	border-top: 3px solid #1779bf;
	border-bottom: 3px solid #1779bf;
	z-index: 2;
}

.aboutus-detail-second-section .cross-img-block .about-img-one:before {
	position: absolute;
	content: '';
	width: 160px;
	height: 22px;
	right: 0px;
	top: 105px;
	transform: rotate(140deg);
	z-index: 2;
	border-top: 3px solid #1779bf;
	border-bottom: 3px solid #1779bf;
}

.aboutus-detail-second-section .cross-img-block .about-img-two {
	position: absolute;
	top: 110px;
	left: 110px;
	margin-bottom: 0;
	z-index: 0;
}

.aboutus-detail-third-section {
	margin-top: 50px;
}

.aboutus-detail-third-section .custom-border-box {
	border: 1px solid #444;
	border-style: dotted;
	padding: 40px 0;
}

.aboutus-detail-third-section .custom-border-box p.vc_custom_heading {
	font-size: 40px;
	font-family: 'Lato', sans-serif !important;
	margin-bottom: 0;
	letter-spacing: 2px;
}

.aboutus-detail-third-section .custom-border-box p.vc_custom_heading a {
	font-style: italic;
	box-shadow: none;
}

.aboutus-detail-third-section .custom-border-box p.vc_custom_heading a:hover {
	box-shadow: none;
}

.aboutus-detail-third-section .custom-border-box p.vc_custom_heading a strong {
	font-style: initial;
}

.aboutus-detail-third-section .custom-pad-left .wpb_wrapper {
	padding-left: 15px;
	padding-top: 5px;
}

.aboutus-detail-third-section .custom-pad-left .wpb_wrapper p strong {
	font-size: 18px;
	font-weight: 600;
}

/* Product-Slider-Section */

.product-slider-section {
	min-height: 600px;
	height: 100%;
}

.product-slider-section:before {
	position: absolute;
	background: #000;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 600px;
	opacity: 0.2;
}

.product-slider-section .three-button-block {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	left: 50%;
}

.btn-row{
	margin-bottom: 10px;
}

/*.product-slider-section .product-slider-button-section .vc_btn3.vc_btn3-size-md*/
.product-slider-button-section .btn-collection a.vc_btn3{
	font-family: 'Lato', sans-serif !important;
	min-width: 185px;
	background-color: #1879bf !important;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 15px 10px;
	border: 0;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
	background-image: none;
}

.product-slider-button-section .btn-collection a.vc_btn3:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	color: #fff;
	box-shadow: none;
}

h1.product-page-custom-title:after {
	left: 0;
	width: 195px;
}

.product-detail-section .wpb_text_column p strong {
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
	font-weight: 600;
}

/*.product-detail-section .product-text-custom-width {
	width: 1000px;
}*/

.product-text-custom-width p{
	text-align: justify;
}

.product-download-inquiry-section .product-download-inquiry-item {
	text-align: center;
	border: 1px solid #444;
	border-style: dotted;
	padding: 25px 0;
}

.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure,
.product-download-inquiry-section .product-download-inquiry-item .title-download-img {
	margin-bottom: 0 !important;
}

.custom-border-bg .vc_sep_holder .vc_sep_line {
	border-color: #acacac !important;
}

.product-gallery-section .custom-border-bg {
	margin: 20px 0 50px !important;
}

.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure p {
	font-size: 30px;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Lato', sans-serif !important;
	text-align: center;
	margin-top: 14px;
}

.product-download-inquiry-section .product-download-inquiry-item .title-download-img img {
	margin-top: 7px;
}

.product-download-inquiry-section .vc_column_container {
	padding: 0 15px;
}

/* Contact-Detail-Section */

.contact-detail-section h4.vc_custom_heading {
	font-size: 21px;
	font-family: 'Lato', sans-serif !important;
	color: #1779bf;
	font-weight: 700 !important;
}

.contact-detail-section p {
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
	letter-spacing: 1px;
}

.contact-detail-section p:first-child{
	margin-bottom: 15px !important;
}

.contact-detail-section .contact-email p a {
	padding-left: 30px;
	position: relative;
}

.contact-detail-section .contact-email p a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	background-image: url(assets/images/email-ic.png);
	width: 25px;
	height: 25px;
	background-size: cover;
}

.contact-detail-section .contact-email p a.website-ic:before{
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	background-image: url(assets/images/ic_web.png);
	width: 25px;
	height: 25px;
	background-size: cover;
}

.contact-detail-section .contact-phone p a {
	padding-left: 30px;
	position: relative;
}

.contact-detail-section .contact-phone p a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	background-image: url(assets/images/phone.png);
	width: 25px;
	height: 25px;
	background-size: cover;
}

.contact-address, .contact-email, .contact-phone{
	margin-bottom: 15px !important;
}

.contact-social-icon {
	float: left;
	width: 100%;
}

.contact-social-icon .social-navigation {
	width: 100%;
}

.contact-social-icon .social-navigation ul li {
	display: inline-block;
	border: none;
}

.contact-social-icon .social-navigation ul li a {
	background-color: #1779bf;
	color: #fff;
	margin-bottom: 15px !important;
}

.contact-social-icon .social-navigation ul li a:hover {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
	color: #fff;
}

.contact-social-icon .social-navigation ul li a:focus {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .01) 100%);
}

/*contact form start*/

.contact-fld-half .contact-fld{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.contact-fld-half .contact-fld-left{
	margin-right: 7px;
}

.contact-fld {
    padding: 5px;
}

.contact-fld-half .contact-fld{
	padding: 0;
}

.contact-fld input{
	font-size: 15px;
}

.contactus-submit input{
	background: #1879bf;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 14px 30px;
    border: 1px solid #1879bf;
    transition: .4s;
}

.contactus-submit input:hover{
	background: #fff;
	color: #1879bf;
}

/*contact form end*/


/* Inquiry-Section */

.inquiry-section h1.vc_custom_heading:after {
	left: 0;
	margin: 0 auto;
}

.inquiry-section .contactus-fld-block .contact-fld {
	margin-bottom: 15px;
}

.inquiry-section .contactus-fld-block .contact-fld.contactus-submit {
	text-align: center;
}

.inquiry-section .contactus-fld-block .contact-fld.contactus-submit input {
	background-color: #000000;
	font-family: 'Roboto', sans-serif !important;
	margin-bottom: 15px;
	font-weight: normal;
}

.hide {
	display: none !important;	
}
#preloader {
    background: #fff;
    display: table;
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-animation: textina 9s ease-in;
    -moz-animation: textina 9s ease-in;
    -ms-animation: textina 9s ease-in;
    animation: textina 9s ease-in;
    z-index: 99996
}
.preloader-dots {
    position: absolute;
    text-align: center;
    margin: -63px auto 0;
    right: -18px;
    letter-spacing: -8px
}
.preloader-dots .dot {
    display: inline-block;
    background: #1779bf;
    height: 8px;
    width: 8px;
    opacity: .3;
    border-radius: 50%;
    animation: moveit 1.8s infinite
}
.dot:nth-child(2) {
    animation-delay: .15s
}
.dot:nth-child(3) {
    animation-delay: .3s
}
@keyframes moveit {
    0% {
        transform: translateY(0)
    }
    35% {
        transform: translateY(0);
        opacity: .3
    }
    50% {
        transform: translateY(-20px);
        opacity: .8
    }
    70% {
        transform: translateY(3px);
        opacity: .8
    }
    85% {
        transform: translateY(-3px)
    }
}
.revelal_layer1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vh;
    height: 100vw;
    z-index: 99999;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0)
}
.revelal_layer1 .layer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    -moz-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards
}
.revelal_layer1 .layer:first-child {
    -webkit-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    -moz-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards
}
.revelal_layer1 .layer:nth-child(2) {
    -webkit-animation-name: reveal2;
    -moz-animation-name: reveal2;
    animation-name: reveal2
}
.nav_revel .layer:first-child {
    -webkit-animation: reveal3 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    -moz-animation: reveal3 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: reveal3 1.5s cubic-bezier(.55, .055, .675, .19) forwards
}
.nav_revel .layer:nth-child(2) {
    -webkit-animation-name: reveal4;
    -moz-animation-name: reveal4;
    animation-name: reveal4
}
@keyframes reveal1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-webkit-keyframes reveal1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-moz-keyframes reveal1 {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    25%,
    75% {
        transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100% {
        -moz-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-webkit-keyframes reveal2 {
    0%, 12.5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    37.5%,
    62.5% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(.7, 0, .3, 1);
        animation-timing-function: cubic-bezier(.7, 0, .3, 1)
    }
    100%,
    87.5% {
        -webkit-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-moz-keyframes reveal2 {
    0%, 12.5% {
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    37.5%,
    62.5% {
        -moz-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -moz-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100%,
    87.5% {
        -moz-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@keyframes reveal2 {
    0%, 12.5% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    37.5%,
    62.5% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -ms-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    100%,
    87.5% {
        -webkit-transform: translate3d(0, -200%, 0);
        -ms-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-webkit-keyframes reveal3 {
    0%, 25% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    100%,
    75% {
        -webkit-transform: translate3d(0, -200%, 0);
        -moz-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-moz-keyframes reveal3 {
    0%, 25% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    100%,
    75% {
        -webkit-transform: translate3d(0, -200%, 0);
        -moz-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@keyframes reveal3 {
    0%, 25% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        -moz-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        animation-timing-function: cubic-bezier(.645, .045, .355, 1)
    }
    100%,
    75% {
        -webkit-transform: translate3d(0, -200%, 0);
        -moz-transform: translate3d(0, -200%, 0);
        transform: translate3d(0, -200%, 0)
    }
}
@-webkit-keyframes textina {
    from {
        display: block
    }
    to {
        display: none
    }
}
@-moz-keyframes textina {
    from {
        display: block
    }
    to {
        display: none
    }
}
@keyframes textina {
    from {
        display: block
    }
    to {
        display: none
    }
}
#preloader .pre_content {
    color: #fff;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}
.pre_title {
	width: 500px;
    color: #000;
    display: inline-block;
    font-family: 'Lato', sans-serif !important;
    font-style: italic;
    font-size: 60px;
    position: relative;
    opacity: 0;
    height: 68px;
    margin: 0;
    line-height: 62px;
    top: -16px;
    -webkit-animation: textin .5s forwards 1.6s;
    animation: textin .5s forwards 1.6s;
    -moz-animation: textin .5s forwards 1.6s
}

h1.pre_title strong{
	color: #1779c0;
    font-weight: 300;
}

@-webkit-keyframes textin {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes textin {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes textin {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
/*.pre_title:before {
    content: attr(data-fill);
    position: absolute;
    color: #000;
    left: 0;
    width: 0;
    white-space: normal;
    overflow: hidden;
    -webkit-animation: filltext .9s forwards 2.5s;
    -moz-animation: filltext .9s forwards 2.5s;
    -ms-animation: filltext .9s forwards 2.5s
}*/
@-webkit-keyframes filltext {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@-moz-keyframes filltext {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@keyframes filltext {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
#preloader .lines {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
#preloader .lines .line:before {
    background: #2b2b2b!important;
    z-index: 9
}
#preloader .h_line1::after,
#preloader .h_line1:before,
#preloader .h_line2::after,
#preloader .h_line2:before,
#preloader .h_line3::after,
#preloader .h_line3:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #3e3e3e
}
#preloader .v_line4::after,
#preloader .v_line4:before,
#preloader .v_line5::after,
#preloader .v_line5:before,
#preloader .v_line6::after,
#preloader .v_line6:before {
    content: "";
    position: fixed;
    height: 1px;
    width: 0;
    background: #3e3e3e
}
#preloader .h_line1::after,
#preloader .h_line1:before {
    left: 6%
}
#preloader .h_line2::after,
#preloader .h_line2:before {
    left: 50%;
    bottom: 0!important
}
#preloader .h_line3::after,
#preloader .h_line3:before {
    left: 94%
}
#preloader .v_line4::after,
#preloader .v_line4:before {
    top: 11%;
    left: 0
}
#preloader .v_line5::after,
#preloader .v_line5:before {
    top: 50%;
    right: 0
}
#preloader .v_line6::after,
#preloader .v_line6:before {
    top: 90%;
    left: 0
}
#preloader .h_line1::after,
#preloader .h_line2::after,
#preloader .h_line3::after {
    -webkit-animation: fillh 2s forwards;
    -moz-animation: fillh 2s forwards;
    animation: fillh 2s forwards
}
#preloader .v_line4::after,
#preloader .v_line5::after,
#preloader .v_line6::after {
    -webkit-animation: fillv 2s forwards;
    -moz-animation: fillv 2s forwards;
    animation: fillv 2s forwards
}
#preloader .h_line1:before,
#preloader .h_line2:before,
#preloader .h_line3:before {
    -webkit-animation: fillhb 2s forwards 3s;
    -moz-animation: fillhb 2s forwards 3s;
    animation: fillhb 2s forwards 3s
}
#preloader .v_line4:before,
#preloader .v_line5:before,
#preloader .v_line6:before {
    -webkit-animation: fillvb 2s forwards 3s;
    -moz-animation: fillvb 2s forwards 3s;
    animation: fillvb 2s forwards 3s
}
@-webkit-keyframes fillh {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@-moz-keyframes fillh {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@keyframes fillh {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@-webkit-keyframes fillv {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@-moz-keyframes fillv {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@keyframes fillv {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@-webkit-keyframes fillhb {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@-moz-keyframes fillhb {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@keyframes fillhb {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@-webkit-keyframes fillvb {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@-moz-keyframes fillvb {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
@keyframes fillvb {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}
.revelal_layer1 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vh;
    height: 100vw;
    z-index: 99999;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0);
    -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 90deg) translate3d(0, 100%, 0)
}
.revelal_layer1 .layer {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    -moz-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards
}
.revelal_layer1 .layer:first-child {
    -webkit-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    -moz-animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: reveal1 1.5s cubic-bezier(.55, .055, .675, .19) forwards
}
.revelal_layer1 .layer:nth-child(2) {
    -webkit-animation-name: reveal2;
    -moz-animation-name: reveal2;
    animation-name: reveal2
}


body a {
	outline: 0 !important;
}
.product-gallery-section .ourgallery-item-section .row.text-center {
    display: none;
}

.ekko-lightbox.modal {
  text-align: center;
  padding: 0!important;
}

.ekko-lightbox.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.ekko-lightbox .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.ekko-lightbox .modal-header {
    padding: 0;
    border: none;
}
.ekko-lightbox .modal-header h4 {
    display: none;
}
.ekko-lightbox .modal-header .close {
    margin-top: -2px;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 4px;
    font-size: 30px;
    color: #000;
}
.ekko-lightbox .modal-body {
    padding: 5px;
}
.ekko-lightbox .modal-body img.img-responsive {
    border-radius: 2px;
}

.upcoming-img{
	margin: 0;
}

.slider-img .flexslider{
	box-shadow: none !important;
	margin-bottom: 0;
	border: 0;
}

.product-slider{
	margin-bottom: 0;
	overflow: hidden;
}

.slider-img .flexslider ul li{
	overflow: hidden;
}

.product-slider .flex-control-nav{
	display: none;
}

.product-slider .flex-direction-nav a:before{
	color: #1779bf;
}
/*

thumbline Image css
*/
/*#filter_gallery_314 .thumbnail_314 {
    width: 100% !important;
    height: 300px;
    object-fit: cover;
}*/

/*#filter_gallery_314 .item_desc_314 {
    position: relative!important;
    bottom: 40px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
}*/

.ourgallery-item-section .filters-div .filtr-item img{
	width: 100% !important;
    height: 300px!important;
    object-fit: cover!important;
}
.ourgallery-item-section .filters-div .filtr-item .item-desc{
	position: relative!important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%!important;
}

/*product slider animation strat*/

/*.flexslider .slides img{
	-webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 4s ease-in infinite;
  transition: all 4s ease-in-out;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
} /*End of Zo
*/
/*@keyframes ride-img{
	0%{
		transform: scaleX(0.9);
	}
	25%{
		transform: scaleY(0.9);
	}
	50%{
		transform: scaleX(1.1);
	}
	100%{
		transform: scaleY(1.1);
	}
}*/

/*product slider animation end*/

#product-bg{
	overflow: hidden;
}

.flexslider .slides img,
#product-bg .vc_custom_1577169453915{
	-webkit-animation: ride-img 12s linear infinite;
  	animation: ride-img 12s linear infinite;
  	transition: all 12s linear;
  	transform: scale(1.01);
  	overflow: hidden;
}

@keyframes ride-img{
	0%{transform: scale(1.02);}
    50%{transform: scale(1.09);}
    100%{transform: scale(1.02);}
}




/* =========== Media Queries ============== */

@media(min-width: 1200px){
	.lg-add{
		display: none;
	}

	.sm-social{
		display: none;
	}
}

@media(max-width: 1365.98px){
	.our-product-custom-padding{
		padding-top: 0;
	}
}

@media (max-width: 1299.98px){
	.marble-info p{
		-webkit-line-clamp: 5;
	}
}

@media (max-width:1250px) {
	.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure p {
		font-size: 25px;
	}
	.contact-fld-half .contact-fld-left {
    	margin-right: 6px;
	}

}

@media (max-width:1199px) {
	.marble-info p{
		-webkit-line-clamp: 4;
		font-size: 16px;
	}
	.contact-row .custom-col {
		width: 50%;
	}

	.contact-row .custom-col-form{
		width: 100%;
	}

	.lg-social{
		display: none;
	}

	.lg-add{
		display: block;
	}

	h4.vc_custom_heading.lg-add{
		padding-top: 0;
	}

	.sm-address{
		display: none;
	}

	.sm-social{
		display: block;
	}

	.contact-fld-half .contact-fld{
		width: 100%;
	}
	.contact-fld-half .contact-fld-left {
    	margin-right: 0;
    	margin-bottom: 10px;
	}
}

@media (max-width:1150px) {
	.aboutus-detail-second-section .cross-img-block .about-img-two {
		left: 90px;
	}
	.product-slider-section .three-button-block {
		width: 60%;
	}
}

@media (max-width:1080px) {
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 220px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 220px;
	}
	.product-detail-section .product-text-custom-width {
		width: unset;
	}
	.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure p {
		font-size: 18px;
	}

}

@media(max-width: 1024.98px){
	.our-product-custom-padding{
		padding-top: 30px !important;
	}
	.marble-info p{
		-webkit-line-clamp: 4;
	}

	.slider-img .flexslider .flex-viewport{
		height: 320px !important;
	}

	.flexslider .slides img{
		height: 320px;
    	object-fit: cover;
    	object-position: center;
	}

	.our-product-custom-padding .wpb_content_element{
		padding-bottom: 20px;
    	margin-bottom: 20px;
	}

	.custom-btn{
		margin-bottom: 0;
	}
}

@media (max-width:991px) {
	.site-branding {
		padding: 20px 0 0px;
	}
	.custom-logo-link img {
		max-width: 150px;
	}
	.navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		padding-left: 8px;
		padding-right: 8px;
	}
	.navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
		width: 850px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 200px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 200px;
	}
	.aboutus-detail-third-section .custom-border-box p.vc_custom_heading {
		font-size: 26px;
	}
	.product-slider-section .three-button-block {
		width: 75%;
	}
	.site-footer .footer-widget-1 ul li {
		padding: 10px;
	}
	.site-footer .footer-widget-1 ul li:after {
		top: 12px;
	}

	.product-slider-button-section .vc_col-sm-3 {
	    width: 25%;
	    display: inline-block;
	    vertical-align: middle;
	    overflow: hidden;
	}

	.product-slider-button-section .btn-collection a.vc_btn3 {
	    width: 100%;
	    max-width: 100%;
	    min-width: 100% !important;
	    font-size: 14px;
	}

	.slider-img .flexslider .flex-viewport{
		height: 300px !important;
	}

	.flexslider .slides img{
		height: 300px;
	}
}

@media (max-width:850px) {

	/*.main-navigation ul li {
	padding: 10px;
}*/
	.site-footer .widget-column.footer-widget-1 {
		width: 100%;
		text-align: center;
	}
	.site-footer .widget-column.footer-widget-2 {
		width: 100%;
	}
	.site-footer .widget-column.footer-widget-2 .widget_text {
		width: 100%;
	}
	.site-footer .widget-column.footer-widget-2 .widget_text .epicwin-subscribe {
		width: 320px;
		margin: 0 auto;
	}
	.epicwin-alert.alert-warning,
	.epicwin-alert.alert-success,
	.epicwin-alert.alert-danger {
		width: 320px;
		margin: 0 auto;
	}
	.site-footer .widget-column.footer-widget-2 .social-navigation {
		width: 100%;
		text-align: center;
	}
	.site-footer .widget-column.footer-widget-2 .social-navigation li {
		padding: 0 10px;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
		width: 700px;
	}
	.slider-caption-text {
		padding: 0px !important;
		font-size: 35px !important;
		line-height: 35px !important;
		left: -35px;
		top: 30px;
		min-width: 440px !important;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 170px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 170px;
	}
	.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure p {
		font-size: 15px;
		margin-top: 12px;
	}

}

@media (max-width:767px) {
	.pre_title{
		width: 370px;
		font-size: 45px;
	}
	.lg-social{
		display: block;
	}

	.lg-add{
		display: none;
	}

	.sm-social{
		display: none;
	}

	.sm-address{
		display: block;
	}

	.contact-row .custom-col {
    	width: 100%;
	}

	h4.lg-social{
		padding-top: 30px;
	}

	h2.vc_custom_heading {
		font-size: 25px;
		margin: 25px 0;
		padding-bottom: 10px;
		margin-top: 5px;
	}
	h2.vc_custom_heading:after {
		width: 55px;
		height: 3px;
	}
	h1.vc_custom_heading {
		font-size: 30px;
		margin: 25px 0;
		padding-bottom: 10px;
		margin-top: 0;
	}
	h1.vc_custom_heading:after {
		width: 55px;
		height: 3px;
		left: 54px;
		top: auto;
	}
	.aboutus-item-section .vc_col-sm-3 {
		width: 50%;
		float: left;
		margin-bottom: 15px;
	}
	.aboutus-item-section .vc_figure,
	.aboutus-item-section .vc_single_image-wrapper,
	.aboutus-item-section .wpb_single_image img {
		width: 100%;
	}
	.aboutus-section p {
		letter-spacing: 1px;
		line-height: 22px;
		margin-bottom: 30px !important;
		font-size: 15px !important;
		text-align: justify !important;
	}
	.aboutus-detail-first-section .vc_color-info.vc_message_box p {
		font-size: 30px;
	}
	.aboutus-detail-first-section .vc_separator .vc_sep_holder .vc_sep_line {
		border-top: 2px solid #1779bf;
	}
	.aboutus-detail-first-section .vc_sep_width_50 {
		width: 20%
	}
	.aboutus-detail-first-section .wpb_text_column p strong {
		font-size: 16px;
	}
	.aboutus-detail-first-section .wpb_text_column p {
		font-size: 15px;
		text-align: justify;
	}
	.abt-row p{
		font-size: 15px;
		text-align: justify !important;
	}
	.aboutus-detail-third-section{
		margin-top: 0;
	}
	.aboutus-detail-third-section .custom-border-box{
		margin-bottom: 15px;
	}
	.custom-pad-left p{
		font-size: 15px;
		text-align: justify;
	}
	.aboutus-detail-first-section .vc_color-info.vc_message_box {
		margin-bottom: 0;
	}
	.aboutus-detail-second-section .wpb_text_column p strong {
		font-size: 16px;
	}
	.aboutus-detail-second-section .wpb_content_element {
		margin-bottom: 15px !important;
	}
	.aboutus-detail-second-section h4.vc_custom_heading {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.ourproduct-item-section:nth-child(odd) .img-custom-lr {
		order: unset;
	}
	.ourproduct-item-section .img-custom-lr {
		height: 380px;
		padding: 0 40px;
	}

	.ourproduct-item-section .slider-img{
		height: auto;
		padding: 0 40px;
	}

	.our-product-custom-padding .wpb_wrapper p{
		font-size: 15px;
		text-align: justify;
	}
	.product-slider-button-section .vc_col-sm-3 {
	    width: 50%;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		padding: 1em;
	}
	.custom-header {
		margin-bottom: 0px !important;
	}
	.site-branding {
		/*padding: 1em 0;*/
	}
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 100%;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 100%;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:after {
		left: 180px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:before {
		left: 208px;
	}
	.aboutus-detail-second-section .cross-img-block {
		margin-top: 15px;
	}
	.aboutus-detail-third-section .custom-pad-left .wpb_wrapper {
		padding-left: 0;
	}
	.aboutus-detail-third-section .custom-pad-left .wpb_wrapper p strong {
		font-size: 16px;
	}
	.aboutus-detail-third-section .custom-pad-left .wpb_wrapper p {
		font-size: 16px;
	}
	.product-detail-section .wpb_text_column p strong {
		font-size: 16px;
	}
	.product-detail-section h1.vc_custom_heading:after {
		width: 140px;
		left: 0;
	}
	.product-text-custom-width p {
		font-size: 15px;
	}
	.product-gallery-section .vc_gitem-animated-block {
		padding: 0 25px;
	}
	.product-gallery-section .vc_column-inner {
		padding-top: 0 !important;
	}
	.product-download-inquiry-section .product-download-inquiry-item {
		margin-bottom: 20px;
	}
	.product-download-inquiry-section .product-download-inquiry-item .title-download-brochure p {
		font-size: 22px;
	}
	.page:not(.home) #content {
		padding-top: 0;
	}

	.slider-img .flexslider{
		margin-bottom: 0;
	}

	.product-slider{
		margin-bottom: 0 !important;
	}

	.our-product-custom-padding{
		padding: 30px 40px 40px 40px !important;
	}

	.contactus-submit input{
		margin-bottom: 25px;
	}

	.our-product-custom-padding{
		padding-bottom: 30px !important;
	}

	.slider-img .flexslider .flex-viewport{
		height: auto !important;
	}

	.flexslider .slides img{
		height: auto;
	}

	.custom-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{
		font-size: 14px;
    	padding: 10px 20px;
	}

	.site-footer .widget-area{
		padding: 0;
	}

}

@media (max-width:700px) {
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		padding: 0.5em;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
		width: 600px;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link {
		font-size: 13px;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		margin-top: 7px !important;
	}
}

@media (max-width:600px) {
	.site-content-contain{
		padding-top: 0;
	}
	.site-branding {
		padding: 15px 0;
	}
	.site-branding a {
		padding-right: 0;
	}
	.custom-logo-link img {
		max-width: 130px;
	}

	.navigation-top{
		position: static;
	}

	.navigation-top .custom-logo-link{
		margin: 0 auto;
		padding: 15px 0;
		display: block;
	}

	.navigation-top nav{
		float: none;
	}

	.navigation-top #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
		color: #fff !important;
	}

	.product-slider-button-section .btn-collection a.vc_btn3{
		font-size: 13px;
	}

	#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open + #mega-menu-top {
		margin-bottom: 0;
	}
	#mega-menu-wrap-top .mega-menu-toggle {
		background: #1779bf;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item {
		padding: 0 1.5em;
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after,
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link:after {
		width: 100%
	}
	#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover:after {
		width: 100%;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.widget_media_image:after {
		display: none;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.widget_media_image {
		display: none;
	}
	/*#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		display: none;
	}*/
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
		border: 0;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
		width: 100%;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		margin-top: 0px !important;
		box-shadow: none;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 100%;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
		text-align: left;
		padding: 0;
		margin-bottom: 5px;
		font-size: 12px;
		letter-spacing: 2px;
	}
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
	#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		padding-bottom: 0;
	}
	/*#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: inline-block;
	}*/
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: block;
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
		content: '\f140';
	}
	#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
		content: '\f142' !important;
	}

	.slider-caption-text {
		font-size: 25px !important;
		min-width: 400px !important;
	}
	.tp-forcenotvisible,
	.tp-hide-revslider,
	.tp-caption.tp-hidden-caption {
		display: block !important;
		visibility: visible !important;
	}
}

@media(max-width: 575.98px){
	.pre_title {
    	width: 300px;
    	font-size: 36px;
    	line-height: 48px;
	}
	.preloader-dots{
		margin: -48px auto 0;
	}
	.g-recaptcha{
    	transform:scale(0.77);
    	-webkit-transform:scale(0.77);
    	transform-origin:0 0;
    	-webkit-transform-origin:0 0;
    }
    .ourproduct-item-section .img-custom-lr{
    	height: 280px;
    }

    h3.vc_custom_heading{
    	font-size: 16px;
    }

    .marble-info p {
	    -webkit-line-clamp: 5;
	}

    .ourproduct-item-section .slider-img{
    	padding: 0;
    }

    .ourproduct-item-section .img-custom-lr{
    	padding: 0;
    }
}

@media (max-width:590px) {
	.slider-caption-text {
		font-size: 20px !important;
		min-width: 340px !important;
		left: -40px;
	}
	.aboutus-detail-first-section .vc_color-info.vc_message_box p {
		font-size: 25px;
	}
	.aboutus-testimonial-section .owl-item .testimonials-item .testimonials-text {
		padding-top: 90px;
		margin-bottom: 10px;
	}

	.slider-img .wpb_gallery{
		margin-bottom: 0 !important;
	}
}

@media (max-width:460px) {
	.slider-caption-text {
		font-size: 19px !important;
		min-width: 330px !important;
		left: -65px;
		text-shadow: none;
		letter-spacing: 1px !important;
	}
	.slider-section .tp-bullets .tp-bullet {
		font-size: 20px;
		height: 40px;
		width: 31px
	}
	.slider-section .tp-bullets {
		transform: matrix(1, 0, 0, 1, -45, -42) !important;
	}
}

@media (max-width:430px) {

	.site-footer .footer-widget-1 ul li {
		padding: 5px;
	}
	.site-footer .footer-widget-1 ul li a {
		font-size: 12px;
	}
	.site-footer .widget-column.footer-widget-2 .widget_text .epicwin-subscribe {
		width: 100%;
	}
	.site-footer .footer-widget-1 ul li:after {
		top: 11px;
	}
	.site-footer .widget-column.footer-widget-2 .widget_text input {
		font-size: 14px;
		margin-left: -11px;
	}
	h2.vc_custom_heading {
		font-size: 22px;
		margin: 25px 0;
		margin-top: 0;
	}
	/*h2.vc_custom_heading:after {
		width: 40px;
		height: 3px;
		top: 60px;
	}*/
	.aboutus-section p {
		font-size: 15px;
	}
	.aboutus-item-section .vc_col-sm-3 {
		width: 100%;
	}
	.ourproduct-item-section .img-custom-lr {
		height: 47vh;
	}
	.ourproduct-item-section .slider-img{
		height: auto;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 220px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 220px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:after {
		left: 118px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:before {
		left: 145px;
	}
	.aboutus-detail-third-section .custom-border-box p.vc_custom_heading {
		font-size: 20px;
		letter-spacing: 1px;
	}

}

@media (max-width:370px) {
	.pre_title{
		width: 240px;
    	font-size: 28px;
    	line-height: 38px;
	}

	.preloader-dots {
	    margin: -38px auto 0;
	}

	.ourproduct-item-section .img-custom-lr {
		height: 180px;
	}

	.ourproduct-item-section .slider-img{
		height: auto;
	}
	
	.slider-caption-text {
		letter-spacing: 0px !important;
		font-size: 18px !important;
		min-width: 300px !important;
		left: -45px;
	}
	.product-detail-section h1.vc_custom_heading:after {
		top: 50px;
	}
	.product-detail-section h1.vc_custom_heading {
		margin-bottom: 40px;
		font-size: 24px;
	}

}

@media (max-width:350px) {
	.aboutus-detail-second-section .cross-img-block .about-img-two img {
		width: 200px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one img {
		width: 200px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:after {
		left: 99px;
	}
	.aboutus-detail-second-section .cross-img-block .about-img-one:before {
		left: 124px;
	}
	.inquiry-section h1.vc_custom_heading {
		font-size: 26px;
	}
	.inquiry-section h1.vc_custom_heading:after {
		top: 45px;
	}


}