/*
Template: Marblex - Marble & Tiles HTML Template
Author: Peacefulqode.com
Version: 1.0
Design and Developed by: Peacefulqode
*/

/*================================================
[  Table of contents  ]
================================================

==> Fonts
==> Moz Selection
==> General
==> Loading
==> Back to Top
==> Button Core
==> OWL Carousel
==> Section Title
==> Background Images
==> Image Box
==> Custom CSS

======================================
[ End table content ]
======================================*/

/*================================================
Fonts
================================================*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*================================================
Moz Selection
================================================*/
:root {
	--primary-color: #e6af5d;
	--dark-color: #30373f;
	--secondary-color: #616161;
	--grey-color: #f6f4f5;
	--white-color: #ffffff;
	--body-fonts: 'Plus Jakarta Sans', sans-serif;
	--title-fonts: 'Plus Jakarta Sans', sans-serif;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::-moz-selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

::selection {
	text-shadow: none;
	background: var(--primary-color);
	color: #fff;
}

/*================================================
General
================================================*/
body {
	background: var(--white-color);
	font-family: var(--body-fonts);
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	color: var(--secondary-color);
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-fonts);
	color: var(--dark-color);
	font-style: normal;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-style: normal;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	font-style: normal;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	font-style: normal;
	line-height: 36px;
}

h5 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}

h6 {
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
	color: var(--primary-color);
	outline: none !important;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
	color: var(--primary-color);
	outline: none;
	text-decoration: none !important;
}

p {
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	height: auto;
}

pre {
	background: var(--white-color);
	padding: 15px;
	border: 1px solid var(--grey-color);
}

hr {
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e0e0e0;
	border-top: 0px;
}

b,
strong {
	font-weight: 600;
}

/*+++++++++++++ Lists (Nested) ++++++++++++++*/
ol,
ul {
	padding-left: 25px;
	margin-bottom: 1em;
}

ol li {
	list-style: decimal;
}

ol ol {
	padding-left: 25px;
}

ul li {
	list-style: none;
}

/*+++++++++++Definition Lists ++++++++++*/
dl dd {
	margin-bottom: 15px;
}

dl dd:last-child {
	margin-bottom: 0px;
}

/*+++++++++++++ Table ++++++++++++++*/
table {
	border: 1px solid var(--grey-color);
	width: 100%;
	margin-bottom: 20px;
}

table td,
table th {
	border: 1px solid var(--grey-color);
	padding: 8px;
	text-align: center;
}

/*++++++++++Input Textarea +++++++++++++*/
input,
input.form-control {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: none;
	font-size: 16px;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin-bottom: 30px;
}


input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: none;
	background-color: var(--grey-color);
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}

textarea {
	background: var(--grey-color);
	border: 1px solid var(--grey-color);
	color: var(--dark-color);
	width: 100%;
	float: none;
	padding: 10px 15px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	height: 100px;
	margin-bottom: 30px;
}

/*+++++++++++++ Select +++++++++++++++*/
select,
select.form-control {
	border: 1px solid var(--grey-color);
	color: var(--secondary-color);
	width: 100%;
	float: none;
	padding: 0 30px 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');
	background-color: var(--grey-color);
	background-repeat: no-repeat;
	background-position: right 16px bottom 50%;
	background-size: 20px 20px;
}

select:focus,
select.form-control:focus {
	background-color: var(--grey-color);
	border-color: var(--primary-color);
}

/*===== Container =====*/
.container {
	max-width: 1300px;
	position: relative;
}

.container-fluid{
	position: relative;
}

section {
	padding: 130px 0;
	position: relative;
}

/*===== Background & Text color =====*/

.pq-bg-dark {
	background-color: var(--dark-color);
}

.pq-bg-white {
	background-color: var(--white-color);
}

.pq-bg-grey {
	background-color: var(--grey-color) !important;
}

.pq-bg-primary {
	background-color: var(--primary-color);
}

.pq-bg-secondary {
	background-color: var(--secondary-color);
}

.pq-text-white {
	color: var(--white-color) !important;
}

/*================================================
Loading
================================================*/
#pq-loading {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: var(--white-color);
}

#pq-loading img {
	height: 60px;
}

/*================================================
Back to Top
================================================*/
#back-to-top .top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	margin: 0px;
	color: var(--white-color);
	background: var(--primary-color);
	z-index: 999;
	border: 1px solid var(--primary-color);
	font-size: 26px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	animation: backtotop 2s infinite;
	transform: scale(0);
}

#back-to-top .top:hover {
	background: var(--white-color);
	color: var(--dark-color);
}

#back-to-top.active .top {
	transform: scale(1);
}

@keyframes backtotop {
	0% {
		bottom: 45px;
	}

	50% {
		bottom: 30px;
	}

	100% {
		bottom: 45px;
	}
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
	font-family: var(--title-fonts);
	overflow: inherit;
	position: relative;
	width: auto;
	background: var(--primary-color);
	color: var(--white-color);
	text-transform: uppercase;
	font-size: 14px;
	padding: 12px 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--white-color);
	background: var(--dark-color);
}

.pq-button {
	font-family: var(--title-fonts);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 2;
	font-size: 14px;
	padding: 12px 24px;
	position: relative;
	width: auto;
	background: var(--dark-color);
	color: var(--white-color);
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-decoration: none;
	fill: var(--white-color);
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	letter-spacing: 1px;
}

.pq-button:hover,
.pq-button:focus {
	background: var(--primary-color);
	color: var(--white-color);
}

.pq-button-block {
	display: flex;
	align-items: center;
}

.pq-button.pq-button-flat .pq-button-line-right {
	background: var(--white-color);
	width: calc(45px - 1px);
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	opacity: 1;
	margin-right: -6px;
	margin-top: -1px;
	margin-left: 8px;
}

.pq-button i {
	font-size: 20px;
	line-height: 28px;
}

/*===== Button link =====*/
.pq-button.pq-button-link {
	background: transparent;
	color: var(--dark-color);
	padding: 0;
	transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-link .pq-svg svg circle:nth-child(2) {

	-webkit-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
	-o-transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
	transition: all 1.2s cubic-bezier(.45, 0, .14, 1.03);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 53.3% 51.7%;
	-ms-transform-origin: 53.3% 51.7%;
	transform-origin: 53.3% 51.7%;
	stroke-dasharray: 160;
	stroke-dashoffset: 160;
}

.pq-button.pq-button-link .pq-svg:hover svg circle:nth-child(2) {
	stroke-dashoffset: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
	-o-transition: 1.2s cubic-bezier(.38, .67, .76, .66);
	transition: 1.2s cubic-bezier(.38, .67, .76, .66);
}

.pq-button.pq-button-link .pq-svg+.pq-button-text {
	margin-left: 10px;
}


/*===== Button outline =====*/

.pq-button.pq-button-outline {
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-outline .pq-button-line-right {
	background: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.pq-button.pq-button-outline:hover {
	color: var(--dark-color);
	border-color: var(--dark-color);
}

.pq-button.pq-button-outline:hover .pq-button-line-right {
	background: var(--dark-color);
}


/*================================================
Section Title
================================================*/

.pq-section-title.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title {
	padding-right: 45px;
}

.pq-section-title.pq-style-1.text-center .pq-section-sub-title:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-sub-title {
	font-family: var(--title-fonts);
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: var(--primary-color);
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	position: relative;
	padding-left: 40px;
}

.pq-section-title.pq-style-1 .pq-section-sub-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 2px;
	border-bottom: 1px solid var(--primary-color);
}

.pq-section-title.pq-style-1 .pq-section-main-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	color: var(--dark-color);
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
	text-transform: capitalize;
}

.pq-section-title.pq-style-1 .pq-section-description {
	z-index: 9;
	position: relative;
	margin: 15px 0 0;
}

/*================================================
Background Images
================================================*/

.pq-bg-img-1:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url(../images/background-Images/bg-img-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.5;
}

.pq-bg-img-2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/background-Images/bg-img-2.png);
}

/*================================================
Owl Carousel
================================================*/

.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	cursor: inherit;
}

.owl-carousel .owl-nav button.owl-prev {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 10px;
	border: none;
	color: var(--white-color);
}

.owl-carousel .owl-nav button.owl-next {
	outline: none;
	text-align: center;
	text-indent: inherit;
	cursor: pointer;
	position: relative;
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	background: var(--primary-color);
	padding: 0 !important;
	margin: 0 10px;
	border: none;
	color: var(--white-color);
}

.owl-carousel .owl-nav button:hover {
	color: var(--white-color);
}

.owl-carousel .owl-nav button.owl-prev {
	margin-left: -130px;
}

.owl-carousel .owl-nav button.owl-next {
	margin-right: -130px;
}

/* Dots */
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	margin-top: 30px;
	line-height: normal;
	position: relative;
	width: 100%;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: var(--dark-color);
	opacity: 1;
	display: inline-block;
	padding: 0;
	margin: 0px 5px;
	height: 4px;
	width: 30px;
	border: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
	background: var(--primary-color);
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: var(--primary-color);
	opacity: 1;
}

.layout .owl-carousel .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

/*================================================
Homepages
================================================*/

.pq-image-box.pq-style-1{
	padding: 30px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #0000001a;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.pq-image-box.pq-style-1 h4{
	text-align: center;
	margin-top: 20px;
	transition: all 0.5s ease-in-out;
}

.pq-image-box.pq-style-1:hover{
	background-color: var(--primary-color);
}

.pq-image-box.pq-style-1:hover h4{
	color: var(--white-color);
}

/*================================================
Innerpages
================================================*/

.innerpages a{
	display: inline-block;
	width: 100%;
}

.innerpages img:hover{
	animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: animation-bob;
    animation-timing-function: ease-in-out;
}

@keyframes animation-bob{
	0%{
		transform:translateY(-8px)
	}
	50%{
		transform:translateY(-4px)
	}
	100%{
		transform:translateY(-8px)
	}
}

.pq-image-box.pq-style-2 h4{
	margin-top: 20px;
	text-align: center;
}

/*================================================
Tech
================================================*/

.pq-tech-90{
	padding: 90px 0;
}

.tech .pq-tech-box .pq-tech-img {
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
}

/*================================================
E-support
================================================*/

.pq-image-box.pq-style-3{
	padding: 30px 15px;
}

.pq-image-box.pq-style-3 .pq-image-box-img{
	text-align: center;
	margin-bottom: 15px;
}

.pq-image-box.pq-style-3 .pq-image-box-img img{
	width: 80px;
	transition: all 0.3s ease-in-out;
}

.pq-image-box.pq-style-3 .pq-image-box-img img:hover{
	transform: translateY(-8px);
}

.pq-image-box.pq-style-3 .pq-image-box-content{
	text-align: center;
}

.pq-image-box.pq-style-3 .pq-image-box-content .pq-image-box-title{
	margin-bottom: 8px;
}

.pq-image-box.pq-style-3 .pq-image-box-content .pq-image-box-description{
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 0;
}

/*================================================
Custom CSS
================================================*/

.animated{
	animation-duration: 1.25s;
}

.pq-mt-60{
	margin-top: 60px;
}

.pq-mt-30{
	margin-top: 30px;
}

.pq-px-30{
	padding: 0 30px;
}

.pq-60-15{
	padding: 0 60px 0 15px;
}

.pq-mb-45{
	margin-bottom: 45px;
}

.pq-responsive-img{
	position: relative;
}

.pq-image1{
	position: relative;
	margin-left: -50px;
}

.pq-image2{
	position: absolute;
	bottom: -15px;
	right: -15px;
	width: 29%;
}

.pq-blog-image{
	position: relative;
}

.pq-image3{
	position: relative;
	width: 100%;
	margin-left: -50px;
}

.pq-image4{
	position: absolute;
	right: -30px;
	bottom: 90px;
	width: 80%;
}

.pq-bg-dark .pq-button.pq-button-flat{
	background-color: var(--primary-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover{
	background-color: var(--white-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover .pq-button-text{
	color: var(--dark-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover .pq-button-line-right{
	background: var(--dark-color);
}

.pq-bg-dark .pq-button.pq-button-flat:hover i{
	color: var(--dark-color);
}