/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
	transition: ease all 0.5s;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
	font-family: Poppins;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
	justify-content: center;
	align-items: center;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none !important;
	opacity: 1;
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	/* margin: 20px; */
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.paddind_bottom_0 {
	padding-bottom: 0 !important;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 0px;
}

.padding_0 {
	padding: 0px;
}

.bg-light {
	background-color: rgb(20, 20, 20) !important;
}

.logo {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	height: 100%;
}

.logo img {
	max-height: 100%;
	margin-top: 0;
}

.navbar-light .navbar-nav .nav-link {
	/* color: #282828; */
	color: white;
	font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	/* color: #8d18de; */
	color: #51aeff;
}

.banner_section {
	width: 100%;
	float: left;
	/* background-image: url(../images/banner_image_test1.jpg); */
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url(../images/banner_background_desktop.jpeg);
	height: 70vh;
	display: flex;
	padding-bottom: 90px;
	background-size: cover;
	justify-content: center;
	background-color: center;
	align-items: center;
}

@media (max-width: 768px) {
	.banner_section {
		width: 100%;
		float: left;
		/* background-image: url(../images/banner_image_test1.jpg); */
		background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
			url(../images/banner_background_mobile.jpeg);
		height: 70vh;
		display: flex;
		padding-bottom: 90px;
		background-size: cover;
		justify-content: center;
		background-color: center;
		align-items: center;
	}
}

.banner_taital {
	width: 100%;
	float: left;
	font-size: 10vh;
	color: #fdfdfe;
	text-align: center;
	padding-bottom: 40px;
	/* font-family: Baloo Chettan; */
	font-weight: 500;
}

.free_text {
	width: 49%;
	margin: 0 auto;
	font-size: 30px;
	color: #fdfdfe;
	text-align: center;
	font-weight: 600;
}

.read_bt {
	width: 17%;
	margin: 0 auto;
	text-align: center;
}

.read_text {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.read_text a {
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: center;
	color: #007bff;
	background-color: #ffffff;
	padding: 10px 0px;
}

.read_text a:hover {
	color: #ffffff;
	background-color: #51aeff;
}

.bg_main {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	top: -35px;
}

.service_section.layout_padding.margin_0 {
	margin: 0px;
}

.footer_section.layout_padding.margin_0 {
	margin: 0px;
}

.about_section {
	width: 100%;
	float: left;
}

.about_section iframe {
	display: block;
	margin: 2rem auto;
	width: 100%;
	max-width: 800px;
	height: 450px;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.about_text {
	font-size: 40px;
	color: #282828;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
}

.lorem_text {
	width: 100%;
	float: left;
	font-size: 1.3em;
	color: #282828;
	text-align: center;
	margin-left: 0px;
	margin-bottom: 2.5vh;
}

strong {
	font-weight: bold;
}

.about_bg {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 50px;
}

.read_bt_main {
	width: 15%;
	margin: 0 auto;
	text-align: center;
}

.read_text_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.read_text_2 a {
	width: 100%;
	float: left;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	background-color: #820cdb;
	padding: 10px 0px;
	border-radius: 10px;
}

.read_text_2 a:hover {
	color: #ffffff;
	background-color: #000;
}

.service_section {
	width: 100%;
	float: left;
	background-color: #fcf8fe;
	height: auto;
	margin-top: 90px;
	padding-bottom: 90px;
}

.ipsum_text {
	width: 65%;
	margin: 0 auto;
	font-size: 16px;
	color: #282828;
	text-align: center;
}

.service_section_2 {
	width: 100%;
	float: left;
	padding-top: 90px;
}

.icon_1 {
	width: 100%;
	float: left;
	text-align: center;
}

.website_text {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #282828;
	text-transform: uppercase;
	text-align: center;
	padding-top: 40px;
	font-weight: 500;
}

.dolor_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #282828;
	text-align: center;
	margin-left: 0px;
}

.contact_section {
	width: 100%;
	float: left;
}

.contact_main {
	width: 100%;
	float: left;
	background-color: #4323b1;
	height: auto;
	padding: 40px;
}

.contact_text {
	width: 100%;
	float: left;
	font-size: 40px;
	text-align: center;
	color: #282828;
	font-weight: bold;
	text-transform: uppercase;
}

.mail_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #807e7e;
	background-color: #ffffff;
	padding: 10px 15px;
	margin-bottom: 20px;
	border: 0px;
}

.massage_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #807e7e;
	background-color: #ffffff;
	padding: 35px 15px 0px 15px;
	margin-bottom: 20px;
	border: 0px;
	height: 100px;
}

.send_bt {
	width: 30%;
	margin: 0 auto;
	text-align: center;
}

.send_text {
	width: 100%;
	float: left;
}

.send_text a:hover {
	color: #000;
	background-color: #ffffff;
}
.send_text a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #8929cf;
	padding: 10px 0px;
	margin-top: 40px;
}

.nice-select {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #807e7e;
	padding-left: 15px;
}

.contact_bg {
	width: 100%;
	float: left;
	padding-top: 90px;
}

.client_section {
	width: 100%;
	float: left;
}

.client_text {
	width: 100%;
	float: left;
	font-size: 26px;
	text-align: center;
	color: #282828;
	font-style: italic;
}

.ipsum_text_2 {
	width: 65%;
	margin: 0 auto;
	font-size: 18px;
	color: #030000;
	text-align: center;
	font-style: italic;
	padding-top: 20px;
}

.client_section_2 {
	width: 100%;
	float: left;
}

.icon_4 {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 40px;
}

.footer_section {
	width: 100%;
	float: left;
	background-image: url(../images/footer-bg.png);
	height: auto;
	padding-bottom: 50px;
	margin-top: 90px;
}

.footer_main {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.input-group {
	height: 50px;
	left: 70px;
}

.form-control {
	background-color: transparent !important;
	border: 0px;
	border-bottom: 2px solid #c5a2e7;
	border-radius: 0px;
	padding-left: 0px;
}

input.form-control::placeholder {
	color: #fdfdfe;
}

.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
	> .input-group-prepend:first-child
	> .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
	border-radius: 30px;
	width: 100%;
	background-color: transparent;
	color: #fdfdfe;
	border: 2px solid #c4b2e7;
	position: relative;
	left: -175px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -10px;
}

.year_text {
	width: 100%;
	float: left;
	font-size: 50px;
	text-align: center;
	font-weight: bold;
	color: #fefeff;
}

.landing_text {
	width: 100%;
	float: left;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #fefeff;
}

.social_icon {
	width: 27%;
	margin: 0 auto;
	text-align: center;
}

.social_icon ul {
	margin: 0px;
	padding: 0px;
}

.social_icon li {
	float: left;
	padding: 40px 10px 0px 10px;
}

.copyright_section {
	width: 100%;
	float: left;
	background-color: #fff;
}
.copyright_text {
	color: #040404;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.copyright a {
	color: #040404;
}

.custom_div {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #51aeff;
	width: 50%;
	margin: 0 auto;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
	flex-wrap: wrap;
}

.custom_text {
	flex: 1;
	color: white;
	padding: 20px;
	text-align: center;
}

.custom_text h2 {
	margin: 0;
	color: white;
	text-shadow: 0.1px 0 black, -0.1px 0 black, 0 0.1px black, 0 -0.1px black,
		1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
	font-size: 1.5em;
}

.custom_text p {
	margin-top: 10px;
	line-height: 1.5;
}

.custom_image {
	flex: 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.custom_div {
		width: 90%;
		flex-direction: column;
	}

	.custom_image {
		height: 200px;
	}
}

.prices_section {
	text-align: center;
	margin: 50px 0;
}

.price_package {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin: 10px;
	text-align: center;
	justify-content: center;
	transition: all 0.3s ease;
	opacity: 0;
}

.price_package:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.price_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

.price_amount {
	font-size: 2.5em;
	color: #007bff;
	margin: 10px 0;
}

.price_description {
	font-size: 1em;
	color: #666;
	margin-bottom: 15px;
}

.price_button a {
	display: inline-block;
	padding: 10px 20px;
	background: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.price_button a:hover {
	background: #0056b3;
}

.prices_animation1.in-view {
	animation-name: prices_fade;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.prices_animation2.in-view {
	animation-name: prices_fade;
	animation-delay: 0.4s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

.prices_animation3.in-view {
	animation-name: prices_fade;
	animation-delay: 0.8s;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes prices_fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.slideshow-container {
	max-width: 70vh;
	position: relative;
	margin: auto;
	padding: 10px;
}

.mySlides {
	display: none;
}

.mySlides img {
	margin-top: 0px;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	bottom: 50%;
	width: auto;
	/* margin-top: 10vh; */
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.text {
	color: #f2f2f2;
	font-size: 24px;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
	position: relative;
	width: 100%;
	text-align: center;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

.fade.in-view {
	animation-name: fade;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

@keyframes fade {
	0% {
		opacity: 0.2;
	}
	100% {
		opacity: 1;
	}
}

.book_button {
	font-size: 25px;
	background-color: #007bff;
	color: rgba(255, 255, 255, 0.87);
	padding: 10px;
	border: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	border-radius: 2%;
}
.book_button:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.slide_in_left.in-view {
	position: relative;
	animation-name: slide_in_left;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes slide_in_left {
	0% {
		left: -300px;
		opacity: 0%;
	}
	100% {
		left: 0px;
		opacity: 100%;
	}
}

.slide_in_right.in-view {
	position: relative;
	animation-name: slide_in_right;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

@keyframes slide_in_right {
	0% {
		right: -300px;
		opacity: 0%;
	}
	100% {
		right: 0px;
		opacity: 100%;
	}
}

.dropdown-menu {
	min-width: 120px;
	text-align: center;
}

.dropdown-item {
	color: #333;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.dropdown-item:hover {
	background-color: #51aeff;
	color: white;
}
