/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.head {
    z-index: 999 !important;
}
.reviewa .swiper {
    padding-bottom: 0px !important;
}
/*.callll {
    position: fixed;
    bottom: 10%;
    right: 0;
    margin: 20px;
    border-radius: 55px;
    text-align: center;
    padding: 10px 12px 5px 10px;
    background: linear-gradient(to top, #01a451, #01a451);
    z-index: 9999;
    width: 75px;
}
.mail-s {
    position: fixed;
    bottom: 10%;
    left: 0;
    margin: 20px;
    border-radius: 50%;
    padding: 10px 12px 5px 10px;
    background: linear-gradient(to top, #122726, #122726);
    z-index: 9999;
    width: 75px;
}*/ 
.home .breadcums {
    display: none;
}
figure.effect-multitune {
	 background: linear-gradient(80deg, #000000 100%, #a07438 0%, #000000 100%);
}
figure.effect-multitune img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-multitune:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-multitune figcaption {
	text-align: left;
}

figure.effect-multitune h3 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
figure.effect-multitune h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
figure.effect-multitune:hover h3::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-multitune p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-multitune:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*.gridd {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
} */
.gridd .effect-multitune {
    border-radius: 10px;
}
a.vms {
    background: #9e7236;
    display: block;
    padding: 7px 0px;
    text-transform: uppercase;
    font-weight: 500;
}
.gridd:hover a.vms {
    color: #fff;
}
/* Common style */
.gridd figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%; */
	background: #000;
	text-align: center;
	cursor: pointer;
}
.gridd figure img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%; */
	opacity: 0.8;
}
.gridd figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.gridd figure figcaption::before,
.gridd figure figcaption::after {
	pointer-events: none;
}
.gridd figure figcaption,
.griddgridd figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.gridd figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.gridd figure h3 {
    font-weight: 500;
    padding-top: 15px;
    color: #ffffff;
    font-style: normal;
    background: #00000061;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    font-size: 27px;
}
.gridd figure h3 span {
	font-weight: 800;
}
.gridd figure h3,
.gridd figure p {
	margin: 0;
}
/* p.butt-red span {
    background: #a77a3c;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 2px;
} */
.gridd figure p {
    letter-spacing: 1px;
    font-size: 17px;
    font-style: normal;
    text-transform: math-auto;
    text-align: center;
}
/* ============= Responcive ============= */ 
@media (min-width:320px) and (max-width: 800px) { 
.gridd figure h3 {
    font-size: 19px;
}
} 
/* ============= Responcive end ============= */
