/*!
Theme Name: DJ Lishkara
Theme URI: https://www.technoexponent.com/
Author: technoExponent
Author URI: https://www.technoexponent.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dj-lishkara
*/
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
}
.rcn-track-btn a {
    color: #fff;
}
#ourServiceSlider .owl-nav {
    position: relative;
}
#ourServiceSlider .owl-nav .owl-prev,
#ourServiceSlider .owl-nav .owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: var(--yellow);
	border-radius: 50%;
	position: absolute;
	top: -200px;
	transform: translatey(-50%);
}
#ourServiceSlider .owl-nav .owl-prev:hover,
#ourServiceSlider .owl-nav .owl-next:hover {
	background-color: var(--orange);
}
#ourServiceSlider .owl-nav i {
	font-size: 25px;
	height: 100%;
	display: block;
	width: 100%;
  text-align: center;
}
#ourServiceSlider .owl-nav .owl-prev {
	left: -25px;
}
#ourServiceSlider .owl-nav .owl-next {
	right: -25px;
}
#ourServiceSlider .fa-chevron-left:before, #ourServiceSlider .fa-chevron-right:before {
  position: relative;
  top: 7px;
  color: #fff;
}
.booking-form .form-control {
	font-family: 'Jost', sans-serif;
}
.wpcf7-response-output {
    color: red;
}
.footer-inner {
    padding: 39px 30px;
    margin-top: 20px;
    background: linear-gradient(0deg, #4949494d, #1d1d1d00, #49494938);
    border-radius: 10px;
    text-align: center;
}
.footer-inner p {
    margin-top: 16px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}
.footer-inner i {
    font-size: 29px;
    background: #ffc700;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #000;
}
.footer-inner span {
    width: 100%;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.footer-inner span a {
    color: #ffc700;
    margin: 0px 8px;
}
.footer-inner-map {
    padding: 2px;
    background: #fff;
    border-radius: 9px;
    filter: grayscale(1);
}
.ftr-copyrgt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0px;
    border-top: 1px solid #a1a1a14a;
    margin-top: 40px;
}
@media only screen and (max-width: 768px) {
    #ourServiceSlider .owl-nav .owl-prev {
        left: -18px;
    }
    #ourServiceSlider .owl-nav .owl-next {
        right: -18px;
    }
}