@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
span,
div,
a {
    font-family: "DM Serif Display", serif !important;
}
p {
    font-family: "DM Serif Display", serif !important;
}
header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-brand img {
    margin-left: 0%;
}
header#pq-header .pq-bottom-header .navbar .navbar-nav li {
    margin-right: 25px;
}
.contact-link li a:before {
    content: none;
}
.contact-link li a {
    text-transform: lowercase !important;
}
footer#pq-footer .pq-copyright-footer {
    padding: 5px 0;
}
.widget p {
    margin-bottom: 0px;
    line-height: 25px;
}
footer#pq-footer .widget:first-child {
    margin-bottom: 0px;
}
.pq-footer-style-1 {
    padding: 40px 0 0px;
}
.pq-footer-top {
    padding: 0px 0 30px;
}
.widget .footer-title {
    margin-bottom: 20px !important;
}
footer#pq-footer .widget ul li {
    margin: 0 0 0px 0;
}
.line-height-contact {
    line-height: 25px !important;
}
.menu-item i {
    color: #f56800 !important;
}
/* --------------------------------- */
.pq-breadcrumb {
    padding-top: 200px !important;
}
.pq-breadcrumb .pq-breadcrumb-title {
    margin-bottom: 0px;
}
section {
    padding: 50px 0;
}
.pq-contact-grid-box {
    padding: 30px 45px;
}
.pq-contact-grid-box .pq-contact-box-media .pq-contact-media-icon i {
    font-size: 22px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.pq-contact-grid-box .pq-contact-box-media {
    padding-bottom: 17px;
    margin-bottom: 10px;
}
.pq-contact-grid-box {
    min-height: 252px;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand {
    line-height: 0px;
}
header#pq-header .pq-bottom-header .navbar .navbar-brand img {
    height: 35px;
}
header#pq-header .pq-bottom-header .navbar .navbar-nav li {
    line-height: 0px;
}
header#pq-header .pq-bottom-header {
    min-height: 70px;
}
@media(min-width:768px) {
    header#pq-header.pq-header-style-1 .pq-bottom-header {
        padding: 12px 30px;
    }
}
@media(max-width:768px) {
    header#pq-header.pq-header-style-1 .pq-bottom-header .navbar .navbar-brand img {
        height: 30px;
    }
    .pq-header-style-1 {
        padding: 5px 0px;
    }
    header#pq-header .pq-bottom-header {
        min-height: 50px;
    }
}
footer#pq-footer {
    margin-top: 0px;
}
.pq-slider-margin {
    margin-bottom: 0;
    margin-right: 0;
}
.pq-py-90 {
    padding: 50px 0;
}
.pq-section-title.pq-style-1 .pq-section-main-title {
    font-size: 34px;
    line-height: 44px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
@media(min-width:1024px) {
    .d-md-block {
        display: block;
    }
    .d-md-none {
        display: none;
    }
}
@media(max-width:1024px) {
    .d-md-none {
        display: block;
    }
}
.pq-service-title-box .pq-service-box-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.pq-service-title-box {
    padding-top: 0px;
}
.pq-fancy-box.pq-style-1 .pq-fancy-box-info {
    bottom: 45px;
    opacity: 1;
}

.service .pq-bg-grey {
    padding: 0px 0px 0px;
    margin: 20px 0px 0px;
}
.section-space {
    padding: 0px;
}
.pq-fancy-box.pq-style-2 .pq-fancybox-description {
    margin-bottom: 0px;
}
.pq-fancy-box.pq-style-2{
    background: #fff2e9;
}
/* table layout css */
.table thead {
    background-color: #f56800;
    color: #fff;
}
.table td,
.table th {
    vertical-align: middle;
    text-align: center;
}
.check {
    color: #000;
}
table td {
    border: 1px solid #adadad;
}
@media (max-width: 767.98px) {
    .table th,
    .table td {
        font-size: 14px;
        padding: 10px 8px;
    }
    .table-container {
        padding: 10px;
    }
}
.pq-fancy-box.pq-style-1 .pq-fancy-box-title{
    text-shadow:1px 1px 20px #000;
}
.pq-fancy-box.pq-style-1 .pq-fancybox-description{
    text-shadow: 1px 1px 20px #000;
}
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 30px;
	left: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.whatsapp a{
    z-index: 999;
}
.whatsapp a i{
    color:#fff;
}
.pq-contact-grid-box .pq-contact-box-description a{
    color: #000;
}
.pq-contact-grid-box:hover .pq-contact-box-description a{
    color: #f56800;
}
.widget ul li a{
    text-transform: none;
}
.pq-breadcrumb{
    background-image: url(img/banner/title.jpg) !important;
}