/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.r-header-misc {
	margin-left: 87px;
}

.r-content-wrap {
	padding: 0;
}

.r-bg {
	background-color: rgb(245, 245, 245);
}

.r-my-6 {
	margin-top: 2rem !important;
}

.r-font {
	font-family: 'Poppins', sans-serif !important;

}

.r-card {
	height: 270px;

}

@media (max-width: 640px) {

	.r-card {
		height: auto;

	}

	.rm-content-wrap {
		padding: 0;
	}
}

.r-car-btn {
	width: 50%;
	background-color: #ec268f;
}

@media (max-width: 640px) {

	.r-card-btn {
		width: 50%;
		;

	}
}

.r-hero-slider {
	height: 300px !important;
}

@media (max-width: 640px) {
	.r-hero-slider {
		display: none;
	}
}

.ra-card {
	height: 320px;

}

@media (max-width: 640px) {

	.ra-card {
		height: auto;

	}
}

.r-slider {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	background: #0000;
	margin-top: -61px;
}

@media (max-width: 640px) {
	.r-slider {
		min-height: auto;
		margin-top: auto;
	}

}


.r-sliderr {
	min-height: 100vh;
	margin-top: -61px;
}

@media (max-width: 640px) {
	.r-sliderr {
		min-height: auto;
		margin-top: auto;
	}
}

.r-slider .r-imgbx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s;
	transition-delay: 0s;
	z-index: 1;
	clip-path: circle(0px at center);
}

.r-slider input[type="radio"]:checked+.r-imgbx {
	z-index: 10;
	clip-path: circle(1000px at center);
	transition-delay: 0.50s;
}

.r-slider .r-imgbx img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.r-slider .r-imgbx .r-hero-content {
	position: relative;
	text-align: center;
	max-width: 800px;
}

.r-slider .r-imgbx .r-hero-content h2 {
	font-family: 'Poppins', sans-serif !important;
	font-size: 4em;
	line-height: 1em;
	color: #fff;
}

.r-slider .r-imgbx .r-hero-content p {
	font-family: 'Poppins', sans-serif !important;
	font-size: 1.1em;
	color: #fff;
}

.r-slider .r-imgbx .r-hero-content a {
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	color: #111;
	font-weight: 500;
	margin-top: 20px;
	text-decoration: none;
}

.r-slider input[type="radio"] {
	position: relative;
	z-index: 1000;
	margin: 5px;
	margin-bottom: 40px;
	outline: none;
	cursor: pointer;
}

@media (max-width: 640px) {

	.r-slider .r-imgbx .r-hero-content {
		padding: 20px;
	}

	.r-slider .r-imgbx .r-hero-content h2 {
		font-size: 3em;
	}

	.r-slider .r-imgbx .r-hero-content p {
		font-size: 1em;
	}

}

.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
	transform: translateY(-45px);
}

.block-card-9 .grid-inner:hover .grid-icon {
	transform: translateY(-5px);
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);
		-webkit-transform-origin: 84% 84%;
		transform-origin: 84% 84%;
	}

	100% {
		-webkit-transform: scale(1.25) translate(20px, 15px);
		transform: scale(1.25) translate(20px, 15px);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

.cta {
	background-image: linear-gradient(#24242461, #191919bd), url(drone/images/hero/bgimage.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;

	.common-heading {
		color: white;
	}

	p {
		color: white;
		margin-top: 10px;
	}

	.common-btn {
		max-width: 150px;
		max-width: 220px;
		font-size: 16px;
	}
}

.common-space {
	padding: 25px 0;
}

.common-heading {
	font-weight: 700;
	margin: 0;
	color: var(--theme-color);
	position: relative;
	margin-bottom: 22px;
	font-size: 48px;
	font-family: "Questrial", sans-serif;
	position: relative;
}

@media (max-width:375px) {

	.common-heading {
		font-size: 26px;
	}
}

.common-p {
	font-family: "Nunito", sans-serif;
}