/**
Theme Name: Giriraj Press Tech Automation
Theme URI: http://girirajenterprise.com/
Author: Giriraj Press Tech Automation Team
Author URI: 
Description: Giriraj Press Tech Automation custom desigend theme by Giriraj Press Tech Automation Team.
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giriraj
*/

body,html{ overflow-x: hidden; }

/* WORDPRESS DEFAULTS
----------------------*/
.alignleft, img.alignleft{ margin-right: 1em; display: inline; float: left; }
.alignright, img.alignright{ margin-left: 1em; display: inline; float: right; }
.aligncenter, img.aligncenter{ margin-right: auto; margin-left: auto; display: block; clear: both; }
.alignnone, img.alignnone{	/* not sure about this one */ }
.wp-caption { margin-bottom: 1.5em; text-align: center; padding-top: 5px; max-width: 100%; }
.wp-caption img { border: 0 none; padding: 0; margin: 0; }
.wp-caption p.wp-caption-text { line-height: 1.5; font-size: 10px; margin: 0; }
.wp-smiley { margin: 0 !important; max-height: 1em; }
blockquote { padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eeeeee; }
blockquote p { font-style: italic; font-size: 1.063rem; }
blockquote small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; }
.gallery{ position:relative; }
.gallery .gallery-item{display: inline-block;text-align: center;vertical-align: top;width: 25%;margin: 0 0 0.7em;}
.gallery.gallery-columns-1 .gallery-item{ width: 100%; }
.gallery.gallery-columns-2 .gallery-item{ width: 50%; }
.gallery.gallery-columns-3 .gallery-item{ width: 33.33%; }
.gallery.gallery-columns-5 .gallery-item{ width: 20%; }
.gallery.gallery-columns-6 .gallery-item{ width: 16.667%; }
.gallery.gallery-columns-7 .gallery-item{ width: 14.285%; }
.gallery.gallery-columns-8 .gallery-item{ width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item{ width: 11.11%; }
.gallery img {
	box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
	border-radius: 6px; max-width: 84%; height: auto;
}
.gallery img:hover{background-color: #ffffff;}
.gallery .gallery-caption { color: #999; font-size: 12px; margin: 7px 0 10px; line-height: 1.48; }
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br{ display: none; }
.bypostauthor{ text-transform: none; }
.bypostauthor .media-heading{ color: #d12a5c; }
.sticky{ position: relative; vertical-align: text-bottom; }

/* MAIN STYLESHEET
----------------------*/
body {
	font-family: 'Nunito', sans-serif;
	overflow-x: hidden!important;
	color:#444;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{ 
	font-family: 'Montserrat', sans-serif!important;	
	color:#181818;
}
a{ text-decoration: none; }
a:hover{ text-decoration: none; }
a:focus{ outline: none; text-decoration: none; }
p{ margin: 0; font-size: 18px; font-weight: 500; line-height: 1.4; }
p a{ color: #444; }
p a:hover{ color: #b82927; }
.big-text{ font-size: 24px; line-height: 1; }
.font-weight-bold{ font-weight: 700!important; }
.font-weight-bolder{ font-weight: 900!important; }
img{ max-width: 100%; height: auto; }
.giriraj-img img{ width: 100%; }

/* PADDING & MARGINS 
----------------------*/
.container{ width:92%; margin:auto; max-width:none; }
#main-content{ padding: 70px 0 35px 0;  }
.theme-flush-top-space{ margin-top: -70px; }
.theme-flush-bottom-space{ margin-bottom: -35px; }
.section-full-width{ margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px;}
.pt70{ padding-top: 70px; }
.pb70{ padding-bottom: 70px; }
.ptb70{ padding-top: 70px; padding-bottom: 70px; }
.pt35{ padding-top: 35px; }
.pb35{ padding-bottom: 35px; }
.ptb35{ padding-top: 35px; padding-bottom: 35px; }
.nopadding{ padding-left: 0; padding-right: 0; }
.nomargin{ margin-left: 0; margin-right: 0; }

/* BUTTONS 
----------------------*/
.btn.btn-theme{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 15px 25px;
	background: #1a2867;
	color: #fff;	
	border:solid 1px #1a2867;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1;
}
.btn-theme:hover{ background: #000 !important; border: solid 1px #000; }
.btn.btn-theme.btn-white{ background: #fff; color: #181818; border: solid 1px #fff; }
.btn.btn-theme.btn-white:hover{ background: #181818; border: solid 1px #181818; color: #fff; }

/* COLORS
----------------------*/
.color-black{ color: #000; }
.color-red{ color: #db3950; }
.color-green{ color: #00b32c; }
.color-blue{ color: #1a2867; }
.color-orange{ color: #ff7300; }

/* BGCOLORS
----------------------*/
.bg-black{ background: #000!important; }
.bg-gray{ background: #dedede; }
.bg-lightgray{ background: #e6e6e6; }

/* FORM FIELD
----------------------*/
.form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: none;
}
form label { color:#000; margin-bottom:0; padding-bottom:5px; font-weight:600; }
.form-control:focus, .form-control:hover {
	outline: 0;  
	box-shadow:none; 
	background-color: #fff;
	border-color:#ced4da;
}
textarea.form-control {	overflow:hidden; height:auto; padding:15px; }
.form-control::-moz-placeholder { color: #666; opacity: 1; }
.form-control:-ms-input-placeholder { color: #666; }
.form-control::-webkit-input-placeholder { color: #666; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}

/* SEARCH FORM
----------------------*/
.search-form label {
	position: relative;
	margin: 0;
	width: calc( 100% - 45px );
}
.search-form .search-field { height: 45px; border: 1px solid #dddddd; border-radius: 0; margin-bottom: 0; }
.search-form .search-submit {
	text-indent: -99px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	height: 45px;
	width: 45px;
	cursor: pointer;
	float: right;
}
.search-form label{ position: relative; margin: 0; width: calc( 100% - 45px ); }
.search-form label:after {
	content: "\f002";
	font-family: "FontAwesome";
	position: absolute;
	top: 10px;
	right: -30px;
	cursor: pointer;
}
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	height: 1px;
	overflow: hidden;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
}

/* WIDGET COMMON
----------------------*/
aside.sidebar .widget{ margin-bottom: 25px; }
aside.sidebar .widget ul{ margin: 0; padding: 0; list-style-type: none; }
aside.sidebar .widget ul li{ padding: 8px 0; border-bottom: 1px solid #cccccc; }

/* SINGLE POST COMMON
----------------------*/
.post-meta .meta{ display: inline-block; margin: 0 10px 3px 0; }
.post-meta .meta i, .post-meta .meta img{ margin-right: 2px; }
.category .post-categories{ padding: 0; margin: 0; display: inline-block; list-style-type: none; }
.post-categories a, .post-meta .meta a, .entry-title a{ color: inherit; }

/* PAGINATION COMMON
----------------------*/
.pagination .page-link { border-radius:0 !important; border:solid 1px #212121 !important; color:#000; }
.pagination .page-link:hover { background: #212121 !important; color:#fff !important; }
.page-item.active .page-link { background: #1a2867; }

/* 404 PAGE
----------------------*/
body.error404 .main-title h1{ font-size: 50px; }
body.error404 .error-page-text span{
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px 0;
	display: block;
}

/* SITE HEADER
----------------------*/
.site-header .sh-topbar{ padding: 7px 0; border-bottom: 1px solid #1a2867; }
.sht-info{ display: inline-block; font-size: 18px; padding: 7px 0; font-weight: 500;}
.sht-info i{ color: #1a2867; font-size: 22px; vertical-align: middle; margin-right: 10px; margin-top: -2px; }
.sht-info.info-phone{ float: right; }
.sht-info.info-phone a{ color: #1a2867; }
.sh-logoarea{ padding: 15px 0 15px; text-align: center;}
.sh-menubar{ background-color: #1a2867; color: #ffffff; }
.sh-menubar .navbar-nav a{ 
	font-size: 18px; 
	letter-spacing: 0; 
	color: #ffffff; 
	font-weight: 500; 
	text-transform: uppercase;
}
.sh-menubar ul.navbar-nav > .nav-item{ padding: 0px 15px; }
.sh-menubar .navbar-nav .dropdown-menu{
	padding: .5rem 0;
	margin: 00rem 0 0;
	color: #fff;
	background-color: rgba(0,0,0,0.9);
	border: solid 1px #fff;
	border-radius: 0;
	top:113%;
}
.sh-menubar .navbar-nav .dropdown-menu li a{ color: #ffffff; font-size: 18px; }
.sh-menubar .navbar-nav .dropdown-toggle::after{ display:none; }
.sh-menubar .navbar-nav .nav-item:first-child { padding-left: 0!important; }
.sh-menubar .navbar-nav .nav-item:first-child .nav-link { padding-left: 0; }

/* SLIDER
----------------------*/
.carousel-item{ background: #000; }
.carousel-inner .carousel-item img{	width: 100%; }
.carousel-caption{
	text-align: left;
	bottom: 20%;
	left: 80px;
	right: auto;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
}	
.carousel-caption-in{ padding: 0; max-width: 650px; color: #fff; margin: 0; }
.carousel-caption h1{
	font-weight: 600;
	margin: 0; 
	padding: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 34px;	
}
.carousel-caption p{ font-size: 18px; font-weight: 600; margin-bottom: 15px; }
.carousel-indicators{ z-index: 1; left: auto; margin-right: 30px; cursor: pointer; }
.carousel-indicators li{ width: 15px; background-color: rgba(255,255,255,1); }
.carousel-indicators .active{ background-color: #231f20; }

/* OTHER PAGE BANNER 
----------------------*/
#heading-banner{ background-size: 100% 500px; height: 500px; position: relative; }
.heading-banner-inner{ display: table; width: 100%;	height: 100%; vertical-align: middle; }
.heading-banner-text{ display: table-cell; }
.heading-banner h1{ font-size: 48px; font-weight: 600; }

/* Titles 
----------------------*/
.main-title h2{	
	font-size: 34px;
	color: #1a1a1a;
	font-weight: 500;
	overflow: hidden;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.main-title h2:after{
	content: '';
	border-bottom: 4px solid #1a2867;
	width: 45px;
	padding-top: 5px;
}
.main-title.text-center h2:after{ margin: 0 auto; }
.main-title.text-left h2:after{ margin: 0; }
.main-title.text-right h2:after{ margin: 0 0 0 auto; }

/* HOME - ABOUT
----------------------*/
.home-about{ background: #eaeaea; padding-top: 70px; padding-bottom: 35px; }
.stylish-text-black p {
	line-height: 34px;
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	font-style: italic;
}

/* HOME - GALLERY
----------------------*/
.giriraj-gallery-carousel .gallary-img img{ 
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top center; 
}
.gallary-item .gallary-img{ position:relative; }
.gallary-hover{
	position:absolute;	
	top:0;
	left:0;
	width:100%;	
	height:100%;
	opacity:0;
	background: rgba(26,40,103,0.8);
}
.gallary-item:hover .gallary-hover{ opacity:1; }
.zoom-icon{ display:table; vertical-align:middle; height:100%; width:100%; }
.zoom-icon div{ display:table-cell; vertical-align:middle; }
.zoom-icon div .fa{
	height:50px;
	width:50px;
	margin:auto;
	text-align:center;
	border-radius:100px;
	background:#ffffff;
	line-height:50px;
	color:#000000;
}
.compensate-for-scrollbar{ margin-right: 0!important; }

/* ABOUT US PAGE
----------------------*/
.our-activities .activities { display:table; max-width:none; margin:15px 0; }
.our-activities .activities-icon, .our-activities .activities-text { display:table-cell; vertical-align: middle; }
.our-activities .activities-text p { padding-left: 25px; text-align: left; }

/* GALLERY PAGE
----------------------*/
.our-gallery{ 
	background: rgba(255,255,255,0.9);
	color: #fff;
	position: relative;
	overflow:hidden;
	margin-bottom: 30px!important;
}
.our-gallery .gallery-img{ position:relative; }
.our-gallery .gallery-img img{ width: 100%; height: 300px; object-fit: cover; object-position: top center; }
.our-gallery .gallery-img:hover .gallary-hover{ opacity:1; }
.our-gallery .gallery-text{ width: 100%; background: #dedede; padding: 15px; border: solid 2px #1a2867; }
.our-gallery .gallery-text h5{ font-weight: 600; }
.our-gallery .gallery-text p{ color: #000000; font-size: 18px; }
.gallery-img{ border: solid 2px #1a2867; padding: 15px; }

/* PRODUCT PAGE
----------------------*/
.top-operation { background: #eaeaea; padding: 15px; border: solid 2px #212121; margin-bottom:30px; }
.top-operation .custom-select { background-color: transparent; border: none;padding: 0rem 2rem 0rem .25rem; }
.product-grid { margin-bottom:30px; background:#fff; }
.product-grid-img { border: solid 2px #1a2867; padding:15px; }
.product-grid-img img { 
    margin: auto;
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
}
.slick-slide .product-grid-img img { 
    margin: auto;
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
}
.product-grid-text {
	background: #1a2867;
	padding: 15px 10px;
	text-align: center;
	border: solid 2px #1a2867;
	border-top: none;
}
.product-grid h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
}
.product-grid:hover .product-grid-text { background: #22252a; }
#product-detail{ margin-bottom: 30px; }
#product-detail .full-desc{ margin-top: 30px; }
.single-product .product-grid-img img{ width: 100%; height: auto; max-height: unset; }
.product-images-nav { margin-top: 10px; }
.product-thumb-img { border: solid 2px #22252a; padding:15px; cursor: pointer; }
.product-gallery .slick-next, .product-gallery .slick-prev {
	position: absolute;
	display: inline-block;
	border-radius: 0px;
	border: solid 2px #000;
	background: #fff;
	background-size: 20px;
	background-image: none;
	width: 30px;
	height: 30px;
	bottom: auto;
	right: 0;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -21px;
	z-index: 1;
}
.product-gallery .slick-next{ left: auto; right: -8px; }
.product-gallery .slick-track { margin-right: 0!important; margin-left: 0!important; }
.single-product table { border-collapse: collapse; }
.single-product th, td { border: 1px solid #ccc; padding: 7px; text-align: center; }
.single-product tr:nth-child(even) { background-color: #eee; }
.single-product tr:nth-child(odd) { background-color: #fff; }

/* FOOTER
----------------------*/
.site-footer { background: #272727; background-size: cover; padding-top: 80px; position:relative; }
.footer-content { padding-bottom:60px; }
.f-content img { max-height:70px; margin-bottom:20px; }
.f-about { padding-right:15px; }
.f-about h1, .f-about h5, .f-about h6{ color: #ffffff; }
.f-about p { line-height:1.4; }
.footer-content h4 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: dashed 1px rgba(255,255,255,0.2);
	padding-bottom:15px;
}
footer .widget_nav_menu ul { margin: 0; padding: 0; }
footer .widget_nav_menu li {
	list-style: disc inside;
	padding:10px 0;
	color: #ff7300;
	border-bottom: dashed 1px rgba(255,255,255,0.2);
}
footer.widget_nav_menu  ul li:first-child{ padding: 5px 0 10px; }
footer p { color:#bbbbbb; font-size:16px;	 }
footer a { color:#aaaaaa; }
footer a:hover { color:#fff; }
.f-contact { display: table; width:100%; margin:0 0 10px 0; }
.f-contact .fc-icon, .f-contact .fc-text { display: table-cell; }
.f-contact .fc-icon { width:25px; text-align:center; }
.footer-bottom { background:rgba(0,0,0,0.2); padding:20px 0; color:#aaa; }
.f-social ul{ margin-top: 10px; padding: 0; list-style-type: none; }
.social-links li{ display:inline-block; margin:0 3px; }
.social-links li a{
	display: block;
	height: 40px;
	width: 40px;
	line-height: 1.8;
	text-align: center;
	border-radius: 100px;
	font-size: 23px;
}
.social-links li.s-fb a{ background:#3b5998; color:#fff; }
.social-links li.s-ig a{ background:#6F4740; color:#fff; }
.social-links li.s-tw a{ background:#1da1f2; color:#fff; }
.social-links li.s-gp a{ background:#dd4b39; color:#fff; }
.social-links li.s-yt a{ background:#bd081c; color:#fff; }
.social-links li a:hover{ background:#000000; color:#fff; }

/* BACK TO TOP SCROLL
----------------------*/
.cd-top {
	background: #ff7300;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 100px;
	display: inline-block;
	position: fixed;
	bottom: 10px;
	right: 12px;
	font-size: 18px;
	color: #fff;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible { visibility: visible; opacity: 1; z-index: 1;}
.cd-top.cd-fade-out { opacity: .8; }
.no-touch .cd-top:hover, .cd-top:hover { opacity: 1; color:#000; }

/* HOVER
----------------------*/
a, a:hover, .btn.btn-theme:hover, .btn.btn-theme, .slick-next:hover, .slick-prev:hover, .slick-next, .slick-prev {
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

/* SLICK 
-------------*/
.slick-slider { margin:0 -10px; }
.slick-slide { margin-right:10px; margin-left:10px; min-height: 100%; }
.slick-next, .slick-prev {
	position:absolute;
	width: 40px;
	height: 40px;
	top: 0;
	margin-top: -70px;
	font-size: 0;
	background-color: #1a2867;
	cursor: pointer;
	border: medium none;
	line-height: 0;
	outline: none !important;
}
.slick-prev{ right: 60px; }
.slick-next{ right: 15px; }
.slick-next .fa, .slick-prev .fa { color: #ffffff; font-size: 26px; }
.slick-next:hover, .slick-prev:hover{ background-color: #000; }
.slick-next:hover .fa, .slick-prev:hover .fa { color: #fff; }

/* RESPONSIVE
----------------------*/
@media only screen and ( max-width: 1280px ) {	
	.sh-menubar .navbar-nav a{ font-size: 18px; }
	.sh-menubar ul.navbar-nav > .nav-item{ padding: 0px 10px; }
}
@media only screen and ( max-width: 1180px ) {
	footer p{ font-size: 16px; }
}
@media only screen and ( max-width: 1080px ) {
	.sh-menubar .navbar-nav a{ font-size: 16px; }
	.sh-menubar ul.navbar-nav > .nav-item{ padding: 0px 5px; }
}
@media only screen and ( max-width: 991px ) {
	.container{ width: 98%; }
	#main-content{ padding: 35px 0 20px 0 }
	.theme-flush-top-space{ margin-top: -35px; }
	.theme-flush-bottom-space{ margin-bottom: -20px; }
	.pt70{ padding-top: 35px; }
	.pb70{ padding-bottom: 35px; }
	.ptb70{ padding-top: 35px; padding-bottom: 35px; }
	.pt35{ padding-top: 20px; }
	.pb35{ padding-bottom: 20px; }
	.ptb35{ padding-top: 20px; padding-bottom: 20px; }
	.sh-menubar .navbar-nav a{ font-size: 14px; }
	.carousel-caption{ bottom: 5%; left: 15px; }
	.carousel-caption h1{ font-size: 36px; }
	.carousel-indicators{ bottom: 0; }
	.main-title h1, .main-title.text-left h1{ font-size: 30px; }
	#heading-banner{ background-size: 100% 300px; height: 300px; }
	.site-footer { padding-top:50px; }
	.footer-content { padding-bottom: 30px; }
	.f-content { margin-bottom:30px; }
	.top-operation { margin-top: 0px; }
	.our-activities .activities { display: inline; margin: 0; }
	.our-activities .activities-icon, .our-activities .activities-text { display: inherit; }
	.our-activities .activities-text p { padding-left: 0; text-align: center; }
}
@media only screen and ( max-width: 767px ) {
	.container{ width: 100%; }
	.sht-info.info-phone{ float: none; font-size: 16px; }
	.sht-info{ font-size: 16px; padding: 3px 0; }
	.sht-info i{ font-size: 18px; }
	.sh-logoarea{ padding: 10px 0 10px; }
	.navbar-toggler {
		padding: 6px 10px;
		border: 0;
		border-radius: 0;
		background: #fff;
		margin: 0 0 0 auto;
	}
	.navbar-toggler-icon { width: auto; height: auto; vertical-align:top; }
	.navbar-collapse {
		position: absolute;
		top: 48px;
		left: auto;
		right: 0px!important;
		min-width:288px;
		background: #1a2867;
		z-index:999;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	.navbar-nav { padding: 10px 20px 10px 20px; height: auto; box-shadow:none; }
	.sh-menubar ul.navbar-nav > .nav-item{ padding: 0 }
	.sh-menubar .navbar-nav .nav-item:first-child{ padding-left: unset!important; }
	.sh-menubar .navbar-nav .nav-item:first-child .nav-link{ padding-left: 5px!important; }
	.sh-menubar .navbar-nav a{ font-size: 16px; }
	.carousel-caption{
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		padding: 15px 20px;
		background: #1a2867;
		color: #ffffff;
	}
	.carousel-caption h1{ font-size: 18px; color: #ffffff; }
	.carousel-caption p{ font-size: 16px; }
	.carousel-caption .btn.btn-theme{ background: #ffffff; color: #1a2867; }
	.carousel-control:hover, .carousel-control:focus{ color: #1a2867; }
	.btn.btn-theme{ font-size: 14px; padding: 10px 15px; }
	#heading-banner{ background-size: 100% 150px; height: 150px; }
	.heading-banner h1{ font-size: 24px; }
	.footer-content { padding-bottom: 0; }
	.cd-top { height: 40px; width: 40px; line-height: 40px; bottom: 12px; }
	.main-title h2{ font-size: 28px; margin-bottom: 18px;}
	.pagination-theme{ margin-top: 0!important; }
	.product-info h3{ font-size: 24px; }
	.product-info h2{ font-size: 24px; }
	.product-single-post .full-desc h2{ font-size: 24px; }
	.stylish-text-black p{ font-size: 24px; line-height: 24px; }
	.home-about { padding-top: 40px; padding-bottom: 40px;}
	.home-about .vc_column-inner { padding-top: 0!important; }
	.slick-next, .slick-prev{ width: 35px; height: 35px; margin-top: -60px; }
	.top-operation { margin-top: 30px; }
	.single-product #main-content{ padding: 25px 0 25px; }
}
@media only screen and ( max-width: 576px ) {
	.navbar-collapse{ min-width: 100%; }
	.f-contact{ font-size: 16px; }
	.product-grid-img img{ height: auto; width: auto; }
}
@media only screen and ( max-width: 480px ) {
    .sht-info.info-phone{ font-size: 13px; }
	.sht-info{ font-size: 13px; }
	.sht-info i{ font-size: 15px; margin-right: 7px; }
}